xiumingzhang / GenRe-ShapeHD

Code and Data Release for GenRe (NeurIPS 2018) and ShapeHD (ECCV 2018)
http://genre.csail.mit.edu/
292 stars 62 forks source link

How can I read 2.5D sketch #50

Closed jordgey closed 4 years ago

jordgey commented 4 years ago

hi,I have downloaded this,

This repo comes with a few Pix3D images and ShapeNet renderings, located in ```
downloads/data/test, for testing purposes.
For training, we make available our RGB and 2.5D sketch renderings, paired with their corresponding 3D shapes, for ShapeNet cars, chairs, and airplanes, with each object captured in 20 random views. Note that this .tar is 143 GB.
wget http://genre.csail.mit.edu/downloads/shapenet_cars_chairs_planes_20views.tar -P downloads/data/
mkdir downloads/data/shapenet/
tar -xvf downloads/data/shapenet_cars_chairs_planes_20views.tar -C downloads/data/shapenet/

Is 02691156_1a04e3eab45ca15dd86060f189eb133_view000_spherical.npz the 2.5D sketch ?And how can I read it by python?Use numpy? Looking forward to your reply!

ztzhang commented 4 years ago

please see the code in the dataset file here

jordgey commented 4 years ago

Thank you very much! And Are 'obj_spherical' and 'spherical_depth' the data of 2.5D sketch?