vLAR-group / DM-NeRF

🔥DM-NeRF in PyTorch (ICLR 2023)
Other
248 stars 17 forks source link

ValueError: Surface level must be within volume data range. #6

Open Nieschlafen opened 1 year ago

Nieschlafen commented 1 year ago

Hi, thanks for excellent work. when run Mesh Generation:CUDA_VISIBLE_DEVICES=0 python -u test_dmsr.py --config configs/dmsr/test/meshing.txt. “ValueError: Surface level must be within volume data range. ”will be reported

s4d34 commented 8 months ago

You can change the mesh_generator.py file in the DMNeRFMain/tools path, changing the level = 0.45 in line 19 to an appropriate value, such as: 0.0