bug fix
This commit is contained in:
parent
d579a7d122
commit
ae72ee1816
|
|
@ -42,7 +42,7 @@ else:
|
||||||
else:
|
else:
|
||||||
data[key][1] += datatmp[key][1]
|
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)..")
|
print("extracting each file to disk (only groundtruth we cared)..")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue