ml5js / ml5-data-and-models-server

A repo to download and serve data and models locally allowing ml5 to run without a web connection
29 stars 13 forks source link

Can you add the facemesh model? #12

Open geneticmoo opened 2 years ago

geneticmoo commented 2 years ago

Similar request tot he handpose issue. When running Facemesh offline error messages come up about missing files

ml5.js:1778 GET https://tfhub.dev/tensorflow/tfjs-model/blazeface/1/default/1/model.json?tfjs-format=file net::ERR_INTERNET_DISCONNECTED

and also it looks for

https://tfhub.dev/mediapipe/tfjs-model/facemesh/1/default/1/model.json?tfjs-format=file

Thanks