tanluren / yolov3-channel-and-layer-pruning

yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
Apache License 2.0
1.5k stars 446 forks source link

The YOLOv4-Tiny model trained on your PyTorch not detected on darknet #146

Open jayer95 opened 3 years ago

jayer95 commented 3 years ago

Why is the YOLOv4-Tiny model trained on your pytorch not detected on darknet?

I finished the pruning YOLOv4-Tiny on your PyTorch and did the retrained model. On your PyTorch, bboxes can be detected normally, but it cannot be detected on darknet.

Maybe the channel selection in the model pruning is wrong?