-
Notifications
You must be signed in to change notification settings - Fork 43
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
About the demo error #12
Comments
Hi @ZhenyuSun-Walker, can you check your pillow version? Line 14 in 5f2c293
|
And actually I cannot install the required version of open3d, thus I install the open3d=0.18.0 instead and it has done succesfully. However, I doubt that the error could be caused by the open3d installation.
|
Hello sir, Would you mind helping me solve the problems above? |
Hi @ZhenyuSun-Walker, this error should be related to the issue here: python-pillow/Pillow#8220. I am not sure why you have this issue with pillow 10.3.0 but I have updated the code to fix it temporally: spann3r/dust3r/datasets/utils/cropping.py Line 70 in a454b28
|
Can you check which line causes this segmentation fault? Is it related to open3d? |
The whole messgae is shown as below
|
I mean can you use either debugging mode or print statement to see which line causes this error? |
Same issue here. I believe it is an open3d related issue, a quick search shows too many similar issues (such as this numpy issue In my case the error occurs in the following line: Line 141 in a454b28
Downgrading numpy to 1.26.4 seems to solve the issue. |
Thanks @umutcanustuntas, that is quite helpful! I have checked my local environment, and yes, I use numpy=1.26.4 - will update the requirements.txt shortly. |
Thank you @umutcanustuntas @HengyiWang ! |
However, I found a new erroe
|
Same error report |
same error ,Did you manage to solve it? |
"In my Docker environment, I resolved the issue by configuring it as follows when running docker run -v /tmp/.X11-unix/:/tmp/.X11-unix --env DISPLAY=$DISPLAY This setting is for running X11-based GUI applications in Docker. |
Hello Sir, thank you for your brilliant work. I wonder how to deal with the issue when I run the demo.py, and get the error information below
The text was updated successfully, but these errors were encountered: