kennymckormick / pyskl

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

how to train poseconv3d with my own dataset? #232

Open wsy927 opened 4 months ago

wsy927 commented 4 months ago

Hello, I'd like to ask how to train poseconv3d with my own dataset?

HoBeom commented 4 months ago

Use custom_2d_skeleton.py: Utilize the custom_2d_skeleton.py script to generate a custom 2D skeleton dataset from your prepared video dataset.

wsy927 commented 4 months ago

Use custom_2d_skeleton.py: Utilize the custom_2d_skeleton.py script to generate a custom 2D skeleton dataset from your prepared video dataset.

Thanks for your answer, best wishes !

chenglong521 commented 2 months ago

你好,我改了一下代码,在windows单gpu下运行,我用custom_2d_skeleton.py脚本从准备好的视频数据集生成自定义 2D 骨架数据集。用posec3d训练,训练过程中的top1-acc,一直稳定在0.2多,而且很多轮的数据都是一样的,不知道为什么