Files
琉璃月光 8b263167f8 更新
2025-12-11 08:37:09 +08:00

6 lines
331 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用说明
方法一修改cls_inference.py(替换图片和rknn模型路径和输入图片大小)和labels.py(分类标签名)
(只调用一次RKNN模型)
方法二修改yolov11_cls_inference.py(替换图片和rknn模型路径和输入图片大小)和labels.py(分类标签名)
(每次调用RKNN模型)