Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Deep Implicit Surface Point Prediction Networks
|
6 |
+
## [Project Page](https://sites.google.com/view/cspnet) | [Paper](https://arxiv.org/abs/2106.05779) | [Code](https://github.com/rahulvenkk/csp-net)
|
7 |
+
|
8 |
+
If you find our code or paper useful, please cite as
|
9 |
+
|
10 |
+
@InProceedings{Venkatesh_2021_ICCV,
|
11 |
+
author = {Venkatesh, Rahul and Karmali, Tejan and Sharma, Sarthak and Ghosh, Aurobrata and Babu, R. Venkatesh and Jeni, Laszlo A. and Singh, Maneesh},
|
12 |
+
title = {Deep Implicit Surface Point Prediction Networks},
|
13 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
14 |
+
month = {October},
|
15 |
+
year = {2021},
|
16 |
+
pages = {12653-12662}
|
17 |
+
}
|