HyperPose
HyperPose copied to clipboard
Library for Fast and Flexible Human Pose Estimation
### Parallel Optimizations Hi, I just pushed some optimizations via parallelization of some CPU intensive loops in the paf processor (plus a couple other places) into my [paf_opt](https://github.com/korejan/hyperpose/commit/e8598ca2170adef9fc1a7a25e92d677dd679ff05) branch. I...
Hi, in the docs about [converting to .trt protobuf format](example.gen_serialized_engine), there are very little details. I think it should mention the fact that the `--max_batch_size` paramater should match the batch...
Traceback (most recent call last): File "D:\codefiled\py\human_pose\HyperPose-master\export_tflite.py", line 14, in model.load_weights(model_weight_path) File "D:\Programs\anaconda\envs\hypose\lib\site-packages\tensorlayer\models\core.py", line 958, in load_weights utils.load_and_assign_npz(filepath, self) File "D:\Programs\anaconda\envs\hypose\lib\site-packages\tensorlayer\files\utils.py", line 2046, in load_and_assign_npz assign_weights(weights, network) File "D:\Programs\anaconda\envs\hypose\lib\site-packages\tensorlayer\files\utils.py", line...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...