This commit is contained in:
Zhengyi Chen 2024-03-06 03:26:28 +00:00
parent ae9bc34fde
commit 0d35d607fe
2 changed files with 36 additions and 30 deletions

View file

@ -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