Skip to content

Monkey Pose estimation using PyTorch Lightning framework

Notifications You must be signed in to change notification settings

MattyChoi/OpenMonkeyChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMonkeyChallenge

This repo contains a simple template for training models with the PyTorch Lightning framework with Hydra for organizing config files. To show a use case, I've tailored this template to train a pose estimation model for monkeys using the OpenMonkey Challenge dataset.

Once in the directory containing the contents of the repository, run

pip install -r requirements.txt

if you do not have all the necessary packages listed.

Navigating the Codebase

This template is separated into many folders but allows for clean separation of different sections for training a neural network. The config folder contains yaml files to allow fast changes to parameters of your hyperparameters for training, dataset configurations, model parameters, etc. The other folders contain code relevant to the name of the folder.

Train

To train the model, run the following command in the terminal:

python tools/trainer.py

and to test the model,

python tools/predictor.py

About

Monkey Pose estimation using PyTorch Lightning framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages