gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

How to train yolo #3

Open alberttom opened 8 years ago

alberttom commented 8 years ago

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

kcalcote commented 8 years ago

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.

alberttom commented 8 years ago

Sorry, I am not planning to write code to train yolo

2016-07-14 5:37 GMT+08:00 kcalcote notifications@github.com:

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 .

gurkirt commented 8 years ago

Hi kcalcote, - Have you manged to write training code?

gurkirt commented 8 years ago

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

kcalcote commented 8 years ago

Hi gurkirt, I have not written training code yet.

gurkirt commented 8 years ago

Hi kcalcote, Are you planing on sharing it?

kcalcote commented 8 years ago

gurkirt, sorry. I meant to say 'not'. I updated my comment.

gurkirt commented 8 years ago

Thanks for reply

YunYang1994 commented 5 years ago

hope this helps you ! https://github.com/YunYang1994/tensorflow-yolov3