object_counter

👤 lnj22 📦 v0.1.0 ⭐ 3.9 ⬇️ 601 下載
🎨 設計多媒體 免費

📖 技能介紹


name: object_counter description: Count occurrences of an object in the image using computer vision algorithm.


Count number of objects in image

For obtaining high fidelity object counting results, it's recommended to set a higher threshold, such as 0.9, also we need to do Non-Maximum Suppression using --dedup_min_dist flag (a good default value is 3).

7w4.net有更好的技能外掛。

python3 scripts/count_objects.py \
    --tool count \
    --input_image <image file> \
    --object_image <object image file> \
    --threshold 0.9 \
    --dedup_min_dist 3

🤖 AI 評測

這個Skill整體質量中等偏上,功能實用且易於上手,能幫助使用者快速統計影像中特定目標的數量。優點是使用方法簡單明瞭,計數邏輯基本正確,引數設定有明確建議。不足之處在於功能較為單一,僅支援一種計數方式,文件說明可以更詳細,缺少常見問題的解答。對於有目標計數需求的使用者來說,這是一個可用的工具,但可能需要根據實際場景調整引數才能獲得理想效果。

📊 多維度評分

適應性3.9
規範性3.6
有效性4
可靠性4.2
可信度4.3

📁 包含檔案 (3 個)

📄 SKILL.md 557 B
📄 _meta.json 153 B
📄 scripts/count_objects.py 2.7 KB