pose-tensorflow icon indicating copy to clipboard operation
pose-tensorflow copied to clipboard

Human Pose estimation with TensorFlow framework

Results 65 pose-tensorflow issues
Sort by recently updated
recently updated
newest added

Is there any chance that this repo will support Tensorflow v2 ? Thanks, Steve

Where is **dataset-test.mat** is present which _load_dataset_ method of _PoseDataset class_ of _pose_dataset.py_ is calling? **cfg.dataset** is equal to **dataset-test.mat** Traceback (most recent call last): File "test.py", line 75, in...

Is there a TensorFlow-Lite version of this? I notice that the pre-trained models are checkpoints, is there a way to freeze the models to a TF-Lite model, and use that...

I am trying to run the demo_multiverision.py script in a python 3.5 + win10 setup. I get the error: No module named 'nms_grid' I cannot find any information about this...

I want to train the model on my own dataset but I am not able to figure out the format of the dataset that the model accepts. can anyone help...

In scipy v1.3, the `scipy.misc.imread` and `scipy.misc.imresize` functions are no longer available. These are used throughout this package, especially in loading data in `pose_dataset.py`. There's an easy replacement for `imread`...

ubuntu:18.04 python:2.7.17 gcc:7.5.0 cpu I have installed all the dependencies according to this website: https://github.com/lakshayg/tensorflow-build/ but when I run the test,something is wrong: segmentation fault (core dumped) TF_CUDNN_USE_AUTOTUNE=0 python2 demo/singleperson.py...

Hi Thanks for the great work. I was able to change singleperson.py and use it for real time inference as bellow: ![code](https://user-images.githubusercontent.com/29665874/61149755-25d36880-a4f7-11e9-8806-31117d2211fe.png) However, this could only show the joints. I...

I want to train the model on my own dataset but I am not able to figure out the format of the dataset that the model accepts. can anyone help...

Hello everyone, I am investigating this source and I can not understand solve_nl_lmp function in multiperson/predict.py. Can you share with me the purpose of function (input/output)? Thank you so much.