Fail to Run Demo Machine Learning Inference Plugin

Hello,

I was able to build the MachineLearningInferencePlugin but when I try to run the ML model on the provided horse image, I get the following error:

When I try to run the same network using the Machine Learning → Run Model algorithm in the non-Dev ImFusion Suite, the inference returns the label map with no error. However, using the same “Run Model” algorithm in the dev version fails for the same reason listed above. Do you have any advice on how to fix this issue?

I am using Windows 10 and ImFusion 3.10.4.

Hi Joshua,

I can reproduce the issue. There seems to be a problem with the traced model of the demo plugin.
If you regenerate it locally by running this script: public-demos/ExampleMachineLearningInference/generate_demo_model.py at release · ImFusionGmbH/public-demos · GitHub , it should work

Thanks Raphael! That worked like a charm!