MicrocontrollersAndMore / TensorFlow_Tut_3_Object_Detection_Walk-through

TensorFlow Tutorial 3: Object Detection Walk-through
21 stars 20 forks source link

Step 9 : Unable to download or unzip while running 0_verify_models_and_protoc_install.py #9

Open raiparag opened 5 years ago

raiparag commented 5 years ago

I am getting following error while running "0_verify_models_and_protoc_install.py" in step 9 .

As per Step 8 Image1 and image 2 has been displayed in " Jupyter Notebook" now same images I would like to see in PyCharm run.

starting program . . . downloading model . . . error downloading or unzipping model: HTTP Error 403: Forbidden

Process finished with exit code 0

my Tensorflow directory is in "D:/ML/..." and that has been modified in code , also exists in path

PROTOS_DIR = "D:/ML/TensorFlow/models/research/object_detection/protos"