Git Product home page Git Product logo

Comments (9)

adharshgec avatar adharshgec commented on June 22, 2024 2

I think what he meant was, to recognize dynamic gestures such as J and Z... You need to go for 3d conv nets and train using video datasets for that.

from sign-language.

s9k96 avatar s9k96 commented on June 22, 2024 1

I think the application is recognizing gestures dynamically (gestures can be changed in the video), though that gesture should be stored in the database and also trained on the neural net.

from sign-language.

styap94 avatar styap94 commented on June 22, 2024

I think 3d conv nets can recognize only static gesture or image right? for dynamic need to use lstm or rnn which can store temporal features

from sign-language.

adharshgec avatar adharshgec commented on June 22, 2024

2d convnets are used for static getsures, 3d convets can be used to learn spatio-temporal features. RNN's can also be used, but I don't know much about that.

from sign-language.

styap94 avatar styap94 commented on June 22, 2024

i see, may i know after i trained a keras model(hdf5), is that possible to deploy it to android phone for recognition? i need to convert keras to tf model?

from sign-language.

adharshgec avatar adharshgec commented on June 22, 2024

Yeah you may need to convert to tf model and use the Tensorflow Java API

from sign-language.

styap94 avatar styap94 commented on June 22, 2024

thanks~ i got a problem here, since i need to recognize dynamic gesture, then i might want to store n frames for prediction, i will use keras library (keras.preprocessing.image import img_to_array, load_img) when predicting the gesture, but tf api doesn't have this function. so what should i do for this part?

from sign-language.

EvilPort2 avatar EvilPort2 commented on June 22, 2024

whether you use RNNs or LSTMs, how is the dataset going to look like?

from sign-language.

styap94 avatar styap94 commented on June 22, 2024

im using lstm, dataset is image frames from video clips

from sign-language.

Related Issues (20)

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.