Hello,
I am using the ShapeNet dataset as part of facebook's meshrcnn project. The project says to use ShapeNetCore v1, and to find the model.presolid.binvox files within that distribution. However, I don't see it there (nor does it show up in the documentation in https://www.shapenet.org/download/shapenetcore ). Where do these files reside?
Googling for the filename, I see that in
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v1/
The files exist when browsing the directories individually, but not in the zip files of the categories.
For example,
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v1/03759954.zip
does not contain these files, but
http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v1/03759954/1a2e3602e54e8e5f4fdb7f619836e43d/
does contain them.
Is it possible to update the zip files with these binvoxes, or should I download them one by one?