-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
[CodeCamp2023-489]Add new configuration files for htc in mmdetection #10721
base: dev-3.x
Are you sure you want to change the base?
[CodeCamp2023-489]Add new configuration files for htc in mmdetection #10721
Conversation
Hi @Eiviento, We'd like to express our appreciation for your valuable contributions to the mmdetection. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
@Eiviento Did you possibly locate the DCN code in the wrong place? Could you please provide the import path you are using? |
from mmcv.cnn.bricks.wrappers import ConvTranspose2d as DCN The changed IP address of the configuration file:https://github.com/Eiviento/mmdetection/blob/Eiviento/mmdet_new_config_htc/mmdet/configs/htc/htc_x101-64x4d-dconv-c3-c5_fpn_ms-400-1400-16xb1-20e_coco.py |
@Eiviento
|
@Eiviento Hi. Do you have any progress? |
Modify and provide a new configs————mmdet/configs/htc
Motivation
Give HTC all the configuration Add configuration and verify inference and training correctness
##Othres
I have verified the configuration file of htc。
I tried many times but the new configuration file modified by htc_x101-64x4d-dconv-c3-c5_fpn_ms-400-1400-16xb1-20e_coco.py failed to be verified.
The error cause is: ConvTranspose2d.init() got an unexpected keyword argument 'deform_groups'.
I'm not sure if it has anything to do with the original configuration parameter Settings.
I would appreciate it if you could give me some advice