Skip to content

Commit 2f0140c

Browse files
committed
Updated vide instances list
1 parent 9977b52 commit 2f0140c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/superannotate_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from superannotate_schemas.validators import AnnotationValidators
88

9-
__version__ = '1.0.45dev1'
9+
__version__ = '1.0.45dev3'
1010

1111
__all__ = [
1212
"__version__",

src/superannotate_schemas/schemas/external/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class EventInstance(BaseModel):
167167

168168
class AnnotationInstance(BaseModel):
169169
__root__: Union[
170-
BboxInstance, EventInstance, PointInstance
170+
BboxInstance, EventInstance, PointInstance, PolylineInstance, PolygonInstance
171171
]
172172

173173
@classmethod

0 commit comments

Comments
 (0)