Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human Vs Animal problem #36

Open
macd2 opened this issue Feb 28, 2019 · 5 comments
Open

Human Vs Animal problem #36

macd2 opened this issue Feb 28, 2019 · 5 comments

Comments

@macd2
Copy link

macd2 commented Feb 28, 2019

Hey There,
first of all thanks for this great examples.
While testing i found some really bad false positive it looks like the net can not distinguish between a human and an animal.

Here are 2 examples:

  1. https://i.imgur.com/6FaLr7w.jpg
  2. https://i.imgur.com/ImVjWsc.jpg

What is the best way to go about this?
Or you plan to release any updated models in the near future?
thanks

@GilLevi
Copy link
Owner

GilLevi commented Mar 2, 2019

Hi,

Thank you for your interest in our work.

The common pipeline for using the network is applying face detection on the image and feeding the detected network (ideally, after alignment) to the network.

Best,
Gil

@macd2
Copy link
Author

macd2 commented Mar 4, 2019

Hey Gil, thanks for the replay.
I'm not sure if i understand...

So what do you suggest doing in the above described case?

@GilLevi
Copy link
Owner

GilLevi commented Mar 9, 2019

In the above case, I suggest running a (human) face detector and run the network on the faces it detected in the image. Since it won't probably detect the dog faces, you won't run the network on that.

@macd2
Copy link
Author

macd2 commented Mar 9, 2019

@GilLevi ok thanks for that! are you planning to release any updates on this network at all?

@GilLevi
Copy link
Owner

GilLevi commented Mar 9, 2019

Not in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants