eriksandstroem / Point-SLAM

Point-SLAM: Dense Neural Point Cloud-based SLAM
Apache License 2.0
359 stars 29 forks source link

code stuck at "self.npc = manager.NeuralPointCloud(cfg)" #13

Closed Yiiii19 closed 7 months ago

Yiiii19 commented 8 months ago

Hi, when i want to run the code for replica dataset, the code was stuck at Point_LAM.py self.npc = manager.NeuralPointCloud(cfg) It happened a few times. At one time it runs successfully. Do you have any solution or idea about that? Thanks!

eriksandstroem commented 7 months ago

Hi @Yiiii19, Sadly, we did not encounter this issue you describe. Typically when code gets stuck like this, it can be RAM related. If you are using a cluster, you can perhaps try to request a bit more RAM and see if it makes a difference.