obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 176 forks source link

tf ckpt and .weights files #68

Open HongyiDuanmu26 opened 6 years ago

HongyiDuanmu26 commented 6 years ago

Thank you for your repo!

I have trained my own model in my own dataset on yolo. So I got tf ckpt files (like .meta etc.). However, I found it cannot work properly if I just use .cfg + .meta. What should I do with tf check point files? .pb + .meta ? Or is there a way to convert .meta to .weights?

Thank you very much!

galaktyk commented 6 years ago

darkflow can use tf checkpoint file you can use FLAGS.load with checkpoint_number E.g. load 22045 or load -1 (for latest checkpoint.)