Skip to content

Question about Agentic Object Detection #451

@XiaohanYa

Description

@XiaohanYa

Hi, thank you for the great work. I have a question on calling the agentic_object_detection function. I found there is a score inside each detection, but the score seems to be aways 1. Could you clarify on what does the score mean? Is it the actual confidence or just some placeholder number? Thanks

I followed this post for my implementation #366

import vision_agent.tools as vision_tools
detections = vision_tools.agentic_object_detection(prompt, image_array)

score = detections[0]['score']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions