tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.76k forks source link

MobileNet V1 and V2 models - Access Denied #8845

Open rafiqhasan opened 4 years ago

rafiqhasan commented 4 years ago

The MobileNet v1 / v2 models listed on https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_classification_zoo.md show up as access denied while downloading.

rafiqhasan commented 4 years ago

Found the issue: Please correct the url: http://download.tensorflow.org/models/object_detection/classification/tf2/20200710/mobilenet_v2.tar.gz

Spelling of mobilenet is incorrect in URL

pkulzc commented 4 years ago

Right, the real addresses are: http://download.tensorflow.org/models/object_detection/classification/tf2/20200710/mobilenet_v1.tar.gz http://download.tensorflow.org/models/object_detection/classification/tf2/20200710/mobilenet_v2.tar.gz

We fill fix the wrong url soon. Sorry for the confusion.

google-ml-butler[bot] commented 3 years ago

Are you satisfied with the resolution of your issue? Yes No

rafiqhasan commented 3 years ago

Is something missing here, the URLs still seem to be the same even after 6 months since the date of reporting.