- Install Hatch (this is a python environment manager)
- Clone repository
- Run
hatch shellto enter the virtual environment - Put
collected_splats.csvandgt.pngin thesrc/clustering_exploration/data/directory- These were generated using this fork of
diff-gaussian-rasterization
- These were generated using this fork of
- Run through the notebooks in
src/cluster_exploration.
- The test setup can be found in
testsfolder - Before running any program, modify the
config.jsonwith correct file path. dataset_init.pywill create csv files for views from given model.- Usage:
python dataset_init.py <path-to-config>
- Usage:
test_suite.pywill compute images and corresponding statistics from clustering algorithm.- Usage:
python test_suite.py <path-to-config>
- Usage:
clustering-exploration is distributed under the terms of the MIT license.