Skip to content

Releases: tensorlayer/HyperPose

HyperPose 2.2.0 🚀

30 Jun 18:01
a90d286
Compare
Choose a tag to compare

HyperPose 2.2.0

26 Jun 13:45
5941eba
Compare
Choose a tag to compare
HyperPose 2.2.0 Pre-release
Pre-release

HyperPose 2.1.0

30 Aug 08:55
c4df544
Compare
Choose a tag to compare
  • 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.

HyperPose 2.0.0

17 Aug 04:10
33c168a
Compare
Choose a tag to compare

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)

The 1st version of OpenPose-Plus

03 May 15:10
0e6afe3
Compare
Choose a tag to compare

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.