Hyperpose Versions Save

Library for Fast and Flexible Human Pose Estimation

v2.2.0

2 years ago

2.2.0-alpha

2 years ago

2.1.0

3 years ago
  • Docker support: https://hub.docker.com/repository/docker/tensorlayer/hyperpose
  • HyperPose command-line tool: hyperpose-cli
  • Add functionality to keep the original aspect ratio(this is good for precision).
  • New README.
  • Visualization:
    • Line size varies with person size.
    • Translucent connection line in hyperpose-cli.

2.0.0

3 years ago

Key Features:

  • Python Training Module
    • User-defined model arch
    • MS COCO + MPII dataset support
    • User-defined dataset filter and training pipeline
  • C++ Accelerated Prediction
    • Operator API
    • Stream API
  • More model supports
    • OpenPose
    • Lightweight-OpenPose
    • PoseProposal Network
  • Documentation
  • More pretrained models(Continuous updating)

1.0.0

4 years ago

The 1st version of OpenPose-Plus provides the functionality to do low-level inference, local training, and distributed training. The inference API of the 1st version is quite straightforward and low-level(without much high-level abstraction).

As a new version of OpenPose-Plus is upcoming, we made the old version a release.