help me to run mmyolo models on cpu #30888
Replies: 3 comments
|
hi any one please ans this |
|
Hi @praasz @alexsu52 @faizan102418 can you please help me to solve this |
|
@Vinaygoudasp7 When a model converts successfully but the inference results are "not as expected", the first thing I'd try to determine is where the discrepancy is introduced:
A few suggestions:
Without that information it's difficult to tell whether this is:
If the ONNX model matches the original PyTorch model but the OpenVINO model does not, I'd be interested in seeing a minimal reproducible example (model, ONNX export command, and a sample image), as that would make it much easier to determine whether this is a conversion regression. If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
hi @okhovan @adk9 @dmatveev @cabelo
I'm using MMYOLO and have successfully trained a model that gives good results. Now, I want to run the model on CPU by converting it to OpenVINO. I followed the conversion pipeline: MMYOLO → ONNX → OpenVINO (using the OpenVINO CLI).
However, after conversion, the inference results are not as expected. Could you please suggest possible solutions or guide me on how to resolve this?
Thanks in advance!
All reactions