-
Notifications
You must be signed in to change notification settings - Fork 33
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
an illegal memory access #30
Comments
+1 @FangGet Could you help to figure it out? bundling process input! Frame[1830]== Triangle Size: 1214292terminate called after throwing an instance of 'ml::MLibException' |
@zhanxiaopan the real-time visualization needs to ray-trace the whole scenes to output what Pangolin need, and I did this part use GPU, that's why the memory occupancy keeps increasing. By 1) disable the gui, or 2) increase the voxel size, or 3) enable the streaming mode(which only shows the sphere range of scenes) or 4)change the visualization to cpu may help(which may not be real-time). I have a long time not check this project, there may be more efficient ways to do the visualization work. It will be checked soon. |
Hi, thanks for your work and reply. I'm facing the same issue and I tried to disable the pangolin display. However, it still doesn't work. My error message is terminate called after throwing an instance of 'ml::MLibException'
what(): getHeapFreeCount:189: an illegal memory access was encountered:getHeapFreeCount
Aborted (core dumped) Looking forward to your reply! |
@H-tr Have you ever tried to revise your dockerfile or make file? |
When I run the run_docker.sh with the dataset named office3 , I got a Exception like this
I don't know the reason and hope for your reply.
THANKS!
The text was updated successfully, but these errors were encountered: