kennymckormick / pyskl

A toolbox for skeleton-based action recognition.
Apache License 2.0
911 stars 175 forks source link

skeleton annotation extraction and construction of custom dataset #205

Open DanielC-MST opened 10 months ago

DanielC-MST commented 10 months ago

I would like to check if I can use MediaPipe (https://developers.google.com/mediapipe) to extract the skeleton and construct the annotation of the skeleton information of my custom RGB video dataset. Then, input that .json file into the custom_2d_skeleton.py to construct .pkl file and conduct training.

I tried to use openpose to extract the skeleton, but it takes forever to install it. So just curious if I can use the MediaPipe. If so, do you happen to know where to change in the config

qinjiajuny commented 9 months ago

Hello, I would like to ask if you succeeded?