Skip to content

Commit 4bc371f

Browse files
authored
Update prepare_data.py
Forgot to import `pickle`
1 parent 205e63f commit 4bc371f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/prepare_data.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import numpy as np
2020
import random
2121
import imageio
22+
import pickle
2223

2324
from natsort import natsort
2425
from tqdm import tqdm

0 commit comments

Comments
 (0)