...
This commit is contained in:
parent
ae9bc34fde
commit
0d35d607fe
2 changed files with 36 additions and 30 deletions
|
|
@ -52,7 +52,7 @@ def pre_dataset_sh():
|
|||
|
||||
# np.random.seed(0)
|
||||
# random.seed(0)
|
||||
for _, img_path in tqdm(img_paths, desc="Preprocessing Data"):
|
||||
for img_path in tqdm(img_paths, desc="Preprocessing Data"):
|
||||
img_data = cv2.imread(img_path)
|
||||
mat = io.loadmat(
|
||||
img_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue