BlenderProc
BlenderProc copied to clipboard
How to load ShapeNetCore v1?
Describe the issue
Hello, could you please provide a example for loading shapenet v1 objects? I fail to load the objects using bproc.loader.load_shapenet(). Looking forward to your reply.
Minimal code example
No response
Files required to run the code
No response
Expected behavior
data loading
BlenderProc version
v2.5.0
Hey @GuHuangAI,
the load_shapenet() loader only supports v2. Is there any reason why you want to use v1?
One thing you can always do is, use bproc.loader.load_obj() to load the .obj files directly.