fewshot-face-translation-GAN icon indicating copy to clipboard operation
fewshot-face-translation-GAN copied to clipboard

Preprocess for build_inceptionresnetv1

Open Vandmoon opened this issue 5 years ago • 0 comments

Just a reminder: The current implementation of build_inceptionresnetv1 in dev branch seems problematic, althrough not finished yet, since the input of the FaceVerifier(extractor="facenet", classes=512) is assumed to be an image of 0~255 uint8 values, while all the input images within models.py are preprocessed to be within -1~+1. The images should be rescaled back to 0~255 similar to the function build_hybrid_ir50s.

Vandmoon avatar Oct 31 '19 06:10 Vandmoon