ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement
https://me.kiui.moe/nerf2mesh/
MIT License
879 stars 87 forks source link

(WSL)Saving mesh_stage0——killed #103

Open ShuFengxx opened 5 months ago

ShuFengxx commented 5 months ago

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 1 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

TerLabs commented 5 months ago

I have encountered this issue as well, have you resolved it?

ShuFengxx commented 5 months ago

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.