Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added symbol for Dense Faster R-CNN model #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added symbol for Dense Faster R-CNN model #143

wants to merge 1 commit into from

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