Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talhaahussain/yolo-nas-pose-simplified

A simpler (and working) notebook and repo for convinient use of YOLO-NAS-POSE, a human pose estimation model by Deci AI. Aims to run in a less resource intensive manner, by eliminating real-time capture and playback, and instead reading from and writing to permanent image and video files.
https://github.com/talhaahussain/yolo-nas-pose-simplified

computer-vision google-colab human-pose-estimation supergradients yolo yolo-nas

Last synced: 5 days ago
JSON representation

A simpler (and working) notebook and repo for convinient use of YOLO-NAS-POSE, a human pose estimation model by Deci AI. Aims to run in a less resource intensive manner, by eliminating real-time capture and playback, and instead reading from and writing to permanent image and video files.

Awesome Lists containing this project

README

        

# YOLO-NAS-POSE-simplified

A simpler (and working) notebook and repo for convinient use of YOLO-NAS-POSE, a human pose estimation model by Deci AI. Aims to run in a less resource intensive manner, by eliminating real-time capture and playback, and instead reading from and writing to permanent image and video files.

### Usage

See `YOLO_NAS_POSE_for_images_and_video.ipynb` for instructions.