Welcome to ShapeNet Q&A, where you can ask questions and receive answers from other members of the community.

Is there a way to get the files named in a human readable fashion

0 votes
After downloading all the files how do you see which object files you have?

ShapeNetCore.v2/ShapeNetCore.v2/03467517/1a96f73d0929bd4793f0194265a9746c/models/model_normalized.obj

Without opening each file and viewing it, is there a way to name the head folders? or the .obj and mtl files?
asked May 23, 2017 by kleinash (160 points)

1 Answer

0 votes
For anyone looking for the answer to this. I wrote a short python script that renames all the bottom level files to their metadata names, you can find it here:

https://github.com/kleinash/ShapeNetCoreMetadata
answered May 29, 2017 by kleinash (160 points)
...