TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

Issues with protos and setup.py

Open bren09 opened this issue 4 years ago • 4 comments
trafficstars

Hi, i am currently taking over a tensorflow object detection project from someone else. That person has left the models folder in a seperate folder for me to use. Currently, i am stuck at the part where name_pb2.py files are generated at protos because the protos file is missing in the folder that was left behind for me. can i just take the protos file from the github repository and just place it in my file? Secondly, the setup.py cannot be executed as it says it is missing. Where can i find it? what is inside the setup.py script so i can make sure im running the correct script for setup.py?

bren09 avatar Mar 31 '21 15:03 bren09

Have you resolved this problem bro,' could you teach me about this ,please?

duykhanh15081999 avatar Apr 04 '21 07:04 duykhanh15081999

i have the same problem

setup.py is missing

where can i find this file?

vkobayashi avatar Apr 17 '21 16:04 vkobayashi

setup.py is missing for me as well EDIT: Found it in the slim folder, i copied setup.py over

dojomats avatar Jun 09 '21 04:06 dojomats

^^ I tried it with the file in the slim folder but the contents for that are different because we need it to build one for object detection not slim?

TheNightCoder420 avatar Jun 13 '21 19:06 TheNightCoder420