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

setup.py issue

Open TheNightCoder420 opened this issue 4 years ago • 3 comments
trafficstars

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?

TheNightCoder420 avatar Jun 13 '21 19:06 TheNightCoder420

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

hanifizzudinrahman avatar Jun 21 '21 04:06 hanifizzudinrahman

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

TheNightCoder420 avatar Jun 26 '21 15:06 TheNightCoder420

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

codex420 avatar Aug 15 '21 07:08 codex420