Skip to content

ValYouW/tflite-crossplatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tflite-crossplatform

Crossplatform tensorflow lite inference on Windows, iOS and Android.

More details in this video series: https://www.youtube.com/playlist?list=PL2l6aklIW5x-Mykl6rgf7hyqkdgaNwmju

NOTE! The code that matches the YouTube tutorial above is in tag youtube-tut, after I recorded the videos I made some changes to the code and changed the model.

Object Detection Model

The object detection model being used was downloaded from TensorFlow Hub as provided by the TensorFlow team.

Lines Detection

The lines detection model being used is the M-LSD model as provided by navervision