Hi, Can you tell me what is the embedding layer in FaceNeT , and what does it do and why it is called embedding layer .
Hi, @SHAHID_KAMAL!
Embedding layers are just a codification or representation of something (faces in this case) with fixed size feature vectors. In FaceNet, it is very convenient because you can detect similarities between faces calculating the L2 euclidean distance between their respective embeddings.