TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard
Cant open setup.py, no such file or directory
seems to work fine until i try to execute >python setup.py build, where it then claims there is no such file or directory
you could find the file in research -> slim, it is advised to delete "build" file in the slim folder before running
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
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
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 .
Copy setup.py from "slim" folder and paste it in "research" folder then run the command for built and install