-
Notifications
You must be signed in to change notification settings - Fork 21
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
How can I execute the following statement about colmap correctly? #19
Comments
Please refer to here, this might help you. |
Sorry,I didn't mean that. My problem is that when I directly run ·python lib/colmap/imgs2poses.py -s examples/scene1·,It will show that ·python lib/colmap/imgs2poses.py -s dataset/MVDiffusion_demo16 Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. *** Aborted at 1722417347 (unix time) try "date -d @1722417347" if you are using GNU date *** How can I solve the problem? |
The problem here is the same as yours. |
Thank you for your suggestions!However,it does not work for me. Would you mind telling me why you can normally run the command |
Another option is to run colmap first for sparse reconstruction, please refer to https://colmap.github.io/cli.html#.
In this case, the See here for details. |
Actually, that is what I have done to avoid the contradictory. However,when I run
|
Actually, once my dataset can be suitable for the colmap operation step by step in the terminal. But now, it does not |
Hello, I wonder what should I do in order to execute
python lib/colmap/imgs2poses.py -s examples/scene1
correctly?Actually I have used several other commads of colmap to replace the command above, in order to avoid the error of no gui interfaces.
The text was updated successfully, but these errors were encountered: