Hi,
when you are transforming the relative scale-invariant translation parameter into absolute coordinates in these lines of code:
https://github.com/THU-DA-6D-Pose-Group/GDR-Net/blob/9814a182e7e4d14431088eab2fea6747616b9bc6/core/gdrn_modeling/models/pose_from_pred_centroid_z.py#L175C5-L182C6
it seems that you use the width and height of the initial detected bounding box in the variable roi_whs coming from here:
https://github.com/shanice-l/gdrnpp_bop2022/blob/f3ca18632f4b68c15ab3306119c364a0497282a7/core/gdrn_modeling/datasets/data_loader_online.py#L470C9-L482C49
instead of the width and height of the shifted one, which is the input to the network. Is this intentional?
Best,
Philipp
Hi,
when you are transforming the relative scale-invariant translation parameter into absolute coordinates in these lines of code:
https://github.com/THU-DA-6D-Pose-Group/GDR-Net/blob/9814a182e7e4d14431088eab2fea6747616b9bc6/core/gdrn_modeling/models/pose_from_pred_centroid_z.py#L175C5-L182C6
it seems that you use the width and height of the initial detected bounding box in the variable
roi_whscoming from here:https://github.com/shanice-l/gdrnpp_bop2022/blob/f3ca18632f4b68c15ab3306119c364a0497282a7/core/gdrn_modeling/datasets/data_loader_online.py#L470C9-L482C49
instead of the width and height of the shifted one, which is the input to the network. Is this intentional?
Best,
Philipp