Skip to content

Commit

Permalink
initiate the project
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaCCJH committed Nov 30, 2024
0 parents commit 3d03eba
Show file tree
Hide file tree
Showing 47 changed files with 3,700 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Occam's LGS: A Simple Approach for Language Gaussian Splatting

[![arXiv](https://img.shields.io/badge/arXiv-xxxx.xxxxx-b31b1b.svg)]()
[![Project Page](https://img.shields.io/badge/Project-Page-blue)]()

This is the official implementation of "Occam's LGS: A simple approach for Language Gaussian Splatting".

## Overview

Occam's LGS is a simple, training-free approach for Language-guided 3D Gaussian Splatting that achieves state-of-the-art results with a 100x speed improvement. Our method:

- 🎯 Lifts 2D language features to 3D Gaussian Splats without complex modules or training
- 🚀 Provides 100x faster optimization compared to existing methods
- 🧩 Works with any feature dimension without compression
- 🎨 Enables easy scene manipulation and object insertion

## Key Features

- Training-free global optimization approach
- Direct reasoning in language feature space
- Support for arbitrary language feature dimensionality
- Fast processing time (~15s runtime)
- Compatible with SAM+CLIP features
- Includes tools for object insertion and scene manipulation
523 changes: 523 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/bulma-carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma-slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma.css.map.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/bulma.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/static/css/fontawesome.all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3d03eba

Please sign in to comment.