grigorisg9gr / polynomial_nets

Official Implementation of the CVPR'20 paper 'Π-nets: Deep Polynomial Neural Networks' and its T-PAMI-21 extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting same embedding for all images

ayushag-glitch opened this issue · comments

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.