epic_kitchens.masks.types¶
Module Contents¶
Classes¶
BBox |
|
ObjectDetection |
|
FrameObjectDetections |
-
class
epic_kitchens.masks.types.BBox¶ -
left:float¶
-
top:float¶
-
right:float¶
-
bottom:float¶
-
static
from_protobuf(bbox: pb.BBox)¶
-
to_protobuf(self)¶
-