kongmunist / FaceMeshDemos

11 stars 1 forks source link

Model loading too slow in mobile browsers #1

Open DineshKrishna8754 opened 2 years ago

DineshKrishna8754 commented 2 years ago

Hi is there a way to speed model loading in mobile browser. Something like saving all model in localstorage and accessing it. Or any other workaround. Can you guide me thru.

kongmunist commented 2 years ago

All the scripts on the page are included through the TensorFlow CDN, and I'm not sure how I would deliver it faster than them. Could you send a picture of the inspect element loading time for the page in your mobile browser so I can see what downloads are taking the longest?

Caching the model and tfjs scripts may be the best way to speed it up if its network.