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

https://github.com/leoneversberg/object-detection-pytorch

A short jupyter notebook to train a Faster R-CNN object detection model with PyTorch v2 using the COCO data format
https://github.com/leoneversberg/object-detection-pytorch

coco deep-learning faster-rcnn microsoft-coco object-detection python pytorch

Last synced: 5 months ago
JSON representation

A short jupyter notebook to train a Faster R-CNN object detection model with PyTorch v2 using the COCO data format

Awesome Lists containing this project

README

          

# object-detection-pytorch
A short jupyter notebook to train a Faster R-CNN object detection model with PyTorch v2.1.

I used [blender-gen](https://github.com/ignc-research/blender-gen) to create a synthetic image dataset in the Microsoft COCO format.

![loss](./media/loss.png)

![result](./media/result.png)