We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was trying to use your mast3r_sfm to reconstruct a scene with 188 images. My settings was like:
My command was:
python demo_glomap.py --weights checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth --retrieval_model checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_trainingfree.pth --local_network --server_port 8281
And the reconstruction took almost an hour to finish which is way too slower than using colmap (around 10 minutes). Is there anyway to optimize this?
The text was updated successfully, but these errors were encountered:
i think it is because glomap does not support GPU acceleration so far.
glomap
Sorry, something went wrong.
No branches or pull requests
Hi, I was trying to use your mast3r_sfm to reconstruct a scene with 188 images. My settings was like:
My command was:
python demo_glomap.py
--weights checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth
--retrieval_model checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_trainingfree.pth
--local_network
--server_port 8281
And the reconstruction took almost an hour to finish which is way too slower than using colmap (around 10 minutes). Is there anyway to optimize this?
The text was updated successfully, but these errors were encountered: