High-Performance-Face-Recognition icon indicating copy to clipboard operation
High-Performance-Face-Recognition copied to clipboard

CAFR dataset release

Open crystal0516 opened this issue 6 years ago • 6 comments

Hello, Dr. Zhao. Thank you for awesome work and sharing AIM codes. I have trained and tested on some public (e.g. FGNet) database with your codes. However, as desribed in your paper, training on the CAFR dataset is very important for best recognition performance. Will the CAFR database be released? Thank you!

crystal0516 avatar Jan 08 '19 07:01 crystal0516

How to test on other databases for face recognition? i just generated some pictures in different ages through this code.can you share some points?

dyk-ml avatar May 13 '19 07:05 dyk-ml

Which version do you use when traning the codes?

chengxiqiao avatar Sep 10 '19 08:09 chengxiqiao

@dyk-ml In my opinion, self.encoder(x) can extract a face coder for face recognition. we only need to compare this vector to recognize a person. But I think the trained result of mine was not that good. I don't know do you have the same problem. This is one example: Screenshot from 2019-09-11 16-58-38 0_0.jpg to 0_9.jpg is not that like 0_r.jpg, they are more like an average of the whole data set.

ccl-private avatar Sep 11 '19 09:09 ccl-private

Hello, Dr. Zhao. Thank you for awesome work and sharing AIM codes. I have trained and tested on some public (e.g. FGNet) database with your codes. However, as desribed in your paper, training on the CAFR dataset is very important for best recognition performance. Will the CAFR database be released? Thank you!

SO, Does the CAFR database released?

ReverseSystem001 avatar Apr 13 '20 10:04 ReverseSystem001

@dyk-ml In my opinion, self.encoder(x) can extract a face coder for face recognition. we only need to compare this vector to recognize a person. But I think the trained result of mine was not that good. I don't know do you have the same problem. This is one example: Screenshot from 2019-09-11 16-58-38 0_0.jpg to 0_9.jpg is not that like 0_r.jpg, they are more like an average of the whole data set.

have you been solved the problem??? hope your replay.

ReverseSystem001 avatar Apr 13 '20 10:04 ReverseSystem001

@crystal0516 I am trying to run AIM with the FGNET dataset but I have a problem like this: ValueError: not enough values to unpack (expected 3, got 0) Could you tell me how I get to compile the code with FGNET please.

EddyRonald avatar Nov 11 '21 17:11 EddyRonald