├── README.md └── detectron2-onnx.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # Detectron2 ONNX Inference 2 | 3 | Exporting detectron2 models to onnx and running inference on them is 4 | surprisingly hard. 5 | 6 | This rapository contains my personal learnings with detectron2 and 7 | onnx inference. 8 | --------------------------------------------------------------------------------