tejank10 commited on
Commit
0fcedeb
·
1 Parent(s): 5f77f1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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
+ }