Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbliao/CLIP-GS

Official PyTorch implementation of the paper ‘CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding’
https://github.com/gbliao/CLIP-GS

Last synced: about 1 month ago
JSON representation

Official PyTorch implementation of the paper ‘CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding’

Awesome Lists containing this project

README

        

# CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding

This is the code for CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding.

* [Project Page](https://gbliao.github.io/CLIP-GS.github.io/)
* [Paper](https://arxiv.org/abs/2404.14249)

## Citing
If you find our work useful, please consider citing:
```BibTeX
@article{liao2024clip,
title={CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding},
author={Liao, Guibiao and Li, Jiankun and Bao, Zhenyu and Ye, Xiaoqing and Wang, Jingdong and Li, Qing and Liu, Kanglin},
journal={arXiv preprint arXiv:2404.14249},
year={2024}
}
```