Dominik Winkelbauer
Dominik Winkelbauer
Hey @m-ali-awan this error seems to be specific to your system. Apparently your certificates are missing. Have you tried this: https://stackoverflow.com/questions/68275857/urllib-error-urlerror-urlopen-error-ssl-certificate-verify-failed-certifica ?
Hey @Jusker-Greek, you can use `--temp-dir` and `--blender-install-path` to specify which temp dir to use and where blender should be installed (see `blenderproc quickstart --help`)
Hey @Jusker-Greek, if you use `--temp-dir` instead of `--tmp-dir`, then the temp dir should be set correctly. The usage of `--custom-blender-path` should not be necessary. So could you please remove...
BlenderProcHelper result for run 577: Done with: [`amass_human_poses_python 45s`, `auto_shading_python 9s`, `basic_python 13s`, `blenderkit_python 18s`, `bop_object_on_surface_sampling_python 91s`, `bop_object_physics_positioning_python 146s`, `bop_object_pose_sampling_python 74s`, `bop_scene_replication_python 140s`, `camera_depth_of_field_python 18s`, `camera_object_pose_python 23s`, `camera_random_trajectories_python 49s`, `camera_sampling_python...
Thanks for the fix, @rasmushaugaard. Could you please sign the CLA, so I can merge this?
Hey @cs-mshah, interesting question. This definitely does not work out of the box. You could try to do it similar to how the old segmap renderer worked (https://github.com/DLR-RM/BlenderProc/blob/main/blenderproc/python/renderer/SegMapRendererUtility.py): - for...
In blender each object needs to have a unique name. However you can of course set the same category id for multiple objects. Please provide a minimal code example that...
Hey, thanks for the nice example. In the standard case, the name of the coco category depends on the order of the objects in the attribute maps. However, you can...
Hey @sriram487, could you please provide a minimal code example which reproduces your issue?
The code looks correct. Could you please provide a complete example of how you use this function?