diff --git a/tests/custom/test_interface/test_control_tags_label.py b/tests/custom/test_interface/test_control_tags_label.py index 076041f8..0a3c074d 100644 --- a/tests/custom/test_interface/test_control_tags_label.py +++ b/tests/custom/test_interface/test_control_tags_label.py @@ -59,11 +59,6 @@ ## Timeseries labeling (OT.TimeSeriesTag, CT.TimeSeriesLabelsTag, { "start": 10, "end": 12, "instant": False, "label": c.LABEL1 }, { "start": 10, "end": 12, "instant": False, "timeserieslabels": [ c.LABEL1 ] }), - ## Video labeling - (OT.VideoTag, CT.VideoRectangleTag, - { "framesCount": 10, "duration": 10, "sequence": [ { "x": 10, "y": 10, "time": 0.5, "frame": 10, "width": 10, "height": 10 } ] }, - { "labels": None, "framesCount": 10, "duration": 10.0, "sequence": [ { "x": 10.0, "y": 10.0, "time": 0.5, "frame": 10, "width": 10.0, "height": 10.0, "rotation": 0 } ] }), - (OT.VideoTag, CT.VideoRectangleTag, { "label": c.LABEL1, "framesCount": 10, "duration": 10, "sequence": [ { "x": 10, "y": 10, "time": 0.5, "frame": 10, "width": 10, "height": 10 } ] }, { "labels": [ c.LABEL1 ], "framesCount": 10, "duration": 10.0, "sequence": [ { "x": 10.0, "y": 10.0, "time": 0.5, "frame": 10, "width": 10.0, "height": 10.0, "rotation": 0 } ] })