human-action-classification icon indicating copy to clipboard operation
human-action-classification copied to clipboard

This repository allows you to classify 40 different human actions. Pose detection, estimation and classification is also performed. Poses are classified into sitting, upright and lying down.

Results 8 human-action-classification issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "run_image.py", line 8, in from tf_pose.estimator import TfPoseEstimator File "/content/human-action-classification/tf_pose/__init__.py", line 5, in from tf_pose.runner import infer, Estimator, get_estimator File "/content/human-action-classification/tf_pose/runner.py", line 8, in...

Is this human action classification related to the project tf_pose or the human pose estimation task? Is it just a fine-tune image categorization task? I cannot find some code related...

Is there any License for this Project? If there please consider!

Hello, I need to ask that how to train inception model for custom dataset. I am not able to figure. please explain .

how to inference in batch rather than single image?

Dear Dronefreak : I follow the tips to create a custom dataset which contains 2 subfolder and run script in cmd : python3 scripts/retrain.py --model_dir=tf_files/retrained_graph.pb --output_labels=tf_files/retrained_labels.txt --image_dir=training/ after training finished,...

Getting the following error: "ImportError: cannot import name '_pafprocess' from 'tf_pose.pafprocess'" How to solve this?

Hello, may I ask how to extract the coordinate information of the key points of the human body and hand it over to the neural network for training, so as...