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

https://github.com/cj-mills/icevision-mask-rcnn-tutorial

Train a Mask R-CNN model on a custom dataset using the IceVision library and perform inference with ONNX Runtime.
https://github.com/cj-mills/icevision-mask-rcnn-tutorial

icevision instance-segmentation mask-rcnn object-detection tutorial

Last synced: about 1 year ago
JSON representation

Train a Mask R-CNN model on a custom dataset using the IceVision library and perform inference with ONNX Runtime.

Awesome Lists containing this project

README

          

# IceVision Mask R-CNN Tutorial

## Tutorial Links

* [Part 1](https://christianjmills.com/posts/icevision-mask-rcnn-tutorial/part-1/): Train a [Mask R-CNN](https://arxiv.org/abs/1703.06870) model on a custom dataset using the [IceVision](https://airctic.com/0.11.0/) library and perform inference with [ONNX Runtime](https://onnxruntime.ai/).

## Training Code

| Jupyter Notebook | Colab |         Kaggle         |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/icevision-mask-rcnn-tutorial/blob/main/notebooks/Icevision_Mask_RCNN_Student_ID.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cj-mills/icevision-mask-rcnn-tutorial/blob/main/notebooks/Icevision_Mask_RCNN_Student_ID_Colab.ipynb) | [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/cj-mills/icevision-mask-rcnn-tutorial/blob/main/notebooks/Icevision_Mask_RCNN_Student_ID_Kaggle.ipynb) |