pyskl icon indicating copy to clipboard operation
pyskl copied to clipboard

A toolbox for skeleton-based action recognition.

Results 96 pyskl issues
Sort by recently updated
recently updated
newest added

Thank you very much for your work. I have gone through all the issues and readme, as well as searched online. I noticed that everyone is using the pre-trained algorithms...

The test code is as follows. ``` import cv2 from pyskl.apis import init_recognizer # No error will be reported if this line of code is commented. def main(): vid =...

Hi, i wonder how did you inflate a static frame in tempraol to form the video clip! ( I saw the comment on #141 ) Can you share the code...

1、Do you test the performance if using ordinary Conv2D, not using Conv3D? 您好,请问,在一些NPU上不支持3D卷积,如果不使用3D卷积,而是使用普通的2D卷积,效果如何呢? 2、Do you test If drawing 17 joints or limbs of one frame in one heatmap?The input size...

Thank you for sharing this great repository. When i extract 2D skeleton for Diving48 Videos, an error has occurred. bash tools/dist_run.sh tools/data/custom_2d_skeleton.py 1 --video-list data/Diving48_V2/diving48.list --out data/Diving48_V2/diving48_annotions/ + SCRIPT=tools/data/custom_2d_skeleton.py +...

When I try to display a frame that was processed by pyskl using OpenCV I get a segmentation fault in `cv2.imshow`. I constructed a minimal Example to facilitate repoducing the...

unknown problem

The command in living48_example.ipynb !bash tools/dist_run.sh tools/data/custom_2d_skeleton.py 8 --video-list examples/extract_diving48_skeleton/diving48.list --out examples/ When I run extract_diving48_skeleton/diving48_annos.pkl, no error occurs, but the init_dist function does not end forever. If anyone knows...

When I execute python demo/demo_gesture.py I will got this error.Please help me to clear this C:\Users\anaconda3\lib\site-packages\mmcv\__init__.py:20: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove...

thanks for great repository..!! When i tried to run **bash ../../tools/dist_run.sh ../../tools/data/custom_2d_skeleton.py 4 --video-list custom_list.list --out custom_annos.pkl ** in **diving48_example.ipynb** to creat annotations following error comes: /home/ubuntu/miniconda3/envs/aiguard/lib/python3.7/site-packages/torch/distributed/launch.py:186: FutureWarning: The module...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...