rpng / suo_slam

Symmetry and Uncertainty-Aware Object SLAM for 6DoF Object Pose Estimation
MIT License
133 stars 11 forks source link

Question about the normalized coordinates and img_aug #1

Open Bear-kai opened 1 year ago

Bear-kai commented 1 year ago
nmerrill67 commented 1 year ago

I agree that I never liked the normalized coordinates moving the origin out of the top left. It was just a trick I borrowed from the old KeyPointNet repo, and it could probably be fixed easily (I only use that property when transforming from normalized to unnormalized or v.v.). I only manually tuned the augmentations a bit and did not guarantee that the object will always be visible I guess.

Bear-kai commented 1 year ago

@nmerrill67 Hi, thanks for your reply. I have another question and expect your help. I noticed that the evaluation results are based on a final global BA optimization here. Then, the frames can utilize info from the future. It confuses me cause I think in slam mode, we can only use info of the current frame and from history, not from the future!