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

generate high-quality point clouds #25

Open
wwj-53 opened this issue Jul 3, 2024 · 3 comments
Open

generate high-quality point clouds #25

wwj-53 opened this issue Jul 3, 2024 · 3 comments

Comments

@wwj-53
Copy link

wwj-53 commented Jul 3, 2024

Do you plan to use it to generate high-quality point clouds in the future? I think using it to generate high-quality point clouds would have progressive significance for many tasks such as SLAM and 3D reconstruction.

@wyf2020
Copy link
Contributor

wyf2020 commented Jul 3, 2024

Great question! In fact, our another CVPR 2024 work, DetectorFreeSfM (which ranked 1st in the Image Matching Challenge 2023), is a sfm framework specifically designed for detector-free matching. It can generate high-quality point clouds and complete high-quality reconstruction or triangulation. The code has been open-sourced and is ready for use.

@wwj-53
Copy link
Author

wwj-53 commented Jul 3, 2024

I took a brief look and DetectorFreeSfM is based on LoFTR. Would the performance be better if we switch to Efficient LoFTR? Do you have any plans to use Efficient LoFTR to create point clouds?

@wyf2020
Copy link
Contributor

wyf2020 commented Jul 3, 2024

Using Efficient LoFTR in DetectorFreeSfM is straightforward. You can check the file for examples of using LoFTR, MatchFormer, and AspanFormer, and apply the same principles to use EfficientLoFTR.

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