HRN
HRN copied to clipboard
How can it be used for face recognition tasks?
Thanks so much for the wonderful work! Here are some questions I would like to ask:
- The work achieved good results for face 3D reconstruction task, so is it valid for face recognition task as well?
- How can it be used for face recognition tasks? Is using
output['canonical_deformation_map']sufficient? - If I want to use multiple views to improve face recognition, how should I use them?
Thanks so much for the wonderful work! Here are some questions I would like to ask:
- 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.
- 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.
- 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