We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DARDet/mmdet/models/dense_heads/dardet_head.py
Lines 450 to 451 in f77f328
第450行的 distance2**rbox**(pos_points, pos_bbox_preds) 和第451行的 distance2**bbox**(pos_points, pos_rbox_targets),这两个函数是写颠倒了吗,还是就是应该这样的啊?因为我看到第450行是由bbox得到angle,第451行是由rbox得到decode_rbox
distance2**rbox**(pos_points, pos_bbox_preds)
distance2**bbox**(pos_points, pos_rbox_targets)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DARDet/mmdet/models/dense_heads/dardet_head.py
Lines 450 to 451 in f77f328
第450行的
distance2**rbox**(pos_points, pos_bbox_preds)
和第451行的distance2**bbox**(pos_points, pos_rbox_targets)
,这两个函数是写颠倒了吗,还是就是应该这样的啊?因为我看到第450行是由bbox得到angle,第451行是由rbox得到decode_rboxThe text was updated successfully, but these errors were encountered: