Adjust constants
This commit is contained in:
2
model.py
2
model.py
@@ -5,7 +5,7 @@ from PIL import Image, ImageDraw
|
||||
# For the custom crop transform. User can adjust these.
|
||||
TRIANGLE_CROP_WIDTH = 556
|
||||
TRIANGLE_CROP_HEIGHT = 1184
|
||||
RESIZE_DIM = 64 # Resize cropped image to this dimension (square)
|
||||
RESIZE_DIM = 256 # Resize cropped image to this dimension (square)
|
||||
|
||||
|
||||
# Custom transform to crop a triangle from the lower right corner
|
||||
|
Reference in New Issue
Block a user