rhee / mtcnn-align

ongoing work to implement mtcnn in tensorflow.js. base code copied from https://github.com/davidsandberg/facenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtcnn-align

ongoing work to implement mtcnn in tensorflow.js. base code copied from https://github.com/davidsandberg/facenet.

current status

  • load model / weights from facenet/src/align
  • save loaded model / weights as savedmodel (saved_model.pb, variables.index, ...)
  • convert savedmodel to tfjs loadables (tensorflowjs_model.pb, weights_manifest.json, ...)
  • test load pnet from tensorflowjs_model.pb into tensorflow.js
  • TBD implement glue logic (e.g.: detect_face() in detect_face.py) in javascript

About

ongoing work to implement mtcnn in tensorflow.js. base code copied from https://github.com/davidsandberg/facenet


Languages

Language:JavaScript 37.2%Language:Jupyter Notebook 29.2%Language:Python 20.9%Language:CSS 7.4%Language:HTML 5.1%Language:PureBasic 0.2%Language:Shell 0.0%