mrlooi / rotated_maskrcnn

Rotated Mask R-CNN: From Bounding Boxes to Rotated Bounding Boxes
MIT License
347 stars 62 forks source link

about the 'target' in loss.py #34

Closed ustczhouyu closed 4 years ago

ustczhouyu commented 4 years ago

❓ Questions and Help

Hello, the 'target' of def smooth_l1_loss(input, target, beta=1. / 9): in loss.py is a oriented rectangle, am I right? Please help me, thanks.

mrlooi commented 4 years ago

If rotated option is true, then yes You should be able to print out the values for the target (x,y,w,h,delta)