Open Kyrie-Chen opened 3 years ago
Sorry, the Interp Layers in PAN are not supported in Caffe. You need to modify the model such as replace the backbone and neck if you want to run nanodet with Caffe.
Sorry, the Interp Layers in PAN are not supported in Caffe. You need to modify the model such as replace the backbone and neck if you want to run nanodet with Caffe.
I have modified the model and get caffe model, and convert to ncnn. But I don't know how to set the parameters of post-process in cafffe. I have seen the ncnn model you provided, and I want to know how to set the parameters of post-process in caffe which shows in the following image. Could you please provide it?
Sorry, the Interp Layers in PAN are not supported in Caffe. You need to modify the model such as replace the backbone and neck if you want to run nanodet with Caffe.
I have modified the model and get caffe model, and convert to ncnn. But I don't know how to set the parameters of post-process in cafffe. I have seen the ncnn model you provided, and I want to know how to set the parameters of post-process in caffe which shows in the following image. Could you please provide it?
Hi Kyrie-Chen, could you kindly show me how to modify the model? I am trying to convert the model to caffe format, but failed.
Sorry, the Interp Layers in PAN are not supported in Caffe. You need to modify the model such as replace the backbone and neck if you want to run nanodet with Caffe.
I have modified the model and get caffe model, and convert to ncnn. But I don't know how to set the parameters of post-process in cafffe. I have seen the ncnn model you provided, and I want to know how to set the parameters of post-process in caffe which shows in the following image. Could you please provide it?
Hi Kyrie-Chen, could you kindly show me how to modify the model? I am trying to convert the model to caffe format, but failed.
Sorry for the late reply. If you want to convert the model to caffe format, you should modify the upsample layer to deconvolution and convolution layer in the "fpn.py". In addition, you should remove the split layer in the "NanoDetHead.py".
Does anyone can help to provide the NanoDet caffe model (especially the nanodet_m.prototxt) ?