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
Hi,
I failed to run the algorithm due to memory error, I suppose because my system has not enough resources.
Is it possible to "cut" the 22.npz input file reducing its length in order to reduce also the memory occupation?
Anyway I had to modify some line of the code in order to execute it:
In main.py line 3 rename utils with slam_utils
In main.py line 4 rename slam_utils with slam
In slam.py line 3 rename utils with slam_utils
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I failed to run the algorithm due to memory error, I suppose because my system has not enough resources.
Is it possible to "cut" the 22.npz input file reducing its length in order to reduce also the memory occupation?
Anyway I had to modify some line of the code in order to execute it:
Regards
The text was updated successfully, but these errors were encountered: