ysh329 / darknet2caffe

Convert Darknet model to Caffe's
BSD 3-Clause "New" or "Revised" License
49 stars 21 forks source link

Only getting prototxt file when trying to convert custom trained model #12

Open fiorano10 opened 5 years ago

fiorano10 commented 5 years ago

I have a custom model trained on Yolov2 for 1 class, when I try converting it caffe I get the protoxt file but no caffemodel. The script finishes with no other outputs/errors. what could be wrong?

ysh329 commented 5 years ago

Maybe no warn/error mentioned, you can check the converted prototxt file using netscope or netron, whether match your darknet cfg defined.

fiorano10 commented 5 years ago

There are a bunch of errors in the generated protoxt after checking it on netscope. I used darknet_alexey to train a model to detect custom class. Here are the weights, config, and generated prototxt I can detect objects using the weights so the training went okay, can't figure what's wrong. Thoughts?

shiva13425 commented 5 years ago

Hi @fiorano10 I too have the same problem.. Is there any solution ?

fiorano10 commented 5 years ago

@shiva13425 Couldn't fix it