ChenYingpeng / darknet2caffe

Convert darknet weights to caffemodel
183 stars 88 forks source link

from=-3 error #12

Open hufangjian opened 4 years ago

DaChaoXc commented 4 years ago

the same error

DaChaoXc commented 4 years ago

@hufangjian try python darknet2caffe.py cfg/yolov4.cfg weights/yolov4.weights prototxt/yolov4.prototxt caffemodel/yolov4.caffemodel

DaChaoXc commented 4 years ago

@hufangjian python2.7 it works

liu1279 commented 4 years ago

haha,the author must be a joker,confusing me so much time!

liu1279 commented 4 years ago

@hufangjian try python darknet2caffe.py cfg/yolov4.cfg weights/yolov4.weights prototxt/yolov4.prototxt caffemodel/yolov4.caffemodel good job,it is easy to ignore this little issue,a unfamiliar error occurs in cfg file rather than in other normal file. what surprising the missing darknet2caffe.py file after python command is!

nocleverbutstudyhard commented 4 years ago

Have you solved this problem?