longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

The source of yolo-voc.weights.h5 #4

Closed crazylyf closed 7 years ago

crazylyf commented 7 years ago

I'm wondering the source of yolo-voc.weights.h5. Is it trained through yolo2-pytorch or darkflow?

longcw commented 7 years ago

It is transformed from the weight file released by the author of YOLO (https://pjreddie.com/darknet/yolo/). This project still cannot train yolo2 well.

crazylyf commented 7 years ago

okay, thanks!