camie_tagger_onnx / README.md
narugo's picture
Update README.md
49c5ecc verified
metadata
pipeline_tag: image-classification
base_model:
  - Camais03/camie-tagger
language:
  - en
tags:
  - timm
  - image
  - dghs-imgutils
library_name: dghs-imgutils
license: gpl-3.0

Camie Tagger ONNX Exported Version.

How To Use

pip install -U dghs-imgutils
from imgutils.tagging import get_camie_tags

rating, tags, chars = get_camie_tags('image.png')
print(rating)
print(tags)
print(chars)

For further details, see our documentation.

Models

2 ONNX models exported in total.

Name Params Flops Input Size Features Classes Threshold F1 (MI/MA) Precision (MI/MA) Recall (MI/MA) Created At
initial 214.1M 64.7G 512 1280 70527 0.2576 0.584 / 0.383 0.498 / 0.382 0.706 / 0.426 2025-03-11
refined 334.0M 68.1G 512 2560 70527 0.2616 0.589 / 0.387 0.507 / 0.389 0.702 / 0.427 2025-03-11