tensorflow / tfjs-wechat

WeChat Mini-program plugin for TensorFlow.js
https://tensorflow.org/js
547 stars 102 forks source link

using localStorage for posenet:estimateSinglePose is not a function? #55

Closed yz6 closed 4 years ago

pyu10055 commented 4 years ago

@yz6 You need to set the localStorageHandler as the modelUrl field for the posenet load() method. Please give it a try, and let me know if it works for you.

yz6 commented 4 years ago

Thanks,I try the posenet load(local_model),is works! @pyu10055