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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant open setup.py, no such file or directory

Dudeguy90539 opened this issue · comments

seems to work fine until i try to execute >python setup.py build, where it then claims there is no such file or directory

you could find the file in research -> slim, it is advised to delete "build" file in the slim folder before running

Hello @MarwanMahmoud97 I could find the file "setup.py" in slim and referenced to execute, but still shows me the same problem, am I missing something?

(tensorflow1) jorge@jorge:~/tensorflow1/models/research$ /tensorflow1/models/research/slim> python setup.py build
bash: /tensorflow1/models/research/slim: No such file or directory

Hello @Jhchavezr , the current tutorial has some missing files I faced a lot of errors and could not find any solution. so kindly check the attached link below, it is a tutorial for how to train your own model on google collab and I have tried it, and worked perfectly. Also, let me know if you faced any errors,
Tutorial: https://medium.com/swlh/tensorflow-2-object-detection-api-with-google-colab-b2af171e81cc

Copy setup.py from "slim" folder and paste it in "research" folder then run the command for built and install