tensorflow-image-detection icon indicating copy to clipboard operation
tensorflow-image-detection copied to clipboard

Unknown people

Open fawkesguii opened this issue 6 years ago • 1 comments

I need to create a category of unknown people, but I can not have more photos in this category. A response returned by classifier.py always has a sum = 1, divide between the trained classes.

Have a way to create an unknown / null class / class or make the script return more real values ... For in many cases testing, the person was a same class of base classes but had an assertiveness as high as in your test results.

PS: I'm only training with my face and I'm only testing with faces too

Thanks in advance for the repository, it's a great job, and also for the attention.

fawkesguii avatar May 11 '18 18:05 fawkesguii

In that case, you can try to go with generic object detection. Open Face is another good project that you can check out for this purpose.

ArunMichaelDsouza avatar Jul 14 '18 09:07 ArunMichaelDsouza