Skip to content

Commit

Permalink
fix flask
Browse files Browse the repository at this point in the history
  • Loading branch information
RRFRRF committed Jan 3, 2025
1 parent e4e95cf commit 9fed1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logo_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def cache_reference_list(model, targetlist_path: str, grayscale=False, data_augm
full_path = os.path.join(targetlist_path, target, logo_path)

if data_augmentation:
# 对每张图片进行数据增强
# 对每张图片进行数据增强
augmented_images = apply_augmentations(full_path)
else:
augmented_images = [Image.open(full_path).convert('RGB')]
Expand Down

0 comments on commit 9fed1fb

Please sign in to comment.