未验证 提交 b5f1f89a 编写于 作者: S shaohua.zhang 提交者: GitHub

put the shuffer into iter

上级 dd32d0f6
......@@ -40,9 +40,9 @@ class TrainReader(object):
with open(self.label_file_path, "rb") as fin:
label_infor_list = fin.readlines()
img_num = len(label_infor_list)
img_id_list = list(range(img_num))
random.shuffle(img_id_list)
img_id_list = list(range(img_num))
if sys.platform == "win32":
random.shuffle(img_id_list)
print("multiprocess is not fully compatible with Windows."
"num_workers will be 1.")
self.num_workers = 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册