JiehongLin / SAM-6D

[CVPR2024] Code for "SAM-6D: Segment Anything Model Meets Zero-Shot 6D Object Pose Estimation".
241 stars 19 forks source link

Regarding the Blenderproc library's replacement library #35

Open Jingranxia opened 1 month ago

Jingranxia commented 1 month ago

Hello author, is there a replacement library for the blenderproc library? I tried using a Python interpreter to call the rendeer_custom_templates.py file and found that the lines were different. Is there any library that can effectively replace the blenderproc library? Error: raise RuntimeError("\n###############\nThis script can only be run by \"blenderproc run\", instead of calling:"

Jingranxia commented 1 month ago

Hello author, I would like to achieve something like Bproc. renderer. set_max_mount_of_samples (50)

Render the whole pipeline

Data=bproc. renderer. sender()

Render nocs

Data. update (bproc. renderer. sender_socs())

Does the blender or bpy library provide the functionality of nocs