Skip to content

Commit

Permalink
dev(narugo): fix docs, ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Aug 27, 2023
1 parent e3b1d9d commit 19ab18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgutils/validate/teen.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def anime_teen_score(image: ImageTyping, model_name: str = _DEFAULT_MODEL_NAME)
:param image: Image to teen.
:param model_name: Model to use. Default is ``mobilenetv3_v0_dist``. All available models are listed
on the benchmark plot above. If you need better accuracy, just set this to ``caformer_s36_plus``.
on the benchmark plot above. If you need better accuracy, just set this to ``caformer_s36_v0``.
:return: A dict with classes and scores.
Examples::
Expand Down

0 comments on commit 19ab18d

Please sign in to comment.