ghimiredhikura / Complex-YOLOv3

PyTorch implementation of Complex-YOLO paper with YoloV3
GNU General Public License v3.0
191 stars 69 forks source link

Can I use yolov2's network structure and its pretrained model weights? #48

Open huiyujie opened 4 years ago

huiyujie commented 4 years ago

If so, do I need to modify the cutoff value in load_darknet_weights function. Thanks!