Hello @Customer25003,
it looks like your "mobilenetv2.onnx" file wasn't included in deployment because Visual Studio doesn't automatically copy .onnx files. Check (via FTP or WebFTP access) if this file is present on website after deployment.
You need to tell Visual Studio explicitly include "mobilenetv2.onnx" with deployment:
- Right-click on file Utils/VisualModels/mobilenetv2.onnx in Visual Studio
- Click Properties
- Set Copy to Output Directory to: Copy if newer
- Set Build Action to: Content