Hzzone / MTLFace

When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-Task Learning Framework (CVPR 2021 oral & TPAMI 2022)
170 stars 30 forks source link

FAS visualization #9

Closed ngthalogit closed 2 years ago

ngthalogit commented 2 years ago

Thanks for your great job! I have tried to plot output of generator using torchvision.utils.make_grid but it still didn't work. This is my result:

Screen Shot 2022-06-29 at 9 28 56 AM

I am trying to make the result like this below image, can you give me the instruction ? Thanks !

Screen Shot 2022-06-29 at 9 33 47 AM
Hzzone commented 2 years ago

It seems that you have not trained the FAS well, which caused the results like random images.

ngthalogit commented 2 years ago

It seems that you have not trained the FAS well, which caused the results like random images.

Hmm, can you send me the generator's weight file ? I really need to plot the result of FAS, pls help me ! thanks