rwightman / posenet-python

A Python port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Apache License 2.0
489 stars 184 forks source link

Tensorflow 2.0 #25

Open JivanRoquet opened 4 years ago

JivanRoquet commented 4 years ago

Congratulations for this work. This library is unfortunately incompatible with TensorFlow 2.0, as well as the usage examples. Are then any plans to release a version which supports TF2 in the future?

rwightman commented 4 years ago

@JivanRoquet I'm not planning to do that, but others are working one it, this is a TF 2 version forked from here https://github.com/atomicbits/posenet-python. ... it also includes support for the more recent/better ResNet50 based models

There are some comments and bechmark #s posed by the author in an issue here #14