2D-Hand-Pose-Estimation-RGB icon indicating copy to clipboard operation
2D-Hand-Pose-Estimation-RGB copied to clipboard

Custom pipeline for 2D Hand Pose Estimation from RGB Image

2D Hand Pose Estimation from RGB Image

Title

1. Description

Repository includes working PyTorch pipeline to train a model and make inferences.

Here are my tutorials that explain it in details:

For this project, open-source FreiHAND dataset is used.

2. Repository Content

Repository has the following files:

  • notebooks/Train Notebook.ipynb (notebook to train a model)
  • notebooks/Inference Notebook.ipynb (notebook for inferences)
  • utils/model.py (model class)
  • utils/dataset.py (dataset class to load FreiHAND dataset)
  • utils/trainer.py (class to train model)
  • utils/prep_utils.py (supplementary functions)
  • weights/model_final (trained model weights)
  • requirements.txt (required packages & versions)

3. License

This project is licensed under the terms of the MIT license.