Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/talhaahussain/yolo-nas-pose-simplified
- Owner: talhaahussain
- License: mit
- Created: 2024-03-19T21:40:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T01:13:24.000Z (6 months ago)
- Last Synced: 2024-06-02T02:28:38.211Z (6 months ago)
- Topics: computer-vision, google-colab, human-pose-estimation, supergradients, yolo, yolo-nas
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.