未验证 提交 3d327f6c 编写于 作者: Q qingqing01 提交者: GitHub

Fix py3 supporting. (#1704)

上级 a4e5a149
......@@ -200,7 +200,7 @@ def load_file_list(input_txt):
else:
file_dict[num_class].append(line_txt)
return file_dict.values()
return list(file_dict.values())
def expand_bboxes(bboxes,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册