Skip to content

Commit 52b732e

Browse files
committed
Fix RotatedBox points
1 parent d294f06 commit 52b732e

File tree

1 file changed

+1
-1
lines changed
  • src/superannotate_schemas/schemas/internal

1 file changed

+1
-1
lines changed

src/superannotate_schemas/schemas/internal/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Bbox(VectorInstance):
4747
points: BboxPoints
4848

4949

50-
class RotatedBoxPoints(VectorInstance):
50+
class RotatedBoxPoints(BaseModel):
5151
x1: StrictNumber
5252
y1: StrictNumber
5353
x2: StrictNumber

0 commit comments

Comments
 (0)