Teaching Newbies since 2014

kauress

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Contact
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Javascript ❤ / JavaScript / Sailormoon Pose Recognition decisions

September 27, 2019 by: Kauress

Sailormoon Pose Recognition decisions

 

In October I will be working on pose recognition signup/login using tensorflow.js (during my free’ time which means the time remaining from my free time which is already being used up to make a unity3d project).  This means knowing what decisions to take very early on.  The project is till now loosely defined as in “pose recognition” only implies that you can signup and login based on 1 or more poses which are your password.  Keep in mind that this project is a pre-cursor to an eventual VR platform. Though it can easily be used by web platforms via a user’s webcam.

wowstickerAlso I’ve decided to take a completely project oriented approach to this. I will refrain from reading ALL the tutorials on tensorflow.js or machine learning which by itself is a huge topic. Since  I am primarily concentrating on making a ML product that can be integrated into a web app.

Some decisions:

  1. Should a set number of poses be provided to the user to choose from?  For example 16 poses

stickfigures.jpg

2.  A user can subsequently choose a sequence of 3 poses, which will be the “pose password” associated with their unique username

stickfigures-1.jpg

3.  The user then confirms the poses by performing the sequence of poses again:

stickfigures

  1. Using tensorflow.js (which uses PoseNet) or some other library?

  2. How will I capture a user’s webcam stream while they do the poses?  Will I record the stream and then validate if it’s the correct pose password at the backend?

These are the primary decisions that have to be taken right now in order for the project not to stagnate.

 

Pose Recognition Signup/Login with tensorflow.js #machinelearning
Sweet & Sour mongoose.js methods – 3

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2021 ·Kauress