gliese581gg / YOLO_tensorflow

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

Would you like to share you code that extractes weight values from darknet's (.weight) files? #6

Closed WaterflowLee closed 8 years ago

WaterflowLee commented 8 years ago

I tried to write a script to extract weight values from darknet's file.But I failed.The darknet's yolo-tiny.weight file is 172M.While I extracted weights referring to the structure of the yolo-tiny network ,I only got 123M's weights.Anything I missed? Is there something else in the yolo-tiny.weight file? Any instruction is appreciated! PS:Thank you for your great work!

WaterflowLee commented 8 years ago

I knew what went wrong!