allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 877 forks source link

Tiny Yolo v3 #136

Open karanmartian opened 6 years ago

karanmartian commented 6 years ago

Hi I have successfully built a Tiny Yolo v3 model by updating the script. but the model does not run correctly when using the test script. Any ideas?

zihaozhang9 commented 6 years ago

ValueError: Unsupported section header type: yolo_0

dennistang742 commented 5 years ago

You may try the repo support V3 here https://github.com/xiaochus/YOLOv3 .