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

Modified ddrnet. Hello, I made some small modifications to ddrnet in my own experiments and later wanted to inference these models in the model hardware library (https://platform.openmmlab.com/deploee/), so I submit this PR. #3432

Open
wants to merge 6 commits into
base: dev-1.x
Choose a base branch
from

Conversation

HePengguang
Copy link

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Hello, I made some small modifications to ddrnet in my own experiments and later wanted to inference these models in the model hardware library (https://platform.openmmlab.com/deploee/), so I submit this PR. Thank you so much.

This is my first time to submit PR, please forgive me if there is any problem, and I will revise it as soon as possible.

Modification

The CBAM module is mainly added to the residual module corresponding to ddrnet model, the common convolution is changed to packet convolution, and the FAPPM module is created by combining PAPPM and DAPPM modules.
Those new config files are the combination of these improvements. These combinations are only personal experiments and may not work for every task, but they worked in my experiment.

BC-breaking (Optional)

NO.

Use cases (Optional)

NO.

Checklist

Does not have any negative impact on upstream and downstream code running.

@CLAassistant
Copy link

CLAassistant commented Nov 13, 2023

CLA assistant check
All committers have signed the CLA.

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.

None yet

2 participants