TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard
setup.py issue
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?
Me too, because in that folder, there is no file 'setup.py'
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
Copy setup.py from "slim" folder and paste it in "reasearch" folder then run the command