AIS-22 / UNI-AIS-BiometricSystems

1 stars 0 forks source link

Dataset Latent Reference folders in spoofed_synthethic_stargan-v2 #13

Closed m-langer closed 10 months ago

m-langer commented 12 months ago

Folders:

image

latent:

image

reference:

image
m-langer commented 12 months ago

What to do with latent images in SCUT they are "useless" in other DS slightly different

m-langer commented 10 months ago

Solution user reference folders for scaling we used the code given:

image = cv2.resize(image, (genuine_width, genuine_height), interpolation=cv2.INTER_LANCZOS4)
cv2.imwrite(image_path, image)