pycatfd
pycatfd copied to clipboard
Cat facial detection and landmark recognition in Python
First off compiling dlib (which was a pain the the arse and managed to OOM my system 5 times before I got it to build.) Anyways after a successful build,...
Can you please add licensing details to the project? Is it available for commercial usage?
Hi, I'm interested in your pycatfd. But i wanna apply it to other animals like cow, dog, pig etc. How could make dataset format? According to your 'read me', it...
Because setup.py no longer need to pass --yes into it. Passing "--yes" may cause interrupt to the dlib build process.
When trying to build this module without Docker I came across this fix in references to dependencies. Does this make sense to you? My proposed file change seems to fix...