PaddlePaddle / PaddleVideo

Awesome video understanding toolkits based on PaddlePaddle. It supports video data annotation tools, lightweight RGB and skeleton based action recognition model, practical applications for video tagging and sport action detection.
Apache License 2.0
1.51k stars 377 forks source link

Is there any pp-tsm feature extractor available? #573

Open TrinityNeo99 opened 1 year ago

TrinityNeo99 commented 1 year ago

Dear author, I want to use the table tennis temporal location project for my job, however, the input feature is extracted by PP-TSM from an original video. Could you please provide a PP-TSM feature extractor if it is convenient, thank you very much.

Fred1991 commented 1 year ago

Hi there, You can check https://github.com/PaddlePaddle/PaddleVideo/blob/develop/applications/FootballAction/extractor/extract_feat.py to modify based on your demands. It is a script for football but with a similar feature extraction process in table tennis.