(WSL)Saving mesh_stage0——killed
ShuFengxx opened this issue · 2 comments
Hello author! When running to the step--extract coarse mesh, the following problem occurs:
(nerf2mesh) root@ROG-OMEN-LEGION:/home/root/code/nerf2mesh# python main.py data/nerf_synthetic/lego/ --workspace trial_syn_lego-cs1/ -O --bound 1 --scale 0.8 --dt_gamma 0 --stage 0 --texture_size 512 --ssaa 1 --lambda_tv 1e-8
Is it because of the computer configuration please?
My laptop configuration:
GPU:RTX 4070 Laptop GPU
CPU:i9-13900HX
RAM:16G
Environment:WSL-Ubuntu22.04、CUDA 11.6、Torch1.12.1
I have encountered this issue as well, have you resolved it?
I have encountered this issue as well, have you resolved it?
It may be due to lack of RAM, I'm running it successfully on another PC configured with RTX 4090+256G.
I'm going to continue to try to run it on my laptop later to see if that fixes it.