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.53k stars 379 forks source link

Input video for table tennis application #571

Closed TrinityNeo99 closed 1 year ago

TrinityNeo99 commented 1 year ago

Dear author, the demo input video is xxx.pkl, can I use a regular video file like xxx.mp4 or xxx.avi? I wonder If there are some tools to convert regular video to "pkl" format as your definition, thank you very much

huangjun12 commented 1 year ago

.pkl file is composed of frames, so you can decode video to frames, then save frames to .pkl file

TrinityNeo99 commented 1 year ago

Thanks you very much