cat-detection / README.md
Isa0's picture
Add model card metadata
7410b8f
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

  • onnxruntime
  • opencv-python

Install with uv:

uv sync