annotating only objs on my own dataset, not distractors. #903
-
I generated my dataset using BlenderProc, I don't have any problem to annotate all objs on each scene, but I would like to annotate only my own objs on each scene. import blenderproc as bproc def get_bounding_box_diameter(obj): def set_material_properties(obj, cc_textures):
def render(config):
if name == "main":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You could try to set the category_id to |
Beta Was this translation helpful? Give feedback.
You could try to set the category_id to
0
of all objects that you do not want to show up. In this way they should act as background.