Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating Feature Embeddings using ArcFace+ResNet100 #6

Open
sohaibjawad opened this issue Feb 7, 2021 · 7 comments
Open

Generating Feature Embeddings using ArcFace+ResNet100 #6

sohaibjawad opened this issue Feb 7, 2021 · 7 comments

Comments

@sohaibjawad
Copy link

Hi! I am following your repo as is, but the only difference is that I am computing feature embeddings using ArcFace+Resnet100 pre-trained model. Could you please guide me through the steps you took to generate .mat files of feature embeddings? I am using the face bounding box information given in train split files and then computing it's embedding. The TAR@FAR values I am getting are significantly lower than yours. Waiting for your response!

Thanks

@YirongMao
Copy link
Owner

Hi! I am following your repo as is, but the only difference is that I am computing feature embeddings using ArcFace+Resnet100 pre-trained model. Could you please guide me through the steps you took to generate .mat files of feature embeddings? I am using the face bounding box information given in train split files and then computing it's embedding. The TAR@FAR values I am getting are significantly lower than yours. Waiting for your response!

Thanks

My face model is ResNet-34, trained on WebFace with softmax loss. If your face model is robust enough, NAN may be unable to improve the performance.

@sohaibjawad
Copy link
Author

sohaibjawad commented Feb 8, 2021 via email

@YirongMao
Copy link
Owner

I see. And did you preprocess the images like image alignment etc? If yes which technique did you use?

I only detect face with MTCNN(https://github.com/ipazc/mtcnn). No other preprocess steps.

@sohaibjawad
Copy link
Author

sohaibjawad commented Feb 8, 2021 via email

@sohaibjawad
Copy link
Author

sohaibjawad commented Feb 11, 2021

How did you compute feature embeddings using mtcnn for subjects where there are more than 1 person in the frame?

@tuantran23012000
Copy link

Hi! I am following your repo as is, but the only difference is that I am computing feature embeddings using ArcFace+Resnet100 pre-trained model. Could you please guide me through the steps you took to generate .mat files of feature embeddings? I am using the face bounding box information given in train split files and then computing it's embedding. The TAR@FAR values I am getting are significantly lower than yours. Waiting for your response!

Thanks

Can you provide IJBA dataset?

@hairenaa
Copy link

我运行了您的代码但accuracy显示很小,甚至是0,这是为什么呢?,另外我并不能清晰地看到原始数据,请问您有IJB-A的数据集吗?
I ran your code but the accuracy shows very little, even 0, why is that? , In addition, I can't see the raw data clearly, do you have an IJB-A dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants