rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 416 forks source link

Range of pixels #87

Open Nrohlable opened 1 year ago

Nrohlable commented 1 year ago

What is the range of pixels in images that was used for training the models: a.) [0 to 255]. b.) [0 to 1]. c.)[-1 to 1].

I'm trying the train the model on your pretrained weights but after training the cosine distances are appearing to be very low and clustered for all the images pair I'm verifying.