yolov7
yolov7 copied to clipboard
How can I change the pytorch weights (.pt) to darknet weights (.weights)?
I want to use darknet for yolov7 model that is trained with my custom data on this github code. However, I cannot find any way to convert the pytorch weights to darknet weight format. Can anyone please tell me whether it is possible or not?
I want to use darknet for yolov7 model that is trained with my custom data on this github code. However, I cannot find any way to convert the pytorch weights to darknet weight format. Can anyone please tell me whether it is possible or not?
Darknet's version of yolov7 will not give you better results as compared to their yolov4. I suggest you use darknet's yolov4 if you want to stick to darknet.
I'm also interested in finding a way to convert the weight file, containing the model trained using this repo into darknet .weights.
@DongNaeSwellfish, were you able to find a solution?