File size: 971 Bytes
1e13339 d3cd9d4 1e13339 430e89a 033f43e 1e13339 e9e876c 82de82c e9e876c 490b90b e9e876c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: Yolo V11 Pose Lab
emoji: πββοΈββ‘οΈ
colorFrom: purple
colorTo: green
sdk: gradio
sdk_version: 5.32.1
app_file: app.py
pinned: false
license: mit
short_description: Visualize human pose data, extract pose info to JSON
tags:
- mcp-server-track
- ultralytics
- yolo
- image processing
- human pose
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/657fb3cfdb7adc7f73923798/IT1G4976zAdojmCoY-lzE.jpeg
---
# Overview
This Space allows you to upload an image then the Ultralytics Yolo v11 vision model and extract human pose data in the form of annotated images or JSON data. See the help at the bottom of the app to connect to this app by MCP or code.
# Demo
Check out a demo of using this space as an MCP server here: https://www.youtube.com/watch?v=cHsdDf50shw
# Further reading
- [Pose Detection Task](https://docs.ultralytics.com/tasks/pose/)
- [OpenCV Annotations](https://learnopencv.com/annotating-images-using-opencv/)
|