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

Question about image size #1

Open
yjhong89 opened this issue Nov 1, 2021 · 1 comment
Open

Question about image size #1

yjhong89 opened this issue Nov 1, 2021 · 1 comment

Comments

@yjhong89
Copy link

yjhong89 commented Nov 1, 2021

Dear author,

I am YJHong and thanks for sharing your great work!

I would like to use your work for extracting facial landmarks and have 2 questions.

  1. Is there any face detection module for extracting facial landmarks ?
    For example 3D-FAN (Face Alignment Network), it detects faces in first and extract landmarks from cropped image.
    While looking "benchmark.py" code, it seems there is no particular face detection module. Am I correct ?

  2. If question 1 is correct, how do I crop my own images like AFLW2000-3D_crop dataset you provided ?
    All images in AFLW2000-3D_crop have same (120, 120) size and they looks like all of them have been face-centered cropped with some kind of preprocessing.

  3. Image input size is fixed at (120, 120) for SynergyNet ?
    If I want to use SynergyNet, do I should crop images to (120, 120) ?
    Or is it able to just pass raw images to SynergyNet and get landmarks of them ?

Again, thanks for your work!

Best regards,
YJHong.

@choyingw
Copy link
Owner

choyingw commented Nov 4, 2021

The AFLW2000-3D are cropped based on 3DDFA (https://github.com/cleardusk/3DDFA/tree/master/test.configs). This benchmark script is for validating our performance.

We do include a face detector for processing in-the-wild images and will release that part of codes recently.

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