YOLO_tensorflow
YOLO_tensorflow copied to clipboard
How to train yolo
I have read your code about tensorflow-yolo implementation, which is awesome. I am just wordering when could you release the the training function of yolo? Thx
Alberttom, have you attempted to write (or have you received) any training code? I'm looking for the same thing but I don't want to attempt to write the training code if it has already been done.
Sorry, I am not planning to write code to train yolo
2016-07-14 5:37 GMT+08:00 kcalcote [email protected]:
Alberttom, have you attempted to write (or have you received) any training code? I'm looking for the same thing but I don't want to attempt to write the training code if it has already been done.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gliese581gg/YOLO_tensorflow/issues/3#issuecomment-232494508, or mute the thread https://github.com/notifications/unsubscribe/ALFeT2JcAnwZNBoUxMk1anBbGYu-oFWRks5qVVqfgaJpZM4IsJWo .
Hi kcalcote, - Have you manged to write training code?
Hi Guys, There is other Keras implementation, Will it be possible to training procedure from there? here is the link https://github.com/sunshineatnoon/Darknet.keras
Hi gurkirt, I have not written training code yet.
Hi kcalcote, Are you planing on sharing it?
gurkirt, sorry. I meant to say 'not'. I updated my comment.
Thanks for reply
hope this helps you ! https://github.com/YunYang1994/tensorflow-yolov3