Skip to content

Backbone of resnet50 with fpn trying to add faster-RCNN for detection soon

Notifications You must be signed in to change notification settings

singlautsav/resnet_fpn_keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FPN + Resnet Backbone

The code is done in keras and is very easy for anyone to understand.

File Descriptions

resnet.py --> Was implemented as a part of assignment for the course mentioned ahead, has been modified for this project and returns us the output of each resnet stage. (adapted from Coursera CNN )

fpnOnRes.py --> takes the stages from the resnet.py and adds the fpn layer to it.

Resources

Deep Residual Learning for Image Recognition

Feature Pyramid Networks for Object Detection

Review: FPN - Feature Pyramid Network

Understanding Feature Pyramid Networks for object detection (FPN)

About

Backbone of resnet50 with fpn trying to add faster-RCNN for detection soon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages