xiakj

Results 45 comments of xiakj

how to convert retinaface mxnet model to caffe. can you list the conversion details? thank u.

> ```shell > python json2prototxt.py --mx-json model-symbol.json --cf-prototxt caffe_target.prototxt > python mxnet2caffe.py --mx-model model --mx-epoch 0 --cf-prototxt caffe_target.prototxt --cf-model caffe_target.caffemodel > ``` got it. thanks

> ```shell > python json2prototxt.py --mx-json model-symbol.json --cf-prototxt caffe_target.prototxt > python mxnet2caffe.py --mx-model model --mx-epoch 0 --cf-prototxt caffe_target.prototxt --cf-model caffe_target.caffemodel > ``` and what's more, have you realize the detection_output_layer...

> @xiakejiang what do you mean? The post processing of retinaface outputs? yes. I converted the retinaface to caffe successfully, now I am writing the last layer in order to...

> @xiakejiang there are many implementations online, I'm using something similar to the one in [this](https://github.com/cholihao/Retinaface-caffe) repo I alse noticed this repo, but it seems missing detect.h file. whether the...