EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Issues with protos and setup.py #554

Open bren09 opened 3 years ago

bren09 commented 3 years ago

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?

duykhanh15081999 commented 3 years ago

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

vkobayashi commented 3 years ago

i have the same problem

setup.py is missing

where can i find this file?

dojomats commented 3 years ago

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

TheNightCoder420 commented 3 years ago

^^ 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?