Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
/ lightning_hand_pose Public archive

Hand Pose estimation using the PyTorch Lightning framework

Notifications You must be signed in to change notification settings

Roios/lightning_hand_pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Pose estimation using the PyTorch Lightning framework

Objective

The objective of this project is to have a complete machine learning pipeline (training, validation, testing) based on the PyTorch Lightning framework.

Motivation

PyTorch Lightning is presented to us as a PyTorch framework that allow us to right machine learning pipelines in a faster, cleaner and less complicated way without any cost in performance.

As a daily user of PyTorch, I wanted to experiment this framework to better understand its pros and cons. The best way to understand it is to get the hands dirty so I took a simple project based on PyTorch and I will "convert" it to PyTorch Ligthning.

Use case

Recently I found the project 2D Hand Pose Estimation from RGB Image by Olga Chernytska.

She explains the idea of the project in the following tutorials:

The tutorials are written in a very detailed and clear way that I will not reproduce them here.

For this project, open-source FreiHAND dataset is used. The dataset is not part of this repository. It should be downloaded and moved to the root of the repo.

Closure

I was able to train and run a model using the Pytorch Lightning framework. This repo is closed.

About

Hand Pose estimation using the PyTorch Lightning framework

Topics

Resources

Stars

Watchers

Forks

Languages