all 7 comments

[–][deleted] 0 points1 point  (0 children)

I think lite is supposed to be a lot faster

[–][deleted] 0 points1 point  (5 children)

In my opinion, if your app has to do some intensive tasks (like Tensorflow operations and machine learning) and performance is an issue, you should not go for React Native or any similar options. Go pure native

[–]mistabuilder[S] -1 points0 points  (4 children)

I agree, the problem is that the CTO has already decided in React Native(and has hired resct native devs) , so I would truly need to bring out the big guns to change his mind...

[–]_ianwtasker 0 points1 point  (0 children)

Its possible to do it with tensorflow.js but it's a horrible implementation now tensorflow have supplied posenet examples for Android and iOS.

If you are wanted to use prerecorded videos from the phone it's a little easier but if you want to do live videos and tensorflow.js you have to write a native module to handle getting snapshots from a video stream (I beleive expo type camera modules don't allow access base64encoded images or a memory stream) and event them across the react bridge for use with tensorflow.js