imp-release icon indicating copy to clipboard operation
imp-release copied to clipboard

No pose supervision?

Open AbyssGaze opened this issue 2 years ago • 3 comments

After looking at the code, it seems that I didn't see any estimation or supervision of pose during the training process. Additionally, the "Iterative" mentioned in the paper seems to correspond to the number of iterations for self-cross attention. I'm not sure if I misunderstood this.

AbyssGaze avatar Jun 27 '23 06:06 AbyssGaze

The code of pose supervision is very similar to that used in OANet and will be added later. In each iteration, we perform descriptor augmentation (self/cross) and pose estimation, so it is more like how many steps needed to augment the descriptors so as to find good matches. More iterations are used for tough cases and fewer for easy ones.

feixue94 avatar Jun 27 '23 10:06 feixue94

Thank you for your reply. I have tried to add OANet directly to the matching for pose estimation before, but the performance slightly decreased. I'm looking forward to your pose estimation code. Thank you very much.

AbyssGaze avatar Jun 28 '23 02:06 AbyssGaze

Hi, i try the pose supervision on the superglue by learnable coefficient, but the result is not good. I want to confirm if the loss function formed between the generated R、t and groundtruth is through L2Loss? Would you release the code for constructing the loss function section, if possible?

July0928 avatar Dec 25 '23 08:12 July0928