Skip to content

Including category value in interactor type function #9140

@wang-tf

Description

@wang-tf

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Is your feature request related to a problem? Please describe.

payload.update(
{
"image": self._get_image(db_task, mandatory_arg("frame")),
"pos_points": mandatory_arg("pos_points"),
"neg_points": mandatory_arg("neg_points"),
"obj_bbox": data.get("obj_bbox", None),
}
)

Can we put the category name into payload ? And then we can use more models which need text input for auto annotation.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions