Skip to content
New issue

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

关于代码的疑问 #19

Open
Lg955 opened this issue May 18, 2022 · 0 comments
Open

关于代码的疑问 #19

Lg955 opened this issue May 18, 2022 · 0 comments

Comments

@Lg955
Copy link

Lg955 commented May 18, 2022

pos_decoded_rbox_preds_angle = distance2rbox(pos_points, pos_bbox_preds)#解码直接预测的rbox
pos_decoded_rbox_target= distance2bbox(pos_points, pos_rbox_targets)#[...,4:12])#解码回归的四个点

第450行的 distance2**rbox**(pos_points, pos_bbox_preds) 和第451行的 distance2**bbox**(pos_points, pos_rbox_targets),这两个函数是写颠倒了吗,还是就是应该这样的啊?因为我看到第450行是由bbox得到angle,第451行是由rbox得到decode_rbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant