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

setup.py issue #561

Open TheNightCoder420 opened 3 years ago

TheNightCoder420 commented 3 years ago

Hello, I am getting issues when I run the following command: (tensorflow1) C:\tensorflow1\models\research> python setup.py build

python: can't open file 'setup.py': [Errno 2] No such file or directory

Could you please help?

hanifizzudinrahman commented 3 years ago

Me too, because in that folder, there is no file 'setup.py'

TheNightCoder420 commented 3 years ago

Me too, because in that folder, there is no file 'setup.py'

Hello, check for the file in the "slim" folder and delete the .Build file in the slim folder. This should work.

You might want to try the following tutorial as it worked perfectly for me as a beginner.

https://github.com/murtazahassan/Learn-OpenCV-in-3-hours

codex420 commented 2 years ago

Copy setup.py from "slim" folder and paste it in "reasearch" folder then run the command