keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

How to identify both cats and dogs #126

Closed seraphD closed 4 years ago

seraphD commented 5 years ago

Just like title. Suppose I have a pic that contain both cats and dogs and I want to recognize them all. Then should I set up another class or some other ways?

2sang commented 5 years ago

You could either try the multi-label approach for that or just add a new class like 'cat-and-dog' class. And you may want to ask this at Stackoverflow for a more elaborated answer. :)

taehoonlee commented 4 years ago

@seraphD, Please refer to the official docs.