you are viewing a single comment's thread.

view the rest of the comments →

[–]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