Skip to content

This repository contains the Pytorch code for human pose estimation using the CAREN dataset.

Notifications You must be signed in to change notification settings

omkarchittar/Pose_Estimation_2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Pose Estimation from 2D images

Pytorch code for human pose estimationusing the CAREN dataset.

What's CAREN

The Computer Assisted Rehabilitation ENvironment (CAREN) is a versatile, multi sensory system for clinical analysis, rehabilitation, evaluation and registration of the human balance system. The use of virtual reality enables researchers to assess the subject’s behavior and includes sensory inputs like visual, auditory, vestibular and tactile.see more.

CAREN Data

  • video
    • videos captured the movement of subject(usually patients) from three different angles, 50fps.
  • csv
    • contains 3d location information of 21 markers attached to the subject's joints, per 0.01 second.
  • c3d
    • contains original 3d location information of markers and some annotations about the information of platform and camera.
  • report.pdf
    • the report document.

Support Networks:

  • DeepPose
  • PoseAttention
  • PoseRes
  • PyraNet
  • StackedHourGlass

Datasets

CAREN Dataset

Requirements

  • pytorch
  • torchvision
  • tensorboard

Traing

  1. edit pathgen.py in dataset folder, change data_path to "/your/data/path/" and run python dataset/pathgen.py

  2. run tensorboard --logdir=runs in terminal, open tensorboard for training visualization.

  3. run python train.py start traing.

Test

  1. params.ckpt = './models/ckpt_epoch_100.pth'

  2. python test.py

About

This repository contains the Pytorch code for human pose estimation using the CAREN dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages