ApdowJN
ApdowJN
When I try to run gs-extract-mesh, it encountered issue with 'ModuleNotFoundError: No module named 'diff_surfel_rasterization'. When can we instal 'diff_surfel_rasterization', it seems that there isn't 'diff_surfel_rasterization' in submodules. Can you...
Nice work! Where can we find the training script to train 3DGS using COLMAP as input? Is there a corresponding command for it?
When I try python extract_mesh_tsdf.py -m exp_playroom/release --iteration 30000, i found issues below: ``` Looking for config file in exp_playroom/release/cfg_args Config file found: exp_playroom/release/cfg_args Rendering exp_playroom/release Loading trained model at...
When I try python extract_mesh.py -m exp_playroom/release/ --iteration 30000, it shows issue below. ``` Traceback (most recent call last): File "extract_mesh.py", line 13, in from tetranerf.utils.extension import cpp File "/home/xxx/Documents/gaussian-opacity-fields/submodules/tetra-triangulation/tetranerf/utils/extension/__init__.py",...