Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjy5/clustering-exploration
3DGS clustering tests
https://github.com/kjy5/clustering-exploration
Last synced: 2 months ago
JSON representation
3DGS clustering tests
- Host: GitHub
- URL: https://github.com/kjy5/clustering-exploration
- Owner: kjy5
- License: mit
- Created: 2024-11-03T23:10:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T01:08:35.000Z (3 months ago)
- Last Synced: 2024-11-04T02:18:20.792Z (3 months ago)
- Language: Python
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Clustering Exploration
-----
## Table of Contents
- [Installation](#installation)
- [License](#license)## Installation
- [Install Hatch](https://hatch.pypa.io/latest/install/) (this is a python environment manager)
- Clone repository
- Run `hatch shell` to enter the virtual environment
- Put `alpha_vals.csv` and `gt.png` in `src/clustering_exploration/data/` directory
- Run through the notebooks in `src/cluster_exploration`.## License
`clustering-exploration` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.