Closed 963658029 closed 2 weeks ago
for the question 2, is it like "F.interpolate(x, size=(16, 16), mode='bilinear', align_corners=False)" ? What mode to choose?
Yes, bilinear interpolation
ok, thanks
did you do the following for all "mid features from face encoder"? e.g., embedding / np.linalg.norm(embedding)
did you do the following for all "mid features from face encoder"? e.g., embedding / np.linalg.norm(embedding)
No, we directly applied the intermediate layer features without any other processing. Normalizing before further processing them might be a good idea.
Hi, thanks for the great work. I have the following questions about ID Embedding: