-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
cvat/cvat/apps/lambda_manager/views.py
Lines 451 to 458 in fd09656
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request