HTTP Error 404: Not Found when I run train_ssdnetwork.py
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!!!!!!!
do you solve this problem?
tf.app.flags.DEFINE_string( 'dataset_name', 'pascalvoc_2012', 'The name of the dataset to load.')
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.