Skip to content

Yoga pose detection and correction system based on ViTAE-Transformer/ViTPose

Notifications You must be signed in to change notification settings

cgusti/VitPose-Yoga-pose-detection-and-correction

Repository files navigation

Summary

This repo contains code that utilizes VitPose in yoga pose detection and correction system

Usage

| Inference

python inference.py --image-path './examples/img1.jpg'

| Training

python train.py --config-path config.yaml --model-name 'b'
  • model_name must be in (b, l, h)

Note

  1. Download the trained model (.pth)
  2. Set the config. according to the trained model

Reference

All codes were written with reference to the official ViTPose repo.

About

Yoga pose detection and correction system based on ViTAE-Transformer/ViTPose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published