Y
Hacker News
new
|
ask
|
show
|
jobs
by
la_fayette
2216 days ago
Neutal nets can definitely identify cats and also tell if it is a black or white cat. But identifing a specific cat might be difficult...
2 comments
sebringj
2216 days ago
You'll also need the Boston Dynamic dog to go get her.
link
askytb
2216 days ago
Not really, human face recognition is quite accurate and humans all look identical in comparison to the diversity of cats and dogs
link
la_fayette
2216 days ago
... ok what approach would you use for that? Let's say you use yolo to detect th bounding box of the cat, but how do you want to identify the cat, based on your sample images?
link
askytb
2216 days ago
Re-train
https://github.com/davidsandberg/facenet
on cats?
link
la_fayette
2216 days ago
Ok. This could work, somebody tried it for dogs (
https://github.com/GuillaumeMougeot/DogFaceNet
)...
For the problem to solve in the first place, one might use a gps-tracker for pets or something.
link