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
- Host: GitHub
- URL: https://github.com/distributive-network/diana-model-zoo
- Owner: Distributive-Network
- Created: 2023-11-01T20:53:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T15:44:17.000Z (over 2 years ago)
- Last Synced: 2025-02-28T06:18:58.561Z (over 1 year ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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