Coder Social home page Coder Social logo

Comments (3)

neonleo avatar neonleo commented on May 13, 2024 2

I use arcface for my test image set - 1000 person, each person use 1 800x800 clear image for training , and each person have 10 real world image capture by ip cam for benchmark.

I wrote my own test by to test all image, about 10000 test case, and the result is very good, almost 99% is correct. I didn't try mobilenet since arcface already get the job done, maybe later I have a test on mobilenrt and post result here.

from compreface.

pospielov avatar pospielov commented on May 13, 2024

The accuracy of a model on different races depends on the number of examples of this race in the training dataset.
We use pre-trained models provided by other libraries.
The default build of CompreFace uses FaceNet library with a model trained on VGGFace2 dataset. I tried to find any info about race distribution but the only information I found is this quote:
" Images are downloaded from Google Image Search and have large variations in pose, age, illumination, ethnicity and profession (e.g. actors, athletes, politicians)."
So basically South Koreans could be just not represented well in this dataset.

What options do you have:

  1. Try InsightFace custom builds. They use for training another dataset - MS-Celeb-1M. The nationality distribution is not good, but I hope it's better:
    image
  2. You can find or create a dataset with the needed nationality (or nationalities) and train your own model and put it into CompreFace. Sounds not easy, but if you do the training, we will help you to add it to CompreFace
  3. Just wait until we fix it ourselves. We know about this problem and we want to fix it in CompreFace. The problem was that there was no good dataset with fair race distribution. But now there is at least one. We will work on creating a model based on it, but not sure when we release it as our resources are limited.

from compreface.

Mudasar-Makandar avatar Mudasar-Makandar commented on May 13, 2024

I tried InsightFace custom builds. Mobilenet works best in my case. At least 3 images for each subject give the best recognition accuracy.

Thanks for your suggestion.

from compreface.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.