-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverless pose estimation format #6497
Comments
Hi @hardikdava For now |
Will there be posture estimation in the future, and is there any type of target classification currently available |
Hey @bsekachev, I was trying to work with yolov8 human pose estimation model to work with serverless feature. But I do not see anything in user interface. Everything looks fine from serverless function. Let me know if such functionality is supported by cvat server. |
Please, refer to original issue #5324 |
@bsekachev Thanks for reply. Does the CVAT backend server missing those functionality or external serverless function? For your information, I am working on the external serverless function. |
CVAT backend, CVAT frontend both don't support serverless functions returning skeletons. And we do not have such serverless functions themselves. |
Hello, I want to know about return format for skeleton/pose estimation annotation. I looked into
cvat/apps/lambda_manager/views.py
and I could not find anything related to skeleton/pose label format. Can you guide me on how/where to get more information about serverless return format?Related issues: #5816 #5324 #5177
My response from serverless function:
More information:
"type": "skeleton"
to"type": "points"
and"points": List of points
then it works as keypoint detection.The text was updated successfully, but these errors were encountered: