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

Cant open setup.py, no such file or directory #538

Open Dudeguy90539 opened 3 years ago

Dudeguy90539 commented 3 years ago

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

MarwanAshrafKhalil commented 3 years ago

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

Jhchavezr commented 3 years ago

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

MarwanAshrafKhalil commented 3 years ago

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

Jhchavezr commented 3 years ago

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 .

suprito commented 3 years ago

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