
Hi!
In my Machine Learning and WinML sessions I always share some minutes talking about ONNX. One of the most common topics related to ONNX is where to find ONNX models online. Some kind of Market Place. I usually recommend 2 options
In Azure AI Gallery, in the Models section https://gallery.azure.ai/models we can search trough several models. Those models are already prepared to be used on Windows 10, using WinML. In the references section I share some of my posts about models in Azure AI Gallery used to perform object detection.

Another option is the MODELS repository in the ONNX GitHub account https://github.com/onnx/models. There are several models sorted by categories, and each model have the download link to the Onnx file, references to the official documentation and more.
Models
- Image Classification
- Semantic Segmentation
- Object Detection & Segmentation
- Face Detection and Recognition
- Emotion Recognition
- Gender Detection
- Hand Written Digit Recognition
- Super Resolution
- Style Transfer
- Machine Translation
- Speech Processing
- Language Modelling
- Visual Question Answering & Dialog
- Other interesting models
Happy Coding!
Saludos @ Burlington
El Bruno
References
- Azure AI Gallery https://gallery.azure.ai/models
- GitHub Onnx Models https://github.com/onnx/models
- El Bruno, Alternatives to Yolo for object detection in ONNX format