Skip to content

leaxsd/faster-rcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.