Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
---
|
5 |
+
## Citation
|
6 |
+
```bibtex
|
7 |
+
@article{kim2024vpocc,
|
8 |
+
title={VPOcc: Exploiting Vanishing Point for Monocular 3D Semantic Occupancy Prediction},
|
9 |
+
author={Kim, Junsu and Lee, Junhee and Shin, Ukcheol and Oh, Jean and Joo, Kyungdon},
|
10 |
+
journal={arXiv preprint arXiv:2408.03551},
|
11 |
+
year={2024}
|
12 |
+
}
|
13 |
+
```
|