Yolov11n_pose is a lightweight and efficient model designed for multi pose estimation tasks. It is part of the YOLO (You Only Look Once) family of models, known for their real-time object detection capabilities. The "n" in Yolov11n_pose indicates that it is a nano version, optimized for speed and resource efficiency, making it suitable for deployment on devices with limited computational power, such as mobile devices and embedded systems.
Yolov11n_pose is implemented in Pytorch by Ultralytics and is quantized in int8 format using tensorflow lite converter.
Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
Please refer to the stm32ai-modelzoo-services GitHub
here.
The models are stored in the Ultralytics repository. You can find them at the following link:
Ultralytics YOLOv8-STEdgeAI Models.
[1]
“Microsoft COCO: Common Objects in Context”. [Online]. Available:
https://cocodataset.org/#download.
@article{DBLP:journals/corr/LinMBHPRDZ14,
author = {Tsung{-}Yi Lin and
Michael Maire and
Serge J. Belongie and
Lubomir D. Bourdev and
Ross B. Girshick and
James Hays and
Pietro Perona and
Deva Ramanan and
Piotr Doll{'{a} }r and
C. Lawrence Zitnick},
title = {Microsoft {COCO:} Common Objects in Context},
journal = {CoRR},
volume = {abs/1405.0312},
year = {2014},
url = {
http://arxiv.org/abs/1405.0312},
archivePrefix = {arXiv},
eprint = {1405.0312},
timestamp = {Mon, 13 Aug 2018 16:48:13 +0200},
biburl = {
https://dblp.org/rec/bib/journals/corr/LinMBHPRDZ14},
bibsource = {dblp computer science bibliography,
https://dblp.org}
}