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

Build self dataset problem when colmap generate pose #64

Open
5p6 opened this issue Oct 15, 2024 · 2 comments
Open

Build self dataset problem when colmap generate pose #64

5p6 opened this issue Oct 15, 2024 · 2 comments

Comments

@5p6
Copy link

5p6 commented Oct 15, 2024

When I tried to generate the MVSGaussian dataset using the video frame data I collected myself, I encountered some problems. When I run the command

python lib/colmap/imgs2poses.py -s examples/myscene

It always reports information

Need to run COLMAP
Features extracted
Features matched
Sparse map created
Finished running COLMAP, see .\dataset\colmap_output.txt for logs
Post-colmap
Cameras 5
Images # 21
ERROR: the correct camera poses for current points cannot be accessed
Done with imgs2poses

It seems that there is a problem with the camera pose and corresponding point cloud,But the most crucial thing is that it cannot generate the data poses_bounds.npy to be used in the next stage.
Can you provide some suggestions for me to collect datasets that are compatible with MVSGaussian,for example, the parameters captured by the camera, as well as the characteristics of the images used for processing, such as image size, image quality, and image clarity.

@TQTQliu
Copy link
Owner

TQTQliu commented Oct 16, 2024

Hi, you can try runing colmap sparse reconstruction https://colmap.github.io/cli.html# , and then run the script lib/colmap/imgs2poses.py to get poses_bounds.npy.

@datouzhan
Copy link

This is because there are images in your image that cannot estimate the camera pose. It is recommended to manually filter the following images. it works

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

3 participants