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!
hi,I have downloaded this,
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!