gliese581gg / YOLO_tensorflow

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

Training code #10

Open mrastegari opened 7 years ago

mrastegari commented 7 years ago

Would you release the training code?

gliese581gg commented 7 years ago

Sorry. I don't have training code and I'm not planning to make one. You can use darknet for training and convert its weight file into tensorflow weight using my code.

KleinYuan commented 7 years ago

@mrastegari I shared some yolo training pipeline in here