OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.5k stars 2.19k forks source link

Monkey is detected as person, any help? #160

Closed ericchuawc closed 5 years ago

ericchuawc commented 5 years ago

Followed the 10 lines codes tutorial https://towardsdatascience.com/object-detection-with-10-lines-of-code-d6cb4d86f606

I have tried to scan this monkey pic http://3.bp.blogspot.com/-vCYfcDOXCJU/T2Mo2y59JEI/AAAAAAAAEdU/HVzAnMhOShs/s1600/Monkey-Passport-Pictures-0013.jpg

and it shows it as person : 99.99912977218628

Output image https://imgur.com/a/lywq6qS

ericchuawc commented 5 years ago

2nd attempt with a different monkey, same issue

https://imgur.com/a/4fl550i

person : 51.38605833053589

OlafenwaMoses commented 5 years ago

Monkey is not in the list of items ImageAI can detect right now. See the list as given in the documentation below.

https://imageai.readthedocs.io/en/latest/detection/index.html

ericchuawc commented 5 years ago

i see, but how do i add monkey to the detection list?

if i use haar cascade, I am able to detect frontal faces which monkey is not a person.

OlafenwaMoses commented 5 years ago

Keep up to date with this thread. #8