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

How can it be used for face recognition tasks? #25

Open
DingJiang9 opened this issue Jun 5, 2023 · 1 comment
Open

How can it be used for face recognition tasks? #25

DingJiang9 opened this issue Jun 5, 2023 · 1 comment

Comments

@DingJiang9
Copy link

Thanks so much for the wonderful work! Here are some questions I would like to ask:

  1. The work achieved good results for face 3D reconstruction task, so is it valid for face recognition task as well?
  2. How can it be used for face recognition tasks? Is using output['canonical_deformation_map'] sufficient?
  3. If I want to use multiple views to improve face recognition, how should I use them?
@yosun
Copy link

yosun commented Jun 21, 2023

Thanks so much for the wonderful work! Here are some questions I would like to ask:

  1. The work achieved good results for face 3D reconstruction task, so is it valid for face recognition task as well?

You can take key face landmarks recognized and train your own recognizer.

  1. How can it be used for face recognition tasks? Is using output['canonical_deformation_map'] sufficient?

Depends on your model requirements. You can also re-map and use other models for recognition.

  1. If I want to use multiple views to improve face recognition, how should I use them?

CUDA_VISIBLE_DEVICES=0 python demo.py --input_type multi_view --input_root ./assets/examples/multi_view_images --output_root ./assets/examples/multi_view_image_results

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

2 participants