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

Issues with protos and setup.py

bren09 opened this issue · 4 comments

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?

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

i have the same problem

setup.py is missing

where can i find this file?

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

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