未验证 提交 24bc214a 编写于 作者: M Maria Khrustaleva 提交者: GitHub

Fix unit test (#45)

上级 0e09223e
......@@ -404,7 +404,7 @@ class TaskData(InstanceLabelData):
get_frame(shape['frame']).labels.update({label.id: label})
for tag in self._annotation_ir.tags:
if tag['frame'] not in self._frame_info or shape['frame'] in self._deleted_frames:
if tag['frame'] not in self._frame_info or tag['frame'] in self._deleted_frames:
continue
get_frame(tag['frame']).tags.append(self._export_tag(tag))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册