Skip to content

ooohtv/posenet_tfjs2tflite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posenet TfJs2TFlite

This repository provides ready to use script to convert Posenet Tensorflow JS models to Tensorflow Lite model.

How to use ?

  1. Modify config.yml
Currently script can build 3 different achitectures of MobileNetv1 models.
Modify 'checkpoints_index' parameter in config.yml to change the architecture.
Similarly modify 'outputStride' and 'image_size' parameters as required.

Each parameter effects the accuracy and speed of detection. To know more visit Posenet-TfJs

  1. Run
$ python tfjs2tflite.py
  1. Output
find the model in _models/ folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%