Skip to content

Commit

Permalink
stride of 8 is minimum? (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Feb 9, 2023
1 parent e9578ec commit 516f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def sddebz_highres_fix(
orig_width: int,
orig_height: int,
just_stride=False,
stride=1,
stride=8,
):
"""Calculate an appropiate image resolution given the base input size of the
model and max input size allowed.
Expand Down

0 comments on commit 516f70c

Please sign in to comment.