grigorisg9gr / polynomial_nets

Official Implementation of the CVPR'20 paper 'Π-nets: Deep Polynomial Neural Networks' and its T-PAMI-21 extension.
Other
163 stars 30 forks source link

Getting same embedding for all images #11

Open ayushag-glitch opened 1 year ago

ayushag-glitch commented 1 year ago

I am trying to get embeddings for some images for face recognition. All those embeddings are same. I have checked that the input data is different before the model.forward call. Doing this through the verification.py file in face_recognition module.