arcface-pytorch icon indicating copy to clipboard operation
arcface-pytorch copied to clipboard

关于ArcFace提取特征向量

Open Zqq19930717 opened this issue 2 years ago • 0 comments

您好! 请问下predict模式输入两张图时,asrface.py output1 = self.net(photo_1).cpu().numpy() output2 = self.net(photo_2).cpu().numpy() output1和output2 输出的是模型提取出的图像的特征向量吗?

Zqq19930717 avatar Jan 05 '23 11:01 Zqq19930717