Repository: yangcaoai/3DGS-DET Branch: main Commit: da565ebf8b6c Files: 1 Total size: 2.5 KB Directory structure: gitextract_dsyz3zfu/ └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ ## :book: 3DGS-DET: Empower 3D Gaussian Splatting with Boundary Guidance and Box-Focused Sampling for Indoor 3D Object Detection

🔥The first work to introduce 3D Gaussian Splatting into Indoor 3D Object Detection. ⭐Star 3DGS-DET. Thanks🔥

> [[Paper](https://arxiv.org/pdf/2410.01647)]  
> [Yang Cao*](https://yangcaoai.github.io/), [Yuanliang Ju*](https://x.com/averyjuuu0213), [Dan Xu](https://www.danxurgb.net)
> The Hong Kong University of Science and Technology
:triangular_flag_on_post: **Updates** ☑ Being **Top-5** in Hugging Face Daily Papers! ☐ The code and data will be released within a month of the paper's acceptance. Please stay tuned. ☑ Our paper 3DGS-DET is released, check out it on [arXiv](https://arxiv.org/pdf/2410.01647). ## Table of Contents - [Boundary Guidance](#Boundary-Guidance) - [Methods](#Methods) - [Detection Samples](#Detection-Samples) - [Guidance from Different Priors](#Guidance-from-Different-Priors) - [Rendered Images](#Rendered-Images) - [BibTeX](#BibTeX) - [Contact](#Contact) - [Acknowledgement](#Acknowledgement) ## Boundary Guidance ## Methods ## Detection Samples ## Guidance from Different Priors ## Rendered Images ## BibTeX Cite 3DGS-DET by: ``` @article{cao20243dgs, title={3dgs-det: Empower 3d gaussian splatting with boundary guidance and box-focused sampling for indoor 3d object detection}, author={Cao, Yang and Ju, Yuanliang and Xu, Dan}, journal={arXiv preprint arXiv:2410.01647}, year={2024} } ``` ## Contact If you have any question, please email `yangcao.cs@gmail.com`. ## Acknowledgement We sincerely thanks to these great open source projects: [NeRF-Det](https://github.com/facebookresearch/NeRF-Det) [CN-RMA](https://github.com/SerCharles/CN-RMA) [ImGeoNet](https://github.com/ttaoREtw/ImGeoNet) [3DGS](https://github.com/graphdeco-inria/gaussian-splatting) [MMDetection3D](https://github.com/open-mmlab/mmdetection3d) As it is not possible to list all the referenced works. If you find we leave out your repo, please contact us and we'll update the list.