We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edab2f commit ffe3697Copy full SHA for ffe3697
luxonis_ml/data/datasets/annotation.py
@@ -137,11 +137,11 @@ class BBoxAnnotation(Annotation):
137
Values are normalized based on the image size.
138
139
@type x: float
140
- @ivar x: The center x-coordinate of the bounding box. Normalized to
141
- [0, 1].
+ @ivar x: The top-left x coordinate of the bounding box. Normalized
+ to [0, 1].
142
@type y: float
143
- @ivar y: The center y-coordinate of the bounding box. Normalized to
144
+ @ivar y: The top-left y coordinate of the bounding box. Normalized
145
@type w: float
146
@ivar w: The width of the bounding box. Normalized to [0, 1].
147
@type h: float
0 commit comments