Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This repository contains the code for my PyTorch Mask R-CNN tutorial.
https://github.com/cj-mills/pytorch-mask-rcnn-tutorial-code

instance-segmentation mask-rcnn object-detection pytorch tutorial

Last synced: 3 days ago
JSON representation

This repository contains the code for my PyTorch Mask R-CNN tutorial.

Awesome Lists containing this project

README

        

# Training Mask R-CNN Models with PyTorch

This tutorial provides a step-by-step guide on training Mask R-CNN models with PyTorch.

## Training

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-mask-rcnn-tutorial-code/blob/main/notebooks/pytorch-mask-r-cnn-training.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-mask-rcnn-tutorial-code/blob/main/notebooks/pytorch-mask-r-cnn-training-colab.ipynb) |

## ONNX Export

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-mask-rcnn-tutorial-code/blob/main/notebooks/pytorch-mask-r-cnn-onnx-export.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-mask-rcnn-tutorial-code/blob/main/notebooks/pytorch-mask-r-cnn-onnx-export-colab.ipynb) |

## License

Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.