TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

[QUESTION] test on my own datasets, registration failed

Open MZener opened this issue 2 years ago • 6 comments

Thanks for your work. I try the code(WinTeaser version) on my own datasets which is collected from the realsense device(D415), the FPFH features are used in the test, here the results, registration failed, can you tell me how to adapt the code on my own datasets, what's the main parameters which need to be adjusted for the point cloud data of different quality. thansk a lot. 168007826-8a7cfa1c-561c-489a-92f8-ccebed88f41d 168009259-f512c404-3ce6-4aa4-89e5-91bb21108b27 168009268-ec2ff1e0-e1f7-4dd8-9c2e-d8092840349c

MZener avatar May 12 '22 09:05 MZener

What feature extraction algorithm did you use?

jingnanshi avatar May 13 '22 18:05 jingnanshi

the FPFH features are used. 微信截图_20220514194405

MZener avatar May 14 '22 11:05 MZener

Can you try registering your source with itself using FPFH features?

jingnanshi avatar May 14 '22 17:05 jingnanshi

Can you try registering your source with itself using FPFH features?

I have tried two different way to register. (1) From source to itself, registration success, 捕获3 (2) from source to itself which is applied with a random rotation and translation matrix, registration failed, 捕获 捕获1

MZener avatar May 15 '22 12:05 MZener

Do you mind posting the entire code snippet you used for doing the self-registration experiment? My guess is the correspondence-matching part is causing this issue.

jingnanshi avatar May 15 '22 18:05 jingnanshi

If there are no further questions, we will close the issue :) Thx

LimHyungTae avatar May 02 '24 23:05 LimHyungTae