object_detection/protos/*.proto: No such file or directory
Closed this issue · 7 comments
while executing 2.3, i encountered the object_detection/protos/*.proto: No such file or directory error.
I have already upload object_detection.zip.
2.1 (adding IBM storage credentials is done with no error while running)
2.2 (Extracting the zip file has no issues too)
2.3 object_detection/protos/*.proto: No such file or directory
Please help me as I need to submit my codes for call for code.
Hi, I have you restarted the kernel?
Hi, I have you restarted the kernel?
Yes restarted many times. It just kept giving me this issue.
There might be an issue in the way the file was unzipped, can you pls run an ls
command on one of your notebook cells? And pls ensure the directory structure follows object_detection/proto... If not this will cause errors.
Sometimes, an additional wrapper folder gets created while unzipping. In that case, you can run cd your_folder_name
before object_detection/protos/*.proto and fix the path.
There might be an issue in the way the file was unzipped, can you pls run an
ls
command on one of your notebook cells? And pls ensure the directory structure follows object_detection/proto... If not this will cause errors.Sometimes, an additional wrapper folder gets created while unzipping. In that case, you can run cd
your_folder_name
before object_detection/protos/*.proto and fix the path.
How do I run an ls command in notebook cells in watson studio? this is my first time using watson studio.
It would be good if u can show to me in watson studio
You can directly use cd folder_name
. As given in this link (9th cell)- https://dataplatform.cloud.ibm.com/exchange/public/entry/view/133dfc4cd1480bbe4eaa78d3f6d84396
You can try this instead of adding object_detection twice... It will really mess with the paths
Hi @mirage07,
The packages that are used here require a stable Tensorflow version. Hence, I have included a check allowing only Version 1.9 and below. Can you install version 1.9 Tensorflow? As given in the notebook in Line 2, under the Tensorflow Installation section. Also, pls be sure to restart your kernel before resuming with the rest of the execution.