darknet2caffe
darknet2caffe copied to clipboard
from=-3 error
the same error
@hufangjian try python darknet2caffe.py cfg/yolov4.cfg weights/yolov4.weights prototxt/yolov4.prototxt caffemodel/yolov4.caffemodel
@hufangjian python2.7 it works
haha,the author must be a joker,confusing me so much time!
@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!
Have you solved this problem?