csuhan / ReDet

Official code of the paper "ReDet: A Rotation-Equivariant Detector for Aerial Object Detection" (CVPR 2021)
https://redet.csuhan.com
Apache License 2.0
391 stars 77 forks source link

Hello,my data set has only horizontal box and no mask information. Can I use this method? #50

Closed lesleyping closed 3 years ago

lesleyping commented 3 years ago

My dataset has only horizontal box and no mask information. Can I use ReDet ? thanks

csuhan commented 3 years ago

Yes, but you need to generate coco's format annotation with the segmentation filled by your horizontal bounding box, i.e. put x1,y1,x2,y2,...,x4,y4 in the segmentation.

While, we have not test its performance on HBB as it can not demonstrate our rotation equivariance.