BlenderProc icon indicating copy to clipboard operation
BlenderProc copied to clipboard

How to load ShapeNetCore v1?

Open GuHuangAI opened this issue 1 year ago • 1 comments

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

GuHuangAI avatar Dec 09 '23 08:12 GuHuangAI

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.

cornerfarmer avatar Dec 11 '23 15:12 cornerfarmer