yolov3-channel-and-layer-pruning icon indicating copy to clipboard operation
yolov3-channel-and-layer-pruning copied to clipboard

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

Open jayer95 opened this issue 3 years ago • 0 comments

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?

jayer95 avatar Feb 25 '21 06:02 jayer95