Skip to content

Added symbol for Dense Faster R-CNN model#143

Open
shoaibahmed wants to merge 1 commit intomsracver:masterfrom
shoaibahmed:master
Open

Added symbol for Dense Faster R-CNN model#143
shoaibahmed wants to merge 1 commit intomsracver:masterfrom
shoaibahmed:master

Conversation

@shoaibahmed
Copy link

Added a new model for Faster R-CNN which I call as dense as the model contains skip connections from each of the blocks from ResNet for feeding into the final classification head.
The availability of low-level features along with the more abstract features might result in an improvement in the overall classification performance of the system.
This approach has been tested for two of the tasks that I have been working on and has produced better results as compared to the original ResNet-101 model.

@chinakook
Copy link

It's just like the skip connection of FCN but your implementation is pooling down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants