Skip to content

📖 Model Config Options Documentation #2

Open
@abegehr

Description

@abegehr

In the readme it states we should configure the model with parameters threshold, overlap, and maxObjects:

model?.configure(threshold: threshold, overlap: overlap, maxObjects: maxObjects)

However it's not documented what these parameters do and what acceptable values are.

I found the defaults here
Based on that, I'd assume:

  • threshold: definition of confidence from here (0..1)
  • overlap: definition of overlap from here (0..1)
  • maxObjects: the maximum number of objects inferred at a time (≥1)

are those correct assumptions?

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