This commit is contained in:
HappyZ 2019-06-10 11:13:13 -05:00
parent d579a7d122
commit ae72ee1816
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else:
else:
data[key][1] += datatmp[key][1]
pickle.dump(data, open(all_pickle_fp), 'wb')
pickle.dump(data, open(all_pickle_fp, 'wb'))
print("extracting each file to disk (only groundtruth we cared)..")