Dear @Morganh
Is there any sample script in tao for fine-tuning of Face Recognition type model like Facenet-512 or Facenet-128 or arcFace embeddings etc.?
Dear @Morganh
Is there any sample script in tao for fine-tuning of Face Recognition type model like Facenet-512 or Facenet-128 or arcFace embeddings etc.?
Currently, there is not a face embedding model or face recognition model which can generate 128 or 512 vectors for each face.
A similar way is using ReIdentificationNet. ReIdentificationNet takes cropped images of a person from different perspectives as network input and outputs the embedding features for that person. You can refer to to it but need to change the person to the face.