onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.46k stars 1.36k forks source link

Improve Accuracy mobilenetv2-7.onnx #631

Open Hardikzinzala opened 7 months ago

Hardikzinzala commented 7 months ago

Bug Report

Describe the bug

I am using mobilenetv2-7.onnx in .net maui but that accuracy is 0.5 % so improve the accuracy

System Information

OS Platform and Distribution (e.g. Linux Ubuntu 16.04):
Windows : .Net Maui (Version - 7)

Provide a code snippet to reproduce your errors. var modelStream = assembly.GetManifestResourceStream($"{assembly.GetName().Name}.mobilenetv2-7.onnx");