viromedia / viro

ViroReact: AR and VR using React Native
MIT License
2.31k stars 483 forks source link

Is there way to integrate tensorflow or any other ML script with viro react #690

Open karthyPeriyasamy opened 5 years ago

karthyPeriyasamy commented 5 years ago

Environment

Please provide the following information about your environment:

  1. Development OS: Mac, Windows, Linux
  2. Device OS & Version: What Android OS version (7.0, 8.0, etc.) or iOS version (11.0, 11.2) is your device running on?
  3. Version: ViroReact version and React Native version
  4. Device(s): What device(s) are you are seeing the issue on (i.e. iPhone X, Samsung Note 8, etc)

Description

Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.

Reproducible Demo

Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.

karthyPeriyasamy commented 5 years ago

I am in need of integrate custom ML function with Viro using tensorflow, but I came to knew by viro react document there are option ViroARImageMarker for single image target and ViroARObjectMarker for 3D scanned .arobject, but I tried to find out a way to return a frame from live camera to complete my job. Is it possible? and how it's?

abhifc720 commented 4 years ago

Did you find any solution to this.? getting Frame from Live Camera So, we can pass it to TensorFlow HandTrack.js for finding a Hand.

aldjonz commented 3 months ago

Did anyone find a solution to this?