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 380 forks source link

关于FootballAction中输出的result.json,其中包含的action_results中start_time和end_time对应视频哪一帧 #683

Open dkw-wkd opened 8 months ago

dkw-wkd commented 8 months ago

输出的action_results start_time跟图片名也对不上,用的视频是官方资源 5572686cb90f440988ded956a60e555d.mp4 下载链接:https://paddle-model-ecology.bj.bcebos.com/data/EuroCup2016/5572686cb90f440988ded956a60e555d.mp4 对应生成的frames文件夹的图片00000756.jpg 00000756

"action_results": [ { "start_time": 756, "end_time": 765, "label_id": 7, "label_name": "界外球", "classify_score": 0.992279052734375, "iou_score": 0.5063119530677795 }, { "start_time": 821, "end_time": 831, "label_id": 4, "label_name": "黄牌", "classify_score": 0.9731829166412354, "iou_score": 0.5092105865478516 }, { "start_time": 916, "end_time": 920, "label_id": 7, "label_name": "界外球", "classify_score": 0.9815433621406555, "iou_score": 0.539252758026123 }, { "start_time": 925, "end_time": 944,
"label_id": 1, "label_name": "进球", "classify_score": 0.8659555315971375, "iou_score": 0.5616624355316162 }, { "start_time": 964, "end_time": 971, "label_id": 2, "label_name": "角球", "classify_score": 0.9762019515037537, "iou_score": 0.5235226154327393 },