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

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

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

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Training Keypoint R-CNN Models with PyTorch

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

## Training

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

## ONNX Export

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

## License

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