RNN-for-Human-Activity-Recognition-using-2D-Pose-Input icon indicating copy to clipboard operation
RNN-for-Human-Activity-Recognition-using-2D-Pose-Input copied to clipboard

Activity Recognition from 2D pose using an LSTM RNN

Results 21 RNN-for-Human-Activity-Recognition-using-2D-Pose-Input issues
Sort by recently updated
recently updated
newest added
trafficstars

I am trying to convert the json from tf-open-pose to txt format. Should I use run_openpose.sh for this purpose? if not should I make my own script? Please help!

Hello Guys, I was wondering if it possible to find the accuracy for my prediction when running in real time? I see from your model(shown below),the prediction returns the element...

Hi, Nice project. I was wondering would the model perform well on videos where an agent performs multiple actions throughout the video. Especially when these actions might have an inherent...

Great project! Can you provide the extracted skeleton features ? **DATASET_PATH = "data/HAR_pose_activities/database/"** thank you~

Hi Stuart! Can I ask you how did you choose: n_steps = 32? Does it have to do with the average length of clips in the dataset? Were they all...

Hey just wanted to tell you that openPOSE updated their json output format (https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/output.md) because they added a new 3-D keypoint reconstruction module. So now, in Line 64: pose_keypoints =...

Hello there, I would like to ask you about the results in your experiments - 2D pose and raw RGB images, which one is better ? - Combine the 2D...

Hello @stuarteiffert , thank you for your code!Really nice work! Could you help me solving the following problem? I want to do inference with a new X-train.txt that I've already...