-
Notifications
You must be signed in to change notification settings - Fork 7
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
Debug Window doesn't open #1
Comments
Please make sure you ran |
I am not running it through docker. I have access to the X11 , so I don't think that's the problem |
So you built on your ubuntu or somewhere? |
Yes Ubuntu 16.04. |
That's surprising. I struggled so much to reproduce the environment and that's why I used docker. |
Is there any way to disable the display commands and just redirect the output to a file say .ply or xml ? |
Maybe it is done here so just to remove it or to set |
When I execute the run command : ./bin/main_on_image ./data/sequence_30
I run into the following issue :
Reading Calibration from file ./data/sequence_30/camera.txt ... found!
found ATAN camera model, building rectifier.
Input resolution: 1280 1024
In: 0.535719 0.669567 0.493249 0.500409 0.897966
Out: Crop
Output resolution: 640 480
new K: 277.523987 291.680328 312.474304 240.035583
old K: 685.720764 685.636475 630.858154 511.918457
Prepped Warp matrices
Started mapping thread!
Started constraint search thread!
Started optimization thread
found 1800 image files in folder ./data/sequence_30/images/!
reading ./data/sequence_30/images/00000.jpg
Doing Random initialization!
(DebugWindow DEPTH:5678): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
main_on_images: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
Do you know how i can solve this issue ? Have you run into this before ?
Also , it's not necessary that i have to get a display. Is it possible to try to get the output in a file ? If so , what are the changes i have to make?
The text was updated successfully, but these errors were encountered: