YOLOX icon indicating copy to clipboard operation
YOLOX copied to clipboard

[yolox, onnx, ncnn] error on output of ./onnx2ncnn ??

Open LamnouarMohamed opened this issue 2 years ago • 2 comments

Hi everyone,

Thank you so much for sharing this repository, why my output after executing this command ../onnx2ncnn yolox.onnx model.param model.bin why model.param not same of your output

My output :
model_param

Standard output (your output) :
correct_output_model_param

LamnouarMohamed avatar Sep 08 '22 14:09 LamnouarMohamed

Maybe it's caused by updating of ncnn. If your output is correct, it's ok.

FateScript avatar Sep 09 '22 03:09 FateScript

Thank you for reply, ok I have two question : 1)- We guess our result are correct how can I modify it for continue the steps related to optimized NCNN, precisly step 3 which we need to remove 10 and add 1 layer manually, I don't have any idea in our case with this output above. 2)- Why we need to add YoloV5Focus layer, but we are working on YoloX. can you explain this point for me

LamnouarMohamed avatar Sep 09 '22 08:09 LamnouarMohamed

I met the same issue, could you please tell me how to solve it?

Ghustwb avatar Oct 22 '22 07:10 Ghustwb