respected author:
did you train your dnn face recognition model only with western face data?
I collect a very small dataset, ,include: 42 pair (21 pair are same person 21 pair are different).ALL are chinese people.
After calculate the euclidean distance, if i use the threshold 0.6 to make a decesion,almost all the pair will be think as the same person. If you are instreated with this, i would share you with the small dataset.
here are these distance:
`
same
`
There is definitely a bias in the training data towards western white people. But it did include a lot of non-white people. Are you sure you are running the code exactly as the example program shows?
yes,i am sure.Not only i use the C++ API ,but also the python API. URL: https://pan.baidu.com/s/1pLc1pI7 PASSWD: 9fij
I have no idea how to download that file. I tried but I'm getting a bunch of popups in chinese (which I don't speak). :(
ok ,i sen an email to [email protected]. do you have recieved it?
Yeah, I just looked at it. I don't see anything funny about the images. It's probably just that the model isn't super great on those people.
The most popular training datasets are all very USA centric. I did a lot of my own scraping to try and add non-white people into the training data because I knew this would be a problem. But still. I'm just one guy and it's hard to create that large of an additional dataset. So this is probably one of the limits of the model :(
you are the best. I would try my best to improve this model.
@ZHAIXINGZHAIYUE Did you have any luck improving the performance on Asian faces, I am having this issue too!
@madhavajay and @ZHAIXINGZHAIYUE iam also facing the similar issue. Any insight to share?
Most helpful comment
you are the best. I would try my best to improve this model.