Skip to content

TheronAma/simple-pose-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pose Classification

Description

This is a small MLP to check that an we can classify poses into some action labels such as walking, standing, and sitting.

Structure

There's three main directories:

  • data stores datapreprocessing scripts and a dataloader
  • model stores a single file, pose_classifier.py which is an MLP with 2 hidden layers
  • datasets is where the preprocessed datasets are stored -- this should one small train/val split

About

Simple MLP for classifying pose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages