ML.net Model Builder onnx-Model input preprocessing

Michael Mayer 1 Reputation point
2022-02-01T11:24:16.563+00:00

Hi.

After I've trained an object detection model with Model Builder through Azure; is there a way to find out which preprocessing (like scaling the input image to 600x800) needs to be performed when the onnx-model is used for inference (like in a c++ application with Microsoft.ML.OnnxRuntime with Ort::Session session(env, L"MLModel1.onnx", session_options);)?

170174-image.png

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes