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

Results of pretrained weights are different from the paper. #8

Closed
ghost opened this issue Mar 7, 2022 · 3 comments
Closed

Results of pretrained weights are different from the paper. #8

ghost opened this issue Mar 7, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2022

Hi Yang,

I tried to run the pretrained weights on 4DMatch/4DLoMatch, but the results are lower than those reported in the paper. Do I need more modifications to get the results in the paper?

image

@rabbityl
Copy link
Owner

rabbityl commented Mar 7, 2022

Just change the line-53 in configs/test/4dmatch.yaml
to max_condition_num: 40. It should be fine.

@ghost
Copy link
Author

ghost commented Mar 9, 2022

Yes, it is fine now. But how does max_condition_num affect the results?

@Yang-L1
Copy link

Yang-L1 commented Mar 9, 2022

It is a threshold for the repositioning. Previously it was set to 0, which shuts down the repositioning. Thus the results was worse.

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

2 participants