Peterisfar / YOLOV3

yolov3 by pytorch
MIT License
195 stars 53 forks source link

Is it possible to convert weight from pt to darknet #46

Open mhasnat opened 3 years ago

mhasnat commented 3 years ago

Hi, Thank you so much for your work in this repository. I would like to know if it is possible to convert the trained weight from pytorch model (pt) format to darknet format, so that one can use it with darknet?

Thanks.