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.54k stars 382 forks source link

如何改造PP-TSMv2成类似SlowFast那样 #553

Open MessonC opened 2 years ago

MessonC commented 2 years ago

请问百度大佬如何将PP-TSMv2改造成像SlowFast那样可以给出多目标检测框并实现对每个目标的动作识别么?谢谢~

huangjun12 commented 1 year ago

参考https://github.com/PaddlePaddle/PaddleVideo/blob/develop/docs/zh-CN/model_zoo/detection/SlowFast_FasterRCNN.md 将其中的动作特征提取模型替换成PP-TSM,具体实现可以参考 https://github.com/PaddlePaddle/PaddleVideo/blob/develop/docs/zh-CN/contribute/add_new_algorithm.md