jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
520 stars 111 forks source link

proposal后处理代码位置请教 #134

Open a1b2c3s4d4 opened 2 years ago

a1b2c3s4d4 commented 2 years ago

你好, 请问Oriented R-CNN中将RPN生成的平行四边形proposal调整为有向矩形的代码在哪个文件里呀? 以及将有向矩形的表示转换成(x,y,w,h,theta)的代码具体是在那个文件呀? 谢谢!!

jbwang1997 commented 2 years ago

可以参考这里的代码 https://github.com/jbwang1997/OBBDetection/blob/master/mmdet/core/bbox/coder/obb/midpoint_offset_coder.py#L122-L130