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

Scaling seems doesn't work for python #117

Open
liu-qingzhen opened this issue Sep 30, 2021 · 8 comments
Open

Scaling seems doesn't work for python #117

liu-qingzhen opened this issue Sep 30, 2021 · 8 comments

Comments

@liu-qingzhen
Copy link

Hi, TEASER++ works great for same scale point clouds with large outliers. But for point clouds with large scaling difference, the result seems not very good. I'm not sure if it is because the Python binding does not support scaling? I tuned the parameter estimate_scaling in helpers.py to be True, but the performance seems unchanged.
image

@gaussiangit
Copy link

@liu-qingzhen Have you solved the issue ?
@jingnanshi Any comment on this ?

@jingnanshi
Copy link
Member

I haven't looked at this issue yet, but feel free to look at the python binding to see whether there's any bug.

@ttsesm
Copy link

ttsesm commented Feb 18, 2022

@liu-qingzhen, @gaussiangit did you manage to have scaling working. I am having a similar scaling use case and the result is not that good as well.

@liu-qingzhen
Copy link
Author

liu-qingzhen commented Feb 18, 2022 via email

@ttsesm
Copy link

ttsesm commented Feb 18, 2022

Sure it returns an s value, however it is not correct. When the scaling ratio between the two pcds is quite big, it fails to address the registration and the scaling value doesn't really help much.

In any case, thank you for your time.

@liu-qingzhen
Copy link
Author

liu-qingzhen commented Feb 19, 2022 via email

@ttsesm
Copy link

ttsesm commented Feb 21, 2022

I see, did you test with an alternative feature descriptor, other than the fpfh, to see whether it performs better?

@jingnanshi
Copy link
Member

@ttsesm FPFH is not designed to be scale-invariant (see the original paper). Maybe try this: https://link.springer.com/article/10.1007/s00521-017-2964-1?

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

4 participants