gitextract_j8tpcnjm/ ├── GS_LICENSE.md ├── LICENSE.md ├── NV_LICENSE.txt ├── README.md ├── faces_notexturemap_blender.py ├── generate_pseudomesh.py ├── gs_utils.py ├── mesh_optim/ │ ├── 2dgs_experiments_run.py │ ├── cam_utils.py │ ├── data.py │ ├── diff_render.py │ ├── generate_multi_views_circle.py │ ├── log_config.yaml │ ├── lpipsPyTorch/ │ │ ├── __init__.py │ │ └── modules/ │ │ ├── lpips.py │ │ ├── networks.py │ │ └── utils.py │ ├── mesh_utils.py │ ├── metrics.py │ ├── ml_utils.py │ ├── models.py │ ├── optimize_pseudo_config.yaml │ ├── optimize_pseudomesh.py │ └── render_pseudomesh.py ├── requirements.txt ├── scripts/ │ └── visualize_cameras_nerf_blender.py └── sh_scripts/ ├── configs/ │ ├── 3dgs_sh0_pseudo_config.yaml │ ├── db_config.yaml │ ├── mip_config.yaml │ ├── tandt_3dgs_config.yaml │ └── tandt_config.yaml ├── run_2dgs-sh0_db.sh ├── run_2dgs-sh0_mip.sh ├── run_2dgs-sh0_nerf-synth.sh ├── run_2dgs_sh0_tandt.sh ├── run_3dgs-sh0_db.sh ├── run_3dgs-sh0_mip.sh ├── run_3dgs-sh0_nerf-synth.sh ├── run_3dgs-sh0_tandt.sh ├── run_games_gs-flat_sh0_db.sh ├── run_games_gs-flat_sh0_mip.sh ├── run_games_gs-flat_sh0_nerf-synth.sh └── run_games_gs-flat_sh0_tandt.sh