You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in main (line 57)
events_zeroed = undistort_events(...
`
My machine : 8GiB memory and 10GiB Swap space. I want to know if there is something wrong when I run the code or this project need more memory.
The text was updated successfully, but these errors were encountered:
Can you try running this on a smaller sequence? I haven't run into this issue before, but it is true that MATLAB will read the entire file into memory which is less than ideal.
Also, can you run a top and check how much memory is available after factoring in your other processes?
When I run main.m using boxes_6dof I met this problem.
`
Error using vertcat
Out of memory. Type HELP MEMORY for your options.
Error in undistort_events (line 53)
undistorted_events = [x_u; y_u; events(3:4, valid_points)];
Error in main (line 57)
events_zeroed = undistort_events(...
`
My machine : 8GiB memory and 10GiB Swap space. I want to know if there is something wrong when I run the code or this project need more memory.
The text was updated successfully, but these errors were encountered: