AOPG icon indicating copy to clipboard operation
AOPG copied to clipboard

Maybe a little error in Code

Open ljianx2006 opened this issue 3 years ago • 2 comments

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'.

ljianx2006 avatar Oct 30 '21 10:10 ljianx2006

Thank you very much. Since the in_channels and feat_channels are the same, I didn't find this error.

jbwang1997 avatar Oct 30 '21 11:10 jbwang1997

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.

colorfully-ybf avatar Mar 22 '22 08:03 colorfully-ybf