Skip to content

zanecodes/thesis

Repository files navigation

Hand Pose Estimation with Keras

Overview

This project contains my Rose-Hulman undergraduate thesis on mobile hand pose estimation with deep learning.

Getting Started

Prerequisites

In order to run this project, you will need the following packages:

There are several ways to install these, namely Pip and Anaconda; I recommend using Anaconda.

Quickstart

If you're impatient, you can simply run the following in a Linux terminal to get up and running:

git clone [email protected]:zanecodes/thesis.git
cd thesis
wget http://horatio.cs.nyu.edu/mit/tompson/nyu_hand_dataset_v2.zip
unzip nyu_hand_dataset_v2.zip -d nyu_hand_dataset_v2
pip3 install -r requirements.txt
jupyter notebook

The NYU Hand Pose Dataset is 92gb, so be sure you have the disk space and bandwidth for this, and expect it to take a while. You should now have a web browser open with a running instance of Jupyter Notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages