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

some question about the code #7

Open
AndyYuan96 opened this issue Sep 20, 2023 · 1 comment
Open

some question about the code #7

AndyYuan96 opened this issue Sep 20, 2023 · 1 comment

Comments

@AndyYuan96
Copy link

Hi,thanks for sharing the code,after reading the code,I wonder why you add dcn and stage_with_dcn to image backbone config, and use mask-rcnn trained in nuimage which config don't have dcn, and why you add other fpn layer to process_detector_feat, as I see in paper figure 2, you don't plot the fpn layer.

@wangzt-halo
Copy link
Collaborator

The normal convolution can replaced with the deformable convolution seamlessly thanks to the 'zero init' property of the deformable offsets.
There is actually 1 fpn layer in process_detector_feat, which works as a convolutional layer.

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

No branches or pull requests

2 participants