Sparse Reconstruction
Run COLMAP sparse reconstruction.
How to do this step for training my own data? I downloaded colmap already and it does not have a function called "sparse reconstruction"
I am using the dev branch.
@asad-ak Have you solved that?
@asad-ak Have you solved that?
Unfortunately not, what I understand from the documentation is
- Extract Features
- Match Features
- Reconstruct
But I am not sure if this is the right path.
@asad-ak Have you solved that?
Unfortunately not, what I understand from the documentation is
- Extract Features
- Match Features
- Reconstruct
But I am not sure if this is the right path.
Have you tried Clone LLFF and run python img2poses.py $your-images-folder in master branch?
@asad-ak Have you solved that?
Unfortunately not, what I understand from the documentation is
- Extract Features
- Match Features
- Reconstruct
But I am not sure if this is the right path.
Have you tried Clone LLFF and run python img2poses.py $your-images-folder in master branch?
Yes that works. Doing that.