Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 780 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 780 Bytes

Faster R-CNN

The repository contains code for object detection on the Pascal VOC dataset using Faster R-CNN.

The pretrained weights can be found here. Please replace the empty weights file in the weights folder with the downloaded file (~535 MB).

test.ipynb contains code for testing the model. A sample image is placed under the images directory. Simply run all the cells of this notebook to test the model. Here's a sample result:

man_horse

The repository also contains an extension of Faster R-CNN for instance segmentation (Mask R-CNN).