Metadata-Version: 2.1
Name: tf-pose
Version: 0.11.0
Summary: Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Home-page: https://github.com/ildoonet/tf-pose-estimation/
Author: Ildoo Kim
Author-email: ildoo@ildoo.net
License: Apache License 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: argparse (>=1.1)
Requires-Dist: dill (==0.2.7.1)
Requires-Dist: fire (>=0.1.3)
Requires-Dist: matplotlib (>=2.2.2)
Requires-Dist: psutil (>=5.4.5)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: scikit-image (>=0.13.1)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: slidingwindow (>=0.0.13)
Requires-Dist: opencv-python
Requires-Dist: tqdm (>=4.23.4)
Requires-Dist: tensorflow (<2.0)
Requires-Dist: tensorpack (>=0.8.5)
Requires-Dist: pycocotools

This is a fork of the origninal https://github.com/ildoonet/tf-pose-estimation. Main change is to restrict tensorflow 1.X. There are some incompatibility issue with tensorflow 2+ we haven't sorted out. Our fork repository is https://github.com/tryagainconcepts/tf-pose-estimation


