chihfanhsu / gaze_correction

Correcting gaze by warping-based convolutional neural network in live video communication
283 stars 54 forks source link

How to use this in Android ? #6

Closed shubham2652 closed 4 years ago

shubham2652 commented 4 years ago

Thanks @chihfanhsu for creating this gaze correction network. I want to integrate this network with android can I ? and if yes how can i integrate this with android ?

chihfanhsu commented 4 years ago

Yes, I think this project can. But I am not familiar with the mobile coding. Maybe you should run the Tensorflow on the android and import the weight to the pre-build network. Implementing the system on mobile devices should be great for live broadcasting!