HyperPose icon indicating copy to clipboard operation
HyperPose copied to clipboard

Library for Fast and Flexible Human Pose Estimation

Results 34 HyperPose issues
Sort by recently updated
recently updated
newest added

Thank you for your implementation for several pose models. Where can I find the pretrained checkpoints of OpenPose-Resnet18 or Resnet50? I want to evaluate the speed and performance of OpenPose...

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

@syoyo @sukhodolin @luomai @lgarithm @Yuyue Hi, I have ran the script of the export_tflite.py but meet the issue of 'BatchDataset' object is not callable. May I get your suggestion to...

@syoyo @sukhodolin @luomai @lgarithm @Yuyue Hi, I do the conversion of lightweight openpose vggtiny given by the authors using the 'export_pb.py' but encounter the error. May you help me in...

I have all the prerequisites, but it just can't predict. seeking for some instructions, please!

I am trying to implement hyperpose on google colab, I have successfully installed python libraries mentioned [here](https://hyperpose.readthedocs.io/en/latest/markdown/install/training.html). I want to run a demo on video using python. I have also...

Please help. Cannot load weights using infer,py. Weights are taken from google drive (lightweight_openpose_resnet50.npz) import cv2 import numpy as np import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt from hyperpose import...

Upon running the infer.py script with the pre-trained openpose-lightweight resnet50 model, at times the pose estimation results repeat certain parts, and also omit certain parts.(refer attached images) Also, is there...