You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adds helper methods for easy 3D-2D projection/unprojection, including bproc.camera.depth_via_raytracing(), bproc.camera.pointcloud_from_depth(), bproc.camera.project_points(), bproc.camera.unproject_points(), see also point_cloud example (#1045)
removes support for obsolete .yaml configuration files (#962)
speeds up bop writer for large number of objects - for 300 objects, the bop writer execution time reduces from 60s to 12s with 8 cores (#996)
adds warning if hidden objects are given to bop writer (#998)