ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

Using yolov-4 weights file & cfg #146

Open yosagaf opened 4 years ago

yosagaf commented 4 years ago

Hi, I woulk like to use yolo-v4 weights file and corresponding cfg file on this repo, how could I do that? Should make modification on darknet.py ?

Rajasekhar06 commented 4 years ago

it might not work with this repo use https://github.com/ultralytics/yolov3 because Yolov4 use some special tricks like imlementing new type of layers which will work with above repo