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

Cant open setup.py, no such file or directory

Open Dudeguy90539 opened this issue 4 years ago • 5 comments
trafficstars

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

Dudeguy90539 avatar Jan 22 '21 20:01 Dudeguy90539

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

MarwanAshrafKhalil avatar Feb 12 '21 00:02 MarwanAshrafKhalil

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

Jhchavezr avatar Apr 21 '21 02:04 Jhchavezr

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

MarwanAshrafKhalil avatar Apr 22 '21 04:04 MarwanAshrafKhalil

Thanks a lot Mahmoud, I'll follow the instructions and let you know how it went. Best regards, Jorge

Le mer. 21 avr. 2021 à 23:24, Marwan Ashraf Mahmoud < @.***> a écrit :

Hello @Jhchavezr https://github.com/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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/538#issuecomment-824528159, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSLLZZHGK3IPEZS765BY2DTJ6QJPANCNFSM4WO74KSA .

Jhchavezr avatar Apr 28 '21 15:04 Jhchavezr

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

suprito avatar Aug 24 '21 08:08 suprito