We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AOPG/mmdet/models/dense_heads/obb/aopg_head.py
Line 79 in 77169f2
From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.
The text was updated successfully, but these errors were encountered:
Thank you very much. Since the in_channels and feat_channels are the same, I didn't find this error.
Sorry, something went wrong.
AOPG/mmdet/models/dense_heads/obb/aopg_head.py Line 79 in 77169f2 self.conv_shape = nn.Conv2d(self.in_channels, 4, 1) From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.
can i ask you some question about the code?Thank you very much.
No branches or pull requests
AOPG/mmdet/models/dense_heads/obb/aopg_head.py
Line 79 in 77169f2
From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.
The text was updated successfully, but these errors were encountered: