DLR-RM / BlenderProc

A procedural Blender pipeline for photorealistic training image generation
GNU General Public License v3.0
2.73k stars 443 forks source link

How to load ShapeNetCore v1? #1023

Open GuHuangAI opened 9 months ago

GuHuangAI commented 9 months ago

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

cornerfarmer commented 9 months ago

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.