Skip to content

Commit

Permalink
update inference_loop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Oct 23, 2024
1 parent f35013c commit 49d0762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/cli/patch_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def patch_extraction(
# Reject patch if any pixels are transparent
manager.add_patch_criteria(alpha_rgb_2d_channel_check)
# manager.add_patch_criteria(pen_marking_check) ### will be added to main code after rigourous experimentation
manager.add_patch_criteria(patch_artifact_check)
# manager.add_patch_criteria(patch_artifact_check)
# Reject patch if image dimensions are not equal to PATCH_SIZE
patch_dims_check = partial(
patch_size_check,
Expand Down

0 comments on commit 49d0762

Please sign in to comment.