cyrildiagne / ar-facedoodle

Doodle AR masks right from the browser with tensorflow.js
MIT License
545 stars 89 forks source link

Performance #3

Open alexey13 opened 4 years ago

alexey13 commented 4 years ago

Good day! Its awesome work, thank you for share. I tried on my phone and get around 5 fps. Its not the slowest one:))) As I see its a bottleneck of using tensorflow in projects - the performance. And there is nothing we can do with that, because saw facemash example from google and got same fps

cyrildiagne commented 4 years ago

Hi,

Just out of curiosity, what's your phone? 5fps seems below usable indeed. Maybe I should add a warning if the framerate gets too low?

alexey13 commented 4 years ago

Vernee X https://www.awaqa.com/vernee-x-review-technical-valuable-phone-price-buy/ Tech spec in article

alexey13 commented 4 years ago

Maybe it can be related to the resolution and high device pixels ratio. Just an idea

cyrildiagne commented 4 years ago

Yes possible. Would you be interested in submitting a PR?