An open API service indexing awesome lists of open source software.

https://github.com/distributive-network/diana-model-zoo

Repository of models for Distributive's Overwatch
https://github.com/distributive-network/diana-model-zoo

Last synced: 17 days ago
JSON representation

Repository of models for Distributive's Overwatch

Awesome Lists containing this project

README

          

# Overwatch Models

A repo for the models, as well as their pre and post processing files, that are being stored in the Model Registry and being used in Overwatch.

Sources for models:
Pose: https://satyajitghana.medium.com/human-pose-estimation-and-quantization-of-pytorch-to-onnx-models-a-detailed-guide-b9c91ddc0d9f
Follow along the article and the colab to recreate the model in ONNX

YOLOV5S: https://github.com/ultralytics/yolov5
Follow the Ultralytics Github and the accompanying colab for downloading the original model and converting into ONNX

MNIST: https://github.com/onnx/models/blob/main/vision/classification/mnist/model/mnist-8.onnx
Model is available for download off Github