All Projects → mishig25 → 3d Posenet

mishig25 / 3d Posenet

Licence: mit
Control 3D Virtual Character through Tensroflow.js Posenet

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 3d Posenet

Android-Machine-Learning-With-TensorFlow
Tensor Flow implementation for Android
Stars: ✭ 17 (-88.11%)
Mutual labels:  tensorflow-experiments
Gin Config
Gin provides a lightweight configuration framework for Python
Stars: ✭ 1,189 (+731.47%)
Mutual labels:  tensorflow-experiments
Atnre
Adversarial Training for Neural Relation Extraction
Stars: ✭ 108 (-24.48%)
Mutual labels:  tensorflow-experiments
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+149.65%)
Mutual labels:  tensorflow-experiments
The Third Eye
An AI based application to identify currency and gives audio feedback.
Stars: ✭ 63 (-55.94%)
Mutual labels:  tensorflow-experiments
Deeper Traffic Lights
[repo not maintained] Check out https://diffgram.com if you want to build a visual intelligence
Stars: ✭ 89 (-37.76%)
Mutual labels:  tensorflow-experiments
FineGrainedVisualRecognition
Fine grained visual recognition tensorflow baseline on CUB, Stanford Cars, Dogs, Aircrafts, and Flower102.
Stars: ✭ 19 (-86.71%)
Mutual labels:  tensorflow-experiments
Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (-13.99%)
Mutual labels:  tensorflow-experiments
Raccoon dataset
The dataset is used to train my own raccoon detector and I blogged about it on Medium
Stars: ✭ 1,177 (+723.08%)
Mutual labels:  tensorflow-experiments
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (-26.57%)
Mutual labels:  tensorflow-experiments
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-76.22%)
Mutual labels:  tensorflow-experiments
Tensorflow 101
learn code with tensorflow
Stars: ✭ 1,116 (+680.42%)
Mutual labels:  tensorflow-experiments
Nlp
This is where I put all my work in Natural Language Processing
Stars: ✭ 90 (-37.06%)
Mutual labels:  tensorflow-experiments
image-classifier-service
Sorting my messed folder where I put my holidays pictures was not fun. My computer made the trick for me with Deep Learning!
Stars: ✭ 31 (-78.32%)
Mutual labels:  tensorflow-experiments
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-19.58%)
Mutual labels:  tensorflow-experiments
AudioNet
Audio Classification using Image Classification
Stars: ✭ 46 (-67.83%)
Mutual labels:  tensorflow-experiments
Neural kbqa
Knowledge Base Question Answering using memory networks
Stars: ✭ 87 (-39.16%)
Mutual labels:  tensorflow-experiments
Deep Steganography
Hiding Images within other images using Deep Learning
Stars: ✭ 136 (-4.9%)
Mutual labels:  tensorflow-experiments
Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (+1106.99%)
Mutual labels:  tensorflow-experiments
Ml Classifier
A tool for quickly training image classifiers in the browser
Stars: ✭ 97 (-32.17%)
Mutual labels:  tensorflow-experiments

3D-Posenet

Controlling a 3D Virtual Character Through WebCam

Personal Project

Check out the Live Demo: https://mishig25.github.io/3d-posenet/

Master Branch

Experimental Branch

Note: Master Branch contains functionalities only for head movements. Experimental Branch contains functionalities for arms movements as well; however, the functionalities for arms movements do not work well enough to be added to Master Branch yet.

Description:

This web app is an experiment to combine Machine Learning and Computer Graphics through TensorFlow.js and BabylonJS. Tensorflow.js is an official Javascript API of Google's popular machine learning framework Tensorflow, and since Tensorflow.js is a Javscript library, it provides a way to run machine learning models in browser environments. On the other hand, BabylonJS is a 3D engine that lets you create and run 3D graphics in web apps.

Contents of the repository:

  • app.js - main React app
  • posenet.js - class for running Tensorflow.js and Posenet
  • graphics.js - class for running BabylonJS and creating the 3D scene
  • joints.js, transform.js - miscellaneous classes

Development:

yarn
yarn watch

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].