Error 500 when creating ground truth jobs #7797
Unanswered
claudiasofia18
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am following the documentation and passing the payload with all the necessary information, but I always get error 500.
POST
Endpoint: /api/jobs
Parameters:
{ "assignee": user_id - integer, "stage": "annotation", "state": "new", "type": "ground_truth", "task_id": task_id ' integer, "frame_selection_method": "random_uniform", "frame_count": 5, "seed": 0, "frames": [ 0 ] }
Beta Was this translation helpful? Give feedback.
All reactions