RectDim

class pyds.RectDim
Variables:
  • left – float, left

  • top – float, top

  • width – float, width

  • height – float, height

  • class_id – int, class_id

  • tracking_id – int, tracking_id

  • gie_unique_id – int, gie_unique_id

  • roi_status – int, roi_status

  • text – text

  • left – float, left

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.RectDim

cast given object/data to RectDim, call pyds.RectDim.cast(data)

  1. cast(self: int) -> pyds.RectDim

cast given object/data to RectDim, call pyds.RectDim.cast(data)