Skip to content

Commit

Permalink
Update pre.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent b8d0ee1 commit 7ae0985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/pre.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def remove_module_prefix(state_dict):
transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]),
])

img_folder = "./input/testA"
img_folder = "./input/valA"
output_folder = "./input/out"
predict_and_save(model, img_folder, val_transform, device, output_folder)

0 comments on commit 7ae0985

Please sign in to comment.