-
Notifications
You must be signed in to change notification settings - Fork 1
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
Process Stopped #11
Comments
or if I change the mesh freq to anything else , if will stop and never finish to 2000 once. |
For visualization purpose, mesh frequency should be set to 40. If you only want to run for evaluation, keep mesh frequency as the original code. |
The problem now is that when I run this program, no matter what the mesh freq is, the program will get stuck and cannot complete the run. py, and I don't know how to solve this problem. I am monitoring whether my RTX is running. When the progress bar gets stuck, the process disappears and never continue |
like the pic uploaded, it stopped at 550/2000 |
I ignore the warnings before and I just find that it send the warning information:/home/lbw/anaconda3/envs/sni/lib/python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 11 leaked semaphores to clean up at shutdown |
Sorry, I have the same problem. I run the dataset room0 and room1 respectively. They are stuck at different 40FPS frequencies such as 562 and 762. The problem is: the video memory usage decreases and the process is stuck. |
how much is your ram |
RAM? My RAM is 32G (16*2) |
|
Maybe you are right. |
I also have the same problem. My GPU has 24 gb of ram |
For visualization purposes, when mesh_freq is set to 40. Can you provide the required running memory requirements? |
Hello, what is the configuration of your computer |
My computer has 64GB of RAM and an RTX 4090 GPU, with the code occupying about 10GB of the GPU memory. In SNI-SLAM, the keyframes are stored on the CPU, which results in high CPU usage. We will open source a updated code for limited GPU and CPU space. |
Thanks for your great work here, and some problems here need your help then .
As I set the mesh frequency to 40 and I put the command in terminal, python -w run.py configs/...... std, and my process will stop after 7 times mesh file saved, how could I solve that?
The text was updated successfully, but these errors were encountered: