-
Notifications
You must be signed in to change notification settings - Fork 5
/
ReadMe.txt
26 lines (17 loc) · 854 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is source code of our Pacific Graphics 2015 paper on Projective Feature Learning for 3D Shapes.
Please cite our paper if you use any part of this code in your work:
@article {xie_eg15,
title = {Projective Feature Learning for 3D Shapes with Multi-View Depth Images},
author = {Zhige Xie and Kai Xu and Wen Shan and Ligang Liu and Yueshan Xiong and Hui Huang},
journal = {Computer Graphics Forum (Proc. of Pacific Graphics 2015)},
volume = {34},
number = {6},
pages = {to appear},
year = {2015}
}
List of folders:
MVD_ELM: code for MVD-ELM described in Section 4 of paper.
Visualization: code for MVD-ELM visualization described Section 5 of paper.
FC_MVD_ELM: code for FC-MVD-ELM described in Section 6 of paper.
Please see the readme files in each folder for detailed uasage.
Contact email: [email protected]