Closed b005t3r closed 5 years ago
I can confirm this issue. Stand by for the posenet 2.0 upgrade.
Has to do with the model files now being gzipped: https://github.com/tensorflow/tfjs/issues/1712
Thanks, but is there a solution? :)
@b005t3r this is now fixed.
Thanks! I managed to download all 4 models, however it didn't work the first time I tried it for some reason.
I see the models are actually in some strange format - any idea how can I convert those to pb format, that I can use with TF for Java?
These are the legacy format of tf.js, and posenet 2.0 uses the frozen graph format. That being said, check out https://github.com/rwightman/posenet-python in which these weights are downloaded and converted into a python model.