Hzzone / AgeFlow

AgeFlow: Conditional Age Progression and Regression with Normalizing Flows (IJCAI 2021)
20 stars 3 forks source link

Test code #2

Closed Nerdyvedi closed 3 years ago

Nerdyvedi commented 3 years ago

Hi, I wanted to test the model on custom images. Would you be uploading the test code as well?

Hzzone commented 3 years ago

If you mean generation, please refer to https://github.com/Hzzone/AgeFlow/blob/c217d513563699dddc3f9f9fbf93e2d163daca26/flow/models.py#L234. Otherwise, the interpolation should be used. I will update it when I am free.

Nerdyvedi commented 3 years ago

@Hzzone I want to be able to translate an input image to target age. As mentioned in this figure from the paper.

Screenshot 2021-06-03 at 9 57 05 PM
Hzzone commented 3 years ago

Please refer to the readme.

Nerdyvedi commented 3 years ago

@Hzzone Could you please guide me. I am not able to find in the readme how to run the pretrained model?

Tony00728 commented 1 year ago

@Nerdyvedi Sorry to bother you, Do you know how to test it ?