AOPG
AOPG copied to clipboard
Maybe a little error in Code
https://github.com/jbwang1997/AOPG/blob/77169f2f0ba4fa8c8ef4aaf4d3d38c8b20204b40/mmdet/models/dense_heads/obb/aopg_head.py#L79
From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.
Thank you very much. Since the in_channels and feat_channels are the same, I didn't find this error.
https://github.com/jbwang1997/AOPG/blob/77169f2f0ba4fa8c8ef4aaf4d3d38c8b20204b40/mmdet/models/dense_heads/obb/aopg_head.py#L79
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.