提交 f20a9425 编写于 作者: K Kentaro Wada

Fix tests/labelme_tests/test_app.py

上级 2cb4eba5
......@@ -56,8 +56,14 @@ def test_MainWindow_annotate_jpg(qtbot):
(986, 742),
(1184, 102),
]
shape = label, points, None, None, 'polygon', {}
shapes = [shape]
shapes = [dict(
label=label,
points=points,
line_color=None,
fill_color=None,
shape_type='polygon',
flags={}
)]
win.loadLabels(shapes)
win.saveFile()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册