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 855fcfe commit 6eacf99Copy full SHA for 6eacf99
tests/integration/annotation_import/fixtures/export_v2.py
@@ -147,7 +147,9 @@ def expected_export_v2_text():
147
def expected_export_v2_video():
148
expected_annotations = {
149
'frames': {},
150
- 'segments': {},
+ 'segments': {
151
+ '<cuid>': [[7, 13], [18, 19]]
152
+ },
153
'key_frame_feature_map': {},
154
'classifications': [{
155
'name': 'checklist',
0 commit comments