AdaFace
AdaFace copied to clipboard
What does classnum=70722 mean in AdaFace?
What does classnum=70722 mean in AdaFace?
it means the number of subject is 70722. It has to be changed according to the dataset you use.
it means the number of subject is 70722. It has to be changed according to the dataset you use.
it means the number of subject is 70722. It has to be changed according to the dataset you use.
Do I need to retrain model if I change this? Or doesn't matter for already trained model?
it means the number of subject is 70722. It has to be changed according to the dataset you use.
Do I need to retrain model if I change this? Or doesn't matter for already trained model?
Or does it matter only if I retrain the model or train it?
Does it mean if I user pretrained model? And I don't know the exact number of faces I will search?
Do I need to change -
class AdaFace(Module):
def init(self,
embedding_size=512,
classnum=70722,
m=0.4,
h=0.333,
s=64.,
t_alpha=1.0,
):
it means the number of subject is 70722. It has to be changed according to the dataset you use.
Only for training?