NJU-3DV / Relightable3DGaussian

[ECCV2024] Relightable 3D Gaussian: Real-time Point Cloud Relighting with BRDF Decomposition and Ray Tracing
https://nju-3dv.github.io/projects/Relightable3DGaussian/
Other
376 stars 24 forks source link

sh script/run_tnt.sh #4

Open godfg111 opened 8 months ago

godfg111 commented 8 months ago

When I attempt to run the script with the command sh script/run_tnt.sh, it seems to fail to recognize the 'data_tnt' path and instead looks for 'data_dtu', even though my root_dir is set to the correct 'data_tnt' path. The error occurred in File "/Relightable3DGaussian/scene/dataset_readers.py", line 503, in readNeILFInfo raise NotImplementedError NotImplementedError

yGaoJiany commented 8 months ago

Thank you for raising this issue, I have fixed the issue and it should work now.