Coder Social home page Coder Social logo

czslxk / gesture-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dqsamayoa/gesture-recognition

0.0 0.0 0.0 245 KB

This repository has the code and report from the research related to my master project in emotional body gesture recognition.

License: Apache License 2.0

TeX 20.24% Python 79.76%

gesture-recognition's Introduction

logo

License

Gesture Recognition

This is a project created during my research stay for my M.Sc. Data Science at ITAM. The idea is to build a deep learning architecture using transfer learning in the CNN layers for a pattern detection in the images, then pass to a LSTM network to identify the principal sequence and then for a dense layer for classification purposes.

Dependencies

  • tensorflow
  • keras-video-generators

The repository has an environmet.yml file to install all the dependencies using conda:

conda env create -f environment.yml

the conda environment is called cnn-lstm.

Clean tensorflow log

The code used to clean the tensorflow logo in the report/data folder is:

awk 'BEGIN {OFS=","; print "cnn_layer,loss,acc,val_loss,val_acc"}
  /Starting/ || /step/ {
  if ($1 == "Starting" && $3 != "tunning") {cnn_layer=$3}; print cnn_layer,$8,$11,$14,$17;
}' training.log | awk '{FS=OFS=","; gsub(/\./,"",$1)}1' > train.csv

To Do

  • Modify run_experiment.py script to accept arguments to be more flexible.

gesture-recognition's People

Contributors

dqsamayoa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.