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