Martin Knoche
Martin Knoche
Indeed, the FaceTransformer + OctupletLoss model, tends to project features more closely than for example ArcFace + Octuplet. You have to set the threshold based on your preferences. I can...
Well - make sure the images have float pixel values ranging from 0 to 1. And make sure your images are stored in RGB format - cv2 for example uses...
Hi, it's not the best face detection implemented here. It can happen that it does not detect a face. The models should only download ones. The code is checking the...
Hi, thank you very much for opening the issue. I didn't update the Colab Book according to the updates in demo.py - that's why there was an error. I fixed...
Thanks, I am aware of the issue and will work on a fix soon.
Hi, unfortunately, I am not able to provide you any code for the training anymore. I used PyTorch and Tensorflow 2 for training and simply used the provided code as...