vis4d.op.detect.common
Common classes and functions for detection.
Classes
|
Output of the detection model. |
- class DetOut(boxes: list[Tensor], scores: list[Tensor], class_ids: list[Tensor])[source]
Output of the detection model.
boxes (list[Tensor]): 2D bounding boxes of shape [N, 4] in xyxy format. scores (list[Tensor]): confidence scores of shape [N,]. class_ids (list[Tensor]): class ids of shape [N,].
-
boxes:
list[Tensor] Alias for field number 0
-
scores:
list[Tensor] Alias for field number 1
-
class_ids:
list[Tensor] Alias for field number 2
-
boxes: