A single repo with code & some theory to quickly refer when working with Onnx.
- Classification
- ResNet - PyTorch to Onnx code
- ResNet - Onnx inference script
- Object Detection
- YoloV5 - Onnx inference script
- Semantic Segmentation
- UNet - Tensorflow to Onnx
- UNet - Onnx inference script
- Clone the repo
- Install requirements.txt (Only for inference)
- Checkout notes on the top of the scripts before running the codes