YOLOX
YOLOX copied to clipboard
[yolox, onnx, ncnn] error on output of ./onnx2ncnn ??
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 :
Standard output (your output) :
Maybe it's caused by updating of ncnn. If your output is correct, it's ok.
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
I met the same issue, could you please tell me how to solve it?