https://github.com/brucemacd/cat-facial-detection
:cat: Detecting and mapping cat faces.
https://github.com/brucemacd/cat-facial-detection
Last synced: 10 months ago
JSON representation
:cat: Detecting and mapping cat faces.
- Host: GitHub
- URL: https://github.com/brucemacd/cat-facial-detection
- Owner: BruceMacD
- Created: 2019-02-06T05:07:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T06:41:31.000Z (over 7 years ago)
- Last Synced: 2025-01-20T02:43:20.862Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 69.6 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat-Facial-Detection

:cat: Detecting and mapping cat faces.
## Usage
detect_cat_faces.py -i
```
detect_cat_faces.py -i data/mimi.jpg
```
## Requirements
* OpenCV v3.0+
* numpy
* dlib (for the landmark detection)
* Python 3
## Sources
Cat facial landmark detection model
https://www.kaggle.com/aakashnain/cats-everywhere
Cat data set
https://www.kaggle.com/crawford/cat-dataset
Detecting cats in images with OpenCV
https://www.pyimagesearch.com/2016/06/20/detecting-cats-in-images-with-opencv/
Rapid Object Detection using a Boosted Cascade of Simple Features
https://www.cs.cmu.edu/~efros/courses/LBMV07/Papers/viola-cvpr-01.pdf
## License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.