julius

Results 3 issues of julius

**TypeError: 'NoneType' object is not subscriptable, when export texture mesh** When i export the texture mesh use the following command : `LOG_DIR="outputs/neusfacto-wbg-reg_sep-plane-nerf_60k_plane-h-ratio-0.3_engine_337/neus-facto-wbg-reg_sep-plane-nerf/2023-07-20_033253" MC_RES=512 MESH_FN="extracted_texture_mesh_res-${MC_RES}.ply" MESH_PATH="${LOG_DIR}/${MESH_FN}" ns-extract-mesh \ --load-config $LOG_DIR/config.yml \...

I clone the newest gsplat code, and try to install it by: `pip install -e .` But i meet the following error: `gsplat/cuda/csrc/projection.cu(485): error: namespace "cooperative_groups" has no member "labeled_partition"...

**Describe the bug** When i use the following command `ns-render dataset --load-config ns_outputs/ori_splatfacto_do_dencify_distorted/splatfacto/2024-06-18_113728/config.yml --image-format png --split train+test --rendered-output-names rgb gt-rgb` for rendering images and comparing with GT. And what I...