GithubHelp home page GithubHelp logo

pic4ser / mpose2021_dataset Goto Github PK

View Code? Open in Web Editor NEW
42.0 2.0 12.0 7.93 MB

This repository contains the MPOSE2021 Dataset for short-time pose-based Human Action Recognition (HAR).

Python 98.56% Jupyter Notebook 1.44%
human-action-recognition mpose openpose dataset-generation

mpose2021_dataset's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mpose2021_dataset's Issues

scale_and_center is changing keypoints?

I dont understand why scale_and_center is changing my dataset:

dataset.reset_data()
dataset.get_info()
dataset.reduce_keypoints()
dataset.scale_to_unit()
dataset.add_velocities()
dataset.remove_confidence()
dataset.get_info()
dataset.scale_and_center()
dataset.get_info()
----Dataset Information----
Pose Extractor: openpose
Split: 1
X_train shape: (12562, 30, 25, 3)
X_test shape: (2867, 30, 25, 3)
Min-Max feature ranges:
x: [0.0, 828.042]
y: [0.0, 558.729]
p: [0.0, 1.0]
----Dataset Information----
Pose Extractor: openpose
Split: 1
X_train shape: (12562, 30, 15, 4)
X_test shape: (2867, 30, 15, 4)
Min-Max feature ranges:
x: [0.0, 1.0]
y: [0.0, 1.0]
Vx: [-1.0, 1.0]
Vy: [-1.0, 1.0]
----Dataset Information----
Pose Extractor: openpose
Split: 1
X_train shape: (12562, 30, 13, 5)
X_test shape: (2867, 30, 13, 5)
Min-Max feature ranges:
x: [-1.0, 1.0]
y: [-0.9995300432531916, 1.0]
Vx: [-2.0, 2.0]
Vy: [-1.9995300432531917, 1.9990533747064134]
p: [-0.9995300432531916, 1.0]

The dataset goes from having 15 keypoints to 13 keypoints and an additional channel. What am I missing here?

How to get the Edge list?

I am trying to run the colab notebook that you have linked. But I am just getting the keypoint values. How should I get the edge list from keypoint values?

generating keypoints for custom dataset

Hello,

I want to know if it is possible to extrcat npy files from the json files extracted from a custom dataset. Is there any modification I need to apply?

Prepare own custom dataset documentation

Thank you for creating this repo. I would like to know the steps to prepare our custom dataset and how to create labels to use MPOSE for pose estimation dataset creation.

Velocity

Good job @simoneangarano and thank you.

I just wanted to ask how do you get velocity features from the openpose pose estimation? do you subtract x2-y2 to get the velocity?

And do you have an inference.py possible or pretrained model for the purpose of testing.

Thank you very much.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.