Skip to content
New issue

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

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

Already on GitHub? # to your account

Reproduce CBNetV2 with other models #49

Open
ghost opened this issue Oct 19, 2021 · 0 comments
Open

Reproduce CBNetV2 with other models #49

ghost opened this issue Oct 19, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 19, 2021

Hi!
Recently I want to utilize CBNetV2 in PaddleDetection. After reading your paper, I connect two ResNet50 together directly while find some questions in "Assistant Supervision" part. You have mentioned the detection head and neck are "weight sharing" so that I simply compute loss after forwarding the feats from two backbones to the same neck and head. Then I backward total_loss(=lead_loss+assist_loss) to train entire network.
I want to know if this way is right and is same to your cbnetv2 in mmdetection? If my method exists mistakes, hoping you can give me some advice.
Hoping receive your reply!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants