-
Notifications
You must be signed in to change notification settings - Fork 5
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
error: XDG_RUNTIME_DIR not set in the environment. #3
Comments
Can you re-create the container using 11.7.1 and see if it works? I admittedly hadn't tested CUDA 11.8.0 |
Hey, so I tried running it with 11.7.1 (ie |
I meet the same problem. I have tried my best to solve it, but no solution worked. Feel so sad! |
I also meet the same problem, the CUDA I used is 11.4.1, but the demo can run properly. |
I have the same problem with CUDA 11.4.1.
|
facing the same issue with ubuntu 20.04 and cuda 11.7.1 |
If using docker + WSLg, then running
can fix the problem of |
facing the same issue with ubuntu 20.04 and cuda 11.3.1 |
There is a solution for the Segmentation fault problem that you find it here princeton-vl/DPVO#9 |
Sorry again - when I run
python demo.py --imagedir=movies/IMG_0494.MOV --calib=calib/iphone.txt --stride=5 --viz
It gives me the following error:
Running with config...
BUFFER_SIZE: 2048
GRADIENT_BIAS: False
KEYFRAME_INDEX: 4
KEYFRAME_THRESH: 15.0
MIXED_PRECISION: True
MOTION_DAMPING: 0.5
MOTION_MODEL: DAMPED_LINEAR
OPTIMIZATION_WINDOW: 10
PATCHES_PER_FRAME: 96
PATCH_LIFETIME: 13
REMOVAL_WINDOW: 22
error: XDG_RUNTIME_DIR not set in the environment.
Segmentation fault (core dumped)
Any idea how to resolve this issue?
The text was updated successfully, but these errors were encountered: