-
Notifications
You must be signed in to change notification settings - Fork 22
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
Segmentation fault(core dumped) #4
Comments
hi! could you post the stack trace of the segfault from gdb? |
Hi @dgrzech I also got a same problem. I used umbrella data downloaded from https://www.dropbox.com/sh/qgy2n9bmioofqnj/AABUnT7pi2ECpxSi80EmXOXna?dl=0&preview=umbrella_data.zip I am a bit confused on the data folder. If I just add another two empty folder to the downloaded data folder as following, then this error occurs. If I put all images and Intrinsics into corresponding folder, then the following issue occurs. May I ask you if there is anything I did not do correctly? By the way, here is the steps on how I install all the dependencies. I am wondering if you could have a quick look and let me know if there is anything I did not do correctly? Thank you so much. |
hi! of course the rgb and depth images need to be put in the corresponding “color” and “depth” folders. do not put the file with intrinsics there—the intrinsics need to be specified in the parameters file. i’m not sure why the images can’t be read. to start with try debugging by seeing if the filenames are loaded correctly |
Sorry for the late response. I have successfully solved this problem. The problem is caused by the version of the libs you use. And most likely is because you have used an old version of cmake. If you are experimenting the same problem please do check the libs you use. |
Hi @nic-stark Thank you so much :) |
@nic-stark I still have such problem when I want to use the screenshot. But I do not understand the "libs". Does it refer to some software?Besides, I also do not how to open the vtk file. Is there a software which could be recommended? |
Hi,there. Thank you for your work. I have successfully compiled your project. But when I tried to run it with options on the umbrella data, it just throw a bug on frame 0 says Segmentation fault(core dumped). I also tried to run it with out any options, it just kept running with iter.no.x and nothing else happens. Any ideas how could I fix this problem? Thanks.
The text was updated successfully, but these errors were encountered: