Sovit Ranjan Rath
Sovit Ranjan Rath
Can you paste the output of the first few lines here?
That's odd. I never faced that issue. Just to be sure, can you please recheck your image directory once more?
Thanks. Will check it out.
@EmmaVanPuyenbr I think I know the issue. When you use `eval.py` that uses Torchmetrics, it uses the best weights for the mAP calculation. You may be mistakenly comparing that the...
Yes, that may be the case. Please check the terminal once for the best epoch mAP and then run `eval.py`. Or else, you can get the best epoch from the...
Hello @charlieWyatt There are a few things to consider here. When you export a model to ONNX using the script it is built by default with a static shape of...
May I know you ONNX and ONNX Runtime versions? Can you please try with ONNX Runtime 1.14.0 and the corresponding version of ONNX if they are different? Also, please try...
That's interesting. In that case, I will check the source code script if it is only running for ResNet18 model. There may be some error.
Thanks for the observation. I will take a look. Although it may take some time.
Hi. I tested the ResNet backbone models and a few other models. It seems that they are working fine while the the MobineNet one mentioned by you is not. It...