Skip to content

physera/tflite-react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tflite-react-native

tflite-react-native runs an image through a TFLite model and returns the serialized output. It infers the input and output shapes from the model file and does not interpret the output, but the image processing is currently hard-coded to work with Posenet.

This module is used to do pose detection for static images in the RN Posera app, but it can be replaced by react-native-pose-decoding, which can generalize to other pose detection models.

About

RN TFlite model (for posenet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.5%
  • JavaScript 9.5%