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)]
## 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.