SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

HTTP Error 404: Not Found when I run train_ssdnetwork.py

Open AOYLAOTANG opened this issue 7 years ago • 3 comments

The problem is when i run the pyhton file,then the program go into the /SSD-Tensorflow-master/datasets/imagenet.py,and in this file the program Create a dict mapping label id to human readable string.So it visit a website on github,but unfortunately this website cannot be visited.The web is https://github.com/tensorflow/models/blob/master/inception/inception/data/build_imagenet_data.py. Is there anyone who can help me?Thank you so much!!!!!!!

AOYLAOTANG avatar Jul 15 '18 02:07 AOYLAOTANG

do you solve this problem?

pjj123 avatar Oct 15 '18 13:10 pjj123

tf.app.flags.DEFINE_string( 'dataset_name', 'pascalvoc_2012', 'The name of the dataset to load.')

lipengFu avatar Nov 19 '18 10:11 lipengFu

Hi, did you managed to solve the problem? When running the code filename, _ = urllib.request.urlretrieve(synset_url), there's urllib.error.HTTPError: HTTP Error 404: Not Found. It seems like the base_url in imagenet.py is not available.

shijunnn avatar Jun 03 '20 03:06 shijunnn