Face Recognition Using Pytorch 修改之处 20230629 1、将examples/infer.ipynb代码移到test.py中 2、将facenet特征相似度度量方式由欧式距离度量改为余弦相似度度量。