onedayCVPR

Results 2 issues of onedayCVPR

作者您好,按照这个 readme [https://github.com/PaddlePaddle/PaddleVideo/tree/develop/applications/TableTennis/ActionRecognition](url), 使用 ` python3.7 tools/predict.py --input_file data/example_tennis_7.pkl \ --config applications/TableTennis/ActionRecognition/configs/videoswin_tabletennis.yaml \ --model_file inference/VideoSwin_TableTennis/VideoSwin_TableTennis.pdmodel \ --params_file inference/VideoSwin_TableTennis/VideoSwin_TableTennis.pdiparams \ --use_gpu=True \ --use_tensorrt=False` 执行以上命令会产出一个原视频叠加预测结果文本(Top1类别+概率)的gif图片,保存在本目录的results文件夹下,gif文件名与输入的pkl文件名相同。 我使用了以上命令,输出了Top1类别+概率 ,但是 没有生成叠加预测的结果文本图片,使用的是``https://github.com/PaddlePaddle/PaddleVideo/tree/develop/tools/predict.py`` 以下是我的命令行内容: ``` (tabletennis) :~/paddleT/PaddleVideo$...

作者您好,关于乒乓球动作识别的数据集能够提供吗? DATASET: #DATASET field batch_size: 1 #Mandatory, bacth size num_workers: 2 #Mandatory, XXX the number of subprocess on each GPU. test_batch_size: 1 train: format: "FrameDataset_Sport" #Mandatory, indicate the type of...