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.
- Host: GitHub
- URL: https://github.com/cj-mills/pytorch-keypoint-rcnn-tutorial-code
- Owner: cj-mills
- License: mit
- Created: 2024-01-25T22:42:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T18:39:14.000Z (over 1 year ago)
- Last Synced: 2025-09-08T17:01:05.244Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://christianjmills.com/series/tutorials/pytorch-train-keypoint-rcnn-series.html
- Size: 18.7 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.