metadata
license: mit
tags:
- cat
- landmark-detection
- onnx
- computer-vision
Cat Landmark Detection
Model: huggingface.co/Isa0/cat-detection
Dataset: CAT Dataset – Kaggle
Detects 9 facial landmarks on cats (eyes, ears, nose, mouth) and draws a bounding box around them.
Usage
python main.py test.jpg
Outputs landmark coordinates to stdout and saves an annotated image to output.jpg.
Dependencies
onnxruntimeopencv-python
Install with uv:
uv sync