Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 394 Bytes

Faster R-CNN

This repository is for studies on how to build a Faster R-CNN architecture in PyTorch from beginning.

Tutorial

Reproduction of steps described here.

tutorial/
├── faster-rcnn.ipynb
└── faster-rcnn.py

check the notebook here.