Skip to content

deepeshhada/faster_rcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Object Detection using Faster R-CNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published