You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to convert a tiny-yolov3 model from .weight to .Caffemodel, and the models are from the author's website: https://pjreddie.com/darknet/yolo/
Check failed: top_shape[j] == bottom[i]->shape(j) (24 vs. 26) All inputs must have the same shape, except at concat_axis.
I've also tested the model in darknet53 project, and tiny-yolov3 model can be execute succesfully. Should the settings in darknet2caffe.py be modified ?
The text was updated successfully, but these errors were encountered:
Rahn80643
changed the title
]
[conversion issue] Convert tiny-yolov3 from darknet format to Caffe format
Apr 8, 2020
Hi,
I'm trying to convert a tiny-yolov3 model from .weight to .Caffemodel, and the models are from the author's website: https://pjreddie.com/darknet/yolo/
I followed the tutorial in https://github.com/eric612/MobileNet-YOLO/tree/master/models/darknet_yolov3, and darknet53 YOLOv3 can be converted succefully. But tiny-yolov3 cannot be converted, and I got the following error message:
I've also tested the model in darknet53 project, and tiny-yolov3 model can be execute succesfully. Should the settings in
darknet2caffe.py
be modified ?The text was updated successfully, but these errors were encountered: