This is the dataset release of our paper Through the Looking Glass: Neural 3D Reconstruction of Transparent Shapes, CVPR 2020. Please consider citing this paper if you find this dataset useful in your project. Please contact us if you have any questions or issues.
Followings are the links to our dataset, to understand the data structure of our dataset, please refer to the dataset creation repository from this link and the network repository from this link, which will tell you how the data are created and how to load the data for training. We also provide our final reconstruction results of 10-view, 20-view and 5-view reconstruction so that future researchers can compare with our method easily.
infoList.dat
and mapEnvmaps.py
can be used to map the original environment maps to our environment maps used for rendering. To reproduce the quantitative number of shape reconstruction in our paper, you can download the dataset and run testMesh.py
from this link with --dataRoot
and --camNum
set properly. Please let us know if you have any questions running the code.