Skip to content
Snippets Groups Projects
Commit 582811a8 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[preprocessor] fixed the image size for DR-GAN light

parent 156262a5
No related branches found
No related tags found
No related merge requests found
import bob.bio.face
# This is the size of the image that this model expects
CROPPED_IMAGE_HEIGHT = 96
CROPPED_IMAGE_WIDTH = 96
CROPPED_IMAGE_HEIGHT = 64
CROPPED_IMAGE_WIDTH = 64
RIGHT_EYE_POS = (CROPPED_IMAGE_HEIGHT // 5, CROPPED_IMAGE_WIDTH // 4 - 1)
LEFT_EYE_POS = (CROPPED_IMAGE_HEIGHT // 5, CROPPED_IMAGE_WIDTH // 4 * 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment