Skip to content

Commit

Permalink
Remove tests with VideoRectangleTag with no labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Oct 21, 2024
1 parent f293736 commit cf546a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/custom/test_interface/test_control_tags_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 } ] })
Expand Down

0 comments on commit cf546a9

Please sign in to comment.