. ├── main.py # Main orchestration script ├── models.py # Classification models (Decision Tree, XGBoost) ├── autoencoder.py # Autoencoder for dimensionality reduction ├── loading_data.py # Data ...
This repository contains the official authors implementation associated with the paper "LangSplat: 3D Language Gaussian Splatting" (CVPR 2024), which can be found here. We further provide the ...