We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adf992 commit fb134e3Copy full SHA for fb134e3
datumaro/plugins/datumaro_format/extractor.py
@@ -269,7 +269,7 @@ def _load_annotations(self, item: dict):
269
return loaded
270
271
def _load_skeleton_elements_annotations(
272
- self, ann: dict, label_id: int, points: list[float | int]
+ self, ann: dict, label_id: int, points: list
273
) -> list[Points]:
274
if len(points) % 3 != 0:
275
raise InvalidAnnotationError(
0 commit comments