Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SCube: Instant Large-Scale Scene Reconstruction using VoxSplats
|
| 2 |
+
[Xuanchi Ren](https://xuanchiren.com/), [Yifan Lu](https://yifanlu0227.github.io/), [Hanxue Liang](https://scholar.google.com/citations?user=XcxDA14AAAAJ&hl=en), [Zhangjie Wu](https://zhangjiewu.github.io/), [Huan Ling](http://www.cs.toronto.edu/~linghuan/), [Mike Chen](https://www.linkedin.com/in/nvidia-mikechen/), [Sanja Fidler](https://www.cs.utoronto.ca/~fidler/), [Francis Williams](https://www.fwilliams.info/), [Jiahui Huang](https://huangjh-pub.github.io/) <br>
|
| 3 |
+
\* indicates equal contribution <br>
|
| 4 |
+
**[[Project Page]](https://research.nvidia.com/labs/toronto-ai/scube/)**
|
| 5 |
+
|
| 6 |
+
## Citation
|
| 7 |
+
```
|
| 8 |
+
@inproceedings{
|
| 9 |
+
ren2024scube,
|
| 10 |
+
title={SCube: Instant Large-Scale Scene Reconstruction using VoxSplats},
|
| 11 |
+
author={Ren, Xuanchi and Lu, Yifan and Liang, Hanxue and Wu, Jay Zhangjie and Ling, Huan and Chen, Mike and Fidler, Sanja annd Williams, Francis and Huang, Jiahui},
|
| 12 |
+
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
|
| 13 |
+
year={2024},
|
| 14 |
+
}
|