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 d294f06 commit 52b732eCopy full SHA for 52b732e
src/superannotate_schemas/schemas/internal/vector.py
@@ -47,7 +47,7 @@ class Bbox(VectorInstance):
47
points: BboxPoints
48
49
50
-class RotatedBoxPoints(VectorInstance):
+class RotatedBoxPoints(BaseModel):
51
x1: StrictNumber
52
y1: StrictNumber
53
x2: StrictNumber
0 commit comments