concepts.vision.george_vision_pipeline.object_centric_vision.ObjectDetectionResult#
- class ObjectDetectionResult[source]#
Bases:
object
The result of object detection.
Methods
Attributes
Returns the mesh of the object.
Returns the bounding box of the mesh of the object.
The mesh of the object.
The reconstructed point cloud of the object.
The label of the object.
The point cloud of the object.
- __init__(label, pcd, reconstructed_pcd=None, reconstructed_mesh=None, pcd_mask=None)#
- __new__(**kwargs)#
- property mesh: open3d.geometry.TriangleMesh#
Returns the mesh of the object. If the mesh is not reconstructed, an error will be raised.
- property mesh_bbox: open3d.geometry.AxisAlignedBoundingBox#
Returns the bounding box of the mesh of the object. If the mesh is not reconstructed, an error will be raised.
- pcd: open3d.geometry.PointCloud#
The point cloud of the object.