diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..bed0738c7eeb449bca98b5d2f33c89a1ee56349a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.avro filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..321f196e789d07c7b4a44ec49f98d17047c7671c --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +pretty_name: FineBadmintonBenchmark +language: +- en +- zh +task_categories: +- question-answering +annotations_creators: +- expert-generated +multilinguality: +- multilingual +license: apache-2.0 +configs: +- config_name: action_classification + default: true + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_action_classification.json" +- config_name: action_localization + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_action_localization.json" +- config_name: action_prediction + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_action_prediction.json" +- config_name: hitcount + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_hitcount.json" +- config_name: hitting_comment + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_hitting_comment2_updated.json" +- config_name: hitting_localization + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_hitting_localization_new.json" +- config_name: hitting_prediction + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_hitting_prediction.json" +- config_name: moving_recognition + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_moving_recognization.json" +- config_name: pointer_recognition + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_pointer_recog_updated.json" +- config_name: round_comment + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_round_comment_updated.json" +- config_name: roundcount + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_roundcount.json" +- config_name: select_detail_count + data_files: + - split: test + path: "finebadmintonbenchmark/benchmark_select_detail_count_questions.json" +--- + +# FineBadmintonBenchmark + +Fine-grained badminton video question answering benchmark. + +## Dataset Structure + +- `hf_video_clips_qa/`: one clip per QA item, named by `video_uid` (for example `video_000001.mp4`). +- `finebadmintonbenchmark/`: annotation JSON files. + - each item contains `video_uid` + - each QA item maps to exactly one video clip through `video_uid` + +## Citation + +```bibtex +@inproceedings{he2025finebadminton, + title={Finebadminton: A multi-level dataset for fine-grained badminton video understanding}, + author={He, Xusheng and Liu, Wei and Ma, Shanshan and Liu, Qian and Ma, Chenghao and Wu, Jianlong}, + booktitle={Proceedings of the 33rd ACM International Conference on Multimedia}, + pages={12776--12783}, + year={2025} +} + +@misc{he2025finebadminton_arxiv, + title={Finebadminton: A multi-level dataset for fine-grained badminton video understanding}, + author={He, Xusheng and Liu, Wei and Ma, Shanshan and Liu, Qian and Ma, Chenghao and Wu, Jianlong}, + year={2025}, + eprint={2508.07554}, + archivePrefix={arXiv}, + primaryClass={cs.MM}, + url={https://arxiv.org/abs/2508.07554} +} +``` diff --git a/finebadmintonbenchmark/benchmark_action_classification.json b/finebadmintonbenchmark/benchmark_action_classification.json new file mode 100644 index 0000000000000000000000000000000000000000..eb00fd06b62fcbaa76f7625b6320cfa5448befbf --- /dev/null +++ b/finebadmintonbenchmark/benchmark_action_classification.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_000001", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000002", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000003", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000004", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000005", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000006", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000007", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000008", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000009", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000010", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000011", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000012", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000013", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000014", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000015", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000016", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000017", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000018", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000019", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000020", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000021", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000022", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000023", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000024", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000025", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000026", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000027", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000028", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000029", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000030", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000031", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000032", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000033", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000034", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000035", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000036", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000037", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000038", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000039", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000040", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000041", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000042", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000043", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000044", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000045", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000046", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000047", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000048", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000049", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000050", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000051", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000052", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000053", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000054", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000055", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000056", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000057", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000058", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000059", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000060", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000061", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000062", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000063", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000064", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000065", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000066", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000067", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000068", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000069", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000070", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000071", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000072", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000073", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000074", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000075", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000076", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000077", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000078", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000079", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000080", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000081", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000082", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000083", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000084", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000085", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000086", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000087", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000088", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000089", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000090", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000091", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000092", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000093", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000094", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000095", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000096", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000097", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000098", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000099", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000100", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000101", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000102", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000103", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000104", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000105", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000106", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000107", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000108", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000109", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000110", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000111", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000112", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000113", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000114", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000115", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000116", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000117", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000118", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000119", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000120", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000121", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000122", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000123", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000124", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000125", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000126", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000127", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000128", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000129", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000130", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000131", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the top) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000132", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000133", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000134", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000135", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000136", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000137", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000138", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000139", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000140", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the bottom for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000141", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000142", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000143", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000144", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000145", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000146", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000147", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000148", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000149", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面下方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the bottom most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000150", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000151", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000152", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000153", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000154", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000155", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000156", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000157", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000158", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面上方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the top most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000159", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000160", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000161", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the top) most likely use for their last hit?" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000162", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000163", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000164", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000165", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000166", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "击球类型上,位于画面上方的球员最后一次击球最有可能属于哪一种?请从四个选项中选择", + "question_en": "Regarding the type of shot, which one did the player at the top most likely use for their last hit? Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000167", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000168", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000169", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000170", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000171", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面上方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the top) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000172", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000173", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000174", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000175", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000176", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000177", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000178", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000179", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "最后一次击球时,位于画面下方的球员最有可能使用了哪种类型的击球?请根据以下解释选择", + "question_en": "What type of shot was most likely used by the player (at the bottom) during their last hit? Select based on the descriptions given" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000180", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000181", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the top most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000182", + "duration": "mid", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000183", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球时最可能采用的是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine which type of shot the player (at the bottom) most likely used during their last hit. Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000184", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000185", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000186", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球最可能是哪种类型的击球?", + "question_en": "Choose from four options: What type of shot did the player (at the bottom) most likely use for their last hit?" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000187", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000188", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000189", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面上方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the top) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000190", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球最可能是哪一种击球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, which type of shot is most likely used by the player at the top for their last hit? Choose the most probable one from the four explanations provided" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000191", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断位于画面下方的球员最后一次击球最可能是哪一种类型的击球?请根据下面的四个解释来选择", + "question_en": "Determine which type of shot the player at the bottom most likely used for their last hit. Refer to the four explanations below for your choice" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000192", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面上方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the top) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000193", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the top) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000194", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000195", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球最可能是哪种类型的击球?请从四个选项中选择", + "question_en": "Determine what type of shot the player (at the bottom) used for their last hit. Choose from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000196", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000197", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "哪一种击球类型最能描述位于画面下方的球员最后一次击球的情况?请从提供的四个选项中选择", + "question_en": "Which type of shot best describes the player's (at the bottom) last hit? Choose from the four options provided" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000198", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000199", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球最可能使用的击球类型。请依据提供的四个解释做出选择", + "question_en": "Select the type of shot that the player at the bottom most likely used for their last hit. Make your choice based on the four explanations provided" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000200", + "duration": "short", + "spatial": "action", + "temporal": "action classification", + "question": { + "question_zh": "分析位于画面下方的球员最后一次击球的动作,判断其最可能使用的击球类型是哪一个?请从四个选项中选择", + "question_en": "Analyze the action of the player's (at the bottom) last hit and determine which type of shot they most likely used. Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + } +] diff --git a/finebadmintonbenchmark/benchmark_action_localization.json b/finebadmintonbenchmark/benchmark_action_localization.json new file mode 100644 index 0000000000000000000000000000000000000000..127c41033c308760588088ecaf9bb7575faa0454 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_action_localization.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_000201", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 1, bottom", + "C. 5, bottom", + "D. 8, top" + ], + "answer": "C", + "options_zh": [ + "A. 6, 上方", + "B. 1, 下方", + "C. 5, 下方", + "D. 8, 上方" + ] + }, + { + "video_uid": "video_000202", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 4, top", + "C. 2, top", + "D. 1, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 5, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000203", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 6, bottom", + "C. 1, top", + "D. 2, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 4, 下方", + "B. 6, 下方", + "C. 1, 上方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000204", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 10, top", + "B. 11, bottom", + "C. 4, top", + "D. 9, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 10, 上方", + "B. 11, 下方", + "C. 4, 上方", + "D. 9, 下方" + ] + }, + { + "video_uid": "video_000205", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 6", + "B. 5", + "C. 1", + "D. 3" + ], + "answer": "B", + "options_zh": [ + "A. 6", + "B. 5", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_000206", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 4, bottom", + "C. 1, top", + "D. 7, top" + ], + "answer": "C", + "options_zh": [ + "A. 5, 上方", + "B. 4, 下方", + "C. 1, 上方", + "D. 7, 上方" + ] + }, + { + "video_uid": "video_000207", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 2", + "B. 4", + "C. 5", + "D. 3" + ], + "answer": "B", + "options_zh": [ + "A. 2", + "B. 4", + "C. 5", + "D. 3" + ] + }, + { + "video_uid": "video_000208", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 4", + "B. 5", + "C. 6", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 4", + "B. 5", + "C. 6", + "D. 2" + ] + }, + { + "video_uid": "video_000209", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 6, bottom", + "C. 4, bottom", + "D. 7, top" + ], + "answer": "D", + "options_zh": [ + "A. 1, 上方", + "B. 6, 下方", + "C. 4, 下方", + "D. 7, 上方" + ] + }, + { + "video_uid": "video_000210", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 3, top", + "C. 2, bottom", + "D. 5, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 上方", + "B. 3, 上方", + "C. 2, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000211", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 5", + "B. 1", + "C. 4", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 5", + "B. 1", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_000212", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 7", + "B. 1", + "C. 6", + "D. 2" + ], + "answer": "D", + "options_zh": [ + "A. 7", + "B. 1", + "C. 6", + "D. 2" + ] + }, + { + "video_uid": "video_000213", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 3, bottom", + "C. 5, bottom", + "D. 1, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 上方", + "B. 3, 下方", + "C. 5, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000214", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。视频片段中,挡网发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.?" + }, + "options_en": [ + "A. 4", + "B. 3", + "C. 2", + "D. 6" + ], + "answer": "A", + "options_zh": [ + "A. 4", + "B. 3", + "C. 2", + "D. 6" + ] + }, + { + "video_uid": "video_000215", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 4, top", + "C. 1, bottom", + "D. 2, top" + ], + "answer": "D", + "options_zh": [ + "A. 3, 下方", + "B. 4, 上方", + "C. 1, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000216", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 4, bottom", + "D. 5, top" + ], + "answer": "D", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 4, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000217", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 4, bottom", + "C. 3, top", + "D. 1, top" + ], + "answer": "D", + "options_zh": [ + "A. 2, 下方", + "B. 4, 下方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000218", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 3, bottom", + "C. 2, top", + "D. 6, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 3, 下方", + "C. 2, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000219", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 2, bottom", + "C. 1, top", + "D. 4, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 上方", + "B. 2, 下方", + "C. 1, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000220", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.?" + }, + "options_en": [ + "A. 14", + "B. 12", + "C. 4", + "D. 5" + ], + "answer": "C", + "options_zh": [ + "A. 14", + "B. 12", + "C. 4", + "D. 5" + ] + }, + { + "video_uid": "video_000221", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。视频片段中,放网前球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 2, top", + "C. 4, top", + "D. 3, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 2, 上方", + "C. 4, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000222", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.?" + }, + "options_en": [ + "A. 1", + "B. 5", + "C. 3", + "D. 4" + ], + "answer": "D", + "options_zh": [ + "A. 1", + "B. 5", + "C. 3", + "D. 4" + ] + }, + { + "video_uid": "video_000223", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 1, bottom", + "C. 2, top", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 5, 下方", + "B. 1, 下方", + "C. 2, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000224", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 4, bottom", + "C. 5, top", + "D. 1, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 上方", + "B. 4, 下方", + "C. 5, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000225", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 4, top", + "C. 2, top", + "D. 6, top" + ], + "answer": "A", + "options_zh": [ + "A. 3, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000226", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.?" + }, + "options_en": [ + "A. 6", + "B. 1", + "C. 4", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 6", + "B. 1", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_000227", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 5, top", + "C. 3, top", + "D. 6, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 2, 下方", + "B. 5, 上方", + "C. 3, 上方", + "D. 6, 下方" + ] + }, + { + "video_uid": "video_000228", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 5, bottom", + "C. 7, bottom", + "D. 3, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 上方", + "B. 5, 下方", + "C. 7, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000229", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 5, top", + "C. 3, top", + "D. 1, top" + ], + "answer": "A", + "options_zh": [ + "A. 2, 下方", + "B. 5, 上方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000230", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, bottom", + "B. 3, bottom", + "C. 5, bottom", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 7, 下方", + "B. 3, 下方", + "C. 5, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000231", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。视频片段中,放网前球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 4, bottom", + "C. 5, top", + "D. 3, top" + ], + "answer": "A", + "options_zh": [ + "A. 1, 上方", + "B. 4, 下方", + "C. 5, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000232", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ], + "answer": "D", + "options_zh": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_000233", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 8, bottom", + "B. 6, bottom", + "C. 5, top", + "D. 4, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 8, 下方", + "B. 6, 下方", + "C. 5, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000234", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 4, top", + "C. 8, top", + "D. 6, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 下方", + "B. 4, 上方", + "C. 8, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000235", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 4, bottom", + "C. 3, top", + "D. 2, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 5, 上方", + "B. 4, 下方", + "C. 3, 上方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000236", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 1, bottom", + "C. 2, top", + "D. 4, top" + ], + "answer": "C", + "options_zh": [ + "A. 3, 下方", + "B. 1, 下方", + "C. 2, 上方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000237", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 1", + "B. 2", + "C. 6", + "D. 4" + ], + "answer": "B", + "options_zh": [ + "A. 1", + "B. 2", + "C. 6", + "D. 4" + ] + }, + { + "video_uid": "video_000238", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000239", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 8", + "B. 6", + "C. 4", + "D. 3" + ], + "answer": "C", + "options_zh": [ + "A. 8", + "B. 6", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_000240", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 2, top", + "C. 7, bottom", + "D. 1, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 5, 下方", + "B. 2, 上方", + "C. 7, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000241", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 5", + "B. 6", + "C. 2", + "D. 4" + ], + "answer": "A", + "options_zh": [ + "A. 5", + "B. 6", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_000242", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 8, top", + "B. 6, top", + "C. 2, top", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 8, 上方", + "B. 6, 上方", + "C. 2, 上方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000243", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.?" + }, + "options_en": [ + "A. 1", + "B. 5", + "C. 2", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 1", + "B. 5", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_000244", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 1, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 5, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000245", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 3, top", + "C. 2, bottom", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 4, 下方", + "B. 3, 上方", + "C. 2, 下方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000246", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 3, top", + "C. 2, bottom", + "D. 4, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 1, 上方", + "B. 3, 上方", + "C. 2, 下方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000247", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 8, bottom", + "C. 7, top", + "D. 6, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 3, 上方", + "B. 8, 下方", + "C. 7, 上方", + "D. 6, 下方" + ] + }, + { + "video_uid": "video_000248", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 1, bottom", + "C. 3, bottom", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 2, 上方", + "B. 1, 下方", + "C. 3, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000249", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 5", + "B. 1", + "C. 4", + "D. 9" + ], + "answer": "C", + "options_zh": [ + "A. 5", + "B. 1", + "C. 4", + "D. 9" + ] + }, + { + "video_uid": "video_000250", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 2, top", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000251", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 2, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 5, 下方", + "B. 2, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000252", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 7, top", + "C. 5, top", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 3, 上方", + "B. 7, 上方", + "C. 5, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000253", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, bottom", + "B. 2, bottom", + "C. 4, bottom", + "D. 5, top" + ], + "answer": "C", + "options_zh": [ + "A. 6, 下方", + "B. 2, 下方", + "C. 4, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000254", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.?" + }, + "options_en": [ + "A. 2", + "B. 3", + "C. 4", + "D. 1" + ], + "answer": "A", + "options_zh": [ + "A. 2", + "B. 3", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_000255", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, top", + "B. 4, bottom", + "C. 9, top", + "D. 3, top" + ], + "answer": "A", + "options_zh": [ + "A. 7, 上方", + "B. 4, 下方", + "C. 9, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000256", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 8, top", + "B. 3, bottom", + "C. 4, top", + "D. 6, top" + ], + "answer": "D", + "options_zh": [ + "A. 8, 上方", + "B. 3, 下方", + "C. 4, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000257", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.?" + }, + "options_en": [ + "A. 2", + "B. 3", + "C. 1", + "D. 4" + ], + "answer": "D", + "options_zh": [ + "A. 2", + "B. 3", + "C. 1", + "D. 4" + ] + }, + { + "video_uid": "video_000258", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 3, bottom", + "C. 4, top", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 3, 下方", + "C. 4, 上方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000259", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 4", + "B. 2", + "C. 1", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 4", + "B. 2", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_000260", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ], + "answer": "B", + "options_zh": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_000261", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 3", + "B. 5", + "C. 4", + "D. 2" + ], + "answer": "A", + "options_zh": [ + "A. 3", + "B. 5", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_000262", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 1, bottom", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 4, 上方", + "B. 1, 下方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000263", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 2, bottom", + "D. 4, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 2, 下方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000264", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 5, bottom", + "C. 7, bottom", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 1, 下方", + "B. 5, 下方", + "C. 7, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000265", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 1, top", + "C. 4, bottom", + "D. 3, top" + ], + "answer": "A", + "options_zh": [ + "A. 2, 下方", + "B. 1, 上方", + "C. 4, 下方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000266", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 1, bottom", + "C. 4, top", + "D. 5, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 3, 下方", + "B. 1, 下方", + "C. 4, 上方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000267", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 2, bottom", + "C. 3, top", + "D. 5, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 上方", + "B. 2, 下方", + "C. 3, 上方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000268", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, top", + "B. 4, bottom", + "C. 6, bottom", + "D. 5, top" + ], + "answer": "A", + "options_zh": [ + "A. 7, 上方", + "B. 4, 下方", + "C. 6, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000269", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 1", + "C. 5", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 4", + "B. 1", + "C. 5", + "D. 3" + ] + }, + { + "video_uid": "video_000270", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 1, top", + "C. 2, bottom", + "D. 3, top" + ], + "answer": "D", + "options_zh": [ + "A. 4, 下方", + "B. 1, 上方", + "C. 2, 下方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000271", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 2, top", + "C. 3, bottom", + "D. 1, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 6, 上方", + "B. 2, 上方", + "C. 3, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000272", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 6, bottom", + "C. 1, top", + "D. 4, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 上方", + "B. 6, 下方", + "C. 1, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000273", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 6, bottom", + "C. 1, top", + "D. 4, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 2, 下方", + "B. 6, 下方", + "C. 1, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000274", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 1, bottom", + "C. 6, top", + "D. 5, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 下方", + "B. 1, 下方", + "C. 6, 上方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000275", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 4, bottom", + "D. 2, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 4, 下方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000276", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_000277", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 1, top", + "C. 2, bottom", + "D. 3, top" + ], + "answer": "C", + "options_zh": [ + "A. 4, 下方", + "B. 1, 上方", + "C. 2, 下方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000278", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 3", + "B. 2", + "C. 4", + "D. 1" + ], + "answer": "B", + "options_zh": [ + "A. 3", + "B. 2", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_000279", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 2, bottom", + "C. 4, bottom", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 3, 上方", + "B. 2, 下方", + "C. 4, 下方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000280", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 1, bottom", + "C. 5, bottom", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 2, 上方", + "B. 1, 下方", + "C. 5, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000281", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 2", + "B. 4", + "C. 3", + "D. 1" + ], + "answer": "B", + "options_zh": [ + "A. 2", + "B. 4", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_000282", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 11, bottom", + "B. 3, bottom", + "C. 6, top", + "D. 13, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 11, 下方", + "B. 3, 下方", + "C. 6, 上方", + "D. 13, 下方" + ] + }, + { + "video_uid": "video_000283", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 4, top", + "C. 2, top", + "D. 1, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000284", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 8, bottom", + "C. 9, top", + "D. 5, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 上方", + "B. 8, 下方", + "C. 9, 上方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000285", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 4, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 2, 上方", + "B. 4, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000286", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 2, bottom", + "C. 3, top", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 4, 下方", + "B. 2, 下方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000287", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 6, bottom", + "C. 2, bottom", + "D. 9, top" + ], + "answer": "B", + "options_zh": [ + "A. 5, 上方", + "B. 6, 下方", + "C. 2, 下方", + "D. 9, 上方" + ] + }, + { + "video_uid": "video_000288", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 4, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 2, 上方", + "B. 4, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000289", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。视频片段中,勾球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 1, bottom", + "C. 4, top", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 2, 上方", + "B. 1, 下方", + "C. 4, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000290", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 1, bottom", + "C. 2, top", + "D. 5, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 6, 上方", + "B. 1, 下方", + "C. 2, 上方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000291", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 3", + "B. 5", + "C. 2", + "D. 7" + ], + "answer": "A", + "options_zh": [ + "A. 3", + "B. 5", + "C. 2", + "D. 7" + ] + }, + { + "video_uid": "video_000292", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 1", + "B. 4", + "C. 2", + "D. 3" + ], + "answer": "A", + "options_zh": [ + "A. 1", + "B. 4", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_000293", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 5", + "B. 3", + "C. 4", + "D. 7" + ], + "answer": "B", + "options_zh": [ + "A. 5", + "B. 3", + "C. 4", + "D. 7" + ] + }, + { + "video_uid": "video_000294", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 5", + "B. 4", + "C. 2", + "D. 3" + ], + "answer": "B", + "options_zh": [ + "A. 5", + "B. 4", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_000295", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 2, top", + "C. 4, top", + "D. 1, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 下方", + "B. 2, 上方", + "C. 4, 上方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000296", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 1, bottom", + "C. 6, top", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 5, 下方", + "B. 1, 下方", + "C. 6, 上方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000297", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ], + "answer": "D", + "options_zh": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_000298", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 6, bottom", + "C. 5, top", + "D. 1, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 上方", + "B. 6, 下方", + "C. 5, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000299", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.?" + }, + "options_en": [ + "A. 3", + "B. 1", + "C. 8", + "D. 9" + ], + "answer": "C", + "options_zh": [ + "A. 3", + "B. 1", + "C. 8", + "D. 9" + ] + }, + { + "video_uid": "video_000300", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 2, top", + "C. 5, bottom", + "D. 4, top" + ], + "answer": "A", + "options_zh": [ + "A. 6, 上方", + "B. 2, 上方", + "C. 5, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000301", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 1", + "B. 5", + "C. 4", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 1", + "B. 5", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_000302", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。视频片段中,挡网发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 5, top", + "C. 1, top", + "D. 3, top" + ], + "answer": "B", + "options_zh": [ + "A. 4, 下方", + "B. 5, 上方", + "C. 1, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000303", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 3", + "B. 5", + "C. 2", + "D. 1" + ], + "answer": "C", + "options_zh": [ + "A. 3", + "B. 5", + "C. 2", + "D. 1" + ] + }, + { + "video_uid": "video_000304", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 2", + "B. 4", + "C. 1", + "D. 3" + ], + "answer": "A", + "options_zh": [ + "A. 2", + "B. 4", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_000305", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 4", + "B. 5", + "C. 1", + "D. 3" + ], + "answer": "B", + "options_zh": [ + "A. 4", + "B. 5", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_000306", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 7, bottom", + "C. 5, bottom", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 4, 上方", + "B. 7, 下方", + "C. 5, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000307", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 4, bottom", + "C. 5, top", + "D. 3, top" + ], + "answer": "B", + "options_zh": [ + "A. 2, 下方", + "B. 4, 下方", + "C. 5, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000308", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 6, top", + "C. 3, bottom", + "D. 1, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 上方", + "B. 6, 上方", + "C. 3, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000309", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 4", + "B. 1", + "C. 3", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 4", + "B. 1", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_000310", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 5, top", + "D. 4, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 5, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000311", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 8, bottom", + "B. 6, bottom", + "C. 7, top", + "D. 3, top" + ], + "answer": "C", + "options_zh": [ + "A. 8, 下方", + "B. 6, 下方", + "C. 7, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000312", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 5, bottom", + "C. 4, top", + "D. 1, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 3, 下方", + "B. 5, 下方", + "C. 4, 上方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000313", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 3", + "B. 1", + "C. 2", + "D. 4" + ], + "answer": "A", + "options_zh": [ + "A. 3", + "B. 1", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_000314", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。视频片段中,扑球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.?" + }, + "options_en": [ + "A. 3", + "B. 4", + "C. 2", + "D. 5" + ], + "answer": "D", + "options_zh": [ + "A. 3", + "B. 4", + "C. 2", + "D. 5" + ] + }, + { + "video_uid": "video_000315", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 2, bottom", + "C. 3, top", + "D. 4, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 1, 上方", + "B. 2, 下方", + "C. 3, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000316", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 2" + ], + "answer": "C", + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_000317", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 2", + "B. 1", + "C. 4", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 2", + "B. 1", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_000318", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 1, bottom", + "C. 6, top", + "D. 5, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 4, 上方", + "B. 1, 下方", + "C. 6, 上方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000319", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 2, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 4, 上方", + "B. 2, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000320", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 2, top", + "D. 3, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000321", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 10", + "B. 1", + "C. 8", + "D. 7" + ], + "answer": "D", + "options_zh": [ + "A. 10", + "B. 1", + "C. 8", + "D. 7" + ] + }, + { + "video_uid": "video_000322", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000323", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 2, top", + "C. 3, bottom", + "D. 5, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 2, 上方", + "C. 3, 下方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000324", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 8, top", + "B. 11, bottom", + "C. 4, top", + "D. 9, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 8, 上方", + "B. 11, 下方", + "C. 4, 上方", + "D. 9, 下方" + ] + }, + { + "video_uid": "video_000325", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, bottom", + "B. 4, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 7, 下方", + "B. 4, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000326", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 3", + "B. 5", + "C. 4", + "D. 1" + ], + "answer": "A", + "options_zh": [ + "A. 3", + "B. 5", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_000327", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 2, bottom", + "C. 3, top", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 4, 下方", + "B. 2, 下方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000328", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 4, top", + "C. 2, top", + "D. 5, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 3, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000329", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 6, bottom", + "C. 2, bottom", + "D. 4, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 1, 上方", + "B. 6, 下方", + "C. 2, 下方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000330", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 3", + "B. 2", + "C. 7", + "D. 4" + ], + "answer": "A", + "options_zh": [ + "A. 3", + "B. 2", + "C. 7", + "D. 4" + ] + }, + { + "video_uid": "video_000331", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 5", + "B. 2", + "C. 3", + "D. 1" + ], + "answer": "A", + "options_zh": [ + "A. 5", + "B. 2", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_000332", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 2, bottom", + "C. 1, top", + "D. 3, top" + ], + "answer": "D", + "options_zh": [ + "A. 4, 下方", + "B. 2, 下方", + "C. 1, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000333", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 3, bottom", + "C. 4, top", + "D. 6, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 3, 下方", + "C. 4, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000334", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 6", + "B. 2", + "C. 5", + "D. 8" + ], + "answer": "C", + "options_zh": [ + "A. 6", + "B. 2", + "C. 5", + "D. 8" + ] + }, + { + "video_uid": "video_000335", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 1", + "B. 4", + "C. 2", + "D. 3" + ], + "answer": "B", + "options_zh": [ + "A. 1", + "B. 4", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_000336", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 4, bottom", + "D. 5, top" + ], + "answer": "A", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 4, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000337", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 4, bottom", + "C. 6, bottom", + "D. 5, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 上方", + "B. 4, 下方", + "C. 6, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000338", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 3, bottom", + "C. 1, bottom", + "D. 2, top" + ], + "answer": "A", + "options_zh": [ + "A. 5, 下方", + "B. 3, 下方", + "C. 1, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000339", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 2", + "B. 7", + "C. 6", + "D. 1" + ], + "answer": "C", + "options_zh": [ + "A. 2", + "B. 7", + "C. 6", + "D. 1" + ] + }, + { + "video_uid": "video_000340", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 4, bottom", + "C. 1, top", + "D. 2, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 5, 上方", + "B. 4, 下方", + "C. 1, 上方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000341", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 5, top", + "C. 2, bottom", + "D. 4, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 1, 上方", + "B. 5, 上方", + "C. 2, 下方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000342", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 3, bottom", + "C. 7, bottom", + "D. 1, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 4, 上方", + "B. 3, 下方", + "C. 7, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000343", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 6, top", + "C. 4, top", + "D. 3, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 5, 下方", + "B. 6, 上方", + "C. 4, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000344", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 3, bottom", + "C. 1, bottom", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 2, 上方", + "B. 3, 下方", + "C. 1, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000345", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 6, bottom", + "C. 4, bottom", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 5, 上方", + "B. 6, 下方", + "C. 4, 下方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000346", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 10, bottom", + "B. 9, top", + "C. 5, top", + "D. 3, top" + ], + "answer": "A", + "options_zh": [ + "A. 10, 下方", + "B. 9, 上方", + "C. 5, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000347", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 2", + "B. 3", + "C. 4", + "D. 1" + ], + "answer": "A", + "options_zh": [ + "A. 2", + "B. 3", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_000348", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "D", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000349", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 4, bottom", + "C. 3, top", + "D. 1, top" + ], + "answer": "D", + "options_zh": [ + "A. 2, 下方", + "B. 4, 下方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000350", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000351", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。视频片段中,挡网发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 5, bottom", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 6, 上方", + "B. 5, 下方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000352", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 2, top", + "C. 1, bottom", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 下方", + "B. 2, 上方", + "C. 1, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000353", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 2, top", + "C. 3, bottom", + "D. 4, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 2, 上方", + "C. 3, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000354", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ], + "answer": "A", + "options_zh": [ + "A. 4", + "B. 3", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_000355", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 5, bottom", + "C. 6, top", + "D. 4, top" + ], + "answer": "B", + "options_zh": [ + "A. 2, 上方", + "B. 5, 下方", + "C. 6, 上方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000356", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, top", + "B. 3, bottom", + "C. 4, top", + "D. 1, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 6, 上方", + "B. 3, 下方", + "C. 4, 上方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000357", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, top", + "B. 3, top", + "C. 2, bottom", + "D. 5, top" + ], + "answer": "A", + "options_zh": [ + "A. 7, 上方", + "B. 3, 上方", + "C. 2, 下方", + "D. 5, 上方" + ] + }, + { + "video_uid": "video_000358", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 8", + "B. 7", + "C. 11", + "D. 10" + ], + "answer": "B", + "options_zh": [ + "A. 8", + "B. 7", + "C. 11", + "D. 10" + ] + }, + { + "video_uid": "video_000359", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 5, bottom", + "C. 1, bottom", + "D. 9, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 3, 下方", + "B. 5, 下方", + "C. 1, 下方", + "D. 9, 下方" + ] + }, + { + "video_uid": "video_000360", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 6, bottom", + "C. 7, top", + "D. 1, top" + ], + "answer": "A", + "options_zh": [ + "A. 5, 上方", + "B. 6, 下方", + "C. 7, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000361", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 4, top", + "C. 2, top", + "D. 3, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000362", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 5, bottom", + "C. 4, top", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 2, 上方", + "B. 5, 下方", + "C. 4, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000363", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 5, bottom", + "C. 2, top", + "D. 4, top" + ], + "answer": "C", + "options_zh": [ + "A. 3, 下方", + "B. 5, 下方", + "C. 2, 上方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000364", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, bottom", + "B. 2, bottom", + "C. 1, top", + "D. 3, top" + ], + "answer": "D", + "options_zh": [ + "A. 6, 下方", + "B. 2, 下方", + "C. 1, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000365", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, bottom", + "B. 1, top", + "C. 3, top", + "D. 4, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 2, 下方", + "B. 1, 上方", + "C. 3, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000366", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 2, top", + "C. 3, bottom", + "D. 1, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 上方", + "B. 2, 上方", + "C. 3, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000367", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, bottom", + "B. 5, top", + "C. 2, bottom", + "D. 3, top" + ], + "answer": "D", + "options_zh": [ + "A. 6, 下方", + "B. 5, 上方", + "C. 2, 下方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000368", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, bottom", + "B. 2, top", + "C. 1, bottom", + "D. 5, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 3, 下方", + "B. 2, 上方", + "C. 1, 下方", + "D. 5, 下方" + ] + }, + { + "video_uid": "video_000369", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 7, top", + "B. 9, top", + "C. 8, bottom", + "D. 6, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 7, 上方", + "B. 9, 上方", + "C. 8, 下方", + "D. 6, 下方" + ] + }, + { + "video_uid": "video_000370", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 5, top", + "C. 1, top", + "D. 4, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 3, 上方", + "B. 5, 上方", + "C. 1, 上方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000371", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 6, bottom", + "B. 1, top", + "C. 4, bottom", + "D. 2, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 6, 下方", + "B. 1, 上方", + "C. 4, 下方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000372", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 3", + "B. 4", + "C. 2", + "D. 1" + ], + "answer": "C", + "options_zh": [ + "A. 3", + "B. 4", + "C. 2", + "D. 1" + ] + }, + { + "video_uid": "video_000373", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 4, bottom", + "C. 2, bottom", + "D. 1, top" + ], + "answer": "B", + "options_zh": [ + "A. 3, 上方", + "B. 4, 下方", + "C. 2, 下方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000374", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 6, top", + "C. 5, bottom", + "D. 4, top" + ], + "answer": "D", + "options_zh": [ + "A. 2, 上方", + "B. 6, 上方", + "C. 5, 下方", + "D. 4, 上方" + ] + }, + { + "video_uid": "video_000375", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 2, top", + "C. 3, bottom", + "D. 6, top" + ], + "answer": "A", + "options_zh": [ + "A. 4, 上方", + "B. 2, 上方", + "C. 3, 下方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000376", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 3, bottom", + "C. 6, top", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 5, 下方", + "B. 3, 下方", + "C. 6, 上方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000377", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 3", + "B. 5", + "C. 1", + "D. 4" + ], + "answer": "B", + "options_zh": [ + "A. 3", + "B. 5", + "C. 1", + "D. 4" + ] + }, + { + "video_uid": "video_000378", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。视频片段中,挑球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 2, top", + "C. 5, bottom", + "D. 6, top" + ], + "answer": "C", + "options_zh": [ + "A. 1, 下方", + "B. 2, 上方", + "C. 5, 下方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000379", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 3", + "B. 1", + "C. 5", + "D. 4" + ], + "answer": "D", + "options_zh": [ + "A. 3", + "B. 1", + "C. 5", + "D. 4" + ] + }, + { + "video_uid": "video_000380", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ], + "answer": "A", + "options_zh": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_000381", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 8, top", + "C. 6, top", + "D. 3, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 5, 下方", + "B. 8, 上方", + "C. 6, 上方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000382", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 5, top", + "C. 3, top", + "D. 6, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 下方", + "B. 5, 上方", + "C. 3, 上方", + "D. 6, 下方" + ] + }, + { + "video_uid": "video_000383", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 4, top", + "C. 3, bottom", + "D. 2, top" + ], + "answer": "C", + "options_zh": [ + "A. 5, 下方", + "B. 4, 上方", + "C. 3, 下方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000384", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 3, top", + "B. 1, top", + "C. 2, bottom", + "D. 4, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 3, 上方", + "B. 1, 上方", + "C. 2, 下方", + "D. 4, 下方" + ] + }, + { + "video_uid": "video_000385", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 2, bottom", + "C. 1, top", + "D. 3, top" + ], + "answer": "D", + "options_zh": [ + "A. 4, 下方", + "B. 2, 下方", + "C. 1, 上方", + "D. 3, 上方" + ] + }, + { + "video_uid": "video_000386", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 1", + "B. 3", + "C. 4", + "D. 2" + ], + "answer": "D", + "options_zh": [ + "A. 1", + "B. 3", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_000387", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "抽球是一种以平飞轨迹大力击球过网的击球方式。视频片段中,抽球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, bottom", + "B. 3, bottom", + "C. 4, top", + "D. 2, top" + ], + "answer": "B", + "options_zh": [ + "A. 1, 下方", + "B. 3, 下方", + "C. 4, 上方", + "D. 2, 上方" + ] + }, + { + "video_uid": "video_000388", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 1, top", + "B. 3, top", + "C. 8, bottom", + "D. 6, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 1, 上方", + "B. 3, 上方", + "C. 8, 下方", + "D. 6, 下方" + ] + }, + { + "video_uid": "video_000389", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 3", + "B. 1", + "C. 2", + "D. 4" + ], + "answer": "D", + "options_zh": [ + "A. 3", + "B. 1", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_000390", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 1", + "B. 3", + "C. 4", + "D. 2" + ], + "answer": "D", + "options_zh": [ + "A. 1", + "B. 3", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_000391", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 3, top", + "C. 1, top", + "D. 2, bottom" + ], + "answer": "B", + "options_zh": [ + "A. 4, 下方", + "B. 3, 上方", + "C. 1, 上方", + "D. 2, 下方" + ] + }, + { + "video_uid": "video_000392", + "duration": "long", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。视频片段中,高远球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.?" + }, + "options_en": [ + "A. 4", + "B. 13", + "C. 9", + "D. 12" + ], + "answer": "D", + "options_zh": [ + "A. 4", + "B. 13", + "C. 9", + "D. 12" + ] + }, + { + "video_uid": "video_000393", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。视频片段中,杀球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.?" + }, + "options_en": [ + "A. 6", + "B. 5", + "C. 4", + "D. 3" + ], + "answer": "D", + "options_zh": [ + "A. 6", + "B. 5", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_000394", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。视频片段中,放网前球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 2, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "C", + "options_zh": [ + "A. 4, 上方", + "B. 2, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000395", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, bottom", + "B. 4, top", + "C. 2, top", + "D. 6, top" + ], + "answer": "B", + "options_zh": [ + "A. 5, 下方", + "B. 4, 上方", + "C. 2, 上方", + "D. 6, 上方" + ] + }, + { + "video_uid": "video_000396", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.?" + }, + "options_en": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ], + "answer": "C", + "options_zh": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_000397", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 2, top", + "B. 4, top", + "C. 5, bottom", + "D. 1, bottom" + ], + "answer": "D", + "options_zh": [ + "A. 2, 上方", + "B. 4, 上方", + "C. 5, 下方", + "D. 1, 下方" + ] + }, + { + "video_uid": "video_000398", + "duration": "mid", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。视频片段中,吊球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, top", + "B. 2, top", + "C. 1, bottom", + "D. 3, bottom" + ], + "answer": "A", + "options_zh": [ + "A. 4, 上方", + "B. 2, 上方", + "C. 1, 下方", + "D. 3, 下方" + ] + }, + { + "video_uid": "video_000399", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。视频片段中,推球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 4, bottom", + "B. 2, bottom", + "C. 3, top", + "D. 1, top" + ], + "answer": "B", + "options_zh": [ + "A. 4, 下方", + "B. 2, 下方", + "C. 3, 上方", + "D. 1, 上方" + ] + }, + { + "video_uid": "video_000400", + "duration": "short", + "spatial": "action", + "temporal": "action localization", + "question": { + "question_zh": "勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。视频片段中,勾球发生在第几次击球?击球者位于画面上方还是下方?", + "question_en": "In the video segment, which hit number corresponds to Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action., and is the hitter at the top or bottom of the screen?" + }, + "options_en": [ + "A. 5, top", + "B. 2, bottom", + "C. 4, bottom", + "D. 1, top" + ], + "answer": "C", + "options_zh": [ + "A. 5, 上方", + "B. 2, 下方", + "C. 4, 下方", + "D. 1, 上方" + ] + } +] diff --git a/finebadmintonbenchmark/benchmark_action_prediction.json b/finebadmintonbenchmark/benchmark_action_prediction.json new file mode 100644 index 0000000000000000000000000000000000000000..e548701086cace04d1c38acc3c10997074420c20 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_action_prediction.json @@ -0,0 +1,5752 @@ +[ + { + "video_uid": "video_000401", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000402", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000403", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000404", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000405", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000406", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000407", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000408", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000409", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000410", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000411", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000412", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000413", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000414", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000415", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000416", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000417", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000418", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000419", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000420", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000421", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000422", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000423", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000424", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000425", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000426", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000427", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000428", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000429", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000430", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000431", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000432", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000433", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000434", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000435", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000436", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000437", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000438", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000439", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000440", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000441", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000442", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000443", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000444", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000445", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000446", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000447", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000448", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000449", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000450", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000451", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000452", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000453", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000454", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000455", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000456", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000457", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000458", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000459", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000460", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000461", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000462", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000463", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000464", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000465", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000466", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000467", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000468", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000469", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000470", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000471", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000472", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000473", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000474", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000475", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000476", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000477", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000478", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000479", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000480", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000481", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000482", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000483", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000484", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000485", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000486", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000487", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000488", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000489", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000490", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000491", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000492", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000493", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000494", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000495", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000496", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000497", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000498", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000499", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000500", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000501", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000502", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000503", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000504", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000505", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000506", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000507", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000508", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000509", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000510", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000511", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000512", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000513", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000514", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000515", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000516", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000517", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000518", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000519", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000520", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000521", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000522", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000523", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000524", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000525", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000526", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000527", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000528", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000529", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000530", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000531", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000532", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000533", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000534", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000535", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000536", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000537", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000538", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000539", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000540", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000541", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000542", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000543", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000544", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000545", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000546", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000547", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000548", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000549", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000550", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000551", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000552", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000553", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000554", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000555", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000556", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000557", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000558", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000559", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000560", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000561", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000562", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000563", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000564", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000565", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000566", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000567", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000568", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000569", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000570", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000571", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000572", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000573", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000574", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000575", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000576", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000577", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000578", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000579", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000580", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000581", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "B", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000582", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000583", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "B", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000584", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000585", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000586", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000587", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000588", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000589", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000590", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000591", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000592", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000593", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000594", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000595", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the bottom makes their final hit, predict the most probable return from the opponent at the top. Choose from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000596", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000597", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000598", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000599", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "B", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000600", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000601", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000602", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "B", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000603", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the bottom after the player at the top hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000604", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000605", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "B", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000606", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000607", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000608", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000609", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000610", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000611", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the bottom after the player at the top makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000612", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "D", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000613", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000614", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000615", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000616", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000617", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000618", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000619", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000620", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000621", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000622", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "C", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000623", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000624", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "D", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000625", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,位于画面下方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the top of the screen hits last, what is the most likely response from the opponent at the bottom? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000626", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000627", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面上方的球员最后一次击球后,位于画面下方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the top, what is the most likely response from the opponent at the bottom in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000628", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000629", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the top would return after the player at the bottom hits last" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000630", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the top after the player at the bottom hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "A", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000631", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000632", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "A", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000633", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "B", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000634", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释选择答案", + "question_en": "After the player at the top makes their final hit, predict the most probable return from the opponent at the bottom. Choose from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000635", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + }, + { + "video_uid": "video_000636", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the top after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + ], + "answer": "A", + "options_zh": [ + "A. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。" + ] + }, + { + "video_uid": "video_000637", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000638", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,位于画面上方的对手最可能怎么回球?请根据以下四个解释选择最有可能的一项", + "question_en": "In the video clip, after the player at the bottom of the screen hits last, what is the most likely response from the opponent at the top? Choose the best option from the four explanations" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000639", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the top from the four options after the final hit by the player at the bottom" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "D", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000640", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面下方)最后一次击球后,位于画面上方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the bottom after the final hit by the player at the top? Pick the best option from the four" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。" + ] + }, + { + "video_uid": "video_000641", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球结果是什么?请从四个选项中选择", + "question_en": "What is the most likely outcome of the return from the opponent at the top after the player at the bottom makes their final hit? Choose from the four options" + }, + "options_en": [ + "A. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "B. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "B", + "options_zh": [ + "A. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "B. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000642", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球策略。请根据四个解释作答", + "question_en": "Analyze the most probable return from the opponent at the bottom after the player at the top hits last. Choose the best answer from the four explanations" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000643", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "B. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "C. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "D. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + ], + "answer": "A", + "options_zh": [ + "A. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "B. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "C. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "D. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。" + ] + }, + { + "video_uid": "video_000644", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "在该球员(位于画面上方)最后一次击球后,位于画面下方的对手最可能的回球方式是什么?请从四个选项中选择", + "question_en": "What is the most likely response from the opponent at the top after the final hit by the player at the bottom? Pick the best option from the four" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "C. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "D. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "C. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "D. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。" + ] + }, + { + "video_uid": "video_000645", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "B. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "C. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court.", + "D. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + ], + "answer": "A", + "options_zh": [ + "A. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "B. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "C. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。", + "D. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。" + ] + }, + { + "video_uid": "video_000646", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个选项中选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Choose the most likely return from the opponent at the bottom from the four options after the final hit by the player at the top" + }, + "options_en": [ + "A. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drive: A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt.", + "D. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + ], + "answer": "D", + "options_zh": [ + "A. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 抽球: 抽球是一种以平飞轨迹大力击球过网的击球方式。", + "D. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。" + ] + }, + { + "video_uid": "video_000647", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "根据以下四个解释,判断在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能的回球方式", + "question_en": "Based on the four explanations, determine the most likely return from the opponent at the bottom after the final hit by the player at the top" + }, + "options_en": [ + "A. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "B. Net lift: A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively.", + "C. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "D. Smash: A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + ], + "answer": "C", + "options_zh": [ + "A. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "B. 挑球: 挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。", + "C. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "D. 杀球: 杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。" + ] + }, + { + "video_uid": "video_000648", + "duration": "mid", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "视频中,位于画面下方的球员最后一次击球后,位于画面上方的对手最可能如何回击?请从四个选项中选出最合理的一项", + "question_en": "After the final stroke by the player at the bottom, what is the most likely response from the opponent at the top in the video? Select the best explanation from the four options" + }, + "options_en": [ + "A. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "B. Clear: A clear is a shot hit deep into the opponent's backcourt with a high trajectory.", + "C. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards.", + "D. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + ], + "answer": "C", + "options_zh": [ + "A. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "B. 高远球: 高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。", + "C. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。", + "D. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。" + ] + }, + { + "video_uid": "video_000649", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "从四个解释中,选出在该球员(位于画面下方)最后击球后,位于画面上方的对手最可能回球的方式", + "question_en": "From the four explanations, select the most probable way the opponent at the bottom would return after the player at the top hits last" + }, + "options_en": [ + "A. Block: A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short.", + "B. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "C. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt.", + "D. Push shot: A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + ], + "answer": "C", + "options_zh": [ + "A. 挡网: 挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。", + "B. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "C. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。", + "D. 推球: 推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。" + ] + }, + { + "video_uid": "video_000650", + "duration": "short", + "spatial": "action", + "temporal": "action prediction", + "question": { + "question_zh": "推断在该球员(位于画面上方)最后击球后,位于画面下方的对手最可能的回球方式。请根据四个解释作答", + "question_en": "Infer the most probable return from the opponent at the top after the player at the bottom hits last. Select the best explanation from the four options" + }, + "options_en": [ + "A. Cross-court net shot: A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action.", + "B. Net shot: A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt.", + "C. Net kill: A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height.", + "D. Drop shot: A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + ], + "answer": "C", + "options_zh": [ + "A. 勾球: 勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。", + "B. 放网前球: 放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。", + "C. 扑球: 扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。", + "D. 吊球: 吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。" + ] + } +] diff --git a/finebadmintonbenchmark/benchmark_hitcount.json b/finebadmintonbenchmark/benchmark_hitcount.json new file mode 100644 index 0000000000000000000000000000000000000000..b4752d3ba3576c4397892a234ec7c3614b43b6cd --- /dev/null +++ b/finebadmintonbenchmark/benchmark_hitcount.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_000651", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 8", + "B. 2", + "C. 0", + "D. 4" + ], + "options_en": [ + "A. 8", + "B. 2", + "C. 0", + "D. 4" + ], + "answer": "B" + }, + { + "video_uid": "video_000652", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 0", + "B. 10", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 0", + "B. 10", + "C. 6", + "D. 4" + ], + "answer": "D" + }, + { + "video_uid": "video_000653", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中bottom选手击球的总次数。", + "question_en": "Determine the combined number of hits the bottom player made in this badminton rally." + }, + "options_zh": [ + "A. 9", + "B. 1", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 1", + "C. 3", + "D. 5" + ], + "answer": "C" + }, + { + "video_uid": "video_000654", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 10", + "D. 6" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 10", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000655", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 15", + "C. 9", + "D. 11" + ], + "options_en": [ + "A. 3", + "B. 15", + "C. 9", + "D. 11" + ], + "answer": "C" + }, + { + "video_uid": "video_000656", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 4", + "B. 10", + "C. 8", + "D. 16" + ], + "options_en": [ + "A. 4", + "B. 10", + "C. 8", + "D. 16" + ], + "answer": "B" + }, + { + "video_uid": "video_000657", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 11", + "B. 13", + "C. 17", + "D. 7" + ], + "options_en": [ + "A. 11", + "B. 13", + "C. 17", + "D. 7" + ], + "answer": "B" + }, + { + "video_uid": "video_000658", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中双方选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 5", + "C. 17", + "D. 9" + ], + "options_en": [ + "A. 11", + "B. 5", + "C. 17", + "D. 9" + ], + "answer": "A" + }, + { + "video_uid": "video_000659", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 11", + "B. 5", + "C. 9", + "D. 1" + ], + "options_en": [ + "A. 11", + "B. 5", + "C. 9", + "D. 1" + ], + "answer": "B" + }, + { + "video_uid": "video_000660", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 14", + "B. 16", + "C. 12", + "D. 20" + ], + "options_en": [ + "A. 14", + "B. 16", + "C. 12", + "D. 20" + ], + "answer": "A" + }, + { + "video_uid": "video_000661", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 19", + "B. 13", + "C. 17", + "D. 15" + ], + "options_en": [ + "A. 19", + "B. 13", + "C. 17", + "D. 15" + ], + "answer": "D" + }, + { + "video_uid": "video_000662", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 15", + "C. 17", + "D. 19" + ], + "options_en": [ + "A. 13", + "B. 15", + "C. 17", + "D. 19" + ], + "answer": "A" + }, + { + "video_uid": "video_000663", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 6", + "B. 12", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 12", + "C. 8", + "D. 2" + ], + "answer": "A" + }, + { + "video_uid": "video_000664", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 7", + "C. 11", + "D. 15" + ], + "options_en": [ + "A. 13", + "B. 7", + "C. 11", + "D. 15" + ], + "answer": "A" + }, + { + "video_uid": "video_000665", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 9", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 3", + "D. 1" + ], + "answer": "C" + }, + { + "video_uid": "video_000666", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中双方选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 18", + "B. 20", + "C. 16", + "D. 14" + ], + "options_en": [ + "A. 18", + "B. 20", + "C. 16", + "D. 14" + ], + "answer": "C" + }, + { + "video_uid": "video_000667", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 9", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 1", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000668", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中top共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the top player hit in total?" + }, + "options_zh": [ + "A. 1", + "B. 3", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 7", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000669", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "answer": "C" + }, + { + "video_uid": "video_000670", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 9", + "C. 7", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 9", + "C. 7", + "D. 1" + ], + "answer": "A" + }, + { + "video_uid": "video_000671", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 19", + "C. 13", + "D. 15" + ], + "options_en": [ + "A. 7", + "B. 19", + "C. 13", + "D. 15" + ], + "answer": "C" + }, + { + "video_uid": "video_000672", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 3", + "B. 9", + "C. 7", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 9", + "C. 7", + "D. 1" + ], + "answer": "A" + }, + { + "video_uid": "video_000673", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 6", + "B. 8", + "C. 4", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 8", + "C. 4", + "D. 2" + ], + "answer": "C" + }, + { + "video_uid": "video_000674", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 5", + "C. 7", + "D. 11" + ], + "options_en": [ + "A. 3", + "B. 5", + "C. 7", + "D. 11" + ], + "answer": "B" + }, + { + "video_uid": "video_000675", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 7", + "C. 3", + "D. 9" + ], + "options_en": [ + "A. 11", + "B. 7", + "C. 3", + "D. 9" + ], + "answer": "D" + }, + { + "video_uid": "video_000676", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 15", + "C. 7", + "D. 17" + ], + "options_en": [ + "A. 13", + "B. 15", + "C. 7", + "D. 17" + ], + "answer": "A" + }, + { + "video_uid": "video_000677", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 39", + "B. 41", + "C. 37", + "D. 35" + ], + "options_en": [ + "A. 39", + "B. 41", + "C. 37", + "D. 35" + ], + "answer": "A" + }, + { + "video_uid": "video_000678", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 2", + "D. 6" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 2", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000679", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 8", + "B. 4", + "C. 0", + "D. 6" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 0", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000680", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 2", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 4", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000681", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 8", + "B. 4", + "C. 6", + "D. 2" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 6", + "D. 2" + ], + "answer": "B" + }, + { + "video_uid": "video_000682", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 35", + "B. 33", + "C. 37", + "D. 39" + ], + "options_en": [ + "A. 35", + "B. 33", + "C. 37", + "D. 39" + ], + "answer": "A" + }, + { + "video_uid": "video_000683", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 4", + "B. 6", + "C. 8", + "D. 10" + ], + "options_en": [ + "A. 4", + "B. 6", + "C. 8", + "D. 10" + ], + "answer": "A" + }, + { + "video_uid": "video_000684", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 8", + "B. 16", + "C. 18", + "D. 12" + ], + "options_en": [ + "A. 8", + "B. 16", + "C. 18", + "D. 12" + ], + "answer": "D" + }, + { + "video_uid": "video_000685", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 2", + "C. 4", + "D. 0" + ], + "options_en": [ + "A. 8", + "B. 2", + "C. 4", + "D. 0" + ], + "answer": "B" + }, + { + "video_uid": "video_000686", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中bottom选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 9", + "B. 7", + "C. 11", + "D. 13" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 11", + "D. 13" + ], + "answer": "B" + }, + { + "video_uid": "video_000687", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 9", + "C. 7", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 7", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000688", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 15", + "B. 9", + "C. 11", + "D. 3" + ], + "options_en": [ + "A. 15", + "B. 9", + "C. 11", + "D. 3" + ], + "answer": "B" + }, + { + "video_uid": "video_000689", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 6", + "B. 2", + "C. 4", + "D. 10" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 4", + "D. 10" + ], + "answer": "C" + }, + { + "video_uid": "video_000690", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 1", + "C. 7", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 1", + "C. 7", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000691", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 10", + "B. 6", + "C. 0", + "D. 12" + ], + "options_en": [ + "A. 10", + "B. 6", + "C. 0", + "D. 12" + ], + "answer": "B" + }, + { + "video_uid": "video_000692", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 5", + "B. 9", + "C. 11", + "D. 7" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 11", + "D. 7" + ], + "answer": "A" + }, + { + "video_uid": "video_000693", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中bottom选手的击球次数总和。", + "question_en": "Find the total number of strokes the bottom player hit during this badminton rally." + }, + "options_zh": [ + "A. 6", + "B. 10", + "C. 0", + "D. 4" + ], + "options_en": [ + "A. 6", + "B. 10", + "C. 0", + "D. 4" + ], + "answer": "D" + }, + { + "video_uid": "video_000694", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中双方选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 3", + "C. 7", + "D. 1" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 7", + "D. 1" + ], + "answer": "A" + }, + { + "video_uid": "video_000695", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 9", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 9", + "C. 5", + "D. 1" + ], + "answer": "C" + }, + { + "video_uid": "video_000696", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 4", + "C. 2", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 4", + "C. 2", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000697", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 7", + "B. 3", + "C. 11", + "D. 13" + ], + "options_en": [ + "A. 7", + "B. 3", + "C. 11", + "D. 13" + ], + "answer": "A" + }, + { + "video_uid": "video_000698", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中top选手击球的总次数。", + "question_en": "Determine the combined number of hits the top player made in this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 7", + "C. 1", + "D. 11" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 1", + "D. 11" + ], + "answer": "A" + }, + { + "video_uid": "video_000699", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 7", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 1", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000700", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 13", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 5", + "B. 13", + "C. 9", + "D. 7" + ], + "answer": "C" + }, + { + "video_uid": "video_000701", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 8", + "B. 4", + "C. 6", + "D. 0" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 6", + "D. 0" + ], + "answer": "B" + }, + { + "video_uid": "video_000702", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 5", + "C. 9", + "D. 11" + ], + "options_en": [ + "A. 7", + "B. 5", + "C. 9", + "D. 11" + ], + "answer": "B" + }, + { + "video_uid": "video_000703", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中bottom选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 2", + "D. 8" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 2", + "D. 8" + ], + "answer": "C" + }, + { + "video_uid": "video_000704", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 0", + "C. 4", + "D. 8" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 4", + "D. 8" + ], + "answer": "A" + }, + { + "video_uid": "video_000705", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 5", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 3", + "B. 5", + "C. 1", + "D. 7" + ], + "answer": "C" + }, + { + "video_uid": "video_000706", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000707", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 1", + "B. 5", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 1", + "B. 5", + "C. 9", + "D. 7" + ], + "answer": "B" + }, + { + "video_uid": "video_000708", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 17", + "B. 15", + "C. 19", + "D. 21" + ], + "options_en": [ + "A. 17", + "B. 15", + "C. 19", + "D. 21" + ], + "answer": "D" + }, + { + "video_uid": "video_000709", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 15", + "B. 23", + "C. 19", + "D. 17" + ], + "options_en": [ + "A. 15", + "B. 23", + "C. 19", + "D. 17" + ], + "answer": "C" + }, + { + "video_uid": "video_000710", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 12", + "B. 10", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 12", + "B. 10", + "C. 4", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000711", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 3", + "B. 13", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 13", + "C. 7", + "D. 5" + ], + "answer": "C" + }, + { + "video_uid": "video_000712", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 15", + "B. 11", + "C. 19", + "D. 17" + ], + "options_en": [ + "A. 15", + "B. 11", + "C. 19", + "D. 17" + ], + "answer": "A" + }, + { + "video_uid": "video_000713", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中top共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the top player hit in total?" + }, + "options_zh": [ + "A. 11", + "B. 7", + "C. 13", + "D. 5" + ], + "options_en": [ + "A. 11", + "B. 7", + "C. 13", + "D. 5" + ], + "answer": "B" + }, + { + "video_uid": "video_000714", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 5", + "B. 11", + "C. 17", + "D. 15" + ], + "options_en": [ + "A. 5", + "B. 11", + "C. 17", + "D. 15" + ], + "answer": "B" + }, + { + "video_uid": "video_000715", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 5", + "C. 9", + "D. 11" + ], + "options_en": [ + "A. 13", + "B. 5", + "C. 9", + "D. 11" + ], + "answer": "D" + }, + { + "video_uid": "video_000716", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中bottom选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 4", + "B. 2", + "C. 8", + "D. 6" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 8", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000717", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 4", + "C. 0", + "D. 8" + ], + "options_en": [ + "A. 10", + "B. 4", + "C. 0", + "D. 8" + ], + "answer": "B" + }, + { + "video_uid": "video_000718", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 10", + "B. 6", + "C. 4", + "D. 2" + ], + "options_en": [ + "A. 10", + "B. 6", + "C. 4", + "D. 2" + ], + "answer": "C" + }, + { + "video_uid": "video_000719", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 16", + "B. 14", + "C. 12", + "D. 10" + ], + "options_en": [ + "A. 16", + "B. 14", + "C. 12", + "D. 10" + ], + "answer": "D" + }, + { + "video_uid": "video_000720", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 11", + "B. 7", + "C. 13", + "D. 9" + ], + "options_en": [ + "A. 11", + "B. 7", + "C. 13", + "D. 9" + ], + "answer": "B" + }, + { + "video_uid": "video_000721", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 13", + "B. 9", + "C. 15", + "D. 17" + ], + "options_en": [ + "A. 13", + "B. 9", + "C. 15", + "D. 17" + ], + "answer": "A" + }, + { + "video_uid": "video_000722", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 16", + "B. 12", + "C. 18", + "D. 8" + ], + "options_en": [ + "A. 16", + "B. 12", + "C. 18", + "D. 8" + ], + "answer": "B" + }, + { + "video_uid": "video_000723", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 10", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 10", + "C. 4", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000724", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 9", + "B. 1", + "C. 7", + "D. 3" + ], + "options_en": [ + "A. 9", + "B. 1", + "C. 7", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000725", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 1", + "C. 3", + "D. 7" + ], + "options_en": [ + "A. 9", + "B. 1", + "C. 3", + "D. 7" + ], + "answer": "C" + }, + { + "video_uid": "video_000726", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中bottom选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 4", + "B. 8", + "C. 0", + "D. 6" + ], + "options_en": [ + "A. 4", + "B. 8", + "C. 0", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000727", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 14", + "B. 20", + "C. 10", + "D. 12" + ], + "options_en": [ + "A. 14", + "B. 20", + "C. 10", + "D. 12" + ], + "answer": "A" + }, + { + "video_uid": "video_000728", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中top选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 1", + "B. 3", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 7", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000729", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 22", + "B. 32", + "C. 24", + "D. 28" + ], + "options_en": [ + "A. 22", + "B. 32", + "C. 24", + "D. 28" + ], + "answer": "D" + }, + { + "video_uid": "video_000730", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 22", + "B. 16", + "C. 18", + "D. 14" + ], + "options_en": [ + "A. 22", + "B. 16", + "C. 18", + "D. 14" + ], + "answer": "B" + }, + { + "video_uid": "video_000731", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 7", + "B. 5", + "C. 9", + "D. 1" + ], + "options_en": [ + "A. 7", + "B. 5", + "C. 9", + "D. 1" + ], + "answer": "A" + }, + { + "video_uid": "video_000732", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 7", + "C. 3", + "D. 11" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 3", + "D. 11" + ], + "answer": "A" + }, + { + "video_uid": "video_000733", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 15", + "B. 13", + "C. 11", + "D. 21" + ], + "options_en": [ + "A. 15", + "B. 13", + "C. 11", + "D. 21" + ], + "answer": "A" + }, + { + "video_uid": "video_000734", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 14", + "B. 16", + "C. 10", + "D. 6" + ], + "options_en": [ + "A. 14", + "B. 16", + "C. 10", + "D. 6" + ], + "answer": "C" + }, + { + "video_uid": "video_000735", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 5", + "B. 11", + "C. 3", + "D. 9" + ], + "options_en": [ + "A. 5", + "B. 11", + "C. 3", + "D. 9" + ], + "answer": "A" + }, + { + "video_uid": "video_000736", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 4", + "B. 6", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 6", + "C. 8", + "D. 2" + ], + "answer": "D" + }, + { + "video_uid": "video_000737", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 13", + "B. 15", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 13", + "B. 15", + "C. 9", + "D. 7" + ], + "answer": "C" + }, + { + "video_uid": "video_000738", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 6", + "C. 8", + "D. 4" + ], + "options_en": [ + "A. 10", + "B. 6", + "C. 8", + "D. 4" + ], + "answer": "D" + }, + { + "video_uid": "video_000739", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 11", + "B. 15", + "C. 19", + "D. 13" + ], + "options_en": [ + "A. 11", + "B. 15", + "C. 19", + "D. 13" + ], + "answer": "B" + }, + { + "video_uid": "video_000740", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 0", + "B. 4", + "C. 2", + "D. 10" + ], + "options_en": [ + "A. 0", + "B. 4", + "C. 2", + "D. 10" + ], + "answer": "B" + }, + { + "video_uid": "video_000741", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 6", + "C. 4", + "D. 12" + ], + "options_en": [ + "A. 2", + "B. 6", + "C. 4", + "D. 12" + ], + "answer": "B" + }, + { + "video_uid": "video_000742", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 13", + "B. 15", + "C. 17", + "D. 7" + ], + "options_en": [ + "A. 13", + "B. 15", + "C. 17", + "D. 7" + ], + "answer": "A" + }, + { + "video_uid": "video_000743", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 7", + "C. 3", + "D. 9" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 3", + "D. 9" + ], + "answer": "A" + }, + { + "video_uid": "video_000744", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中top选手击球的总次数。", + "question_en": "Determine the combined number of hits the top player made in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 2", + "C. 6", + "D. 10" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 6", + "D. 10" + ], + "answer": "C" + }, + { + "video_uid": "video_000745", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中top共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the top player hit in total?" + }, + "options_zh": [ + "A. 3", + "B. 1", + "C. 5", + "D. 9" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 5", + "D. 9" + ], + "answer": "C" + }, + { + "video_uid": "video_000746", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 6", + "B. 4", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 4", + "C. 8", + "D. 2" + ], + "answer": "B" + }, + { + "video_uid": "video_000747", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 6", + "D. 8" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 6", + "D. 8" + ], + "answer": "A" + }, + { + "video_uid": "video_000748", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 9", + "B. 15", + "C. 11", + "D. 21" + ], + "options_en": [ + "A. 9", + "B. 15", + "C. 11", + "D. 21" + ], + "answer": "B" + }, + { + "video_uid": "video_000749", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 6", + "C. 4", + "D. 8" + ], + "options_en": [ + "A. 2", + "B. 6", + "C. 4", + "D. 8" + ], + "answer": "A" + }, + { + "video_uid": "video_000750", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中bottom选手击球的总次数。", + "question_en": "Determine the combined number of hits the bottom player made in this badminton rally." + }, + "options_zh": [ + "A. 8", + "B. 2", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 8", + "B. 2", + "C. 4", + "D. 6" + ], + "answer": "A" + }, + { + "video_uid": "video_000751", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 8", + "B. 6", + "C. 2", + "D. 4" + ], + "options_en": [ + "A. 8", + "B. 6", + "C. 2", + "D. 4" + ], + "answer": "C" + }, + { + "video_uid": "video_000752", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 5", + "C. 3", + "D. 9" + ], + "options_en": [ + "A. 11", + "B. 5", + "C. 3", + "D. 9" + ], + "answer": "B" + }, + { + "video_uid": "video_000753", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 12", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 12", + "C. 4", + "D. 6" + ], + "answer": "D" + }, + { + "video_uid": "video_000754", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中bottom选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 2", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 10", + "B. 2", + "C. 4", + "D. 6" + ], + "answer": "C" + }, + { + "video_uid": "video_000755", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中top选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 15", + "B. 11", + "C. 17", + "D. 7" + ], + "options_en": [ + "A. 15", + "B. 11", + "C. 17", + "D. 7" + ], + "answer": "B" + }, + { + "video_uid": "video_000756", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "answer": "C" + }, + { + "video_uid": "video_000757", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 11", + "B. 13", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 11", + "B. 13", + "C. 9", + "D. 7" + ], + "answer": "D" + }, + { + "video_uid": "video_000758", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 3", + "B. 5", + "C. 9", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 5", + "C. 9", + "D. 1" + ], + "answer": "B" + }, + { + "video_uid": "video_000759", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 3", + "C. 7", + "D. 1" + ], + "options_en": [ + "A. 13", + "B. 3", + "C. 7", + "D. 1" + ], + "answer": "C" + }, + { + "video_uid": "video_000760", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 14", + "B. 12", + "C. 10", + "D. 16" + ], + "options_en": [ + "A. 14", + "B. 12", + "C. 10", + "D. 16" + ], + "answer": "D" + }, + { + "video_uid": "video_000761", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 20", + "B. 22", + "C. 18", + "D. 24" + ], + "options_en": [ + "A. 20", + "B. 22", + "C. 18", + "D. 24" + ], + "answer": "A" + }, + { + "video_uid": "video_000762", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 14", + "B. 24", + "C. 16", + "D. 20" + ], + "options_en": [ + "A. 14", + "B. 24", + "C. 16", + "D. 20" + ], + "answer": "D" + }, + { + "video_uid": "video_000763", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 4", + "B. 10", + "C. 0", + "D. 6" + ], + "options_en": [ + "A. 4", + "B. 10", + "C. 0", + "D. 6" + ], + "answer": "A" + }, + { + "video_uid": "video_000764", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 7", + "B. 9", + "C. 5", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000765", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中双方选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 9", + "B. 7", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 5", + "D. 1" + ], + "answer": "C" + }, + { + "video_uid": "video_000766", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 15", + "B. 11", + "C. 9", + "D. 19" + ], + "options_en": [ + "A. 15", + "B. 11", + "C. 9", + "D. 19" + ], + "answer": "A" + }, + { + "video_uid": "video_000767", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 5", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 9", + "B. 5", + "C. 1", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000768", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 11", + "B. 1", + "C. 7", + "D. 13" + ], + "options_en": [ + "A. 11", + "B. 1", + "C. 7", + "D. 13" + ], + "answer": "C" + }, + { + "video_uid": "video_000769", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by both players in this rally." + }, + "options_zh": [ + "A. 16", + "B. 20", + "C. 26", + "D. 22" + ], + "options_en": [ + "A. 16", + "B. 20", + "C. 26", + "D. 22" + ], + "answer": "D" + }, + { + "video_uid": "video_000770", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中双方选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 9", + "C. 5", + "D. 15" + ], + "options_en": [ + "A. 11", + "B. 9", + "C. 5", + "D. 15" + ], + "answer": "B" + }, + { + "video_uid": "video_000771", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 11", + "B. 7", + "C. 9", + "D. 13" + ], + "options_en": [ + "A. 11", + "B. 7", + "C. 9", + "D. 13" + ], + "answer": "B" + }, + { + "video_uid": "video_000772", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 35", + "B. 27", + "C. 29", + "D. 33" + ], + "options_en": [ + "A. 35", + "B. 27", + "C. 29", + "D. 33" + ], + "answer": "C" + }, + { + "video_uid": "video_000773", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中bottom选手击球的总次数。", + "question_en": "Determine the combined number of hits the bottom player made in this badminton rally." + }, + "options_zh": [ + "A. 2", + "B. 4", + "C. 0", + "D. 8" + ], + "options_en": [ + "A. 2", + "B. 4", + "C. 0", + "D. 8" + ], + "answer": "B" + }, + { + "video_uid": "video_000774", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 11", + "B. 9", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 11", + "B. 9", + "C. 1", + "D. 7" + ], + "answer": "D" + }, + { + "video_uid": "video_000775", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 14", + "B. 20", + "C. 16", + "D. 10" + ], + "options_en": [ + "A. 14", + "B. 20", + "C. 16", + "D. 10" + ], + "answer": "A" + }, + { + "video_uid": "video_000776", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 14", + "B. 18", + "C. 8", + "D. 20" + ], + "options_en": [ + "A. 14", + "B. 18", + "C. 8", + "D. 20" + ], + "answer": "A" + }, + { + "video_uid": "video_000777", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 5", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 11", + "B. 5", + "C. 3", + "D. 1" + ], + "answer": "B" + }, + { + "video_uid": "video_000778", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 10", + "B. 6", + "C. 4", + "D. 12" + ], + "options_en": [ + "A. 10", + "B. 6", + "C. 4", + "D. 12" + ], + "answer": "A" + }, + { + "video_uid": "video_000779", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中top选手的击球次数。", + "question_en": "Please calculate the total number of hits the top player made during this rally." + }, + "options_zh": [ + "A. 12", + "B. 0", + "C. 6", + "D. 8" + ], + "options_en": [ + "A. 12", + "B. 0", + "C. 6", + "D. 8" + ], + "answer": "C" + }, + { + "video_uid": "video_000780", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 9", + "B. 13", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 9", + "B. 13", + "C. 5", + "D. 7" + ], + "answer": "A" + }, + { + "video_uid": "video_000781", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 11", + "B. 9", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 11", + "B. 9", + "C. 1", + "D. 5" + ], + "answer": "D" + }, + { + "video_uid": "video_000782", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 15", + "B. 13", + "C. 7", + "D. 19" + ], + "options_en": [ + "A. 15", + "B. 13", + "C. 7", + "D. 19" + ], + "answer": "B" + }, + { + "video_uid": "video_000783", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 6", + "B. 2", + "C. 4", + "D. 8" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 4", + "D. 8" + ], + "answer": "B" + }, + { + "video_uid": "video_000784", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中bottom选手击球的总次数。", + "question_en": "Determine the combined number of hits the bottom player made in this badminton rally." + }, + "options_zh": [ + "A. 1", + "B. 3", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 5", + "D. 7" + ], + "answer": "B" + }, + { + "video_uid": "video_000785", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请统计该羽毛球回合中top选手的击球次数。", + "question_en": "Count the total number of strokes each player hit in this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 3", + "C. 9", + "D. 5" + ], + "options_en": [ + "A. 11", + "B. 3", + "C. 9", + "D. 5" + ], + "answer": "C" + }, + { + "video_uid": "video_000786", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 3", + "C. 1", + "D. 13" + ], + "options_en": [ + "A. 7", + "B. 3", + "C. 1", + "D. 13" + ], + "answer": "A" + }, + { + "video_uid": "video_000787", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 6", + "B. 8", + "C. 4", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 8", + "C. 4", + "D. 2" + ], + "answer": "B" + }, + { + "video_uid": "video_000788", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 17", + "B. 13", + "C. 15", + "D. 21" + ], + "options_en": [ + "A. 17", + "B. 13", + "C. 15", + "D. 21" + ], + "answer": "C" + }, + { + "video_uid": "video_000789", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 8", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 8", + "C. 6", + "D. 4" + ], + "answer": "A" + }, + { + "video_uid": "video_000790", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 1", + "B. 7", + "C. 11", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 7", + "C. 11", + "D. 5" + ], + "answer": "B" + }, + { + "video_uid": "video_000791", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 8", + "C. 6", + "D. 10" + ], + "options_en": [ + "A. 2", + "B. 8", + "C. 6", + "D. 10" + ], + "answer": "C" + }, + { + "video_uid": "video_000792", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 16", + "B. 22", + "C. 24", + "D. 28" + ], + "options_en": [ + "A. 16", + "B. 22", + "C. 24", + "D. 28" + ], + "answer": "B" + }, + { + "video_uid": "video_000793", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 3", + "B. 7", + "C. 1", + "D. 9" + ], + "options_en": [ + "A. 3", + "B. 7", + "C. 1", + "D. 9" + ], + "answer": "A" + }, + { + "video_uid": "video_000794", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 1", + "C. 9", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 1", + "C. 9", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000795", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 9", + "B. 7", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 3", + "D. 5" + ], + "answer": "C" + }, + { + "video_uid": "video_000796", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 0", + "B. 6", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 6", + "C. 8", + "D. 2" + ], + "answer": "D" + }, + { + "video_uid": "video_000797", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 6", + "D. 10" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 6", + "D. 10" + ], + "answer": "A" + }, + { + "video_uid": "video_000798", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中双方选手的击球次数。", + "question_en": "Please calculate the total number of hits both players made during this rally." + }, + "options_zh": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "answer": "C" + }, + { + "video_uid": "video_000799", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中top选手击球的总次数。", + "question_en": "Determine the combined number of hits the top player made in this badminton rally." + }, + "options_zh": [ + "A. 7", + "B. 11", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 11", + "C. 1", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000800", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 7", + "B. 1", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 1", + "C. 3", + "D. 5" + ], + "answer": "B" + }, + { + "video_uid": "video_000801", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 0", + "B. 4", + "C. 10", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 4", + "C. 10", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000802", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 8", + "B. 6", + "C. 2", + "D. 0" + ], + "answer": "C" + }, + { + "video_uid": "video_000803", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中top选手击球的总次数。", + "question_en": "Determine the combined number of hits the top player made in this badminton rally." + }, + "options_zh": [ + "A. 8", + "B. 2", + "C. 12", + "D. 14" + ], + "options_en": [ + "A. 8", + "B. 2", + "C. 12", + "D. 14" + ], + "answer": "A" + }, + { + "video_uid": "video_000804", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中top选手的击球次数。", + "question_en": "Please calculate the total number of hits the top player made during this rally." + }, + "options_zh": [ + "A. 15", + "B. 9", + "C. 5", + "D. 13" + ], + "options_en": [ + "A. 15", + "B. 9", + "C. 5", + "D. 13" + ], + "answer": "B" + }, + { + "video_uid": "video_000805", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中top选手的击球次数。", + "question_en": "Please calculate the total number of hits the top player made during this rally." + }, + "options_zh": [ + "A. 1", + "B. 5", + "C. 3", + "D. 7" + ], + "options_en": [ + "A. 1", + "B. 5", + "C. 3", + "D. 7" + ], + "answer": "A" + }, + { + "video_uid": "video_000806", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中双方选手击球的总次数。", + "question_en": "Tally the total number of strokes both players hit in this badminton rally." + }, + "options_zh": [ + "A. 7", + "B. 11", + "C. 13", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 11", + "C. 13", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000807", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 4", + "C. 10", + "D. 6" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 10", + "D. 6" + ], + "answer": "A" + }, + { + "video_uid": "video_000808", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 16", + "B. 10", + "C. 14", + "D. 6" + ], + "options_en": [ + "A. 16", + "B. 10", + "C. 14", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000809", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 3", + "C. 11", + "D. 9" + ], + "options_en": [ + "A. 13", + "B. 3", + "C. 11", + "D. 9" + ], + "answer": "D" + }, + { + "video_uid": "video_000810", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中双方的击球次数是多少?", + "question_en": "What is the total number of strokes both players hit in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 4", + "C. 6", + "D. 2" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 6", + "D. 2" + ], + "answer": "B" + }, + { + "video_uid": "video_000811", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 6", + "C. 4", + "D. 0" + ], + "options_en": [ + "A. 10", + "B. 6", + "C. 4", + "D. 0" + ], + "answer": "C" + }, + { + "video_uid": "video_000812", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 6", + "C. 8", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 6", + "C. 8", + "D. 4" + ], + "answer": "A" + }, + { + "video_uid": "video_000813", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 7", + "C. 9", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 9", + "D. 3" + ], + "answer": "D" + }, + { + "video_uid": "video_000814", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 10", + "B. 8", + "C. 6", + "D. 14" + ], + "options_en": [ + "A. 10", + "B. 8", + "C. 6", + "D. 14" + ], + "answer": "A" + }, + { + "video_uid": "video_000815", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 7", + "B. 3", + "C. 11", + "D. 13" + ], + "options_en": [ + "A. 7", + "B. 3", + "C. 11", + "D. 13" + ], + "answer": "A" + }, + { + "video_uid": "video_000816", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 14", + "B. 4", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 14", + "B. 4", + "C. 8", + "D. 2" + ], + "answer": "C" + }, + { + "video_uid": "video_000817", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 17", + "B. 13", + "C. 11", + "D. 15" + ], + "options_en": [ + "A. 17", + "B. 13", + "C. 11", + "D. 15" + ], + "answer": "B" + }, + { + "video_uid": "video_000818", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中top的击球次数是多少?", + "question_en": "What is the total number of strokes the top player hit in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 1", + "C. 9", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 1", + "C. 9", + "D. 3" + ], + "answer": "A" + }, + { + "video_uid": "video_000819", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 25", + "B. 19", + "C. 15", + "D. 21" + ], + "options_en": [ + "A. 25", + "B. 19", + "C. 15", + "D. 21" + ], + "answer": "D" + }, + { + "video_uid": "video_000820", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 4", + "B. 0", + "C. 8", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 8", + "D. 2" + ], + "answer": "D" + }, + { + "video_uid": "video_000821", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 19", + "C. 11", + "D. 17" + ], + "options_en": [ + "A. 13", + "B. 19", + "C. 11", + "D. 17" + ], + "answer": "A" + }, + { + "video_uid": "video_000822", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 3", + "B. 1", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 9", + "D. 7" + ], + "answer": "A" + }, + { + "video_uid": "video_000823", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 7", + "B. 3", + "C. 11", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 3", + "C. 11", + "D. 5" + ], + "answer": "D" + }, + { + "video_uid": "video_000824", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 3", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 1", + "D. 7" + ], + "answer": "C" + }, + { + "video_uid": "video_000825", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 13", + "B. 17", + "C. 15", + "D. 9" + ], + "options_en": [ + "A. 13", + "B. 17", + "C. 15", + "D. 9" + ], + "answer": "C" + }, + { + "video_uid": "video_000826", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中bottom选手击球的总次数。", + "question_en": "Tally the total number of strokes the bottom player hit in this badminton rally." + }, + "options_zh": [ + "A. 1", + "B. 3", + "C. 9", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 9", + "D. 5" + ], + "answer": "B" + }, + { + "video_uid": "video_000827", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中bottom共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the bottom player hit in total?" + }, + "options_zh": [ + "A. 1", + "B. 5", + "C. 9", + "D. 3" + ], + "options_en": [ + "A. 1", + "B. 5", + "C. 9", + "D. 3" + ], + "answer": "B" + }, + { + "video_uid": "video_000828", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中top选手的击球次数。", + "question_en": "Please calculate the total number of hits the top player made during this rally." + }, + "options_zh": [ + "A. 3", + "B. 1", + "C. 5", + "D. 9" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 5", + "D. 9" + ], + "answer": "C" + }, + { + "video_uid": "video_000829", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 11", + "B. 3", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 11", + "B. 3", + "C. 1", + "D. 7" + ], + "answer": "D" + }, + { + "video_uid": "video_000830", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "数一数这个羽毛球回合中top选手击球的总次数。", + "question_en": "Tally the total number of strokes the top player hit in this badminton rally." + }, + "options_zh": [ + "A. 3", + "B. 5", + "C. 11", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 5", + "C. 11", + "D. 1" + ], + "answer": "B" + }, + { + "video_uid": "video_000831", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 12", + "C. 4", + "D. 14" + ], + "options_en": [ + "A. 10", + "B. 12", + "C. 4", + "D. 14" + ], + "answer": "A" + }, + { + "video_uid": "video_000832", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中top共有几次击球?", + "question_en": "In this badminton rally, how many strokes did the top player hit in total?" + }, + "options_zh": [ + "A. 14", + "B. 12", + "C. 10", + "D. 8" + ], + "options_en": [ + "A. 14", + "B. 12", + "C. 10", + "D. 8" + ], + "answer": "D" + }, + { + "video_uid": "video_000833", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 3", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 3", + "C. 7", + "D. 5" + ], + "answer": "B" + }, + { + "video_uid": "video_000834", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,bottom一共击球多少次?", + "question_en": "How many strokes did the bottom player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 7", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 3", + "D. 5" + ], + "answer": "C" + }, + { + "video_uid": "video_000835", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 11", + "B. 9", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 11", + "B. 9", + "C. 1", + "D. 5" + ], + "answer": "D" + }, + { + "video_uid": "video_000836", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请计算这个羽毛球回合中bottom选手的击球次数。", + "question_en": "Please calculate the total number of hits the bottom player made during this rally." + }, + "options_zh": [ + "A. 3", + "B. 7", + "C. 9", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 7", + "C. 9", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000837", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这是羽毛球赛事的一个回合,请统计该回合中双方共有几次击球?", + "question_en": "In this badminton rally, how many strokes did both players hit in total?" + }, + "options_zh": [ + "A. 6", + "B. 12", + "C. 16", + "D. 10" + ], + "options_en": [ + "A. 6", + "B. 12", + "C. 16", + "D. 10" + ], + "answer": "D" + }, + { + "video_uid": "video_000838", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中双方选手的击球次数总和。", + "question_en": "Find the total number of strokes both players hit during this badminton rally." + }, + "options_zh": [ + "A. 10", + "B. 16", + "C. 8", + "D. 12" + ], + "options_en": [ + "A. 10", + "B. 16", + "C. 8", + "D. 12" + ], + "answer": "A" + }, + { + "video_uid": "video_000839", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 2", + "B. 0", + "C. 4", + "D. 6" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 4", + "D. 6" + ], + "answer": "A" + }, + { + "video_uid": "video_000840", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the bottom player in this rally." + }, + "options_zh": [ + "A. 2", + "B. 12", + "C. 6", + "D. 8" + ], + "options_en": [ + "A. 2", + "B. 12", + "C. 6", + "D. 8" + ], + "answer": "C" + }, + { + "video_uid": "video_000841", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 16", + "C. 14", + "D. 10" + ], + "options_en": [ + "A. 8", + "B. 16", + "C. 14", + "D. 10" + ], + "answer": "C" + }, + { + "video_uid": "video_000842", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 7", + "B. 13", + "C. 17", + "D. 9" + ], + "options_en": [ + "A. 7", + "B. 13", + "C. 17", + "D. 9" + ], + "answer": "B" + }, + { + "video_uid": "video_000843", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "找出该羽毛球回合中top选手的击球次数总和。", + "question_en": "Find the total number of strokes the top player hit during this badminton rally." + }, + "options_zh": [ + "A. 3", + "B. 1", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 7", + "D. 5" + ], + "answer": "D" + }, + { + "video_uid": "video_000844", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "在这个羽毛球回合中,两位选手一共击球多少次?", + "question_en": "How many strokes did the two players hit combined in this badminton rally?" + }, + "options_zh": [ + "A. 9", + "B. 5", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 9", + "B. 5", + "C. 1", + "D. 7" + ], + "answer": "B" + }, + { + "video_uid": "video_000845", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 8", + "B. 12", + "C. 6", + "D. 10" + ], + "options_en": [ + "A. 8", + "B. 12", + "C. 6", + "D. 10" + ], + "answer": "D" + }, + { + "video_uid": "video_000846", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "请确定该回合中双方选手击球的总次数。", + "question_en": "Determine the combined number of hits both players made in this badminton rally." + }, + "options_zh": [ + "A. 5", + "B. 13", + "C. 7", + "D. 9" + ], + "options_en": [ + "A. 5", + "B. 13", + "C. 7", + "D. 9" + ], + "answer": "D" + }, + { + "video_uid": "video_000847", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "计算这个回合中两名选手击球的总次数。", + "question_en": "Calculate the total number of strokes hit by the top player in this rally." + }, + "options_zh": [ + "A. 9", + "B. 3", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 3", + "C. 7", + "D. 5" + ], + "answer": "A" + }, + { + "video_uid": "video_000848", + "duration": "long", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,双方一共击球多少次?", + "question_en": "How many strokes did both players hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 5", + "B. 7", + "C. 11", + "D. 17" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 11", + "D. 17" + ], + "answer": "C" + }, + { + "video_uid": "video_000849", + "duration": "short", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中,top一共击球多少次?", + "question_en": "How many strokes did the top player hit altogether in this badminton rally?" + }, + "options_zh": [ + "A. 0", + "B. 2", + "C. 8", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 8", + "D. 6" + ], + "answer": "B" + }, + { + "video_uid": "video_000850", + "duration": "mid", + "spatial": "count", + "temporal": "hitting count", + "question": { + "question_zh": "这个羽毛球回合中bottom的击球次数是多少?", + "question_en": "What is the total number of strokes the bottom player hit in this badminton rally?" + }, + "options_zh": [ + "A. 10", + "B. 8", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 10", + "B. 8", + "C. 6", + "D. 4" + ], + "answer": "D" + } +] diff --git a/finebadmintonbenchmark/benchmark_hitting_comment2_updated.json b/finebadmintonbenchmark/benchmark_hitting_comment2_updated.json new file mode 100644 index 0000000000000000000000000000000000000000..3dedd1246ab29b43a90b6fb42323abce49279c65 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_hitting_comment2_updated.json @@ -0,0 +1,5752 @@ +[ + { + "video_uid": "video_000851", + "duration": 83, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom用假动作过顶挑球企图骗过对手,却因击球线路过高被对手直接拦截压制,陷入被动防守状态。", + "B. bottom在中场正手抽球拦截,球到对手的中场区域,成功抓住机会发起进攻,给对手施加了压力。", + "C. bottom在后场反手抽杀对手的网前球时因发力过猛导致球出底线,这一被动过渡反而让对手掌握了比赛节奏。", + "D. bottom通过连续分球至对手右侧边线迫使对方跑动,但最后一拍被对手抢网成功,未能形成有效压制。" + ], + "options_en": [ + "A. The bottom player used a deceptive overhead net lift to trick the opponent, but the shot trajectory was too high, allowing the opponent to directly intercept and counter, putting the bottom player in a passive defensive state.", + "B. The bottom player intercepted with a forehand drive at the midcourt, sending the ball to the opponent's midcourt area, successfully seizing the opportunity to initiate an attack and applying pressure on the opponent.", + "C. The bottom player attempted a backhand kill from the rear court against the opponent's net shot but overhit, causing the ball to go out of bounds. This passive transition allowed the opponent to take control of the match rhythm.", + "D. The bottom player forced the opponent to move by continuously distributing the ball to the opponent's right sideline, but the final shot was intercepted by the opponent's net rush, failing to create effective pressure." + ], + "answer": "B", + "question": { + "question_zh": "对于画面底部球员在本轮回合中的最后一次击球,以下哪项评价最符合实际表现?", + "question_en": "For the last shot of the bottom player in this rally, which of the following evaluations best matches the actual performance?" + } + }, + { + "video_uid": "video_000852", + "duration": 131, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom正手点杀斜线,试图通过进攻压制对手,争取主动权。", + "B. bottom正手挑球过顶配合向右侧的虚晃动作,想让对手回球陷入被动。", + "C. bottom反手过渡球打向中场位置,因连续防守选择低平球拖延局面。", + "D. bottom反手抽球直线伴随假动作,意图欺骗对手判断方向使其难以反应。" + ], + "options_en": [ + "A. bottom forehand cross-court kill, attempting to pressure the opponent with an offensive shot to gain the initiative.", + "B. bottom forehand net lift over the opponent's head combined with a feint to the right, intending to force the opponent into a passive return.", + "C. bottom backhand defensive shot to the midcourt, opting for a low flat shot to delay the situation due to continuous defense.", + "D. bottom backhand straight drive with a deceptive move, aiming to mislead the opponent's judgment on direction and make it hard to react." + ], + "answer": "A", + "question": { + "question_zh": "在比赛画面底部的选手进行的最后一次击球中,以下哪项评价最贴切?", + "question_en": "In the last shot made by the player at the bottom of the match footage, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000853", + "duration": 103, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top被动情况下采取正手过顶高远球试图压制底线,但因击球时机延误造成球速过慢,被对手迅即抢网得分", + "B. top在网前上网时尝试用反手假动作骗过bottom,随后快速分球至底线试图拉开空档,但力量控制不足导致边线出界,直接失分", + "C. top抓住机会,在中场正手扑斜线回头球,意图打乱bottom节奏,效果不错。", + "D. top抢网中突然停顿制造假动作诱使对手移向网前,随后重扣反手直线追身球,但对方反应迅速劈杀回击得分" + ], + "options_en": [ + "A. Top played a forehand overhead clear under pressure to suppress the baseline, but delayed timing resulted in a slow shot, allowing the opponent to swiftly rush the net and score.", + "B. Top attempted a backhand fake during the net approach to deceive Bottom, then quickly drove the shuttle to the baseline to create space, but insufficient power control caused it to land outside the sideline, resulting in a direct loss.", + "C. Top seized the opportunity to play a forehand net kill cross-court return at midcourt, aiming to disrupt Bottom's rhythm, with good effect.", + "D. Top suddenly paused during the net rush to fake, luring the opponent forward, then smashed a straight backhand body shot, but the opponent reacted quickly with a kill return to score." + ], + "answer": "C", + "question": { + "question_zh": "对于片段中位于画面上方的球员的最后一次击球,以下哪项评价最准确描述该击球特点?", + "question_en": "For the last shot by the player at the top of the screen in the clip, which of the following evaluations most accurately describes the characteristics of the shot?" + } + }, + { + "video_uid": "video_000854", + "duration": 188, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动中快速退至右后场,使用正手击球过顶对手防守区域同时伴随手上停顿,意图通过假动作导致对手起跳失误从而实现得分。", + "B. top在接发球阶段突然降低球速,用反手分球至对手左场角落并伴随假动作欺骗对手重心,试图通过左右调动迫使对手回球出界", + "C. top从自己的右后场上网移动到左前场,反手将球挑向对手的中后场区域,试图通过挑高球拉开与对手的距离,为自己创造有利局面。", + "D. top为干扰对手位置判断,假装向左前场移动后突然急停转体,采用反手发小球至对方右前场后快速抢网,意图通过线路变化限制对手反攻路线。" + ], + "options_en": [ + "A. Top quickly retreats to the right backcourt in a defensive stance, using a forehand shot to clear over the opponent's defensive zone with a deliberate hand pause, intending to deceive the opponent into a jumping error for a scoring opportunity.", + "B. Top suddenly reduces the ball speed during the serve return, using a backhand cross-court shot to the opponent's left corner combined with a deceptive move to mislead the opponent's balance, attempting to force an out-of-bounds return by alternating sides.", + "C. Top moves from his right backcourt to the left frontcourt, using a backhand net lift to send the ball to the opponent's mid-backcourt area, attempting to create distance with a high clear and gain an advantageous position.", + "D. Top pretends to move toward the left frontcourt but suddenly stops and pivots, using a backhand net shot to the opponent's right frontcourt followed by a quick net rush, aiming to restrict the opponent's counterattack route with varied shot placement." + ], + "answer": "C", + "question": { + "question_zh": "对于画面顶部球员的最后一击,以下哪一项最准确地描述了他的技术动作与意图?", + "question_en": "For the last shot of the player at the top of the screen, which of the following most accurately describes his technical action and intention?" + } + }, + { + "video_uid": "video_000855", + "duration": 156, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在网前完成扑杀前做出假动作欺骗对手,实际通过轻挡将球送到对角线空档。", + "B. top在后场完成大力扣杀后突然上网压迫,用过顶击球直接威胁对方底线区域", + "C. top使用反手挑球技术将球分到对手右场边线,意图通过大角度分球牵制对方移动范围。", + "D. top在中后场正手斜线收吊,试图调动对手,给自己创造进攻机会。" + ], + "options_en": [ + "A. top performed a deceptive move before the net kill, faking the opponent and actually delivering a gentle block to the diagonal open space.", + "B. top completed a powerful kill from the backcourt and suddenly rushed to the net to apply pressure, using an overhead shot to directly threaten the opponent's baseline area.", + "C. top used a backhand net lift technique to place the shuttle to the opponent's right sideline, aiming to restrict the opponent's movement range with a wide-angle placement.", + "D. top executed a forehand cross-court drop shot from the mid-backcourt, attempting to maneuver the opponent and create an offensive opportunity for themselves." + ], + "answer": "D", + "question": { + "question_zh": "根据视频片段,针对画面中位于上方的球员最后一次击球表现,以下哪项评价最恰当?", + "question_en": "According to the video clip, which of the following evaluations is most appropriate for the last shot performance of the player at the top in the footage?" + } + }, + { + "video_uid": "video_000856", + "duration": 122, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom上网后抢网轻挑至对手中场区域结果球出界未能得分,导致本次回合失利", + "B. bottom因被动过渡在中场时选择过顶高远球至对手后场试图拖延回防,但球速明显偏慢", + "C. bottom从自己的中场正手直线杀球到对手的左中场区域,给对手造成极大压力。", + "D. bottom在后场采取假动作后突然分球至对手右前场边线试图骗开防守,但被对手迅速封堵" + ], + "options_en": [ + "A. bottom moved forward to the net, quickly intercepted the shuttle, and played a light net lift to the opponent's midcourt area, but the shuttle went out and failed to score, resulting in the loss of the rally.", + "B. bottom, under pressure, chose to play a high clear from the midcourt to the opponent's backcourt to buy time for recovery, but the shot was noticeably too slow.", + "C. bottom executed a straight kill from their own midcourt forehand to the opponent's left midcourt area, putting immense pressure on the opponent.", + "D. bottom used a fake at the backcourt and suddenly played a cross-court shot to the opponent's right front sideline, attempting to deceive the defense, but was quickly blocked by the opponent." + ], + "answer": "C", + "question": { + "question_zh": "针对位于画面底部球员的最后一次击球,以下哪一项评价最为恰当?", + "question_en": "Regarding the last shot made by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000857", + "duration": 146, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top被动情况下将过顶高远球击向对手中场位置,试图通过球路平直来压制对方中路控制", + "B. top在上网到前场时用反手击球将球分到对手左侧边线,意图通过大角度调动对手,创造中场空档。", + "C. top从右后场移动到左后场正手击出平高球直线到对手的右后场,试图将对手压制在后场,争取主动。", + "D. top通过假动作抢网后突然用左手正手放网前小球,尝试骗过对手防守并争取网前主动权" + ], + "options_en": [ + "A. top, in a passive situation, hit a flat deep clear to the opponent's midcourt, attempting to suppress the opponent's central control with a straight trajectory.", + "B. top advanced to the frontcourt and used a backhand shot to place the ball near the opponent's left sideline, aiming to create a wide angle to move the opponent and open up a midcourt gap.", + "C. top moved from the right backcourt to the left backcourt and hit a straight flat clear to the opponent's right backcourt, attempting to pin the opponent in the backcourt and gain the initiative.", + "D. top used a deceptive action to rush the net and suddenly played a forehand net shot with the left hand, trying to deceive the opponent's defense and seize the initiative at the net." + ], + "answer": "C", + "question": { + "question_zh": "对于片段位于画面顶部的球员的最后一次击球,请选择最恰当的评价:", + "question_en": "For the last shot of the player whose segment is at the top of the screen, please select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000858", + "duration": 132, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在后场正手杀球时故意在击球前停顿迷惑对手,结果球被top过顶反击,导致陷入被动防守", + "B. bottom在自己的右后场区域正手杀追身斜线球,给top施加了较大压力,使其陷入被动防守。", + "C. bottom在中场采用假动作追身球后快速上网,企图迫使top防守失误,但因速度不足未能压制,对手反而抢网得分", + "D. bottom在左后场区域反手击球分球到对方边线,试图骗过top上网。但因球出界而失分,未能有效压制对手" + ], + "options_en": [ + "A. Bottom intentionally paused before executing a forehand kill from the rear court to confuse the opponent. However, the ball was countered by top with an overhead shot, putting bottom in a passive defensive position.", + "B. Bottom executed a forehand kill to the body with a cross-court trajectory from their right rear court area, putting significant pressure on top and forcing them into a passive defensive position.", + "C. Bottom used a deceptive body shot at midcourt and quickly moved forward, attempting to force top into a defensive error. However, due to insufficient speed, they failed to pressure the opponent, who instead scored by intercepting at the net.", + "D. Bottom attempted a backhand cross-court shot from the left rear court area to the sideline, trying to deceive top into moving forward. However, the ball went out, resulting in a lost point and failing to effectively pressure the opponent." + ], + "answer": "B", + "question": { + "question_zh": "对画面底部球员执行的最后一次击球,以下哪个评价最恰当?", + "question_en": "Which of the following evaluations is most appropriate for the last shot executed by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_000859", + "duration": 173, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右后场上网,移动到右前场,正手推挑斜线过顶球到对手的左后场,试图摆脱被动,起球寻求主动。", + "B. top从左后场快速抢网后反拍抽击直线球至对手右前场,试图压制对方反手位,但由于移动线路过长陷入被动过渡状态。", + "C. top在左前场执行反手击打出分球过网,通过假动作骗开对手防守,但因击球力量不足导致球出界,失去得分机会。", + "D. top在防守中仓促使用反拍高远球过顶对手,将球击向对手右后场边线,虽成功上网但因击球点过高导致球下网报废" + ], + "options_en": [ + "A. Top moves from their right rear court to the right front court, executing a forehand push cross-court clear to the opponent's left rear court, attempting to break free from a passive state and gain initiative by lifting the shuttle.", + "B. Top quickly rushes to the net from the left rear court and executes a backhand drive straight to the opponent's right front court, attempting to pressure the opponent's backhand side, but due to the long movement path, falls into a passive transition state.", + "C. Top performs a backhand shot at the left front court, executing a cross-court net shot with a deceptive move to mislead the opponent's defense, but due to insufficient power, the shuttle goes out, losing the scoring opportunity.", + "D. Top hastily uses a backhand clear to send the shuttle over the opponent to their right rear court sideline during defense. Although successfully moving to the net, the shuttle hits the net due to an overly high contact point, resulting in a failed shot." + ], + "answer": "A", + "question": { + "question_zh": "请选出对画面顶部球员最后一次击球最合适的一条评述", + "question_en": "Please select the most appropriate comment on the last shot by the player at the top of the screen." + } + }, + { + "video_uid": "video_000860", + "duration": 150, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在自己右中场使用反手抽击将球斜线劈到对手左前场边线附近,试图直接压迫对手来不及反应并得分", + "B. top从自己的右中场正手勾斜线球到对手的右前场,试图调动对手跑动,为后续进攻创造机会。", + "C. top从右中场突然变向劈吊到对手左后场空档,在被动防守状态下采取欺骗性击球意图将对手调离中心区域", + "D. top在右中场用大力过顶抽击将球打向对手后场右边界,试图通过力量压制迫使对手回球下网失误" + ], + "options_en": [ + "A. top used a backhand drive to slice the ball diagonally to the opponent's left forecourt near the sideline, attempting to directly pressure the opponent into reacting too late and scoring.", + "B. top played a forehand cross-court drop shot from their right midcourt to the opponent's right forecourt, attempting to move the opponent and create opportunities for follow-up attacks.", + "C. top suddenly changed direction with a sliced drop shot from the right midcourt to the opponent's left backcourt gap, using a deceptive shot in a defensive state to lure the opponent away from the central area.", + "D. top used a powerful overhand drive from the right midcourt to hit the ball toward the opponent's backcourt right boundary, attempting to force the opponent into a net error through power pressure." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面顶部的球员在最后一次击球时,以下哪项评价最恰当?", + "question_en": "For the player at the top of the screen during the last shot, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000861", + "duration": 149, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中前场移动到中后场,用正手击出斜线高远球意图过渡和防守,可惜未能有效拉开对手,给了对手进攻机会。", + "B. top在被动情况下选择用反手击出过顶高远球尝试压制对手,并配合假动作迷惑对手,但球未能有效过网直接下网失误", + "C. top快速移动到中场用正手抽击对角线直线球试图直接得分,但因对手抢网成功被反击得分", + "D. top从中后场迅速上网到前场,用反手击打分球到对方右侧边线,意图通过假动作骗过对手,但球速过快导致底线出界" + ], + "options_en": [ + "A. top moved from the mid-frontcourt to the mid-backcourt and hit a forehand cross-court clear with the intention of transitioning and defending, but failed to effectively push the opponent back, giving the opponent an attacking opportunity.", + "B. top chose to hit a backhand overhead clear in a passive situation to try to pressure the opponent, combined with a fake action to confuse the opponent, but the ball failed to clear the net, resulting in a direct net error.", + "C. top quickly moved to the midcourt and hit a forehand drive straight down the line in an attempt to score directly, but the opponent successfully intercepted the net and counterattacked to score.", + "D. top quickly advanced from the backcourt to the frontcourt and hit a backhand cross-court shot to the opponent's right sideline, attempting to deceive the opponent with a fake action, but the ball was too fast and went out of bounds at the baseline." + ], + "answer": "A", + "question": { + "question_zh": "请根据以下描述,选出对画面顶部球员最后一次击球最恰当的评价:", + "question_en": "Please select the most appropriate evaluation of the last shot by the player at the top of the screen based on the following description:" + } + }, + { + "video_uid": "video_000862", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom主动采用假动作的劈吊战术,先做出反手杀球动作后突然变向将球贴网处理,精准分球到对手左场边线位置,迫使对手回球出界得分。", + "B. bottom通过快速抢网压制对手,在网前突然变向打出高质量的假动作欺骗对手重心,随后用正手抹网让球紧贴边线落点,对手反应不及导致下网失分", + "C. bottom在对方右中场通过正手抽杀打出直线球,将球力道十足地轰向对方后场底线,虽然对手奋力扑救但未能触及球,最终成功得分。", + "D. bottom处于被动状态,在自己的左中场以反手方式挡网打出斜线球,将球击向对方的右前场,然而这次挡网质量欠佳,未能有效缓解场上压力。" + ], + "options_en": [ + "A. Bottom actively adopts a deceptive drop shot tactic, initially making a backhand kill motion before suddenly changing direction to play a tight net shot, precisely placing the ball near the opponent's left sideline, forcing the opponent to return the ball out of bounds and scoring.", + "B. Bottom quickly rushes the net to pressure the opponent, suddenly changing direction at the net to play a high-quality deceptive shot that tricks the opponent's balance, then uses a forehand net brush to make the ball land tightly along the sideline. The opponent fails to react in time, resulting in a net error and losing the point.", + "C. Bottom executes a powerful forehand drive in the opponent's right midcourt, smashing the ball straight to the opponent's backcourt baseline. Although the opponent dives to save it, they fail to reach the ball, ultimately scoring successfully.", + "D. Bottom is in a passive state, using a backhand block at their left midcourt to play a cross-court net shot toward the opponent's right forecourt. However, the quality of this block is poor, failing to effectively relieve the pressure on the court." + ], + "answer": "D", + "question": { + "question_zh": "在比赛中,位于画面底部的球员进行最后一次击球时,以下哪项评价最为准确?", + "question_en": "In the match, when the player at the bottom of the screen makes the last shot, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000863", + "duration": 166, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在后场被动情况下突击上网扑杀直线,试图通过快速抢网压制对方前场,但球因用力过猛擦网出界。", + "B. top保持中场站位正手挑后场对角线,配合交叉步横向移动完成过顶高球,意图通过压制对手半场底线来控制全场节奏,最终被对手预判拦截。", + "C. top从右前场移动到左前场后反手推挑斜线回头球到对方中后场,想要破坏对手的连贯节奏,为自己争取调整机会。", + "D. top运用假动作假装向中场推球,实则突然反手抽对角线大角度分球,试图通过线路变化拉空对手防守范围,却因角度过激导致下网。" + ], + "options_en": [ + "A. The top player, in a defensive position at the backcourt, rushed forward for a straight net kill, attempting to pressure the opponent's forecourt with a quick net interception, but the shot went out due to excessive force.", + "B. The top player maintained a midcourt stance and executed a forehand lift to the backcourt diagonal, combined with a crossover step for an overhead clear, intending to control the rally by pressuring the opponent's baseline, but the shot was intercepted by the opponent's anticipation.", + "C. The top player moved from the right forecourt to the left forecourt and executed a backhand push cross-court return to the opponent's mid-backcourt, aiming to disrupt the opponent's rhythm and create an adjustment opportunity for themselves.", + "D. The top player used a deceptive move, pretending to push the shuttle to the midcourt but suddenly executed a backhand drive cross-court wide-angle shot, trying to widen the opponent's defensive range, but the shot went into the net due to an overly aggressive angle." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,位于画面顶部的运动员最后一次击球的行为,下列哪一项评价最符合实际情况?", + "question_en": "In a badminton singles match, what is the most accurate evaluation of the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000864", + "duration": 159, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top用正手假动作后改用网前小球轻拍到对手左半场,试图暂时稳定阵脚并通过突然改变节奏打乱对手进攻节奏", + "B. top以反手劈吊对角试图将球击到右后场角落,试图直接得分并迫使对手在被动情况下做出大角度救球导致出界。", + "C. top从自己的右前场正手推挑直线,试图将对手拉到左后场,拉开对手站位以创造后续进攻机会。", + "D. top在被动时用反手高远球将球击向对手中路,试图过渡回合并等待对手出现失误,同时利用球的落点吸引对手重心向中心移动。" + ], + "options_en": [ + "A. top uses a forehand fake followed by a soft net shot to the opponent's left half-court, aiming to temporarily stabilize the rally and disrupt the opponent's offensive rhythm with a sudden pace change.", + "B. top attempts a backhand cross-court drop shot to the right rear corner, trying to score directly and force the opponent into a passive wide-angle retrieval that may result in an out.", + "C. top uses a forehand push shot straight from their right forecourt, attempting to pull the opponent to the left rear court and open up their stance to create follow-up offensive opportunities.", + "D. top employs a backhand clear to the opponent's midcourt during a passive situation, aiming to transition back and wait for the opponent's error while using the shot's placement to draw the opponent's weight toward the center." + ], + "answer": "C", + "question": { + "question_zh": "对于画面顶部球员最后一次击球的动作,以下哪项评价最为合适?", + "question_en": "For the last shot made by the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000865", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从左后场移动到右中场,正手推直线球到对手的左中场区域,试图通过线路变化调动对手,可惜未能限制住对手,给自己创造更好机会。", + "B. bottom在底线处用反手放网前小球试图引诱对手上网,却因球速过慢被对手精准抢网高压扣杀得分,最终导致本方失分。", + "C. bottom从右后场向左中场移动时,反手抽击后场大对角球到对手右后场,意图通过力量压制对手,但被对手迅速转身用劈吊破解,反而使自己陷入被动防守。", + "D. bottom面对对手的中场压制主动上网,用正手挑后场过顶高远球意图调动对手,但球因弧线过高被对手借力打力重扣下网,造成失误" + ], + "options_en": [ + "A. The bottom player moved from the left rear court to the right midcourt and played a forehand push straight shot to the opponent's left midcourt area, attempting to disrupt the opponent with a change of direction, but failed to limit the opponent and create a better opportunity for themselves.", + "B. The bottom player attempted to lure the opponent forward with a backhand net shot from the baseline, but the shot was too slow, allowing the opponent to precisely intercept with a net kill, resulting in a lost point.", + "C. While moving from the right rear court to the left midcourt, the bottom player played a backhand drive to the opponent's right rear corner, intending to pressure the opponent with power, but the opponent quickly turned and countered with a drop shot, putting the bottom player in a passive defensive position.", + "D. Facing the opponent's midcourt pressure, the bottom player actively moved forward and played a forehand net lift to the rear court, aiming to disrupt the opponent, but the shot's excessive height allowed the opponent to counter with a powerful kill, causing the ball to go into the net and resulting in a mistake." + ], + "answer": "A", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪一个评价最符合实际情况?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_000866", + "duration": 105, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右后场正手扣杀直线到对手的中场附近,企图压制对手的移动压迫能力,但球稍偏出底线。", + "B. top在网前用搓球将球推送到对手右后场角落尝试分球,引诱对手进行过顶回击,从而实现下一拍的抢网。", + "C. top从自己的左前场反手放直线网前球到对手的右前场,试图与对手进行网前对抗。", + "D. top在左中场采用反手挑后场高远球,试图迫使对手退到底线进行分球,然而球因为力量过大导致下网。" + ], + "options_en": [ + "A. top executed a forehand straight kill from their right rear court to near the opponent's midcourt, aiming to suppress the opponent's movement and pressure, but the ball slightly went out of bounds.", + "B. top employed a push shot at the net to send the ball to the opponent's right rear corner for a split shot, luring the opponent into an overhead return to set up a net kill in the next stroke.", + "C. top played a backhand straight net shot from their left forecourt to the opponent's right forecourt, attempting to engage in a net duel.", + "D. top used a backhand net lift from the left midcourt to force the opponent to retreat to the baseline for a split shot, but the ball failed to clear the net due to excessive power." + ], + "answer": "C", + "question": { + "question_zh": "请根据画面信息,选择对位于画面顶端的球员最后一次击球的评价最为恰当的一项。", + "question_en": "Based on the visual information, select the most appropriate evaluation of the last shot made by the player at the top of the screen." + } + }, + { + "video_uid": "video_000867", + "duration": 177, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在上网至前场过程中使用反手击球做出分球假动作,随后突然改变方向击出直线平抽球到对手右中场,同时伴随手腕停顿制造节奏变化。", + "B. top抢网时突然变换步伐后撤至左中场,用反手位勾对角技术将球击向对手右侧后场边线区域,球恰好压线得分。", + "C. top从中前场移动到左后场,用正手击出斜线跳杀球,将球从自己的左后场打到对手的左中场,并向该区域施压。", + "D. top被迫从后场被动过渡时选择正手挑后场过顶高远球,球因力量过大幅提升弧度,最终下网导致失分。" + ], + "options_en": [ + "A. Top used a backhand shot to fake a cross-court drive while advancing to the frontcourt, then suddenly changed direction to execute a straight drive to the opponent's right midcourt, accompanied by a wrist pause to create rhythm variation.", + "B. Top rushed to the net but suddenly changed footwork to retreat to the left midcourt, using a backhand cross-court shot to direct the ball toward the opponent's right rear sideline area, scoring as the ball landed precisely on the line.", + "C. Top moved from the mid-frontcourt to the left rear court and executed a forehand cross-court jump kill, hitting the ball from their left rear court to the opponent's left midcourt, applying pressure to that area.", + "D. Top was forced into a passive transition from the rear court and chose a forehand net lift to send a deep clear over the opponent's head, but the ball went into the net due to excessive power and increased trajectory, resulting in a lost point." + ], + "answer": "C", + "question": { + "question_zh": "对于片段中位于画面顶部的球员最后一次击球的评价,以下哪个选项最为准确?", + "question_en": "Which of the following options most accurately evaluates the last shot made by the player at the top of the screen in the clip?" + } + }, + { + "video_uid": "video_000868", + "duration": 112, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右侧中场使用假动作分球到对手边线,但球出界造成了失分。", + "B. bottom在自己的左前场反手抽斜线到对手的中后场区域,可惜未能有效压制对手。", + "C. bottom在被动情况下尝试过顶高球到对手前场区域,却被对手迅速抢网得分。", + "D. bottom在中路用反手挑后场过渡球意图防守,但球下网失误导致直接丢分。" + ], + "options_en": [ + "A. The bottom player used a deceptive shot to split the opponent's sideline from the right midcourt, but the shuttle went out, resulting in a lost point.", + "B. The bottom player executed a backhand cross-court drive from their left frontcourt to the opponent's mid-backcourt area, but failed to effectively pressure the opponent.", + "C. The bottom player attempted a defensive clear to the opponent's frontcourt under pressure, but the opponent quickly rushed the net and scored.", + "D. The bottom player tried a defensive backhand net lift to the backcourt from the central area, but the shuttle hit the net, leading to a direct lost point." + ], + "answer": "B", + "question": { + "question_zh": "对于片段中位于画面底部的球员的最后一次击球,哪一个评价最能准确描述其技战术执行结果?", + "question_en": "For the last shot by the player at the bottom of the screen in the clip, which evaluation most accurately describes the outcome of their technical and tactical execution?" + } + }, + { + "video_uid": "video_000869", + "duration": 127, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在后场被动防守时选择强行突击下压直线,通过假动作虚晃对手后场中路,但击球点过晚导致球直接下网,彻底丧失得分机会", + "B. bottom在移动上网过程中突然停顿并做出反手假动作试图骗开对手重心,随后以劈吊击球分向对方左侧边线,但球速过慢被对手及时回防反击得分。", + "C. bottom从自己的右后场正手直线平高球到对手的左后场区域,意图拉开对手,为自己创造进攻机会,但未能打乱对手节奏,给了对手进攻机会。", + "D. bottom在对手抢网压制下被迫横向移动击出斜线高远球试图过顶,但因角度过大导致球出右侧边线,直接造成失分且打乱自身战术节奏。" + ], + "options_en": [ + "A. While defending passively in the rear court, the bottom player chose to forcefully smash straight down the line, faking a shot to the opponent's mid-rear court, but the contact point was too late, causing the shuttle to go straight into the net, completely losing the scoring opportunity.", + "B. The bottom player suddenly paused during the movement to the net and attempted a backhand fake to deceive the opponent's balance, then played a sliced drop shot toward the opponent's left sideline, but the shot was too slow, allowing the opponent to recover and counterattack for a point.", + "C. The bottom player hit a straight forehand flat clear from their right rear court to the opponent's left rear court, intending to stretch the opponent and create an offensive opportunity, but failed to disrupt the opponent's rhythm, giving them a chance to attack.", + "D. Under the opponent's net pressure, the bottom player was forced to move laterally and hit a cross-court high clear attempting to go over the opponent, but the angle was too wide, causing the shuttle to land outside the right sideline, directly resulting in a lost point and disrupting their own tactical rhythm." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员最后一次击球的评价,最恰当的是哪一个?", + "question_en": "Which of the following is the most appropriate evaluation of the bottom player's last shot in the footage?" + } + }, + { + "video_uid": "video_000870", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的中场反手挡网斜线到对手的右前场区域,想要控制网前局面,限制对手的进攻空间。", + "B. top在底线位置用反手将球分到对手左区边线附近,试图用大角度分球牵制对方移动轨迹并创造进攻机会。", + "C. top通过假动作欺骗对手后突然正手抽击直线,试图以高速度的过顶球突破对方防守范围,展现进攻意图。", + "D. top处于被动情况下采用高压过渡技术,勉强将球回到对方中场区域,属于被迫性防守动作以等待反击机会" + ], + "options_en": [ + "A. The top player used a backhand block from their own midcourt to place the shuttle diagonally into the opponent's right frontcourt area, aiming to control the net and limit the opponent's attacking space.", + "B. The top player, positioned at the baseline, used a backhand to direct the shuttle near the sideline of the opponent's left court, attempting to constrain the opponent's movement with a wide-angle shot and create attacking opportunities.", + "C. The top player employed a deceptive move to mislead the opponent before suddenly executing a forehand drive straight, attempting to break through the opponent's defense with a high-speed overhead shot, demonstrating an offensive intent.", + "D. The top player, under pressure, adopted a high defensive clear to return the shuttle to the opponent's midcourt area, a forced defensive move to await a counterattack opportunity." + ], + "answer": "A", + "question": { + "question_zh": "请问针对画面中位于上方的球员最后一次击球,以下哪个评价最为贴切?", + "question_en": "Regarding the last shot made by the top player in the footage, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000871", + "duration": 119, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom上网至中前场,连贯地正手抢网快抽斜线球,将球从自己中前场打到对方中场区域,意图进一步施压。", + "B. bottom上网至前场后做出正手劈吊假动作,实际用反手挑对角线大角度分球到对方边线区域,意图通过线路变化迷惑对手", + "C. bottom退至后场完成反手过顶挑球,将球高弧线送至对方底线区域,意图通过耗损对手体能创造进攻机会", + "D. bottom在被动情况下强行正手下压过渡球,随后尝试反手劈吊对角线到对方中场,但因击球点过低导致球体直接下网" + ], + "options_en": [ + "A. The bottom player moves forward to the mid-frontcourt and executes a forehand fast drive cross-court, sending the ball from their mid-frontcourt to the opponent's midcourt area, aiming to apply further pressure.", + "B. The bottom player moves forward to the frontcourt and performs a forehand drop shot fake, actually using a backhand lift to diagonally distribute the ball to the opponent's sideline area, aiming to confuse the opponent with varied shot placements.", + "C. The bottom player retreats to the rear court and completes a backhand overhead clear, sending the ball with a high arc to the opponent's baseline area, intending to create offensive opportunities by exhausting the opponent's stamina.", + "D. The bottom player forcefully executes a forehand smash as a defensive transition under pressure, then attempts a backhand diagonal drop shot to the opponent's midcourt, but fails due to a low contact point, resulting in the ball directly going into the net." + ], + "answer": "A", + "question": { + "question_zh": "请对画面底部球员最后一次击球的技战术选择进行最准确的评价?", + "question_en": "Please provide the most accurate evaluation of the tactical choice for the bottom player's last shot in the footage?" + } + }, + { + "video_uid": "video_000872", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左前场做出分球假动作后突然退至后场,使用反手挑球以斜线过顶到对手后场,试图制造截杀机会,但因节奏失控导致球下网,失去了持续进攻的可能。", + "B. top从中场向右后场移动后,正手直线抽击以分球方式将球击向对手右后场底线区域,意图通过强力过顶压制对手防守,但因力道过猛致球出界,打断进攻节奏。", + "C. top被动回球时向左后场移动,用正手过渡吊球到对手中后场区域,意图将球保持在比赛线内寻求机会,但因球落点偏左导致出界,未能有效延续回合。", + "D. top从左后场上网到左前场,反手将球以斜线放到对手的中前场区域,连贯上一拍的进攻节奏,试图保持压制态势。" + ], + "options_en": [ + "A. The top player feints a split shot in the left front court before suddenly retreating to the rear court, using a backhand net lift to send the ball diagonally over the opponent's head to their rear court, attempting to create a kill opportunity. However, due to a loss of rhythm, the ball fails to clear the net, losing the chance for continued offense.", + "B. The top player moves from the midcourt to the right rear court, then uses a forehand straight drive to split the ball toward the opponent's right rear baseline area, intending to pressure the opponent's defense with a powerful over-the-head shot. However, due to excessive force, the ball goes out, disrupting the offensive rhythm.", + "C. The top player moves to the left rear court while making a passive return, using a forehand drop shot to send the ball to the opponent's mid-rear court area, intending to keep the ball in play for an opportunity. However, due to the ball landing too far left, it goes out, failing to effectively extend the rally.", + "D. The top player moves from the left rear court to the left front court, using a backhand to place the ball diagonally into the opponent's mid-front court area, maintaining the offensive rhythm from the previous shot and attempting to sustain the pressure." + ], + "answer": "D", + "question": { + "question_zh": "请根据画面中位于顶部的球员最后一次击球的动作,选择最恰当的评价。", + "question_en": "Based on the last shot of the player at the top in the video, select the most appropriate evaluation." + } + }, + { + "video_uid": "video_000873", + "duration": 149, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右前场用正手抽对角试图压制对手,但击球线路过于紧张导致球出边线,直接送出一分。", + "B. bottom在中场用反手分球试图欺骗对手边线,却被top预判扑杀得分,防守策略出现重大失误。", + "C. bottom在后场强行打出过顶高远球意图抢网,却因击球力量过大导致球下网,失去得分机会。", + "D. bottom在自己的左前场反手挑高直线,试图摆脱被动,为自己争取调整时间。但这一拍给了top进攻机会。" + ], + "options_en": [ + "A. The bottom player attempted to pressure the opponent with a forehand cross-court drive from the right frontcourt, but the shot was too tight and went out of bounds, directly conceding a point.", + "B. The bottom player tried to deceive the opponent with a backhand cross-court shot from the midcourt, but the top player anticipated it and scored with a net kill, revealing a major defensive miscalculation.", + "C. The bottom player forcefully played an overhead clear from the rear court intending to rush the net, but the shot was too powerful and went into the net, losing the scoring opportunity.", + "D. The bottom player played a backhand straight net lift from the left frontcourt, attempting to escape a passive situation and buy time for adjustment. However, this shot gave the top player an attacking opportunity." + ], + "answer": "D", + "question": { + "question_zh": "请根据比赛片段,对位于画面底部的球员最后一次击球选择最恰当的评价。", + "question_en": "Please evaluate the last shot of the player at the bottom of the screen based on the match clip and choose the most appropriate description." + } + }, + { + "video_uid": "video_000874", + "duration": 137, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的右中场移动到左中场,反手平抽追身斜线,但未能给对手造成太大威胁。", + "B. bottom从左中场迅速上网到前场,正手反拉直线追身,成功骗过对手防守制造威胁,迫使对手回球下网失分。", + "C. bottom在对抗中突然停顿假动作后,快速变向突击上网至前场,用正手扣杀直线过顶高远球,造成对手直接回球出界得分。", + "D. bottom在被动情况下从前中场横向移动至中场区域,使用反手抽对角线分球到边线,但球稍偏出界未能得分。" + ], + "options_en": [ + "A. The bottom player moved from their right midcourt to the left midcourt, executing a backhand flat drive to the opponent's body diagonally, but failed to pose much threat.", + "B. The bottom player quickly advanced from the left midcourt to the forecourt, using a forehand reverse straight drive to the opponent's body, successfully deceiving the opponent's defense and creating a threat, forcing the opponent to return the shot into the net and lose the point.", + "C. The bottom player suddenly paused with a deceptive move during the rally, then quickly changed direction to rush forward to the forecourt, executing a forehand kill straight clear over the opponent's head, causing the opponent to directly return the shot out of bounds and score the point.", + "D. The bottom player, in a defensive situation, moved laterally from the front midcourt to the midcourt area, using a backhand drive to cross-court the shuttle to the sideline, but the shot slightly went out of bounds and failed to score." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面bottom区域的球员最后一次击球,以下哪个评价最为准确?", + "question_en": "In a badminton singles match, regarding the last shot made by the player in the bottom area of the frame, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000875", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top后退至左后场使用正手高远球,击球前模拟了反手的假动作意图骗开对手,但因力量过大导致球出界丧失得分机会。", + "B. top上网到自己的右前场,反手推直线,击球时做了停顿的假动作,随后准备上网,可惜击球效果不理想,没能有效压制对手。", + "C. top面对对手追身球时突然变向放网前小球,配合背后击球的假动作引诱对手移向中路,然而击球点过早导致球直接下网", + "D. top在中场被迫做出被动过渡,通过手腕抖动制造假分球动作后忽然劈对角,虽然成功过顶但被对手快速抢网封堵回放网前。" + ], + "options_en": [ + "A. top retreated to the left rear court and used a forehand clear, simulating a backhand deception before the stroke to mislead the opponent, but excessive power caused the shuttle to go out, losing the scoring opportunity.", + "B. top moved forward to their right frontcourt, executed a backhand straight push shot with a deceptive pause during the stroke, then prepared to advance, but the shot effect was unsatisfactory, failing to effectively pressure the opponent.", + "C. top abruptly changed direction to play a net shot against the opponent's body shot, combining it with a behind-the-back deception to lure the opponent toward the center. However, an early contact point caused the shuttle to go directly into the net.", + "D. top was forced into a passive transition at midcourt, creating a fake cross-court motion with a wrist flick before suddenly slicing diagonally. Although the shuttle cleared successfully, it was quickly intercepted by the opponent's net rush and returned with a net shot." + ], + "answer": "B", + "question": { + "question_zh": "针对画面顶部球员最后一次击球,以下哪项评价最贴切地描述其技术特点与效果?", + "question_en": "Regarding the last shot by the player at the top of the screen, which of the following evaluations most accurately describes its technical characteristics and effect?" + } + }, + { + "video_uid": "video_000876", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom通过反手停顿骗开对手重心后上网分球,将球精准打向边线迫使对手回球出界从而得分,", + "B. bottom在被动情况下选择被动过渡球,用反手将球挑到对手中场过顶,但因力量不足被直接反击得分", + "C. bottom在中场采用假动作过顶劈杀骗过对手,随后快速抢网将球扣杀到对手中场区域得分,", + "D. bottom在自己的左中场反手挡网,直线球到对手的中场区域,但弧线过高,给对手留下进攻机会。" + ], + "options_en": [ + "A. bottom used a backhand pause to deceive the opponent's center of gravity, then moved forward to play a cross-court shot, accurately placing the ball near the sideline to force the opponent to return the ball out of bounds and score.", + "B. bottom chose a passive transition shot under pressure, using a backhand net lift to send the ball to the opponent's midcourt overhead, but due to insufficient power, it was directly countered and scored.", + "C. bottom employed a fake overhead kill at the midcourt to deceive the opponent, then quickly rushed the net to smash the ball into the opponent's midcourt area and score.", + "D. bottom played a backhand block at his left midcourt, sending a straight shot to the opponent's midcourt area, but the trajectory was too high, giving the opponent an attacking opportunity." + ], + "answer": "D", + "question": { + "question_zh": "请选择对画面底部球员最后一次击球的评价最恰当的选项:", + "question_en": "Please select the most appropriate evaluation of the last shot by the player at the bottom of the screen:" + } + }, + { + "video_uid": "video_000877", + "duration": 149, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手过渡时因手腕停顿动作过大导致击球点偏低,虽然尝试将球搓到对方右前场却最终下网失误。", + "B. top从自己的右前场反手击出直线网前球到对方左前场,球滚网增加了对手回球难度,给对手施加了较大压力。", + "C. top在被动情况下用正手挑出后场高远过顶球,虽然球速较快但直接出界,导致对手轻松得分。", + "D. top采取假动作分球骗过对手后突然上网劈吊对角线,但被对手迅速抢网扑杀直接得分。" + ], + "options_en": [ + "A. While attempting a backhand block, Top's excessive wrist pause caused a low contact point. Despite trying to push the ball to the opponent's right forecourt, it ultimately failed to clear the net.", + "B. Top played a straight net shot from their right forecourt backhand to the opponent's left forecourt, with the ball rolling over the net, increasing the difficulty of the opponent's return and applying significant pressure.", + "C. Top used a forehand net lift to play a deep clear in a passive situation. Although the shot was fast, it went directly out, resulting in an easy point for the opponent.", + "D. Top employed a deceptive cross-court shot to mislead the opponent, then suddenly moved forward for a diagonal drop shot, but the opponent quickly rushed to the net for a net kill, scoring directly." + ], + "answer": "B", + "question": { + "question_zh": "在画面顶部球员完成最后一次击球的情况下,下列哪项最能准确评价该击球质量?", + "question_en": "In the case where the player at the top of the screen completes the final shot, which of the following most accurately evaluates the quality of that shot?" + } + }, + { + "video_uid": "video_000878", + "duration": 108, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在后场正手击出带有假动作的分球,将球精准打向对手底线与边线交汇处,企图制造进攻机会。", + "B. top突然从中场跃起用反手挑打出过顶高远球,试图通过球路高度压制对手的抢网能力。", + "C. top从自己的中前场反手搓直线网前球到对手的中前场,想要通过网前小球的控制压制对手。", + "D. top在被动情况下勉强用正手抽对角球,虽改变了击球方向但因力量不足导致球接近边线出界。" + ], + "options_en": [ + "A. Top executed a forehand shot from the backcourt with a deceptive move, precisely directing the shuttle to the intersection of the opponent's baseline and sideline, attempting to create an offensive opportunity.", + "B. Top suddenly jumped from the midcourt and played a backhand net lift to send a high clear over the opponent, trying to suppress the opponent's net rush ability with the shuttle's height.", + "C. Top played a straight backhand net shot from their own mid-frontcourt to the opponent's mid-frontcourt, aiming to control and pressure the opponent with a tight net shot.", + "D. Top, in a passive situation, barely managed a forehand cross-court drive, altering the shot direction but lacking power, causing the shuttle to land near the sideline and go out." + ], + "answer": "C", + "question": { + "question_zh": "对于画面top球员的最后一次击球,以下哪项评价最准确描述其技术意图?", + "question_en": "For the last shot by the player on top of the screen, which of the following evaluations most accurately describes their technical intention?" + } + }, + { + "video_uid": "video_000879", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在上网过程中采用正手击球进行分球,将球精准送到top的右后场区域实施压制,成功为下一拍创造机会", + "B. bottom在右中场区域正手抽击过顶高远球到top的中场区域,试图抢网压制对手但因力量过大导致球下网", + "C. bottom在中场位置做出假动作扑球迷惑对手后突然改为后场抽直线,试图骗开top防守但球偏出右边界", + "D. bottom在自己的左中场区域反手被动抽斜线球到top的中场区域,试图过渡调整,但抽球效果不佳。" + ], + "options_en": [ + "A. While moving forward, bottom used a forehand shot to place the shuttle precisely to top's right rear court area, applying pressure and successfully creating an opportunity for the next shot.", + "B. At his right midcourt area, bottom played a forehand overhead clear to top's midcourt area, attempting to rush the net and pressure the opponent but hit the shuttle too hard, causing it to go into the net.", + "C. At the midcourt position, bottom feigned a net kill to deceive the opponent before suddenly switching to a rear-court straight drive, attempting to trick top's defense but the shuttle went out of bounds on the right side.", + "D. At his left midcourt area, bottom played a backhand passive drive cross-court to top's midcourt area, attempting a transitional adjustment, but the drive was poorly executed." + ], + "answer": "D", + "question": { + "question_zh": "请根据画面底部选手的最后一次击球,选择最恰当的评价:", + "question_en": "Based on the last shot by the player at the bottom of the screen, select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000880", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动过渡球时试图抢网却出现预判失误,被对手快速封网反制并占据场上主动权。", + "B. bottom虽用假动作配合反手挑后场动作意图骗开对手,但提前暴露意图导致球被直接拦截破坏进攻节奏。", + "C. bottom在中场反手停顿推挑斜线回头球,再次成功骗得对手转身,创造了有利的进攻局面。", + "D. bottom通过正手抽击分球至对方边线意图通过过顶压制对手,但因弧度过高导致球直接出界而失分。" + ], + "options_en": [ + "A. The bottom player tried to rush the net during a passive transition but misjudged the play, allowing the opponent to quickly counter with a net block and seize the initiative.", + "B. The bottom player intended to deceive the opponent with a fake move combined with a backhand lift to the rear court, but prematurely revealed the intention, leading to the shuttle being intercepted and disrupting the offensive rhythm.", + "C. The bottom player used a backhand stop-and-push cross-court net lift to deceive the opponent into turning around again, creating a favorable attacking situation.", + "D. The bottom player attempted to drive the shuttle to the sideline with a forehand shot to suppress the opponent with a high clear, but the excessive trajectory caused the shuttle to go out directly, resulting in a lost point." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员在最后一次击球时的表现,以下哪个评价最贴切?", + "question_en": "Which of the following evaluations best describes the performance of the player at the bottom of the screen during the last shot?" + } + }, + { + "video_uid": "video_000881", + "duration": 124, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在对手抢网前突然使用反手停顿假动作,随后快速抽杀对角线至对手左后场线,但球速过快直接出界导致丢分。", + "B. top从自己的右前场反手挑高球到对手的中后场,可惜起球质量不好,容易被对手抓住机会进攻。", + "C. top假装向中场跑动后突然启动上网,用反手扑杀到对手空当区域,但被对手及时回放至前场险些得分", + "D. 被对手压迫到后场时,top试图用正手过渡球改变击球角度至对手中场区域,却因发力失误使球直接贴网下落,未过网被判失误。" + ], + "options_en": [ + "A. top suddenly used a backhand pause fake before the opponent rushed the net, then quickly drove a kill diagonally to the opponent's left backcourt line, but the shot was too fast and went out directly, resulting in a lost point.", + "B. top played a backhand net lift from their right forecourt to the opponent's mid-backcourt, but the lift quality was poor, making it easy for the opponent to seize the opportunity to attack.", + "C. top pretended to run toward the midcourt before suddenly rushing forward to the net and played a backhand net kill to the opponent's open area, but the opponent quickly returned it to the forecourt, nearly scoring a point.", + "D. When pressured to the backcourt by the opponent, top attempted to use a forehand transition shot to change the angle to the opponent's midcourt area, but due to a power error, the ball dropped directly close to the net and failed to cross, resulting in a fault." + ], + "answer": "B", + "question": { + "question_zh": "对于片段位于画面top的球员的最后一次击球,以下哪个评价最恰当?", + "question_en": "For the last shot of the player positioned at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000882", + "duration": 173, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的中后场上网移动到左前场,反手挑出一记过顶斜线高球到对手的中后场,试图拉开球路,为自己争取调整的时间和空间。", + "B. bottom在后场被动情况下突然以正手击打分球至对手右边界线,在击球前做过顶的假动作试图骗开对手重心,随后快速上网准备抢网压制", + "C. bottom从场地右侧后场移动到中间前场,使用反手大力击打出直线平高球至对手反手位,在挥拍时手部停顿制造假动作吸引防守空档", + "D. bottom在底线附近突发正手挑后场直线高远球,借球速过顶压制对手同时伴随抢网姿态的假动作,继续保持对中路的防守压力" + ], + "options_en": [ + "A. bottom moves from their mid-backcourt to the left frontcourt, executing a backhand net lift to send a high cross-court clear to the opponent's mid-backcourt, attempting to open up the rally and buy time and space for adjustment.", + "B. bottom, in a defensive position at the backcourt, suddenly plays a forehand drive to the opponent's right boundary line, with an overhead fake motion before the hit to mislead the opponent's balance, then quickly moves forward to prepare for a net kill and pressure.", + "C. bottom moves from the right backcourt to the mid-frontcourt, using a backhand power hit to send a straight flat clear to the opponent's backhand side, with a wrist pause during the swing to create a fake motion and attract defensive gaps.", + "D. bottom unexpectedly plays a forehand net lift to send a straight deep clear from near the baseline, using the ball speed to pressure the opponent overhead while accompanying it with a fake net kill posture, maintaining defensive pressure on the central area." + ], + "answer": "A", + "question": { + "question_zh": "在画面底部球员最后一次击球的情况下,以下哪一项最符合其击球动作的评价?", + "question_en": "In the case of the player at the bottom of the screen making the last hit, which of the following best describes the evaluation of their hitting action?" + } + }, + { + "video_uid": "video_000883", + "duration": 151, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的右后场正手快杀至对手的中场区域,试图占据主动,效果不错。", + "B. bottom通过正手假动作后突然变向扣杀至场地右侧边线,试图分球拉开对手站位,但线路偏离导致擦网球出界。", + "C. bottom在对手封网压迫下选择反手高远球到对手左后场,试图抢回进攻权,却因角度偏斜被对手直接反击得分", + "D. bottom在被动状态下采用反手劈吊至对手网前小三角区域,意图制造过渡机会,但击球力量不足导致出界。" + ], + "options_en": [ + "A. The player at the bottom executed a fast forehand kill from their right rear court to the opponent's midcourt area, attempting to seize the initiative with good effect.", + "B. The player at the bottom used a forehand fake followed by a sudden directional change to smash toward the right sideline, attempting to split the opponent's stance, but the shot deviated and resulted in a net graze out.", + "C. The player at the bottom, under pressure from the opponent's net block, chose a backhand clear to the opponent's left rear court, trying to regain offensive control, but the angle was off, leading to a direct counterattack point by the opponent.", + "D. The player at the bottom, in a passive state, used a backhand slice drop shot to the opponent's front small triangle area, intending to create a transition opportunity, but the shot lacked power and went out." + ], + "answer": "A", + "question": { + "question_zh": "对于画面bottom位置球员的最后一次击球,以下哪一条评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the last shot by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_000884", + "duration": 177, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在前场连续使用反手假动作分球后突然变直线平抽,球速极快造成对手抢网不及,直接得分但因角度过小被判定出界。", + "B. top在被动情况下用反手完成过顶挑后场球,但球路过于平直被对手精准预判,对方快速启动上网扑杀直接得分", + "C. top采用手腕停顿制造假动作后正手下压抽球,球过网高度不足导致下网失误,同时对方趁机上网压迫形成了连续得分机会。", + "D. top在自己的中后场,以正手击出一记平高球,球过顶且呈斜线飞到对方右后场,迫使对手只能处于被动状态,无奈只能抽球过渡。" + ], + "options_en": [ + "A. Top uses consecutive backhand deceptive shots at the frontcourt to split the opponent's defense, then suddenly switches to a straight flat drive. The ball is extremely fast, causing the opponent to fail in intercepting at the net, resulting in a direct point, but the shot is ruled out due to being too narrow.", + "B. Top, in a passive situation, uses a backhand overhead lift to send the ball to the backcourt, but the trajectory is too flat, allowing the opponent to anticipate it accurately. The opponent quickly moves forward to execute a net kill, scoring directly.", + "C. Top employs a wrist pause to create a deceptive motion, followed by a forehand downward drive. The ball fails to clear the net due to insufficient height, resulting in a net error, while the opponent seizes the opportunity to rush the net, creating consecutive scoring chances.", + "D. Top is in their mid-backcourt, hitting a flat clear with a forehand. The ball goes over the opponent's head and lands diagonally in the opponent's right backcourt, forcing the opponent into a passive state, leaving them no choice but to play a defensive drive." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,针对处于画面顶部区域球员的最后一次击球,以下哪一个评价最符合实际击球表现?", + "question_en": "In a badminton singles match, regarding the last shot made by the player in the top area of the frame, which of the following evaluations best matches the actual shot performance?" + } + }, + { + "video_uid": "video_000885", + "duration": 124, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动局面下勉强进行后场过渡挑高球,结果被对手精准杀上网截击得分", + "B. top用反手假动作骗过对手后再以正手过顶劈杀,但球速不足导致被对手扑压得分。", + "C. top上网移动后突然反手击打分球至对手边线,导致对手抢网不及但球最终出界,失去了得分机会。", + "D. top在自己的中场区域正手拦截收吊斜线球,落点刁钻,让对手陷入被动局面。" + ], + "options_en": [ + "A. top, in a passive situation, barely managed a defensive clear from the backcourt, only to be countered by the opponent's precise net kill for a point.", + "B. top used a backhand fake to deceive the opponent, then followed up with a forehand overhead smash, but the insufficient speed of the ball led to it being net-killed by the opponent for a point.", + "C. top moved forward to the net and suddenly hit a backhand cross-court shot to the opponent's sideline, causing the opponent to fail to rush the net in time, but the ball eventually went out, missing the scoring opportunity.", + "D. top intercepted a forehand cross-court drop shot in their own midcourt area, with a tricky landing that put the opponent in a passive situation." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,对于出现在画面顶端的运动员最后一次击球,以下哪个评价最符合该击球的特点?", + "question_en": "In a badminton singles match, for the last shot made by the player appearing at the top of the screen, which of the following evaluations best describes the characteristics of that shot?" + } + }, + { + "video_uid": "video_000886", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动接杀时勉强挑后场但球出界,未能有效防守导致失分,这次击球暴露了其在高压情况下处理劈杀的薄弱环节。", + "B. bottom快速抢网后突然变向扣杀至对手边线分球区域,试图用突然性制造对手失误并直接得分,但球的落点控制稍显仓促。", + "C. bottom在被动情况下从后场正手击出一记过顶高远球到对手中场,试图通过大范围调动对手,为自己争取喘息机会并将比赛拖入多拍相持。", + "D. bottom从自己的中前场反手搓一个斜线网前球到对手的中前场,想要通过细腻的网前技术压制对手,为自己创造进攻机会。" + ], + "options_en": [ + "A. The bottom player barely lifts the shuttle to the rear court when defending against a smash but it goes out, failing to defend effectively and resulting in a lost point. This shot exposes their weakness in handling aggressive smashes under high pressure.", + "B. The bottom player quickly rushes to the net and suddenly changes direction to smash towards the opponent's sideline placement area, trying to force an error with unpredictability and score directly, but the shot's placement control appears slightly rushed.", + "C. The bottom player, in a defensive situation, hits a deep clear from the rear court forehand to the opponent's midcourt, attempting to exhaust the opponent with wide-ranging shots and buy time to recover while prolonging the rally.", + "D. The bottom player executes a cross-court net shot from their mid-frontcourt backhand to the opponent's mid-frontcourt, aiming to pressure the opponent with delicate net play and create an offensive opportunity for themselves." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面底部的球员最后一次击球,以下哪一项评价最准确?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000887", + "duration": 132, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动状态下选择上网抢网,使用反手击球试图过顶压制对手,但因力量过大导致球直接下网,失去得分机会。", + "B. bottom在移动到中场时短暂停顿迷惑对手,随后以反拍分球将球击向对方后场角落,试图迫使对手失误,但球离边线过远出界。", + "C. bottom从左中场快速上网移动到前场,并做出正手假动作骗过对手,接着分球至对手右侧边线,但球因角度过大而最终出界。", + "D. bottom从自身右中场移动至左中场,正手处于被动状态,通过推斜线球过渡到对手的中后场,试图争取调整的机会。" + ], + "options_en": [ + "A. The bottom player chose to rush the net in a passive state, using a backhand shot to attempt an overhead press, but the ball went into the net due to excessive power, losing the scoring opportunity.", + "B. The bottom player briefly paused during the movement to the midcourt to confuse the opponent, then played a backhand cross-court shot to the opponent's backcourt corner, attempting to force an error, but the ball landed too far from the sideline and went out.", + "C. The bottom player quickly moved from the left midcourt to the frontcourt, executed a forehand fake to deceive the opponent, then played a cross-court shot to the opponent's right sideline, but the ball went out due to an excessive angle.", + "D. The bottom player moved from their right midcourt to the left midcourt, with the forehand in a passive state, and transitioned by pushing a cross-court shot to the opponent's mid-backcourt, attempting to create an adjustment opportunity." + ], + "answer": "D", + "question": { + "question_zh": "在视频片段中,位于画面底部的球员最后一次击球,以下哪个评价最符合其表现?", + "question_en": "In the video clip, the player at the bottom of the screen made the last shot. Which of the following evaluations best describes their performance?" + } + }, + { + "video_uid": "video_000888", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom上网到对方中前场,采用假动作分球到右后场后突然回撤,但top提前预判扣杀下网造成自身失误。", + "B. bottom使用反手假动作欺骗对手后,快速上网到左前场试图正手抢攻对方中场,但球因力量过大直接出界导致失分。", + "C. bottom上网到自己的右前场,正手抢搓到对方中前场,高质量的搓球迫使top只能被动挑高球摆脱。", + "D. bottom在被动下蹲救球时反手挑出过顶高球,试图让top抢网,结果球速不足对方精准劈吊得分。" + ], + "options_en": [ + "A. The bottom player moves forward to the opponent's mid-front court, uses a fake to distribute the shot to the right back court, then suddenly retreats. However, the top player anticipates early and smashes, but the shot goes into the net, causing their own error.", + "B. The bottom player uses a backhand fake to deceive the opponent, then quickly moves forward to the left front court attempting a forehand fast attack to the opponent's mid-court. However, the shot goes out due to excessive power, resulting in a lost point.", + "C. The bottom player moves forward to their right front court and executes a forehand fast net shot to the opponent's mid-front court. The high-quality net shot forces the top player to passively lift a high clear to escape.", + "D. The bottom player, while passively crouching to retrieve the shot, performs a backhand net lift to send a high clear over the opponent's head, attempting to make the top player rush the net. However, the insufficient speed allows the opponent to execute a precise drop shot and score." + ], + "answer": "C", + "question": { + "question_zh": "请根据画面bottom球员的最后一次击球,选择最恰当的描述。", + "question_en": "Please select the most appropriate description based on the last shot of the bottom player in the footage." + } + }, + { + "video_uid": "video_000889", + "duration": 122, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从左中场快速上网正手扑对角直线球至对手右侧底线,尽管动作隐蔽但因落点过深直接出界", + "B. bottom从自己的右前场反手抢网抽直线球到对手的左中场,意图给对手施压,但效果一般。", + "C. bottom被迫在中场用反手进行过顶高远球分球到右侧边线附近,虽暂时缓解压力但被对手直接拦截得分。", + "D. bottom在右后场正手跳起扣杀斜线球至对手底线区域,虽然展现了强力进攻意图却因下网导致失分。" + ], + "options_en": [ + "A. The bottom player quickly rushed the net from the left midcourt with a forehand net kill, sending a diagonal straight shot to the opponent's right baseline. Despite the deceptive motion, the shot landed too deep and went out directly.", + "B. The bottom player rushed the net with a backhand drive from their right forecourt, sending a straight shot to the opponent's left midcourt, intending to pressure the opponent but with mediocre effect.", + "C. The bottom player was forced to play a backhand overhead clear from the midcourt, splitting the shot near the right sideline. Although this temporarily relieved pressure, the opponent directly intercepted it to score.", + "D. The bottom player performed a forehand jump kill from the right rear court, aiming a cross-court shot to the opponent's baseline area. Despite showing strong offensive intent, the shot went into the net, resulting in a lost point." + ], + "answer": "B", + "question": { + "question_zh": "对于片段中位于画面底部的球员最后一次击球,以下哪项评价最符合其实际表现?", + "question_en": "For the last shot by the player at the bottom of the screen in the clip, which of the following evaluations best matches their actual performance?" + } + }, + { + "video_uid": "video_000890", + "duration": 169, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从后场右侧移动到前场中央,使用正手劈对角线分球,意图压制对手回球线路,但因预判失误导致球速过大擦网出界。", + "B. top从中后场上网移动到左前场,快速上步,在左前场反手放网前球,坚持不起球,强硬防守,试图控制网前局势。", + "C. top向右侧后场快速移动,用反手迅速挑高球过顶对手头顶,尝试制造进攻机会,却因球落点过深被对手扣杀得分。", + "D. top滞留在中场区域,采用反手假动作后突然正手抽击直线球,通过欺骗对手落点实现精准压制,迫使对方回球下网。" + ], + "options_en": [ + "A. top moves from the right backcourt to the center frontcourt, using a forehand diagonal slice to split the shuttle, aiming to suppress the opponent's return line, but due to misjudgment, the shuttle speed is too high and it brushes the net and goes out.", + "B. top moves from the mid-backcourt to the left frontcourt with a quick step, using a backhand net shot to insist on not lifting the shuttle, demonstrating strong defense and attempting to control the net situation.", + "C. top quickly moves to the right backcourt, using a backhand net lift to send a high shuttle over the opponent's head, trying to create an offensive opportunity, but the shuttle lands too deep and is killed by the opponent for a point.", + "D. top stays in the midcourt area, using a backhand fake followed by a sudden forehand drive straight, deceiving the opponent with the placement to achieve precise suppression, forcing the opponent to return the shuttle into the net." + ], + "answer": "B", + "question": { + "question_zh": "针对画面顶部球员最后一次击球动作,以下哪项评价最符合其技术特点?", + "question_en": "Regarding the last hitting action of the player at the top of the screen, which of the following evaluations best matches the technical characteristics?" + } + }, + { + "video_uid": "video_000891", + "duration": 182, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手搓直线网前球,延续网前的争夺态势,保持对对手的压迫。", + "B. top在被动中被迫高高挑起过顶球,尽管化解了当前压力但失去了网前主动权,给了对手抢网机会。", + "C. top利用反手快速过渡回中场区域,虽然保证了击球稳定性,但未能形成有效攻击威胁", + "D. top通过反手假动作骗开对手后,突然切挡斜线实施分球,意图打开场地空当并调动对手跑动。" + ], + "options_en": [ + "A. TOP played a backhand straight net shot, maintaining the net play pressure and keeping the opponent under pressure.", + "B. TOP was forced to play a high clear under pressure, which relieved the immediate threat but lost net initiative, giving the opponent a net kill opportunity.", + "C. TOP quickly played a backhand neutral shot to the midcourt, ensuring stability but failing to create an effective attacking threat.", + "D. TOP used a backhand fake to deceive the opponent, then suddenly sliced a cross-court shot to open up the court and force the opponent to move." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面中TOP球员最后一次击球的情况,选择最恰当的评价。", + "question_en": "Based on the last shot of the TOP player in the video, select the most appropriate evaluation." + } + }, + { + "video_uid": "video_000892", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom用过顶高远球将球轰向对手后场中央,试图通过压迫性击球抢网压制", + "B. bottom从中场反手直线挡网到对手的左前场区域,试图通过过渡来争取调整机会。", + "C. bottom跳起正手分球到对手右后场边线,配合假动作骗位意图制造空档", + "D. bottom在被动状态下采用抽对角下压球直接攻击对手反手大角度区域试图直接得分,但球出界" + ], + "options_en": [ + "A. The bottom player blasted a high clear to the opponent's central backcourt, attempting to press with an aggressive shot to seize the net.", + "B. The bottom player used a backhand straight block from midcourt to the opponent's left frontcourt area, attempting to transition and gain adjustment opportunities.", + "C. The bottom player jumped for a forehand cross-court shot to the opponent's right backcourt sideline, combining it with a deceptive move to create space.", + "D. The bottom player, in a passive state, used a diagonal drive to directly attack the opponent's wide backhand area for an outright point, but the ball went out." + ], + "answer": "B", + "question": { + "question_zh": "针对画面底部球员最后一次击球,以下哪项评价最贴切描述其技术特点与战术意图?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations best describes its technical characteristics and tactical intent?" + } + }, + { + "video_uid": "video_000893", + "duration": 111, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的中前场反手抢网推球斜线到对手的中场区域,试图进一步占据主动,压制对手。", + "B. top反手抢网推直线到对角中场区域时试图用假动作骗出对手移动,但击球手法失误导致球直接下网。", + "C. top在中后场正手分球到对手右侧边线时使用假动作停顿迷惑对手,但因力量过大导致球出界。", + "D. top被压制到中场区域后采用反手过顶高球技术试图强行过渡,反而给对手创造了抢网反击机会。" + ], + "options_en": [ + "A. The top player counterattacked with a backhand push shot from their own mid-frontcourt diagonally to the opponent's midcourt area, attempting to further seize the initiative and pressure the opponent.", + "B. The top player attempted to deceive the opponent's movement with a fake action while executing a backhand net push straight to the diagonal midcourt area, but a mishit caused the shuttle to go directly into the net.", + "C. The top player used a forehand cross-court shot to the opponent's right sideline with a deceptive pause to confuse the opponent, but the excessive power caused the shuttle to go out.", + "D. After being pressured into the midcourt area, the top player attempted a forced transition with a backhand overhead clear, but instead created an opportunity for the opponent to counterattack with a net rush." + ], + "answer": "A", + "question": { + "question_zh": "对于画面top球员的最后一次击球,以下哪个评价最恰当?", + "question_en": "Regarding the last shot by the player at the top of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000894", + "duration": 104, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左后场借力扣杀斜线至对手右中场,随后因过度发力导致回球出界从而失分。", + "B. top从中场横向移动至右侧区域,反手挑后场对角球至对手左后场,试图拉开对手站位但被对方迅速封网拦截,导致球出边线。", + "C. top从右后场迅速上网,正手在左前场放直线网前球到对手的右前场,迫使对手回球质量不高。", + "D. top被迫在后场进行被动性劈杀下压,结果球因下网直接失误送给对手得分机会。" + ], + "options_en": [ + "A. The top player performs a leveraged cross-court kill from the left backcourt to the opponent's right midcourt, but due to excessive force, the follow-up shot goes out of bounds, resulting in a loss of point.", + "B. The top player moves laterally from the midcourt to the right area and plays a backhand cross-court net lift to the opponent's left backcourt, attempting to stretch the opponent's position but is intercepted by a rapid net block, resulting in the shuttle going out of the sideline.", + "C. The top player quickly moves forward from the right backcourt and plays a forehand straight net shot to the opponent's right frontcourt, forcing a low-quality return.", + "D. The top player is forced into a defensive split kill from the backcourt, but the shuttle fails to clear the net, directly giving the opponent a scoring opportunity." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,对于画面中位于顶部的选手的最后一次击球,以下哪一项评价最准确?", + "question_en": "In a badminton singles match, which of the following evaluations is the most accurate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000895", + "duration": 143, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左中场采用反手假动作后突然上网,正手直线抽击到对手中场右侧,意图骗开对手站位以便后续进行网前封网", + "B. 当对手处于防守状态时,top在右后场使用正手高远球过顶压迫,但因击球力量过大导致球明显出界而失分", + "C. top从右后场移动到左中场,正手斜线勾球到对手的中前场区域,意图调动对手,给自己创造有利局面。", + "D. top从后场被动接球后快速移动到前场抢网,反手挑球至对方后场对角线并配合分球到边线,试图同时牵制对手前后场" + ], + "options_en": [ + "A. top used a backhand fake at the left midcourt and suddenly rushed to the net, executing a forehand straight drive to the opponent's right midcourt, intending to deceive the opponent's positioning for a subsequent net kill.", + "B. When the opponent was in a defensive state, top used a forehand clear from the right backcourt to pressure the opponent overhead, but due to excessive hitting power, the shuttle clearly went out and resulted in a lost point.", + "C. top moved from the right backcourt to the left midcourt, executing a forehand cross-court drop shot to the opponent's mid-frontcourt area, intending to maneuver the opponent and create an advantageous situation for themselves.", + "D. top quickly moved from the backcourt to the frontcourt to intercept the shuttle after a passive return, executing a backhand net lift to the opponent's backcourt diagonal and combining it with a placement near the sideline, attempting to pressure both the opponent's front and backcourt." + ], + "answer": "C", + "question": { + "question_zh": "在比赛片段中,位于画面顶端的运动员最后一次击球时,以下哪项评价最准确描述了该击球动作及其意图?", + "question_en": "In the match clip, which of the following evaluations most accurately describes the hitting action and its intention when the player at the top of the screen made the last hit?" + } + }, + { + "video_uid": "video_000896", + "duration": 119, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom处于被动防守状态时尝试挑后场过顶直线球为衔接下一分创造机会,却不慎把球打到网前被对方直接扣杀得分。", + "B. bottom在移动到网前时故意停顿做出假动作,随后反手抽击大角度斜线分球,但球因力量过大出界导致失分。", + "C. bottom通过连续小幅度步伐调整后正手分球至对手边线附近,利用快速上网抢网压制对方但被扑杀反击得分。", + "D. bottom从自己的右前场正手防守推挑过顶斜线球到top的中后场,试图通过拉高球来争取调整的时间和空间。" + ], + "options_en": [ + "A. The bottom player, in a defensive transition, attempted a straight clear to the backcourt to create an opportunity for the next rally but accidentally played the shuttle too close to the net, leading to a direct kill by the opponent for a point.", + "B. The bottom player intentionally paused for a deceptive move while moving to the net, then backhand drove a wide cross-court shot, but the shuttle went out due to excessive power, resulting in a lost point.", + "C. The bottom player made a forehand cross-court shot near the opponent's sideline after continuous small footwork adjustments, using a quick net rush to pressure the opponent but was countered by a net kill for a point.", + "D. The bottom player defensively pushed a net lift over the top with a forehand from their right frontcourt, sending a cross-court shot to the top player's mid-backcourt, attempting to gain time and space for adjustment by playing a high clear." + ], + "answer": "D", + "question": { + "question_zh": "在画面底部的球员最后一次击球时,以下哪一项最能准确描述其击球动作和意图?", + "question_en": "When the player at the bottom of the screen made the last shot, which of the following best accurately describes their shot action and intention?" + } + }, + { + "video_uid": "video_000897", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top选手被迫后退过程中勉强打出高远球过顶,但球因力量过大直接出界导致失分,暴露了在压力下的失误问题。", + "B. top选手在反手位突然变线分球至对手空当,虽然球速较快但因线路过开被对手救回。", + "C. top反手被动推挑直线,可惜未能有效摆脱对手的进攻威胁,给对手创造了进攻机会。", + "D. top运动员通过反手假动作骗开对手重心后迅速上网扣杀得分,展现了极强的战术执行能力。" + ], + "options_en": [ + "A. The top player was forced to retreat and barely managed to hit a clear over the opponent, but the shot went out due to excessive power, resulting in a lost point and exposing mistakes under pressure.", + "B. The top player suddenly changed direction with a backhand cross-court shot to the opponent's open space. Although the shot was fast, it was too wide and was retrieved by the opponent.", + "C. The top player made a backhand passive push shot straight, but unfortunately failed to effectively break free from the opponent's offensive threat, creating an attacking opportunity for the opponent.", + "D. The top player used a backhand fake to deceive the opponent's balance, then quickly moved forward for a kill shot to score, demonstrating strong tactical execution." + ], + "answer": "C", + "question": { + "question_zh": "请为画面中位于顶部的球员的最后一次击球选择最合适的评价选项:", + "question_en": "Please select the most appropriate evaluation option for the last shot made by the player at the top of the screen:" + } + }, + { + "video_uid": "video_000898", + "duration": 147, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的中前场正手抢网推斜线超身过顶球到top的右后场,试图向对手施压,迫使对手陷入被动状态。", + "B. bottom在自己的后场通过反手假动作骗开对手防守后,快速抽直线分球到对方左中场,并试图利用落点压制对手移动空间,但球因力量过大出界。", + "C. bottom在被动情况下左侧后退接杀,突然使用反手停顿制造过顶挑球假动作,实则快速抽对角线到对方左中场,但球因线路过直被对方及时扑杀。", + "D. bottom从右侧后场突然停顿手腕制造杀球假象,随后却巧妙挑出斜线高远球压反手线,意图打乱对方节奏但球因弧度不足下网。" + ], + "options_en": [ + "A. Bottom rushed forward from their own mid-front forehand side to push a cross-court over-the-body clear to top's right rear court, attempting to pressure the opponent and force them into a passive state.", + "B. Bottom used a backhand fake at their own rear court to deceive the opponent's defense, then quickly drove a straight shot to the opponent's left mid-court, trying to limit the opponent's movement space with placement, but the shot went out due to excessive power.", + "C. Bottom, in a passive situation, retreated to the left side to receive a kill, suddenly using a backhand pause to fake an over-the-head lift, but instead quickly drove a diagonal shot to the opponent's left mid-court, only for the shot to be intercepted due to its straight trajectory.", + "D. Bottom suddenly paused their wrist at the right rear court to create a kill fake, then cleverly lifted a cross-court clear to the backhand line, intending to disrupt the opponent's rhythm, but the shot failed to clear the net due to insufficient height." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面底部的球员最后一次击球,以下哪项评价最准确?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000899", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在前场反手连续快推分球,意图欺骗对手但回球出界,失去得分机会。", + "B. top在后场正手抢网过顶扣杀,意图逼迫对手被动回球下网,但对手迅速分球得分。", + "C. top在中场正手被动斜线挡网,想要过渡调整,等待机会。", + "D. top在中场反手使用假动作分球,试图迫使对手回球出界,但方向判断失误导致回球下网。" + ], + "options_en": [ + "A. Top performed consecutive fast backhand push shots at the frontcourt to deceive the opponent, but the return went out, losing the scoring chance.", + "B. Top executed a forehand net kill with a high clear at the rear court, aiming to pressure the opponent into a passive net return, but the opponent quickly placed the shuttle to score.", + "C. Top made a forehand passive cross-court block at the midcourt, attempting to transition and adjust, waiting for an opportunity.", + "D. Top used a backhand deceptive shot to place the shuttle near the sideline, trying to force the opponent to return out, but misjudged the direction, resulting in a net shot." + ], + "answer": "C", + "question": { + "question_zh": "对于比赛片段中处于画面顶部位置的运动员最后一次击球,以下哪项评价最为恰当?", + "question_en": "For the last shot made by the player at the top of the screen in the match clip, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000900", + "duration": 71, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手封网扑出追身斜线球,持续向对手施压。", + "B. top反手分球至边线时出现停顿欺骗,却因击球力量不足导致出界失误。", + "C. top防守中使用挑后场假动作消耗对手体能,随后被动吊对角线挽救了一个局点。", + "D. top通过假动作过顶挑后场试图骗开对手,但被动过渡球导致连续防守压力增大。" + ], + "options_en": [ + "A. top intercepted with a forehand net kill, pressing the opponent with a body-targeted cross-court shot.", + "B. top used a backhand cross-court shot with a pause to mislead, yet insufficient power caused an out error.", + "C. top employed a backcourt net lift fake to exhaust the opponent, then passively saved a game point with a diagonal drop shot.", + "D. top attempted to deceive the opponent with an overhead net lift fake, but a passive transition shot increased defensive pressure." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面top球员最后一次击球表现,从下列选项中选出最符合实际动作的评价:", + "question_en": "Based on the top player's last shot in the footage, please select the evaluation that best matches the actual action from the following options:" + } + }, + { + "video_uid": "video_000901", + "duration": 152, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在自己的中前场抢高点反手推球,斜线分球到对手的左前场,试图调动对手重心。", + "B. bottom上网过程中突然向左场做出分球假动作,随即变向推直线到对手右侧中场,意图欺骗对手重心转移。", + "C. bottom在自己的后场连续两次假动作后正手抽球直线,球直接瞄准对手右后场右侧边线,意图压制对手回球角度。", + "D. bottom被动中被迫使用反拍挑高球,将球以弧线过顶方式送到对手右后场中路区域,目的是争取战术喘息时间。" + ], + "options_en": [ + "A. The bottom player takes the high point with a backhand push shot in their own mid-frontcourt, directing the shuttle diagonally to the opponent's left frontcourt, attempting to shift the opponent's center of gravity.", + "B. The bottom player makes a deceptive cross-court shot motion to the left court while moving forward, then suddenly changes direction and pushes the shuttle straight to the opponent's right midcourt, intending to mislead the opponent's center of gravity shift.", + "C. The bottom player performs two consecutive deceptive actions in their own rear court, followed by a forehand drive straight to the opponent's right rear sideline, aiming to limit the opponent's return angle.", + "D. The bottom player is forced into a defensive position and uses a backhand net lift, sending the shuttle in a high arc over the opponent's head to the central area of the opponent's right rear court, with the goal of gaining tactical recovery time." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面底部球员最后完成的击球动作,以下哪项评价准确描述该击球意图和效果?", + "question_en": "In a badminton singles match, regarding the final shot executed by the player at the bottom of the screen, which of the following evaluations accurately describes the intention and effect of the shot?" + } + }, + { + "video_uid": "video_000902", + "duration": 129, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom反手从自己左前场推挑直线过顶球到对手右后场,意图拉开对手,迫使对手转身,争取到了有利位置。", + "B. bottom在被动防守时用反手轻吊网前,配合假动作欺骗对手前扑,随后快速上网抢网迫使对手回球下网。", + "C. bottom正手从后场挥出对角线抽击分球,试图调动对手移动范围并伺机压制对方半场,但因旋转不足导致球路被预判。", + "D. bottom正手进行高远球过渡时借力制造斜线球路,虽然成功让对手回球出界,但实际处于防守反击的被动局面" + ], + "options_en": [ + "A. The bottom player pushed a straight over-the-head net lift with a backhand from their left frontcourt to the opponent's right backcourt, intending to stretch the opponent and force them to turn around, gaining an advantageous position.", + "B. The bottom player used a backhand drop shot with a deceptive motion while defending passively, tricking the opponent into rushing forward, then quickly moved to the net to intercept, forcing the opponent to hit the net.", + "C. The bottom player drove a diagonal cross-court shot from the backcourt with a forehand, attempting to widen the opponent's movement range and seize an opportunity to pressure their half, but insufficient spin led to the shot being anticipated.", + "D. The bottom player leveraged a forehand clear to create a diagonal shot during a transitional play. Although they successfully made the opponent return the ball out of bounds, they were actually in a passive defensive counterattacking situation." + ], + "answer": "A", + "question": { + "question_zh": "请根据视频片段中画面bottom球员的最后一击,选择最符合其击球意图和结果的评价。", + "question_en": "Based on the video footage of the bottom player's last shot, select the evaluation that best matches their hitting intention and outcome." + } + }, + { + "video_uid": "video_000903", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中场区域突然做出分球假动作后用劈吊将球打到对手后场空档,成功骗过对手后快速上网封网得分,但被裁判判定触网争议判罚。", + "B. bottom在左前场反手用斜线吊球技术将球击向对手右后场边线,成功迫使对手横向移动失误下网,但因击球弧度过高被对手预判到落点。", + "C. bottom在右前场正手将球直线挑高过顶,球路从自己的右前场到对手左后场,想要通过挑高球让对手后退并拉开距离,不过对手马上进行了杀球,可见这次挑球未能完全摆脱被动。", + "D. bottom在网前进行持续抢网时用搓球将球轻推至对手右前场底线,造成对手启动延迟直接出界得分,但跟进步法未能及时回撤。" + ], + "options_en": [ + "A. The bottom player feinted a cross-court drive from the midcourt before abruptly switching to a sliced drop shot into the opponent's open backcourt space, deceiving the opponent and quickly rushing forward to net kill for a point. However, the referee controversially ruled a net touch.", + "B. The bottom player executed a backhand cross-court drop shot from the left frontcourt to the opponent's right backcourt sideline, successfully forcing the opponent to move laterally and miss into the net. However, the shot's excessive height allowed the opponent to anticipate its landing point.", + "C. The bottom player used a forehand net lift straight and high over the opponent from their right frontcourt to the opponent's left backcourt, attempting to push the opponent back and create distance with a high clear. However, the opponent immediately responded with a kill, indicating the lift failed to fully escape the defensive transition.", + "D. The bottom player persistently pressured the net and used a push shot to gently place the ball near the opponent's right frontcourt baseline, causing delayed footwork and an outright out-of-bounds error for a point. However, their follow-up footwork failed to retreat promptly." + ], + "answer": "C", + "question": { + "question_zh": "请根据画面bottom球员最后一次击球的情况,选择最准确的评价描述:", + "question_en": "Based on the bottom player's last shot in the footage, select the most accurate evaluation:" + } + }, + { + "video_uid": "video_000904", + "duration": 120, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在左中场突然停顿后以反手过顶高压球将球击向对方右后场,意图通过出其不意的击球方式压制对手后场空档,同时采取假动作骗开防守角度后抢网跟进。", + "B. bottom在右后场使用反手高远球将球击到对方后场右角,企图通过球的高度压制对手移动空间,为自己上网创造机会,同时制造被动中的假转移战术。", + "C. bottom在自己的左后场正手平抽斜线球,将球从自己的左中场直线抽到对方右中场,想要快速压制对手中场区域,迫使top防守,打乱其节奏。", + "D. bottom在中后场分球到对方右底线附近,利用球路弧线欺骗对手移动方向,随后迅速上网封网试图迫使对方回球出界,但实际是一记过渡性质的隐蔽假动作。" + ], + "options_en": [ + "A. Bottom suddenly pauses in the left midcourt and then hits a backhand overhead smash to the opponent's right rear court, intending to pressure the opponent's backcourt gap with an unexpected shot, while using a deceptive move to open up the defensive angle and follow up with a net rush.", + "B. Bottom uses a backhand clear from the right rear court to the opponent's back right corner, attempting to limit the opponent's movement with the shot's height, create an opportunity to move forward, and execute a deceptive transfer tactic while in a passive position.", + "C. Bottom executes a forehand straight drive from their left midcourt to the opponent's right midcourt, aiming to quickly pressure the opponent's midcourt area, force Top into defense, and disrupt their rhythm.", + "D. Bottom plays a cross-court shot from the mid-rear court to near the opponent's right baseline, using the shot's trajectory to deceive the opponent's movement direction, then quickly moves forward to intercept at the net, trying to force an out-of-bounds return, but it is actually a disguised deceptive shot with a transitional purpose." + ], + "answer": "C", + "question": { + "question_zh": "在画面底部球员最后一次击球中,以下哪个评价最准确?", + "question_en": "In the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000905", + "duration": 82, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中场反手被动防守挡直线到对方中场区域,可惜未能给对手制造麻烦。", + "B. bottom抢网上网并用假动作迷惑对手后击出反手过顶球,结果球速过快直接下网失误丢分。", + "C. bottom正手分球到对方左中场区域,并通过连续假动作骗飞对手重心后后场突击,却被对手救回得分。", + "D. bottom上网后迅速分球到对方右中场区域,同时通过手腕停顿假装扣杀,但球稍偏出界导致失分。" + ], + "options_en": [ + "A. The bottom player defended with a backhand block from the midcourt to the opponent's midcourt area, but unfortunately failed to trouble the opponent.", + "B. The bottom player rushed to the net with a fake move to deceive the opponent, then played a backhand overhead shot, but the ball was too fast and went into the net, leading to a lost point.", + "C. The bottom player split the shot with a forehand to the opponent's left midcourt area, used consecutive fake moves to shift the opponent's balance, and then attacked from the rear court, but the opponent saved it and scored.", + "D. The bottom player moved forward to the net and quickly split the shot to the opponent's right midcourt area, faking a kill with a wrist pause, but the ball went slightly out and resulted in a lost point." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面bottom球员的最后一次击球情况,选出最恰当的评价。", + "question_en": "Please evaluate the last shot of the bottom player based on the footage and select the most appropriate assessment." + } + }, + { + "video_uid": "video_000906", + "duration": 123, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom横向移动至右中场完成扑杀衔接,通过连续两拍分球压制对手边线,但第三拍被对手抢网挽救危机", + "B. bottom从右前场移动到左后场,用正手抽斜线球到对手的中场区域,可惜这一拍有破绽,给对手创造了机会。", + "C. bottom处于被动防守时用反手过渡回挡到中场区域,虽成功过网却因球速不足被对手立即网前扑杀得分", + "D. bottom在左后场快速上网并用反手假动作骗开防守,将球过顶扣杀至底线但偏离界线出界,导致本方失分" + ], + "options_en": [ + "A. The bottom player moved laterally to the right midcourt to complete a net kill follow-up, pressuring the opponent's sideline with two consecutive cross-court shots, but the third shot was saved by the opponent's quick net interception.", + "B. The bottom player moved from the right forecourt to the left rearcourt and used a forehand drive to hit a cross-court shot to the opponent's midcourt area. Unfortunately, this shot had a flaw, giving the opponent an opportunity.", + "C. The bottom player, while in a passive defensive position, used a backhand block to return the ball to the midcourt area. Although the shot successfully cleared the net, it lacked speed and was immediately net killed by the opponent for a point.", + "D. The bottom player quickly advanced to the net from the left rearcourt and used a backhand fake to deceive the defense, smashing the ball over the opponent's head to the baseline but it went out of bounds, resulting in a lost point for their side." + ], + "answer": "B", + "question": { + "question_zh": "关于画面底部球员最后一次击球,以下哪项评价最准确?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000907", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top快速抢网后突击对手正手大角度,击球时带有明显过顶弧线企图压制对手移动,却因力量控制失准导致球下网", + "B. top处于被动状态时将球过渡到对手中场右侧,同时配合脚步调整站位,但因判断失误导致球出界失去该分。", + "C. top在上网后突然用正手挑出高远球到对手右后场,并伴随假动作假装分球,试图骗开通路并压制对手底线区域。", + "D. top在自己的中前场反手推挑,将球击向对手的左后场,意图拉开球路以创造机会或调整站位。" + ], + "options_en": [ + "A. Top quickly rushed to the net and attacked the opponent's forehand wide angle with a steep overhead trajectory to pressure movement, but lost control of power, resulting in the shuttle failing to clear the net.", + "B. Top, in a defensive state, played a transitional shot to the opponent's midcourt right side while adjusting footwork, but misjudged the shot, causing it to go out and lose the point.", + "C. Top suddenly played a forehand clear to the opponent's right rear court after moving forward, accompanied by a deceptive motion pretending to play a cross-court shot, attempting to open up space and pressure the opponent's baseline.", + "D. Top executed a backhand push lift from their mid-frontcourt, sending the shuttle to the opponent's left rear court, aiming to open up the rally for opportunities or adjust positioning." + ], + "answer": "D", + "question": { + "question_zh": "在比赛中位于画面上方的球员进行的最后一次击球,以下哪个评价最贴切?", + "question_en": "In the match, the last shot made by the player at the top of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000908", + "duration": 108, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手分球到对方右侧底线意图拉开空档,但由于击球点过低导致球出边线,bottom轻松完成反攻", + "B. top反手对角抽击球速较慢且偏离线路,导致球出底线,同时bottom已预判到这一进攻路径并启动防守", + "C. top反手直线放网,将球从自己左前场打到对方右前场,试图占据网前主动,但未能给bottom施加较大压力。", + "D. top正手过顶杀球力量过大直冲对方底线,球下网失误的同时bottom趁机占据网前有利位置" + ], + "options_en": [ + "A. Top played a forehand cross-court shot to the opponent's right baseline intending to create space, but due to a low contact point, the ball went out of the sideline, allowing bottom to easily counterattack.", + "B. Top played a backhand cross-court drive with slow speed and off-target, causing the ball to go out of the baseline, while bottom had anticipated this offensive path and started defending.", + "C. Top played a backhand straight net shot, sending the ball from their left front court to the opponent's right front court, attempting to take the initiative at the net, but failed to put much pressure on bottom.", + "D. Top played a forehand overhead kill with excessive power straight to the opponent's baseline, resulting in a net error while bottom seized the opportunity to take a favorable position at the net." + ], + "answer": "C", + "question": { + "question_zh": "请根据画面top球员最后一次击球,选择最恰当的评价:", + "question_en": "Please select the most appropriate evaluation based on the top player's last shot in the video:" + } + }, + { + "video_uid": "video_000909", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在底线处通过强力的反手过顶劈吊压制对手后场,同时完成战术变向意图调动对方,但回球弧线过低直接下网", + "B. top在右中场突然做出正手扣杀假动作后迅速变向轻吊中场,结果因发力过猛导致球稍稍出界", + "C. top使用反手在中场位置突然劈对角,球速快且路线刁钻意图直接得分,但被对手快速移动中打出高质量鱼跃救球", + "D. top从自己的右中场正手被动挡直线,将球送到对方左前场,想要迫使对手起球以争取主动,可惜未能打乱对手节奏。" + ], + "options_en": [ + "A. Top used a powerful backhand overhead slice from the baseline to pressure the opponent's rear court while attempting a tactical redirection to move the opponent, but the return trajectory was too low and went straight into the net.", + "B. Top faked a forehand kill from the right midcourt and quickly changed to a light drop shot to the midcourt, but due to excessive power, the shuttle went slightly out.", + "C. Top suddenly sliced crosscourt with a backhand from the midcourt, with a fast and tricky shot intended to score directly, but the opponent quickly moved and executed a high-quality diving save.", + "D. Top played a straight block from the right midcourt with a forehand in a passive position, sending the shuttle to the opponent's left frontcourt, aiming to force a lift and gain initiative, but failed to disrupt the opponent's rhythm." + ], + "answer": "D", + "question": { + "question_zh": "针对画面上方球员最后一次击球,以下哪个评价最合适?", + "question_en": "Regarding the last shot by the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000910", + "duration": 145, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom因被动防守采用高吊球过渡,但因击球力量控制不足导致球直接下网失去这一回合得分权。", + "B. bottom在自己的左前场正手直线放网前球到对手的右前场,试图通过连贯压制对手获取主动。", + "C. bottom在底线处突然用反手过顶杀球击出高空球穿越对手封网,随后迅速上网压迫对方中后场。", + "D. bottom通过反手分球将球击向对手的右后场边线位置,利用大角度拉开对手站位意图得分。" + ], + "options_en": [ + "A. The bottom player adopts a defensive high clear for transition due to passive play, but loses the rally due to insufficient power control, resulting in the ball failing to clear the net.", + "B. The bottom player executes a forehand straight net shot from their left front court to the opponent's right front court, attempting to gain initiative through continuous pressure.", + "C. The bottom player suddenly performs a backhand overhead kill from the baseline, sending a high ball over the opponent's net block, then quickly moves forward to pressure the opponent's mid-backcourt.", + "D. The bottom player uses a backhand cross-court shot to send the ball toward the opponent's right backcourt sideline, aiming to score by widening the opponent's stance with a large angle." + ], + "answer": "B", + "question": { + "question_zh": "在下面给出的选项中,哪一项最恰当地评价了位于画面底部的球员最后一次击球的动作和意图?", + "question_en": "Among the following options, which one most appropriately evaluates the action and intention of the bottom player's last shot in the image?" + } + }, + { + "video_uid": "video_000911", + "duration": 137, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在防守中被迫用反手击出高远球到对方后场中心位置,完成救球过渡,却因力量不足被对手直接扣杀得分", + "B. top从自己的中前场反手推挑过顶斜线球到对手的左后场区域,试图拉开距离,调整站位。", + "C. top在自己右中场以正手抽击直线球到对手右前场,目的是分球制造得分机会,并拉开对手的跑动区域,但因为角度过小而未能达到目标。", + "D. top尝试从中场快放网前小球到对手的右侧区域,但被对手迅速抢网成功,导致球下网失误的被动过渡球。" + ], + "options_en": [ + "A. Top was forced to defend with a backhand clear to the center of the opponent's rear court to complete a rescue transition, but due to insufficient power, the opponent directly smashed it for a point.", + "B. Top played a backhand push shot with a high trajectory from their mid-frontcourt to the opponent's left rear court area, attempting to create distance and adjust positioning.", + "C. Top used a forehand drive to hit a straight shot from their right midcourt to the opponent's right frontcourt, aiming to split the shot and create a scoring opportunity while widening the opponent's movement range, but failed due to the angle being too narrow.", + "D. Top attempted a fast net shot from midcourt to the opponent's right side, but the opponent quickly intercepted it at the net, resulting in a net error as a passive transition shot." + ], + "answer": "B", + "question": { + "question_zh": "请根据影片内容,判断画面顶端球员最后一次击球的最恰当评价是哪一个?", + "question_en": "Based on the video content, which of the following is the most appropriate evaluation of the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000912", + "duration": 102, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在中场采取反手停顿击球意图欺骗对手移动方向,但对手识破后快速抢网扣杀得分。", + "B. top在中场反手拦截吊球直线到对手的中前场,迫使对手防守挡网。", + "C. top在后场正手用假动作分球边线,诱骗对手上网抢网但因球过顶导致出界失分。", + "D. top被迫过渡性挑球到对手中后场准备延迟反击,球速过慢被对手强力劈杀得分。" + ], + "options_en": [ + "A. The top player attempted a backhand delayed shot at the midcourt to deceive the opponent's movement direction, but the opponent read it and quickly rushed forward to net kill for a point.", + "B. The top player intercepted a backhand drop shot at the midcourt and played it straight to the opponent's mid-frontcourt, forcing the opponent to defend with a block.", + "C. The top player used a forehand deceptive shot from the backcourt to place the shuttle near the sideline, tricking the opponent into rushing forward to net kill, but the shuttle went over the opponent's head and landed out, resulting in a lost point.", + "D. The top player was forced to play a defensive net lift to the opponent's mid-backcourt to delay the counterattack, but the shuttle was too slow and the opponent executed a powerful smash to score." + ], + "answer": "B", + "question": { + "question_zh": "在羽毛球单打比赛中,对位于画面顶部的球员最后一次击球,以下哪一评价最准确?", + "question_en": "In a badminton singles match, which of the following evaluations is the most accurate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000913", + "duration": 148, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动局势下反手抽对角直线分球到对手左后场边线区域,意图制造空档但被对手快速封网拦截形成压制", + "B. bottom从自己的右前场正手推挑过顶斜线到对手的右后场,意图拉开对手逼其转身,达到了一定效果。", + "C. bottom以反手挑对角方式将球过顶对手网前站位,击球路线意图针对中场空档但因力量不足被对手顺势推后场压制", + "D. bottom通过手腕停顿制造假动作后突然正手扑杀直线至对手中场,虽球速极快但因角度过小未能有效突破防守" + ], + "options_en": [ + "A. The bottom player, in a defensive position, played a backhand drive cross-court straight to the opponent's left backcourt sideline area, aiming to create space but was quickly intercepted by the opponent's net block, resulting in pressure.", + "B. The bottom player executed a forehand push lift over the head diagonally from their right forecourt to the opponent's right backcourt, intending to stretch the opponent and force a turn, achieving some effect.", + "C. The bottom player lifted the shuttle diagonally over the opponent's net stance with a backhand, aiming for the midcourt gap but lacked power, allowing the opponent to easily push it to the backcourt, resulting in pressure.", + "D. The bottom player used a wrist pause to create a deceptive action before suddenly executing a forehand net kill straight to the opponent's midcourt. Despite the high speed, the shot failed to effectively break through the defense due to the narrow angle." + ], + "answer": "B", + "question": { + "question_zh": "对画面底部球员最后一次击球的评价,以下哪项最为准确?", + "question_en": "Which of the following most accurately evaluates the last shot by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_000914", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的中后场正手斜线杀球,想要进攻但角度不够开,没能给对手带来太大压力", + "B. bottom在底线实施了反手劈吊意图制造压迫感,但由于球速过快导致对手预判及时,最终劈吊球从边线偏出界外", + "C. bottom处于被动状态时选择正手挑后场过渡球,但过度追求高度导致球体下网丧失了得分机会", + "D. bottom上网时采用假动作分球试图迷惑对手,将球击向对方右侧边线却被对手快速抢网封堵回防得分" + ], + "options_en": [ + "A. Bottom executed a forehand cross-court kill from their mid-backcourt intending to attack, but the angle wasn't wide enough to pressure the opponent significantly.", + "B. Bottom attempted a backhand drop shot from the baseline to create pressure, but the excessive speed allowed the opponent to anticipate it, resulting in the drop shot going out of bounds from the sideline.", + "C. Bottom opted for a forehand clear as a defensive transition when passive but overemphasized height, causing the shot to go into the net and lose the scoring opportunity.", + "D. Bottom used a deceptive cross-court shot during the net approach to confuse the opponent, directing the ball toward the right sideline, but the opponent quickly intercepted it with a net kill and scored." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面底部的球员最后一次击球,以下哪个评价最符合实际情况?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_000915", + "duration": 114, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在自己右后场反手斜线抽球过渡,质量欠佳,给top创造了中场扑球的机会。", + "B. bottom在底线处使用反手大力劈对角下压球,因角度过大导致球出界,同时未能压制top的防守区域。", + "C. bottom从自己正手位大范围移动到左前场进行直线抽杀进攻,球速过快导致top无力回防,最终得分。", + "D. bottom在中场位置进行假动作后突然变向抽球,成功骗过top并逼使其回球下网,从而得分。" + ], + "options_en": [ + "A. The bottom player executed a backhand cross-court drive from their right rear court as a transition shot, but the quality was poor, giving the top player an opportunity for a net kill at midcourt.", + "B. The bottom player used a powerful backhand diagonal smash from the baseline, but the excessive angle caused the shuttle to go out, failing to pressure the top player's defensive zone.", + "C. The bottom player moved extensively from their forehand side to the left front court for a straight attacking drive. The excessive speed of the shot left the top player unable to defend, resulting in a point.", + "D. The bottom player performed a deceptive move at midcourt followed by a sudden directional change drive, successfully tricking the top player and forcing them to return the shuttle into the net, scoring a point." + ], + "answer": "A", + "question": { + "question_zh": "对于片段位于画面bottom的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot made by the player positioned at the bottom of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000916", + "duration": 89, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动过渡时采用反手挑后场过顶球,但未能控制好击球力度导致球体明显下坠,被对手抓住机会反击。", + "B. top假动作劈杀后突然改用反手直线平抽,但因出手时机较晚被对手迅速回防化解进攻", + "C. top上网后正手分球到对手边线,但因击球点过低导致球体擦边出界,未能形成有效压制。", + "D. top正手杀斜线球到对手的中场区域,突然性较强,打乱了对手节奏。" + ], + "options_en": [ + "A. The top player used a backhand net lift to send a deep clear when transitioning passively, but failed to control the power, causing the ball to drop sharply, allowing the opponent to counterattack.", + "B. The top player feinted a smash but suddenly switched to a backhand straight drive, yet the delayed execution allowed the opponent to quickly defend and neutralize the attack.", + "C. The top player moved forward and played a forehand cross-court shot to the opponent's sideline, but the ball clipped the edge and went out due to a low contact point, failing to create effective pressure.", + "D. The top player executed a forehand kill to the opponent's midcourt area with strong suddenness, disrupting the opponent's rhythm." + ], + "answer": "D", + "question": { + "question_zh": "请根据片段中位于画面top球员的最后一次击球动作,选择最恰当的评价:", + "question_en": "Based on the last shot of the top player in the footage, select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000917", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在左中场侧身用正手抽击直线球至对手中场,利用突然加速打乱对方节奏,但被对手提前预判成功封网导致反击失利", + "B. bottom从左后场上网到左前场,正手抢网推斜线球到对手的中场区域,想要通过快速推球占据主动,为后续进攻创造机会。", + "C. bottom在中场假动作停顿后突然后撤至后场底线区域,用反手高远球过顶压制对手网前,试图消耗对方体力却因落点偏差直接下网。", + "D. bottom从右后场向右前场上网,反手挑球分球至对方右侧边线区域,企图通过假动作晃开对手防守,但弧度过高导致球出界结束回合。" + ], + "options_en": [ + "A. The bottom player turned sideways at the left midcourt and executed a forehand drive straight to the opponent's midcourt, using sudden acceleration to disrupt the opponent's rhythm, but the opponent anticipated it and successfully blocked the net, leading to a failed counterattack.", + "B. The bottom player moved from the left rear court to the left front court, executing a forehand net rush push shot diagonally to the opponent's midcourt area, aiming to seize the initiative with a quick push and create opportunities for subsequent attacks.", + "C. The bottom player feinted a pause at the midcourt before suddenly retreating to the rear baseline area, using a backhand clear to overpower the opponent at the net with a high trajectory, aiming to exhaust the opponent but the shot's misplaced landing caused it to hit the net.", + "D. The bottom player moved from the right rear court to the right front court, executing a backhand net lift to cross-court the shuttle to the opponent's right sideline area, attempting to deceive the opponent with a feint but the shot's excessive height caused it to go out, ending the rally." + ], + "answer": "B", + "question": { + "question_zh": "请从以下选项中选择对画面底部球员最后一次击球评价最准确的一项。", + "question_en": "Please select the most accurate evaluation of the last shot made by the player at the bottom of the screen from the following options." + } + }, + { + "video_uid": "video_000918", + "duration": 159, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom上网到自己的左前场,正手连贯放网斜线球到对手的右前场,给对手施加了较大压力。", + "B. bottom退到后场完成反手抽直线球,球速极快但因为对手抢网过顶导致回球出界,造成了失分。", + "C. bottom在右前场使用反手挑后场过顶高球,虽然成功避开了对手封网但失去了进攻压迫性。", + "D. bottom在底线处被动回放直线过渡球,因判断失误导致击球点过晚最终球拍触网下网丢分。" + ], + "options_en": [ + "A. The bottom player moved forward to their left frontcourt and executed a forehand net shot cross-court to the opponent's right frontcourt, applying significant pressure.", + "B. The bottom player retreated to the backcourt and completed a backhand drive straight, but the opponent's quick net interception resulted in an overhead return that went out, causing a loss of point.", + "C. The bottom player used a backhand net lift to send a high overhead clear from the right frontcourt, successfully avoiding the opponent's net block but losing offensive pressure.", + "D. The bottom player passively played a straight net shot as a transition from the baseline, but due to misjudgment, the late contact caused the racket to touch the net, resulting in a loss of point." + ], + "answer": "A", + "question": { + "question_zh": "请对画面底部球员最后一次击球的战术表现选择最恰当的评价。", + "question_en": "Please select the most appropriate evaluation of the tactical performance of the bottom player's last shot in the footage." + } + }, + { + "video_uid": "video_000919", + "duration": 151, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top上网时利用假动作骗开对手防守重心,随后突然上网突击导致对手回球出界丧失得分机会,展现了战术欺骗性", + "B. top正手抽直线球打向对方右后场深区制造压迫,对手勉强过渡至中场后,top延续进攻完成扣杀得分,形成连贯进攻", + "C. top在中后场正手劈杀斜线球,给对手施压,迫使对手只能在对方的左中场被动挡网", + "D. top在右中场使用反手挑后场高球过顶压制,迫使对手被迫回放网前,但随后的抢网失误导致球下网,形成连续失分" + ], + "options_en": [ + "A. top used a deceptive move while moving forward to mislead the opponent's defensive stance, then suddenly rushed forward for a sudden attack, causing the opponent to return the ball out of bounds and lose the scoring opportunity, demonstrating tactical deception.", + "B. top struck a forehand drive straight to the opponent's deep right backcourt to create pressure. After the opponent barely managed a transitional shot to the midcourt, top continued the offensive with a kill to score, forming a coherent attack.", + "C. top executed a forehand slash kill cross-court from the mid-backcourt, pressuring the opponent and forcing them to passively block the net at the left midcourt.", + "D. top played a backhand net lift to the deep backcourt from the right midcourt, over-the-head pressuring the opponent into a forced net drop, but a subsequent net rush error resulted in the ball failing to clear the net, leading to a consecutive loss of points." + ], + "answer": "C", + "question": { + "question_zh": "对于画面顶部球员最后一次击球的技战术特点及结果,请选择最准确的评价", + "question_en": "Regarding the technical and tactical characteristics and outcome of the last shot by the player at the top of the screen, please select the most accurate evaluation." + } + }, + { + "video_uid": "video_000920", + "duration": 110, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在自己的右前场正手停顿勾斜线球,将球打到对手的中前场,想要调动对手,但球角度不够,被预判了", + "B. top在对手的左中场区域采用反手快速抽击直线球,试图压制对手的防守范围,但力量过大导致球速过快被对手扑杀", + "C. top在底线附近用正手分球击打右边界,试图拉开对手站位,但击球点过早导致球出界并丧失得分机会", + "D. top使用假动作过顶劈吊假装攻击后场,实际采用反手将球挑向对手右中场,但球速过慢且弧线过高导致被拦截" + ], + "options_en": [ + "A. top uses a forehand Cross-court with a pause in their right frontcourt, hitting the shuttle to the opponent's mid-frontcourt to try to move them, but the angle was insufficient and was anticipated.", + "B. top employs a backhand fast drive straight shot in the opponent's left midcourt area, attempting to limit their defensive range, but the excessive power caused the shuttle to be too fast and was net killed by the opponent.", + "C. top uses a forehand Cross-court near the baseline to hit the right sideline, trying to widen the opponent's stance, but the early contact caused the shuttle to go out and lose the scoring opportunity.", + "D. top uses a deceptive over-the-head drop shot pretending to attack the backcourt, but actually employs a backhand net lift to the opponent's right midcourt, yet the shuttle was too slow and too high, leading to an interception." + ], + "answer": "A", + "question": { + "question_zh": "对于画面顶部球员最后一次击球的评价,以下哪一项最准确?", + "question_en": "Which of the following most accurately evaluates the last shot by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000921", + "duration": 166, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动情况下反手快速击出极高弧度的过顶球到对手后场边线附近,试图用分球战术逼迫对手回球出界", + "B. top以正手假动作骗过对手后突然改用反手轻搓到前场中路,试图用精准分球迫使对手回球下网", + "C. top从自己的右前场正手停顿勾出大斜线到对手的中前场区域,试图调动对手,创造进攻机会", + "D. top通过假装推球到中场后突然上网抢网,用反手挑对角制造对手判断失误,争取直接得分机会" + ], + "options_en": [ + "A. top quickly hit an extremely high clear with a backhand to the opponent's backcourt sideline in a passive situation, attempting to use a split shot tactic to force the opponent to return the ball out of bounds", + "B. top used a forehand fake to deceive the opponent and then suddenly switched to a backhand soft net shot to the mid-frontcourt, attempting to force the opponent to return the ball into the net with precise placement", + "C. top paused with a forehand cross-court shot from their right frontcourt to the opponent's mid-frontcourt area, attempting to move the opponent and create an offensive opportunity", + "D. top pretended to push shot to the midcourt and then suddenly rushed to the net for a net kill, using a backhand cross-court lift to cause the opponent's misjudgment and seize a direct scoring chance" + ], + "answer": "C", + "question": { + "question_zh": "请判断以下对画面中位于顶部的运动员最后一次击球的评价,哪一个最贴切描述其击球目的与动作特点?", + "question_en": "Please judge which of the following evaluations of the last shot by the player at the top in the scene most accurately describes the purpose and characteristics of their shot?" + } + }, + { + "video_uid": "video_000922", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手切吊斜线球到对手的右前场,意图通过吊球调动对手,改变球路创造进攻机会。", + "B. top球员反手挑打出界失误,试图通过高弧线分球压制对方右区但球速过慢导致出界", + "C. top选手使用假动作试图骗攻后场后突然劈吊网前,却被对手预判反拍拦截得分", + "D. top选手在被动状态下采用手腕停顿的过渡球,意图欺骗对手启动方向却因力量不足下网" + ], + "options_en": [ + "A. The top player executed a forehand cross-court drop shot to the opponent's right front court, aiming to mobilize the opponent with the drop shot and change the rally to create an attacking opportunity.", + "B. The top player made an out-of-bounds error with a backhand net lift, attempting to pressure the opponent's right side with a high-arc cross-court shot but the slow ball speed caused it to go out.", + "C. The top player used a fake motion to deceive the opponent into expecting a rear-court attack but suddenly sliced a drop shot to the net, only to be anticipated and intercepted by the opponent's backhand for a point.", + "D. The top player, in a passive state, employed a wrist-paused transition shot to mislead the opponent's movement direction but failed due to insufficient power, resulting in the ball not clearing the net." + ], + "answer": "A", + "question": { + "question_zh": "对于片段中画面顶部球员的最后一次击球,哪一个评价最符合该技术动作的目的与结果?", + "question_en": "For the last shot by the top player in the clip, which evaluation best matches the purpose and outcome of this technical action?" + } + }, + { + "video_uid": "video_000923", + "duration": 129, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右后场主动分球至对方左侧底线,同时用头部做出向右侧晃动的假动作骗过对手,但球体轨迹偏移最终下网失误。", + "B. bottom上网到左前场,反手连贯抽斜线,将球从自己的左前场打到对手的中场区域,让top陷入被动。", + "C. bottom被强制到中场位置后选择反手挑后场高远球,配合脚下侧面滑步拉开距离,成功压制top无法快速跟进形成过渡", + "D. bottom在后场区域突然启动正手过顶劈杀直线球,借力打出强烈下沉弧线直击对方右场边线,导致top无法触球直接得分。" + ], + "options_en": [ + "A. The bottom player actively plays a cross-court shot to the opponent's left baseline from the right backcourt while using a head fake to deceive the opponent with a right-side feint, but the ball trajectory deviates and ultimately results in a net error.", + "B. The bottom player moves forward to the left front court and executes a backhand drive cross-court, sending the ball from their left front court to the opponent's midcourt area, putting the top player in a passive position.", + "C. The bottom player, forced to the midcourt, chooses a backhand clear to the deep backcourt, coordinating with a side-step to create distance, successfully suppressing the top player's ability to quickly follow up and forming a transition.", + "D. The bottom player suddenly initiates a forehand overhead straight kill from the backcourt, leveraging power to produce a sharp descending trajectory that directly hits the opponent's right sideline, resulting in the top player failing to touch the ball and scoring directly." + ], + "answer": "B", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000924", + "duration": 84, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top利用反手快速抢网压边线得分,凭借精准的落点迫使对方回球下网完成关键得分。", + "B. top被迫在后场被动过渡时突然用反手过顶高远球压对方中场,但球速过快导致直接出界失误。", + "C. top通过正手假动作骗开对手后突然分球到对方右底线,虽球速稍慢但成功制造了对方的防守漏洞。", + "D. top在右中场再次正手被动挡网斜线到对方的中前场,虽顽强抵抗但未能完全摆脱对方的进攻压迫。" + ], + "options_en": [ + "A. Top quickly intercepted at the net with a backhand drive pressing the sideline to score, forcing the opponent to return the ball into the net with precise placement for a crucial point.", + "B. Top was forced into a passive transition at the backcourt and suddenly played a backhand overhead clear to the opponent's midcourt, but the excessive speed caused the shot to go out directly, resulting in an error.", + "C. Top used a forehand deceptive move to mislead the opponent and suddenly played a cross-court shot to the opponent's right baseline. Although the shot was slightly slow, it successfully created a defensive gap for the opponent.", + "D. Top made a forehand passive block cross-court to the opponent's mid-frontcourt from the right midcourt, showing tenacious resistance but failing to fully escape the opponent's offensive pressure." + ], + "answer": "D", + "question": { + "question_zh": "请根据画面顶部球员的最后一次击球情况,选择最恰当的评价选项。", + "question_en": "Based on the last shot by the top player shown at the top of the screen, select the most appropriate evaluation option." + } + }, + { + "video_uid": "video_000925", + "duration": 139, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中场正手分球到对方右侧边线,假装打对角线却突然网前轻吊,迫使top重心左移后无法有效抢网,", + "B. bottom处于被动过渡时强行正手抽击,导致球速过快直接出界并送给top直接得分机会", + "C. bottom从自己的左中场反手拦吊直线,将球打到对方右前场,让top的重心更加被动。", + "D. bottom在左中场用反手进行停顿假动作后突然正手劈对角,骗过top的移动路线但因角度不足被直接拦截," + ], + "options_en": [ + "A. bottom plays a forehand cross-court shot to the opponent's right sideline from midcourt, feinting a diagonal shot but suddenly executing a soft net drop, forcing top to shift their center of gravity left and fail to effectively rush the net.", + "B. bottom, while in a passive transition, forcefully executes a forehand drive, resulting in excessive shuttle speed that sends it out of bounds and gifts top a direct scoring opportunity.", + "C. bottom intercepts with a backhand straight drop shot from their left midcourt, sending the shuttle to the opponent's right forecourt, forcing top's center of gravity to become more passive.", + "D. bottom uses a backhand hesitation fake in the left midcourt, then suddenly plays a forehand diagonal slash, deceiving top's movement but getting intercepted directly due to insufficient angle." + ], + "answer": "C", + "question": { + "question_zh": "在画面底部的球员进行最后一次击球时,以下哪项评价最贴切?", + "question_en": "When the player at the bottom of the screen makes the last shot, which of the following evaluations is most accurate?" + } + }, + { + "video_uid": "video_000926", + "duration": 188, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中前场正手抢网搓球至对手的中前场,想要迫使对方起球。", + "B. bottom在被动情况下用网前挑球过顶对手,意图通过球路弧线变化为自己争取回球时间", + "C. bottom在准备上网时突然进行假动作分球到边线,但因击球点过低导致球直接下网失分", + "D. bottom在后场用反手高远球配合手腕停顿骗开对手防守后,快速上网扑杀至对角线位置" + ], + "options_en": [ + "A. bottom is in the mid-front court, forehand net kill with a net shot to the opponent's mid-front court, aiming to force the opponent to lift the ball.", + "B. bottom is in a passive situation, using a net lift to send the ball over the opponent's head, intending to buy time for recovery by changing the trajectory.", + "C. bottom prepares to move forward but suddenly performs a fake action to cross-court the ball to the sideline, but due to a low contact point, the ball goes directly into the net and loses the point.", + "D. bottom is in the rear court, using a backhand clear with a wrist pause to deceive the opponent's defense, then quickly moves forward for a net kill to the diagonal position." + ], + "answer": "A", + "question": { + "question_zh": "在画面底部的球员进行最后一次击球时,以下哪项评价最符合其击球动作?", + "question_en": "When the player at the bottom of the screen makes the last shot, which of the following evaluations best describes their shot action?" + } + }, + { + "video_uid": "video_000927", + "duration": 171, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom快速抢网到中场位置反手挑后场假动作,实际使用正手直线过渡,但被top预判封堵造成下网失误。", + "B. bottom在连续防守后被动将球过渡到中场区域,试图延缓进攻节奏却被top直接高压扣杀得分。", + "C. bottom从左中场上网到前场反手分球到对手右侧边线,试图通过过顶假动作迷惑top,但球因弧度过高被拦截导致出界。", + "D. bottom从右中场移动到左后场正手收吊斜线回头球,试图通过重复落点来控制top的重心,为后续进攻创造机会。" + ], + "options_en": [ + "A. The bottom player quickly rushed to the midcourt for a net kill with a backhand net lift fake, but actually used a forehand straight transition shot, which was anticipated and blocked by the top player, resulting in a net error.", + "B. The bottom player, after continuous defense, passively transitioned the ball to the midcourt area, attempting to delay the offensive rhythm but was directly scored by the top player with a powerful smash.", + "C. The bottom player advanced from the left midcourt to the forecourt and executed a backhand cross-court shot to the opponent's right sideline, attempting to deceive the top player with an overhead fake, but the shot was intercepted due to excessive arc and went out.", + "D. The bottom player moved from the right midcourt to the left rear court and executed a forehand cross-court drop shot, attempting to control the top player's balance by repeating the placement and create opportunities for subsequent attacks." + ], + "answer": "D", + "question": { + "question_zh": "对位于画面底部的球员最后一次击球进行评价,以下哪个选项最准确?", + "question_en": "Evaluate the last shot made by the player at the bottom of the screen. Which of the following options is most accurate?" + } + }, + { + "video_uid": "video_000928", + "duration": 193, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的中前场反手抢网,上手位挡网到对手的中前场区域,迫使对手被动上网。", + "B. top在底线处使用正手分球过顶到对手右场区,但球出界导致失分,对手直接得分。", + "C. top在后场通过反手停顿假动作骗过对手后,被动过渡到中场区域,导致自身击球下网。", + "D. top上网过程中用正手挑对角压线,却被对手扑杀压制,最终被对手抢网得分。" + ], + "options_en": [ + "A. top rushed the net from their mid-frontcourt backhand, blocking the net with an overhead shot to the opponent's mid-frontcourt area, forcing the opponent to passively move forward.", + "B. top used a forehand cross-court clear from the baseline to the opponent's right court, but the ball went out, resulting in a lost point and the opponent scoring directly.", + "C. top used a backhand pause with a deceptive motion to mislead the opponent, then made a passive transition to the midcourt, resulting in their shot hitting the net.", + "D. top used a forehand diagonal net lift while moving forward, but the opponent countered with a net kill, ultimately leading to the opponent rushing the net to score." + ], + "answer": "A", + "question": { + "question_zh": "对于画面顶部球员最后一次击球,以下哪个评价最符合技术动作与战术意图?", + "question_en": "For the last shot by the player at the top of the screen, which of the following evaluations best matches the technical action and tactical intent?" + } + }, + { + "video_uid": "video_000929", + "duration": 126, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下被迫将球过渡到对方中场偏右位置,虽然勉强回球过网却因力量不足被对手直接扣杀得分。", + "B. bottom从右侧中场反手抽击直线分球到对方左底线附近,试图通过大角度调动对手,但球速较慢未能突破防线。", + "C. bottom在后场主动上网过程中做出正手劈吊假动作,后突然变向挑后场过顶球,意图欺骗对手的预判但被对方成功拦截。", + "D. bottom从自己的左中场正手重杀斜线回头球,将球打到对方右中场,连续的杀球压迫性很强,想要进一步压制对手。" + ], + "options_en": [ + "A. Bottom, in a passive situation, was forced to transition the shuttle to the opponent's midcourt slightly to the right. Although he barely returned the shuttle over the net, the lack of power allowed the opponent to directly smash for a point.", + "B. Bottom performed a backhand straight drive from the right midcourt, directing the shuttle near the opponent's left baseline. He attempted to move the opponent with a wide angle, but the slow shuttle speed failed to break through the defense.", + "C. Bottom, while actively moving forward from the rear court, executed a forehand drop shot fake, then suddenly changed to a net lift to the rear court with a high clear, intending to deceive the opponent's anticipation but was successfully intercepted.", + "D. Bottom executed a forehand cross-court kill from his left midcourt, hitting the shuttle to the opponent's right midcourt. The continuous kills were highly oppressive, aiming to further pressure the opponent." + ], + "answer": "D", + "question": { + "question_zh": "请选出对画面底部球员最后一次击球的最恰当评价。", + "question_en": "Please select the most appropriate evaluation of the last shot made by the player at the bottom of the screen." + } + }, + { + "video_uid": "video_000930", + "duration": 155, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在左前场反手挑出一记过顶高球到对手的中后场区域,此时他处于被动状态,试图通过这一挑球来过渡,然而未能有效摆脱被动局面。", + "B. bottom在被动防守中连续后退至中场,强打着一记重扣球到对方对角线底线,但因力量过大导致球出界失分,整个过程显得仓促且缺乏精准控制。", + "C. bottom用反手停顿制造假动作,随即突然劈吊到对方网前小三角区域,对手因假动作被骗完全失去位置,只能被动回挡,bottom因此顺利得分,显示出极强的战术欺骗能力。", + "D. bottom在前场上网并快速分球到对手右前场,随后抢网压制对手,使得对手被迫用挑高球回击,最终bottom抓住机会扣杀得分;他的这一系列动作展现了极强的网前意识与进攻欲望。" + ], + "options_en": [ + "A. The bottom player made a backhand net lift from the left frontcourt, sending a high clear to the opponent's mid-backcourt area. At this point, he was in a passive state, attempting to transition with this lift, but failed to effectively break free from the passive situation.", + "B. The bottom player retreated continuously to the midcourt in passive defense and forcefully hit a powerful kill to the opponent's diagonal baseline. However, due to excessive power, the shuttle went out and resulted in a lost point. The entire process appeared rushed and lacked precise control.", + "C. The bottom player used a backhand pause to create a deceptive move, then suddenly played a drop shot to the opponent's small triangle area near the net. The opponent was completely fooled by the fake and lost position, only managing a passive block in return. The bottom player thus scored smoothly, displaying excellent tactical deception skills.", + "D. The bottom player moved forward to the frontcourt and quickly played a cross-court shot to the opponent's right frontcourt, then rushed the net to pressure the opponent, forcing the opponent to return with a high clear. Finally, the bottom player seized the opportunity to score with a kill. This series of actions demonstrated his strong net awareness and offensive intent." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面底部球员最后一次击球的情况,请选择以下哪一项评价最为恰当?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the bottom of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000931", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom被动防守时勉强进行过渡球处理,导致球拍击球点过低最终出现下网失误的致命失误。", + "B. bottom通过反手假动作骗过对手后突然正手抽直线,但球因弧度过低被top抢网扑杀导致失分。", + "C. bottom从自己的左后场正手击出平高直线球到top的右后场,意图通过高远球控制底线,压制对手。", + "D. bottom在被动状态下采取分球策略将球击向top的体侧边线区域,结果球速过慢被对手轻松过渡。" + ], + "options_en": [ + "A. The bottom player, while passively defending, made a forced transition shot, resulting in the racket hitting the shuttle too low and causing a fatal net error.", + "B. The bottom player used a backhand fake to deceive the opponent, then suddenly hit a straight drive, but the shot was too low and was intercepted by the top player with a net kill, resulting in a lost point.", + "C. The bottom player hit a straight flat clear from their left rear court to the top player's right rear court, aiming to control the baseline with a deep clear and pressure the opponent.", + "D. The bottom player, in a defensive position, adopted a cross-court strategy by hitting the shuttle to the side area near the top player's body, but the shot was too slow, allowing the opponent to easily transition." + ], + "answer": "C", + "question": { + "question_zh": "请对位于画面底部球员的最后一次击球作出最恰当的评价。", + "question_en": "Please provide the most appropriate evaluation of the last shot made by the player at the bottom of the screen." + } + }, + { + "video_uid": "video_000932", + "duration": 139, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在右中场正手被动挡网直线球到对手的左中场区域,意图缓解被动局面。", + "B. top在右中场反手使用假动作骗对手后打出过顶高远球,意图压制对手后退防守范围。", + "C. top在右中场采用正手分球至对手的右中场区域,试图制造空档并抢网前机会。", + "D. top在后场上网过程中突然挑后场对角球,试图拉大对手移动距离并直接得分。" + ], + "options_en": [ + "A. Top played a forehand block from the right midcourt to the opponent's left midcourt area with a straight shot, aiming to alleviate the passive situation.", + "B. Top used a backhand fake at the right midcourt to deceive the opponent before playing an overhead clear, intending to pressure the opponent into retreating and expanding their defensive range.", + "C. Top employed a forehand cross-court shot from the right midcourt to the opponent's right midcourt area, attempting to create space and seize the net opportunity.", + "D. Top suddenly played a diagonal net lift to the rear court while moving forward from the backcourt, trying to widen the opponent's movement distance and score directly." + ], + "answer": "A", + "question": { + "question_zh": "对画面顶部球员最后一次击球应给予以下哪项恰当评价?", + "question_en": "Which of the following is the appropriate evaluation of the last shot by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000933", + "duration": 202, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下用头顶区反手击出大对角过顶球至对手右后场,球因弧度过高直接下网导致失分。", + "B. bottom通过手腕停顿做出反手假动作后,突然正手挑上网前场球,但被对手快速抢网并以斜线扣杀得分。", + "C. bottom利用步法上网后发大力抽对角分球到对方左底线,但由于角度过大导致球擦边出界被裁判判定失败。", + "D. bottom再次正手击出直线平高球到对手的左后场,双方持续展开平高球的较量。" + ], + "options_en": [ + "A. The bottom player, in a defensive position, uses an overhead backhand to hit a deep cross-court clear to the opponent's right rear court, but the shot goes directly into the net due to excessive arc, resulting in a loss of point.", + "B. The bottom player uses a wrist pause to fake a backhand shot before suddenly switching to a forehand net lift, but the opponent quickly rushes the net and scores with a cross-court kill.", + "C. The bottom player uses footwork to rush the net and delivers a powerful diagonal drive to the opponent's left baseline, but the shot grazes the edge and goes out, leading to a referee's call of failure.", + "D. The bottom player once again hits a straight forehand clear to the opponent's left rear court, and both sides continue to engage in a clear rally." + ], + "answer": "D", + "question": { + "question_zh": "对位于画面底部的球员的最后一次击球,以下哪个评价最为恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000934", + "duration": 169, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左中场反手搓出直线网前球到对手右前场,想要调动对手上网,给自己创造主动机会。", + "B. top在右中场使用正手挥拍打出分球到对手右底线附近,意图拉大场地范围迫使其横向移动,为自己争取反击机会.", + "C. top在被迫后退右侧底线时勉强回击一记过顶高远球到对手头顶,但因角度过小未能压制,造成对手抢网占据主动权.", + "D. top在中场区域先做出正手抽球的假动作骗到对手后退,突然改用反手放轻球到中场落点,试图诱发对手回球失误." + ], + "options_en": [ + "A. Top played a straight net shot with a backhand slice from the left midcourt to the opponent's right forecourt, aiming to force the opponent to move forward and create an active opportunity for themselves.", + "B. Top used a forehand swing to play a cross-court shot near the opponent's right baseline from the right midcourt, intending to widen the court and force lateral movement, thereby securing a counterattack chance.", + "C. Top was forced to retreat to the right baseline and barely returned a high clear to the opponent's head, but due to the narrow angle, failed to suppress the opponent, resulting in the opponent rushing the net and gaining the initiative.", + "D. Top first faked a forehand drive in the midcourt to deceive the opponent into retreating, then suddenly switched to a backhand drop shot to the midcourt, attempting to induce a return error from the opponent." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶部的球员所执行的最后一次击球,以下哪项评价最准确?", + "question_en": "For the last shot executed by the player at the top of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000935", + "duration": 140, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手停顿推挑斜线球,将球从自己的右前场打到对手右后场区域,想要摆脱对手的压制,为自己创造更好的进攻机会。", + "B. top选手在被动状态下用反手过渡球假意推送直线,实则使用劈吊对角试图骗对手移向后场,但因力量控制不足落下网前。", + "C. top球员使用假动作过顶挑球分到对方左侧边线,试图通过突然加速上网后迅速抽杀直线球,但因动作幅度过大导致球出界。", + "D. top正手抢网快速平抽对角线路,意图压迫对手防线并趁机拦截网前,却因节奏过快未能控制落点最终出界。" + ], + "options_en": [ + "A. The top player used a forehand pause push shot cross-court, sending the ball from their right frontcourt to the opponent's right backcourt area, aiming to break free from the opponent's pressure and create a better attacking opportunity.", + "B. The top player, in a passive state, pretended to push a straight shot with a backhand transition but actually executed a cross-court drop shot to deceive the opponent into moving backward, yet failed to control the power, resulting in the ball landing short.", + "C. The top player used a deceptive overhead net lift to the opponent's left sideline, attempting to suddenly accelerate forward for a quick straight drive, but the excessive swing caused the ball to go out.", + "D. The top player used a forehand net rush to quickly drive cross-court, intending to pressure the opponent's defense and intercept at the net, but due to the excessive pace, failed to control the placement, ultimately sending the ball out." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶部位置的球员的最后一次击球,以下哪个评价最准确?", + "question_en": "For the last shot by the player at the top of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000936", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在中场用假动作骗过对手后突然劈吊网前,球过顶迫使对手被动防守,但回球下网导致失分。", + "B. top在右后场反手分球到对方底线大角度,迫使对手大幅度移动补救但回球出界,最终得分。", + "C. top在左前场反手抢网时突然改变方向斜线推对角,但球因力量过大出界,导致连续失分机会错失。", + "D. top在右前场正手停顿推直线回头球,打乱对手节奏,让对手陷入被动。" + ], + "options_en": [ + "A. Top used a deceptive move at the midcourt to fake out the opponent before suddenly executing a drop shot to the net. The shot went over the opponent's head, forcing a passive defense, but the return went into the net, resulting in a lost point.", + "B. Top played a backhand cross-court shot to the opponent's baseline at a wide angle from the right rearcourt, forcing the opponent to make a large movement to retrieve but the return went out, resulting in a point.", + "C. Top attempted a backhand net kill at the left frontcourt but suddenly changed direction to push diagonally. However, the shot went out due to excessive power, missing the chance to capitalize on consecutive lost points.", + "D. Top used a forehand pause push shot straight to the rearcourt at the right frontcourt, disrupting the opponent's rhythm and forcing them into a passive position." + ], + "answer": "D", + "question": { + "question_zh": "对于片段中位于画面顶部的球员最后一次击球,以下哪个评价最符合其技术表现和比赛影响?", + "question_en": "For the last shot made by the player at the top of the screen in the clip, which of the following evaluations best matches their technical performance and match impact?" + } + }, + { + "video_uid": "video_000937", + "duration": 193, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在对手上网时用头顶抽击打出一记过顶高球,欺骗对手改变节奏,却因击球点过低导致球直接下网,失去得分机会。", + "B. top因被动选择劈对角中后场球试图分球,但因力量不足导致球落在底线边缘出界,未能有效化解对方攻势。", + "C. top正手击出直线平高球,从自己的左后场打到对手的中后场区域,继续通过高远球压制对手,掌控场上主动。", + "D. top在中场使用假动作后突然以反手挑打出大角度斜线球,企图调动对手体力并为自己上网创造机会,但球稍偏右出界未能得分。" + ], + "options_en": [ + "A. top hits an overhead clear with a drive when the opponent moves forward, attempting to deceive the opponent and change the rhythm, but due to a low contact point, the ball goes directly into the net, losing the scoring opportunity.", + "B. top, under pressure, chooses to slice a cross-court mid-rear court shot to split the play, but due to insufficient power, the ball lands near the baseline and goes out of bounds, failing to effectively counter the opponent's attack.", + "C. top hits a straight flat clear with a forehand from their own left rear court to the opponent's mid-rear court area, continuing to pressure the opponent with clears and maintaining control of the game.", + "D. top uses a deceptive move at midcourt and suddenly plays a wide-angle cross-court backhand net lift, attempting to exhaust the opponent and create an opportunity to move forward, but the ball goes slightly right and out of bounds, failing to score." + ], + "answer": "C", + "question": { + "question_zh": "对位于画面顶部球员的最后一次击球,哪一项评价最为合适?", + "question_en": "Which of the following evaluations is most appropriate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000938", + "duration": 98, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手抢网推挑直线过顶球到对方左中场,想要逼对手转身,占据主动", + "B. top反手高远球压边线后却因力量过大造成出界,导致本方失分", + "C. top正手抽击对角分球到右前场意图拉开空档,却被对手快速移动救起", + "D. top假动作骗攻后场后突然变直线推压,但球速过慢直接下网失误" + ], + "options_en": [ + "A. top forehand net rush push lift straight over the opponent's head to the left midcourt, aiming to force the opponent to turn and take the initiative", + "B. top backhand clear pressed the sideline but went out due to excessive power, resulting in a lost point", + "C. top forehand drive cross-court to the right frontcourt to create space, but the opponent quickly moved to save it", + "D. top fake attack to the rear court suddenly changed to a straight push press, but the shot was too slow and went directly into the net for an error" + ], + "answer": "A", + "question": { + "question_zh": "对画面顶部球员的最后一次击球,以下哪个评价最为准确?", + "question_en": "Regarding the last shot by the top player in the footage, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000939", + "duration": 190, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动情况下选择底线分球到对方斜线边线,试图制造对手回球困难,但因角度过宽导致球下网,这个失误直接让对手得分。", + "B. top从自己的中后场正手平高直线过渡到对手的右后场区域,试图拉开球路,为后续进攻或调整节奏创造机会。", + "C. top在击球前做了假动作试图骗过对手,随后正手高远球过顶到对方右后场,试图分球到边线压制对手防守,但因击球力量过大导致球出界。", + "D. top快速上网抢网,意图通过网前小球压制对手,但因处于被动状态只能勉强过渡到中场区域,试图减缓对手的进攻节奏。" + ], + "options_en": [ + "A. top opted for a baseline cross-court shot to the opponent's sideline under pressure, trying to create difficulty in the return, but the overly wide angle resulted in the shuttle failing to clear the net, directly conceding the point to the opponent.", + "B. top transitions from their mid-backhand straight flat clear to the opponent's right backcourt area, attempting to open up the rally and create opportunities for subsequent attacks or tempo adjustments.", + "C. top attempted a deception with a fake motion before executing a forehand clear over the opponent's head to the right backcourt, aiming to split the shot to the sideline and pressure the defense, but the excessive power caused the shuttle to go out.", + "D. top quickly moved forward to intercept at the net, intending to pressure the opponent with a tight net shot, but due to being in a passive position, could only manage a midcourt transition to slow down the opponent's offensive tempo." + ], + "answer": "B", + "question": { + "question_zh": "对于片段位于画面top的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot of the player positioned at the top of the frame, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000940", + "duration": 161, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中后场移动到右中场后突然停顿,反手抽球意图调动对手,但对手及时反击得分。此球因冒进未能摆脱压力。", + "B. top从左前场移动到中后场,正手斜线回出平高球,试图摆脱被动状态,但效果不佳。", + "C. top巧妙使用假动作假意反手挑球后突然劈吊对方中场,意图诱使对手过顶回击,但球速过快导致直接下网结束回合", + "D. top快速上网后在网前轻推分球到对方边线,意图迫使对手对角移动回防,但因角度偏小导致球出界而失分。" + ], + "options_en": [ + "A. top moved from the mid-backcourt to the right midcourt and suddenly paused, then played a backhand drive to try to disrupt the opponent, but the opponent countered in time to score. This shot failed to relieve pressure due to being overly aggressive.", + "B. top moved from the left frontcourt to the mid-backcourt and played a crosscourt flat clear with a forehand, attempting to escape a passive state, but the effect was poor.", + "C. top cleverly used a fake motion pretending to play a backhand net lift before suddenly executing a drop shot to the opponent's midcourt, aiming to lure the opponent into an overhead return, but the shuttle was too fast and went straight into the net, ending the rally.", + "D. top quickly advanced to the net and played a gentle push shot to the opponent's sideline, intending to force the opponent to move diagonally to defend, but the angle was too narrow, causing the shuttle to go out and lose the point." + ], + "answer": "B", + "question": { + "question_zh": "在单打比赛中,位于画面上方的球员最后一次击球,以下哪个选项最适合作为对其击球的评价?", + "question_en": "In a singles match, the player at the top of the screen made the last shot. Which of the following options is the most suitable evaluation of their shot?" + } + }, + { + "video_uid": "video_000941", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在与top的抢网对抗中突然改变发力方向,用抹网球技术将球擦网过顶到对方前场底线,造成球体急速下沉导致top判断失误出界", + "B. bottom在自己的右中场正手被动推球,将球从自己右中场打到对方左中场,球的弧线略高,给了top较为舒服的接球机会。", + "C. bottom在被动状态下被迫使用反手抽击将球猛地劈吊到对方右中场区域,球速极快且角度刁钻却因线路过直被top精准拦截反击。", + "D. bottom在左中场突然将球以假动作进行过顶分球,先模拟向右前场移动又突然变向到对方左后场边线处,但球速过慢被top直接扑杀得分。" + ], + "options_en": [ + "A. The bottom player suddenly changed the power direction during a net duel with the top player, using a net brush technique to send the ball over the net to the opponent's frontcourt baseline. This caused the ball to rapidly descend, leading to the top player's misjudgment and the ball going out of bounds.", + "B. The bottom player made a passive forehand push shot from their right midcourt, sending the ball from their right midcourt to the opponent's left midcourt. The ball had a slightly high trajectory, giving the top player a comfortable receiving opportunity.", + "C. The bottom player, in a passive state, was forced to use a backhand drive to fiercely slice the ball to the opponent's right midcourt area. The shot was extremely fast and at a tricky angle but was intercepted precisely by the top player due to its overly straight trajectory.", + "D. The bottom player suddenly executed a deceptive overhead cross-court shot from the left midcourt, initially faking a move to the right frontcourt before abruptly changing direction to the opponent's left backcourt sideline. However, the ball speed was too slow, allowing the top player to directly net kill and score." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面bottom的球员最后一次击球,以下哪项评价最贴切描述其击球动作和结果?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best describes their shot action and result?" + } + }, + { + "video_uid": "video_000942", + "duration": 159, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom用正手抽杀直线球意图压制top的中场空档,本想通过强力进攻得分,但球速过快导致出界,反而送给对手得分机会。", + "B. bottom反手挑高球直线过顶,想要将球打到top的后场来摆脱被动,为自己争取调整时间,但未能成功,让top获得了进攻机会。", + "C. bottom反手分球到右侧边线企图拉开top站位,却因角度过小被top快速移动抢网,最终因击球点过低造成回球下网失误。", + "D. bottom尝试用劈吊对角线球到top的后场角落,想制造其移动困难完成得分,但击球力量不足使球落在界内被top直接网前封杀。" + ], + "options_en": [ + "A. The bottom player intended to suppress the top player's midcourt gap with a forehand drive straight kill, aiming to score through a powerful attack, but the excessive ball speed caused it to go out, instead giving the opponent a scoring chance.", + "B. The bottom player used a backhand net lift straight over the top, attempting to send the ball to the top player's backcourt to escape a passive situation and buy time for adjustment, but failed, giving the top player an offensive opportunity.", + "C. The bottom player attempted a backhand cross-court shot to the right sideline to widen the top player's stance, but due to the overly narrow angle, the top player quickly moved to intercept at the net, ultimately causing a net error from the low contact point.", + "D. The bottom player tried a cross-court drop shot to the top player's backcourt corner, hoping to create movement difficulty and score, but insufficient hitting power resulted in the ball landing inbounds, allowing the top player to execute a direct net kill." + ], + "answer": "B", + "question": { + "question_zh": "对画面底部球员的最后一次击球,以下哪个评价最恰当?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000943", + "duration": 140, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的左后场移动到右后场,正手滑吊追身斜线球,想要给对手施压,但球速较慢,让对手得以轻松应对。", + "B. top在被动状态下选择反手过渡回中场中路,虽然调节节奏成功但回球弧线过平,对手迅速抢到点位后正手劈杀得分", + "C. top在中场做出分球假动作后突然使用反手过顶劈对角,意图骗过对手抢网但因击球点过低,球直接飞出台区出界。", + "D. top从右前场快速上网,借对手挑后场球的间隙完成高压扣杀分球,但由于动作突然停顿导致击球过高,球直接触网下网失分。" + ], + "options_en": [ + "A. Top moved from their left rear court to the right rear court, executing a forehand slice drop shot aimed at the opponent's body diagonally to apply pressure, but the slow shuttle speed allowed the opponent to handle it easily.", + "B. Top, in a passive state, opted for a backhand defensive shot to the midcourt center. Although the rhythm adjustment succeeded, the return trajectory was too flat, allowing the opponent to quickly seize the position and score with a forehand slice kill.", + "C. Top feinted a cross-court shot at midcourt before suddenly using a backhand overhead slice diagonally, attempting to deceive the opponent into rushing the net, but due to a low contact point, the shuttle flew directly out of bounds.", + "D. Top quickly advanced to the right front court, capitalizing on the opponent's net lift to perform an overhead smash cross-court, but due to a sudden pause in the motion, the shot went too high and touched the net, resulting in a lost point." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面中top球员的最后一次击球,请选择以下最恰当的评价:", + "question_en": "In a badminton singles match, regarding the last shot by the top player in the footage, please select the most appropriate evaluation from the following options:" + } + }, + { + "video_uid": "video_000944", + "duration": 117, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom抢网时使用反手技术击出斜线球,因力量不足被对手借力完成反击。", + "B. bottom假动作分球配合过顶高远球,但出现判断失误让对手直接强攻得分。", + "C. bottom上网至前场后被迫采取过渡性挑球,导致球下网失分。", + "D. bottom在中场正手杀直线球,给对手施加了较大压力,迫使对手防守。" + ], + "options_en": [ + "A. bottom rushed the net and used a backhand technique to hit a cross-court shot, but due to insufficient power, the opponent leveraged it to complete a counterattack.", + "B. bottom used a deceptive cross-court shot combined with an overhead clear, but misjudged the play, allowing the opponent to score directly with a strong attack.", + "C. bottom moved to the frontcourt but was forced into a transitional net lift, resulting in the shot going into the net and losing the point.", + "D. bottom executed a forehand straight kill from the midcourt, applying significant pressure on the opponent and forcing them into a defensive position." + ], + "answer": "D", + "question": { + "question_zh": "对于出现在画面底部的球员的最后一次击球,以下哪项评价最契合实际表现?", + "question_en": "For the last shot made by the player appearing at the bottom of the screen, which of the following evaluations best matches the actual performance?" + } + }, + { + "video_uid": "video_000945", + "duration": 148, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左后场上网到左前场,正手推挑直线回头球,可惜弧线不够到位,给了对手进攻机会。", + "B. top抢网中路后突然假动作过顶,但中场衔接失误被对手直接反击得分,展现了战术风险", + "C. top在右后场使用假动作过顶配合分球到边线,虽然骗过了对手但球出界,失去进攻机会,", + "D. top被动情况下上网反手挑直线,但球速过慢导致下网,未能有效打断对手进攻节奏" + ], + "options_en": [ + "A. Top moved from the left rear court to the left front court for a forehand push shot straight return, but the trajectory was not deep enough, giving the opponent an attacking opportunity.", + "B. Top rushed to the net for a mid-court shot followed by a sudden deceptive overhead, but a mid-court transition error led to a direct counterattack by the opponent, showcasing tactical risk.", + "C. Top used a deceptive overhead shot combined with a cross-court to the sideline in the right rear court. Although the opponent was fooled, the ball went out, losing the attacking chance.", + "D. Top made a defensive backhand net lift straight in a passive situation, but the ball speed was too slow, resulting in a net shot, failing to effectively disrupt the opponent's attacking rhythm." + ], + "answer": "A", + "question": { + "question_zh": "对画面顶部球员最后一次击球的评价,以下哪一个最恰当?", + "question_en": "Which of the following is the most appropriate evaluation of the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000946", + "duration": 142, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下将球过渡到对手中后场,意图拖延回合,然而对手立刻用头顶扣杀得分,此球未能奏效。", + "B. bottom抢网时用正手过顶高远球试图压制对手,但球速偏慢被对手迅速扑杀反击,导致bottom失分。", + "C. bottom从自己的右前场正手放网前球直线到对手的左前场,质量很高,使得对手只能用质量欠佳的勾球尝试摆脱。", + "D. bottom在中场区域突然停顿并做出反手抽击的假动作,随后将球分到对手右后场边线,但球速过快导致出界,对手直接得分。" + ], + "options_en": [ + "A. The bottom player transitioned the shuttle to the opponent's mid-backcourt in a passive situation to prolong the rally, but the opponent immediately scored with an overhead kill, rendering the shot ineffective.", + "B. The bottom player attempted to pressure the opponent with a forehand overhead clear during a net rush, but the slow shuttle speed allowed the opponent to quickly counter with a net kill, causing the bottom player to lose the point.", + "C. The bottom player executed a high-quality straight net shot from their right forecourt to the opponent's left forecourt, forcing the opponent to attempt a low-quality cross-court shot to escape.", + "D. The bottom player suddenly paused in the midcourt area and faked a backhand drive, then split the shot to the opponent's right backcourt sideline, but the excessive speed caused the shuttle to go out, resulting in a direct point for the opponent." + ], + "answer": "C", + "question": { + "question_zh": "请对位于画面底部球员的最后一次击球进行最恰当的评价,哪一项描述正确?", + "question_en": "Please evaluate the last shot made by the player at the bottom of the screen and choose the most appropriate description. Which option is correct?" + } + }, + { + "video_uid": "video_000947", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在面对对手强攻时突然反向假动作骗过防守,随后正手抽对角直线得分,展现精妙战术思维并直接压制对手。", + "B. top从右后场移动到左中场,正手被动挡网直线,试图过渡,可惜未能打乱对手节奏,给自己创造更好机会。", + "C. top在底线处极限救球时反手强力劈吊网前,虽然动作变形但球擦网落在对方半场形成幸运得分。", + "D. top快速上网抢得主动权后反手挑后场对角分球,球速过慢被对手预判拦截进行高压扣杀直接得分。" + ], + "options_en": [ + "A. top suddenly used a reverse fake action to deceive the defense when facing the opponent's strong attack, then scored with a forehand drive crosscourt straight, demonstrating exquisite tactical thinking and directly suppressing the opponent.", + "B. top moved from the right backcourt to the left midcourt, made a forehand passive block straight to the net in an attempt to transition, but failed to disrupt the opponent's rhythm and create a better opportunity for themselves.", + "C. top made a desperate save at the baseline with a powerful backhand slice drop shot to the net. Although the form was distorted, the ball grazed the net and landed on the opponent's side, resulting in a lucky score.", + "D. top quickly rushed to the net to seize the initiative, then made a backhand lift crosscourt to the backcourt for a split shot, but the slow speed allowed the opponent to anticipate and intercept with a high-pressure smash for a direct score." + ], + "answer": "B", + "question": { + "question_zh": "对出现在画面顶部的球员最后一次击球进行技术评价,以下哪一项最符合实际情况?", + "question_en": "Evaluate the technical performance of the player appearing at the top of the screen in their last shot. Which of the following best matches the actual situation?" + } + }, + { + "video_uid": "video_000948", + "duration": 140, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom尝试用正手击打斜线过顶球拉开对手站位,却因击球点过早未能控制弧度造成下网,该击球未能实现创造时间和空间的战略目的。", + "B. bottom从自己的右后场正手击出平高远球,过顶直线到对手的左后场区域,想要拉开双方距离,为自己争取调整时间和空间。", + "C. bottom处于被动过渡状态时突然上网抢网,采用反手过顶技术试图压制对手,但因击球力量不足使球落在对方前场中区,未能有效限制对手反击。", + "D. bottom在中场区域使用反手完成挑后场球,配合停顿假动作欺骗对手,分球至对方右后场边线试图迫使对手移动至死角,但因击球线路过弯导致球出界。" + ], + "options_en": [ + "A. The bottom player attempts a cross-court over-the-head shot with a forehand to widen the opponent's positioning. However, due to hitting the shuttle too early, they fail to control the trajectory, resulting in a net shot. This shot did not achieve the strategic goal of creating time and space.", + "B. The bottom player hits a flat clear from their right backhand court, sending it over the opponent's head in a straight line to the left backcourt area, aiming to create distance and buy time and space for adjustment.", + "C. While in a passive transition, the bottom player suddenly moves forward to intercept the net, employing a backhand over-the-head technique to pressure the opponent. However, due to insufficient power, the shuttle lands in the opponent's mid-frontcourt, failing to effectively limit their counterattack.", + "D. The bottom player uses a backhand net lift from the midcourt area, combining it with a hesitation fake to deceive the opponent, directing the shuttle to the opponent's right backcourt sideline in an attempt to force them into a corner. However, the shot curves too much and goes out." + ], + "answer": "B", + "question": { + "question_zh": "请根据画面bottom球员的最后一次击球,选出最恰当的评价?", + "question_en": "Based on the last shot of the bottom player in the footage, select the most appropriate evaluation?" + } + }, + { + "video_uid": "video_000949", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在自己的左中场反手挡网过渡,非常被动,可惜未能给对手施加足够压力。", + "B. top用正手抢网连续压制对手,迫使对方回球下网,展现了出色的网前控制力和进攻意识。", + "C. top在右后场突然假动作分球骗过对手,随后强力过顶得分,展现了极强的战术执行能力。", + "D. top在底线区域以快速抽杀完成压线得分,面对对手的被动过渡仍然果断进攻,彰显了强大的进攻火力。" + ], + "options_en": [ + "A. top made a backhand block at the net in their left midcourt for a passive transition, but unfortunately failed to apply enough pressure on the opponent.", + "B. top used a forehand net kill to continuously pressure the opponent, forcing them to hit the net, showcasing excellent net control and offensive awareness.", + "C. top suddenly used a fake action to cross-court the ball from the right rear court, deceiving the opponent, then scored with a powerful over-the-head shot, demonstrating strong tactical execution.", + "D. top completed a line-pressing score with a fast drive from the baseline area, decisively attacking despite the opponent's passive transition, demonstrating formidable offensive firepower." + ], + "answer": "A", + "question": { + "question_zh": "请对位于画面顶部的球员在最后一次击球时的表现选择最恰当的评价。", + "question_en": "Please select the most appropriate evaluation of the performance of the player at the top of the screen during their last shot." + } + }, + { + "video_uid": "video_000950", + "duration": 157, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下选择分球战术,将球以大弧度击向top的右后场边线区域,但因力量控制偏差导致出界。", + "B. bottom从右中场用反手击打一记具有欺骗性的低平快球,试图直线进攻但被对手预判封堵,导致球下网失分。", + "C. bottom从自己的左中场正手击出平高球,以斜线过顶的方式打到top的左后场区域,成功给对手施加了压力。", + "D. bottom通过连续假动作骗过对手后突然正手发力扣杀,然而因球拍挥击中途停顿被对手迅速反应,球被扑救至底线" + ], + "options_en": [ + "A. The bottom player opted for a split shot tactic in a passive situation, hitting the ball with a high arc toward the top player's right rear sideline area, but due to a power control error, the ball went out of bounds.", + "B. The bottom player used a backhand to hit a deceptive low fast shot from the right midcourt, attempting a straight attack but was anticipated and blocked by the opponent, resulting in the ball going into the net and losing the point.", + "C. The bottom player hit a flat clear from their left midcourt forehand, sending it cross-court over the top to the top player's left rear court area, successfully putting pressure on the opponent.", + "D. The bottom player used consecutive deceptive moves to fool the opponent before suddenly executing a forehand smash, but due to a mid-swing pause, the opponent reacted quickly and saved the ball to the baseline." + ], + "answer": "C", + "question": { + "question_zh": "请根据画面中位于底部的球员的最后一次击球,选择最恰当的评价:", + "question_en": "Based on the last shot of the player at the bottom in the video, choose the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000951", + "duration": 108, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动中突然采用假动作骗过对手,随后快速分球到左前场边线,但球因力量过大而出界", + "B. top衔接上一拍的进攻,在右前场高点抢扑斜线追身球,球还幸运滚网", + "C. top在后场被迫进行高远球过渡,利用过顶技术压制对手反拍区,成功迫使对手回球下网", + "D. top抢网时假装挑后场大对角,实际变线至左后场底线,可惜球因落点偏离而出界" + ], + "options_en": [ + "A. top suddenly used a fake move to deceive the opponent in a passive situation, then quickly placed the ball to the left front sideline, but the ball went out due to excessive power", + "B. top followed up the previous offensive shot, rushing to the high point in the right front court for a net kill cross-court body shot, and the ball luckily rolled over the net", + "C. top was forced to play a defensive clear from the backcourt, using an overhead technique to pressure the opponent's backhand area, successfully forcing the opponent to return the ball into the net", + "D. top pretended to lift to the deep diagonal backcourt during a net rush but changed direction to the left back baseline, unfortunately the ball went out due to misplacement" + ], + "answer": "B", + "question": { + "question_zh": "对于片段中位于画面顶部的选手的最后一次击球,以下哪一项评价最恰当?", + "question_en": "For the last shot made by the player at the top of the screen in the clip, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000952", + "duration": 142, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom采取网前停顿假动作后正手抽对角直线,迫使top来不及移动导致回球直接触网出界。", + "B. bottom通过反手假动作骗过对手后突然变向分球至右侧边线,造成top上网失误出界。", + "C. bottom正手杀直线到对手的左中场区域,迫使top被动防守。", + "D. bottom在被动过渡时使用反手挑过顶球到中场区域,导致top被压制至后场后抢网失误下网。" + ], + "options_en": [ + "A. bottom employed a net pause fake followed by a forehand drive crosscourt straight, forcing top to fail to move in time and causing the return shot to hit the net and go out of bounds.", + "B. bottom used a backhand fake to deceive the opponent and suddenly changed direction to place the shot to the right sideline, causing top to rush forward and miss the shot out of bounds.", + "C. bottom executed a forehand kill straight to the opponent's left midcourt area, forcing top into a passive defensive position.", + "D. bottom, in a passive transition, used a backhand net lift to send a high clear to the midcourt area, pressuring top to retreat to the backcourt and then rush forward to net, resulting in a missed shot into the net." + ], + "answer": "C", + "question": { + "question_zh": "对于位于画面底部球员完成的最后一次击球,以下哪个评价最能准确反映该击球的技术特征及战术效果?", + "question_en": "For the last shot completed by the player at the bottom of the screen, which of the following evaluations most accurately reflects the technical characteristics and tactical effects of the shot?" + } + }, + { + "video_uid": "video_000953", + "duration": 166, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从中后场正手斜线杀球至对方左中场,可惜角度不够开,未能给对手造成较大压力。", + "B. bottom在被动情况下采用反手挑球至对方右后场大角度分球,但球速过慢被对手及时上网扑杀得分。", + "C. bottom连续使用假动作后突然上网正手抽对角至右中场,但由于击球点过低导致球明显下网。", + "D. bottom通过过渡性高远球至对方右中场,却被对手快速启动抢网过顶扣杀直接得分" + ], + "options_en": [ + "A. bottom executed a forehand cross-court kill from mid-rear court to the opponent's left mid-court, but the angle wasn't wide enough to create significant pressure.", + "B. bottom used a defensive backhand net lift to the opponent's deep right rear court for a wide cross-court shot, but the slow pace allowed the opponent to rush forward for a net kill and score.", + "C. bottom employed consecutive deceptive moves before suddenly rushing forward for a forehand drive to the right mid-court, but the low contact point caused the shot to clearly go into the net.", + "D. bottom played a transitional clear to the opponent's right mid-court, but the opponent quickly anticipated it and rushed forward for an over-the-head kill to score directly." + ], + "answer": "A", + "question": { + "question_zh": "在提供的比赛片段中,位于画面底部的球员最后一次击球,以下哪一项评价最准确描述其击球表现?", + "question_en": "In the provided match clip, the player at the bottom of the screen made the last shot. Which of the following evaluations most accurately describes their shot performance?" + } + }, + { + "video_uid": "video_000954", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手抢网,从中场快速推斜线到对手的右中场区域,给对手施加了压力,迫使对手只能被动拦截过渡。", + "B. top在被动情况下选择高远球过顶,但击球弧度过高被对手直接拦截并抢网得分,导致本方失去进攻优势", + "C. top上网时采用假动作假装击球斜线,实则用网前搓球分到对手左侧边线,但对手预判准确直接扑杀得分。", + "D. top正手大力扣杀到对方右后场角落,但因手腕停顿出现技术失误,导致球直接出界丧失得分机会,同时打乱了进攻节奏。" + ], + "options_en": [ + "A. The top player executed a backhand net kill, quickly pushing the shuttle diagonally to the opponent's right midcourt area, applying pressure and forcing the opponent into a passive block to transition.", + "B. The top player, in a passive situation, opted for a high clear over the opponent, but the shot's trajectory was too high, allowing the opponent to intercept and score with a net kill, causing the top player to lose their offensive advantage.", + "C. The top player used a deceptive move while approaching the net, pretending to hit diagonally but instead executing a net shot to the opponent's left sideline. However, the opponent anticipated correctly and scored with a direct net kill.", + "D. The top player attempted a powerful forehand smash to the opponent's right backcourt corner, but a wrist hesitation caused a technical error, resulting in the shuttle going out of bounds and losing the scoring opportunity, while also disrupting their offensive rhythm." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面中位于上方位置的球员最后一次击球动作,以下哪项评价最准确反映其技术执行和战术意图?", + "question_en": "In a badminton singles match, regarding the last shot made by the player positioned at the top of the screen, which of the following evaluations most accurately reflects their technical execution and tactical intent?" + } + }, + { + "video_uid": "video_000955", + "duration": 127, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom使用反手分球将球击至top的右后场边线附近,配合假动作迷惑对手,快速上网压迫对方防守", + "B. bottom正手勾斜线球从自己的左前场到top的左前场,反复调动对手,为后续进攻创造机会。", + "C. bottom在被动情况下用正手停顿后挑斜线至top的右中场,意图通过变线过渡,但因力量不足导致球出界失分", + "D. bottom以反手过顶高球将球击至top后场,随后抢网至网前,试图直接得分并压制对手的回球路线" + ], + "options_en": [ + "A. The bottom player used a backhand cross-court shot to hit the ball near the top player's right backcourt sideline, combined with a fake action to deceive the opponent, and quickly moved forward to pressure the opponent's defense.", + "B. The bottom player used a forehand cross-court shot from their left front court to the top player's left front court, repeatedly moving the opponent to create opportunities for subsequent attacks.", + "C. The bottom player, in a passive situation, used a forehand pause followed by a cross-court lift to the top player's right midcourt, intending to transition by changing the line, but due to insufficient power, the ball went out of bounds and lost the point.", + "D. The bottom player used a backhand overhead clear to hit the ball to the top player's backcourt, then rushed to the net to attempt a direct score and suppress the opponent's return route." + ], + "answer": "B", + "question": { + "question_zh": "请选出对画面底部选手最后一击最恰当的评价", + "question_en": "Please select the most appropriate evaluation of the last shot by the player at the bottom of the screen." + } + }, + { + "video_uid": "video_000956", + "duration": 131, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左前场反手停顿推直线将球从自己的左前场推向对方的右后场,迫使对手判断失误,成功得分。", + "B. top在网前假动作后反手分球到对方左后场,但对手及时移动到位将球救回导致top的球出界,最终失分。", + "C. top在球场中央做出反手推直线的假动作后突然变向挑后场对角线,但对手预判准确并快速抢网将球扑杀得分。", + "D. top在右中场用反手过顶扣杀试图压制对手,但球的弧度过高未能过网导致下网,因此失分。" + ], + "options_en": [ + "A. Top used a backhand stop push shot from the left frontcourt to send the ball straight from their left frontcourt to the opponent's right backcourt, forcing a misjudgment and successfully scoring.", + "B. Top used a deceptive backhand cross-court shot to the opponent's left backcourt after a fake at the net, but the opponent moved in time to retrieve the ball, causing Top's shot to go out of bounds and resulting in a lost point.", + "C. Top faked a backhand straight push shot at the center of the court before suddenly changing direction with a diagonal net lift to the backcourt, but the opponent anticipated correctly and quickly rushed the net for a net kill to score.", + "D. Top attempted to pressure the opponent with a backhand overhead kill from the right midcourt, but the ball's trajectory was too high and failed to clear the net, leading to a lost point." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶部的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000957", + "duration": 117, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右前场移动到左中场,从自己的左中场反手勉强挡网斜线到对手的中前场,球的质量欠佳,给了对手可乘之机。", + "B. top从右后场快速上网后正手进行过顶分球到对手右底线,球速快且角度刁钻迫使对手回球下网,这一击创造了得分良机。", + "C. top在左中场直接抢网时使用假动作骗过对手,随后突然劈吊对角到对手中场,尽管球路精准却因力量过大导致出界遗憾失分。", + "D. top被动情况下后退至后场完成反手过渡球,将球平抽到对手中路空档,但对手预判精准直接中场扑杀得分形成反击" + ], + "options_en": [ + "A. The top player moved from their right forecourt to the left midcourt, then barely managed a backhand block cross-court to the opponent's mid forecourt. The poor quality of the shot gave the opponent an opportunity.", + "B. The top player quickly advanced from the right backcourt to the forecourt and executed an overhead cross-court clear to the opponent's right baseline. The fast and sharp-angled shot forced the opponent to net the return, creating a scoring opportunity.", + "C. The top player directly rushed the net at the left midcourt and used a deceptive move to fake out the opponent, then suddenly sliced a diagonal drop shot to the opponent's midcourt. Despite the precise placement, the shot went out due to excessive power, resulting in a regrettable loss of point.", + "D. The top player retreated to the backcourt in a defensive position and completed a backhand defensive shot, driving the ball flat to the opponent's central gap. However, the opponent anticipated it perfectly and executed a midcourt net kill to score, forming a counterattack." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面中位于顶部的球员最后一次击球动作,以下哪个评价最为恰当?", + "question_en": "In a badminton singles match, regarding the last shot action of the player at the top in the footage, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000958", + "duration": 110, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top使用假动作骗过对手后突然打出反手过顶高球,尽管ball擦网仍被bottom快速反应扑杀得分", + "B. top在上网过程中突然停顿制造假动作,随后突然抽击右中场的分球,虽然球速较快但被bottom精准抢网并过顶得分", + "C. top处于被动时试图通过反手过渡球进行防守,但由于发力不足导致球直接下网,失去了得分机会", + "D. top从自己的左中场反手抽出球,将球打到对方左中场,质量颇高,使得bottom只能被动进行挡网处理。" + ], + "options_en": [ + "A. top used a fake action to deceive the opponent and suddenly played a backhand over-the-head clear. Although the ball grazed the net, it was quickly reacted to and net killed by bottom for a score.", + "B. top suddenly paused during the net approach to create a fake action, then abruptly drove a cross-court shot to the right midcourt. Although the shot was fast, it was precisely intercepted by bottom with a net kill and scored with an over-the-head shot.", + "C. top attempted a defensive backhand transition shot when in a passive position, but due to insufficient power, the ball went directly into the net, losing the scoring opportunity.", + "D. top drove the ball from his left midcourt with a backhand, sending it to the opponent's left midcourt with high quality, forcing bottom to passively block the net." + ], + "answer": "D", + "question": { + "question_zh": "请从以下选项中选择最能评价画面顶部球员最后一次击球的描述:", + "question_en": "Please select the option that best describes the last shot made by the player at the top of the screen:" + } + }, + { + "video_uid": "video_000959", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从后场杀球后,迅速上网到自己的左前场,随后反手抢点,以一记快抽斜线,将球从自己左前场打到对方中场,意图调动对手,创造进攻机会。", + "B. bottom在多拍相持中率先做出反手平抽动作,利用手腕停顿制造假象后突然发力,最终以直线抽杀直接得分,同时伴随晃肩动作欺骗对手重心", + "C. bottom面对对手网前扑杀时被动退至右后场,使用正手高吊结合假动作分球,将球虚晃后打向对方左后场边线,试图利用线路变化骗开通路", + "D. bottom在中场采用正手过渡球后退至右后场,顺势用反手完成过顶高远球至对方后场底线,在被动中寻求落点压制,等待对手失误" + ], + "options_en": [ + "A. After executing a kill from the backcourt, the bottom player quickly moves forward to their left frontcourt, then performs a backhand quick intercept with a fast cross-court drive, sending the ball from their left frontcourt to the opponent's midcourt, aiming to maneuver the opponent and create an offensive opportunity.", + "B. During a multi-shot rally, the bottom player initiates a backhand flat drive, using wrist hesitation to create a false impression before suddenly accelerating, ultimately scoring directly with a straight kill while incorporating a shoulder feint to mislead the opponent's balance.", + "C. When facing the opponent's net kill, the bottom player passively retreats to the right backcourt, employing a forehand high drop shot combined with a deceptive cross-court shot, feinting before sending the ball to the opponent's left backcourt sideline, attempting to exploit directional changes to deceive and open up pathways.", + "D. The bottom player uses a forehand transition shot at midcourt and retreats to the right backcourt, following up with a backhand overhead clear to the opponent's backcourt baseline, seeking to suppress the opponent's position passively while waiting for their mistake." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面底部球员最后一次击球,以下哪项描述最符合其击球动作及意图?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the bottom of the screen, which of the following descriptions best matches their shot action and intention?" + } + }, + { + "video_uid": "video_000960", + "duration": 120, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右中场用反手击打球路至对方底线的右侧边线附近,配合有意识停顿的假动作,意图分散对手注意力,为后续的网前球建立优势。", + "B. bottom在中后场使用正手扣杀将球击向对手的左前场小区域,配合急速下压的动作试图直接得分,同时利用对方站位靠前的弱点。", + "C. bottom在自己的左中场正手滑吊直线球到对手的右前场区域,想要通过改变球路来获取主动,为后续进攻创造机会。", + "D. bottom在后场中路使用反手抽球击打出大角度对角线到对手的右中场区域,试图压制对手的移动范围并直接得分,同时通过突然加速迷惑对手预判。" + ], + "options_en": [ + "A. The bottom player employs a backhand shot from the right midcourt to direct the ball near the right sideline of the opponent's baseline, combined with a deliberate pause and deceptive action to distract the opponent and establish an advantage for the following net shot.", + "B. The bottom player uses a forehand kill from the mid-rear court to hit the ball toward the opponent's small left forecourt area, accompanied by a rapid downward motion to attempt a direct score, while exploiting the opponent's forward-positioning weakness.", + "C. The bottom player executes a forehand sliding straight drop shot from their left midcourt to the opponent's right forecourt area, aiming to gain initiative by changing the ball's trajectory and create opportunities for subsequent attacks.", + "D. The bottom player uses a backhand drive from the central rear court to hit a wide-angle cross-court shot to the opponent's right midcourt area, attempting to restrict the opponent's movement range and score directly, while confusing the opponent's anticipation with a sudden acceleration." + ], + "answer": "C", + "question": { + "question_zh": "在比赛片段中,位于画面底部的球员完成最后一次击球,请选择最恰当的评价:", + "question_en": "In the match clip, the player at the bottom of the screen completes the last shot. Please select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000961", + "duration": 178, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom反手搓球斜线到对手的中前场,给对手施加压力,迫使对手被动挑高。", + "B. bottom上网后用假动作分球至对手右后场,成功骗过对手,随后快速抢网扣杀得分,展现进攻主动性。", + "C. bottom球员在被动情况下被迫挑高球到对手中场,但因判断失误导致球下网,直接丢分。", + "D. bottom球员正手劈杀直线到对手后场边线附近,试图直接得分但因力量过大造成出界,导致失分。" + ], + "options_en": [ + "A. The bottom player executed a backhand cross-court drop shot to the opponent's mid-front court, applying pressure and forcing the opponent into a passive net lift.", + "B. The bottom player advanced to the net, used a deceptive shot to place the ball to the opponent's right backcourt, successfully fooled the opponent, then quickly rushed the net for a kill to score, demonstrating offensive initiative.", + "C. The bottom player, under pressure, was forced to play a high clear to the opponent's midcourt but misjudged the shot, causing the ball to go into the net and resulting in a direct loss.", + "D. The bottom player attempted a forehand straight kill to the opponent's backcourt sideline, aiming for a direct point but overshot due to excessive power, resulting in a loss." + ], + "answer": "A", + "question": { + "question_zh": "对于画面底部球员最后一次击球的实际效果,以下哪项评价最准确?", + "question_en": "Regarding the actual effect of the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_000962", + "duration": 124, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的中场区域反手被动推挑斜线过顶球到对手的左后场区域,意图拉开对方站位,争取调整机会。", + "B. top在前场用正手快速突击直线球攻击对手中场结合点,意图压制对方移动空间并为后续进攻创造机会", + "C. top处于被动情况下强行正手下压直线但未能控制弧度,导致击球过短形成出界失误,丧失进攻主动权", + "D. top在右侧中场区域通过分球击打至对方边线弱点,同时做头顶区假动作骗过对手重心,随后快速启动抢网前点" + ], + "options_en": [ + "A. Top made a backhand passive push clear from his own midcourt area diagonally to the opponent's left rear court area, aiming to stretch the opponent's positioning and create an adjustment opportunity.", + "B. Top quickly attacked with a forehand straight shot at the opponent's midcourt junction from the frontcourt, intending to limit the opponent's movement space and create opportunities for follow-up attacks.", + "C. Top attempted a forced forehand straight smash under passive conditions but failed to control the trajectory, resulting in a short shot that went out of bounds, losing the offensive initiative.", + "D. Top played a cross-court shot from the right midcourt area to the opponent's sideline weakness, while performing a fake overhead motion to deceive the opponent's balance, then quickly moved forward to seize the net front position." + ], + "answer": "A", + "question": { + "question_zh": "对画面顶部球员最后一次击球进行评价,哪个选项最贴切?", + "question_en": "Evaluate the last shot of the player at the top of the screen. Which option is the most accurate?" + } + }, + { + "video_uid": "video_000963", + "duration": 176, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在后场利用强力过顶高远球压制对手回放,试图创造网前机会但落点偏差导致出界", + "B. bottom在中场被动情况下勉强抢网,试图用平抽球直接得分但未能控制弧度导致下网", + "C. bottom在左中场正手打出一板拦吊直线,在被动状态下试图改变节奏,为后续进攻创造机会。", + "D. bottom在右中场反手击出分球至边线,配合假动作骗过对手,试图打开角度压制对角但球速过慢被反击" + ], + "options_en": [ + "A. The bottom player used a powerful overhead clear from the backcourt to pressure the opponent's net shot, attempting to create a net opportunity but missed the target, resulting in the shuttle going out.", + "B. The bottom player barely managed to rush the net in a passive situation at the midcourt, attempting to score directly with a flat drive but failed to control the trajectory, causing the shuttle to go into the net.", + "C. The bottom player executed a forehand straight drop shot from the left midcourt in a passive state, attempting to change the rhythm and create opportunities for subsequent attacks.", + "D. The bottom player hit a cross-court shot to the sideline with a backhand from the right midcourt, using a fake action to deceive the opponent and trying to open the angle to pressure the diagonal, but the shot was too slow and got countered." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,哪一个评价最准确描述了bottom球员的举动?", + "question_en": "For the last shot by the player at the bottom of the screen, which evaluation most accurately describes the action of the bottom player?" + } + }, + { + "video_uid": "video_000964", + "duration": 74, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom利用反手在中场做出分球假动作骗过对手抢网,实际击出大角度直线球过渡到对手后场边线,迫使对手回球出界,成功扭转了被动局面。", + "B. bottom在自己的中场反手被动抽直线球过渡,球的轨迹从自己中场到对手中前场,试图摆脱被动,但没能成功,仍然让自己处于不利局面。", + "C. bottom通过反手假动作迷惑对手后突然压手腕打过顶直线球,球的轨迹高飞过对手头顶直达中前场,但因力量过重导致下网失误终结得分机会", + "D. bottom在被动情况下突然上网反手抽斜线分球至对手中场空档,虽然轨迹经过自己后场到对手前场,但因球速过慢被对手顺势扑杀得分。" + ], + "options_en": [ + "A. The bottom player used a backhand at midcourt to fake a cross-court shot, deceiving the opponent into rushing the net, but actually played a straight drive with a wide angle to the opponent's backcourt sideline, forcing the opponent to return the ball out of bounds and successfully reversing the passive situation.", + "B. The bottom player executed a passive backhand drive in their own midcourt, transitioning with a straight shot from their midcourt to the opponent's mid-frontcourt, attempting to break free from the passive position but failed, leaving themselves in an unfavorable situation.", + "C. The bottom player deceived the opponent with a backhand fake, then suddenly pressed the wrist to play an overhand straight shot. The ball flew high over the opponent's head to the mid-frontcourt, but due to excessive power, it resulted in a net error, ending the scoring opportunity.", + "D. The bottom player, in a passive position, suddenly moved forward to execute a backhand cross-court drive to the opponent's midcourt gap. Although the trajectory went from their own backcourt to the opponent's frontcourt, the slow ball speed allowed the opponent to easily net kill and score." + ], + "answer": "B", + "question": { + "question_zh": "请判断画面bottom球员最后一次击球的最准确评价:", + "question_en": "Please evaluate the most accurate assessment of the bottom player's last shot in the footage:" + } + }, + { + "video_uid": "video_000965", + "duration": 163, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top急于抢网时从后场快速移动到前场,用正手挑出近网软球进行过渡,因判断失误导致球体轻微下网造成失分", + "B. top从中前场移动到中后场,以正手击出直线高远球,想要迫使bottom后退,争取调整时间或为后续进攻创造机会。", + "C. top通过正手网前假动作骗过对手后突然上网,用反手挑出大角度斜线球试图分球,造成bottom移动不及形成空档", + "D. top在底线处被动情况下做出两次挥拍停顿误导对手,最终用反手抽击过顶下压球强行压制底线区域试图直接得分" + ], + "options_en": [ + "A. The top player rushed to the net, quickly moving from the backcourt to the frontcourt, and used a forehand net lift to play a soft shot close to the net as a defensive play. However, due to misjudgment, the ball slightly went into the net, resulting in a lost point.", + "B. The top player moved from mid-frontcourt to mid-backcourt and hit a straight clear with a forehand, aiming to force the bottom player to retreat, buying time to adjust or creating opportunities for subsequent attacks.", + "C. The top player deceived the opponent with a forehand net fake, then suddenly moved forward and used a backhand net lift to play a wide cross-court shot, attempting to split the court and create a gap due to the bottom player's delayed movement.", + "D. The top player, in a defensive position at the baseline, misled the opponent with two swing pauses and finally used a backhand drive to hit an overhead smash, aggressively targeting the baseline area to attempt a direct winner." + ], + "answer": "B", + "question": { + "question_zh": "对于片段中处于画面top的球员的最后一次击球,以下哪个评价最符合该回合的击球行为与意图?", + "question_en": "For the last shot of the player at the top of the screen in the clip, which of the following evaluations best matches the shot behavior and intention in this rally?" + } + }, + { + "video_uid": "video_000966", + "duration": 156, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在后场使用反手分球至对手右边界线,伴随假动作迷惑对手但球速过慢导致出界。", + "B. bottom处于被动过渡时勉强正手挑球至对方中场,因发力过猛造成球拍触网失误", + "C. bottom于中后场快速完成正手抽对角过顶球进攻,弧线过高被对手拦截未得分。", + "D. bottom于自己的右中场正手挡直线网前,成功卸力,有效防守。" + ], + "options_en": [ + "A. The bottom player used a backhand cross-court shot from the rear court to the opponent's right sideline, incorporating a deceptive motion but the shuttle was too slow and went out.", + "B. The bottom player, in a passive transition, barely managed a forehand net lift to the opponent's midcourt but overexerted, causing a racket-touching-the-net error.", + "C. The bottom player swiftly executed a forehand diagonal drive from mid-rear court for an overhead attacking shot, but the trajectory was too high and intercepted by the opponent, failing to score.", + "D. The bottom player executed a forehand straight net block from their right midcourt, successfully cushioning the shuttle for an effective defense." + ], + "answer": "D", + "question": { + "question_zh": "请判断位于画面底部的运动员在最后一次击球时的表现,以下哪个评价最符合其击球动作?", + "question_en": "Please judge the performance of the player at the bottom of the screen during their last shot. Which of the following evaluations best describes their stroke?" + } + }, + { + "video_uid": "video_000967", + "duration": 151, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在底线处采用正手高远球强行压制对方后场,意图通过抢网压制对手,但球速过慢被对方轻易杀对角得分", + "B. bottom用反手从右侧后场打出分球到对方边线,意图通过拉扯落点为后续抢网创造机会,但球却因线路过长直接出界。", + "C. bottom在被动情况下利用假动作欺骗对手后突然劈对角,试图通过快速过顶压制对角线,却因力量过大导致球直接下网。", + "D. bottom从自己的左后场正手击出平高球到对方的右后场,这一过渡球意图调整节奏,但给对手留下了进攻机会。" + ], + "options_en": [ + "A. The bottom player forcefully pressured the opponent's rear court with a forehand clear from the baseline, intending to suppress the opponent with a net kill, but the shot was too slow, allowing the opponent to easily score with a diagonal kill.", + "B. The bottom player used a backhand from the right rear court to play a cross-court shot toward the opponent's sideline, intending to create a chance for a net kill by stretching the placement, but the shot went directly out due to an overly long trajectory.", + "C. The bottom player, in a passive situation, used a deceptive move to trick the opponent and suddenly sliced diagonally, attempting to quickly clear over the opponent's head to pressure the diagonal, but the shot went directly into the net due to excessive power.", + "D. The bottom player hit a flat clear from their left rear court with a forehand to the opponent's right rear court. This transitional shot aimed to adjust the tempo but left an attacking opportunity for the opponent." + ], + "answer": "D", + "question": { + "question_zh": "在比赛片段中,画面底部球员的最后一次击球,以下哪个评价最为恰当?", + "question_en": "In the match clip, what is the most appropriate evaluation of the last shot made by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_000968", + "duration": 126, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中场向后退守时尝试正手抢网挑后场直线,但球速过快直接出界导致失分,未能形成有效压制", + "B. top从左后场移动到右中场,正手停顿抢网放网前球直线到对方的左前场,迫使对手在左前场仓促回球,成功占据主动", + "C. top在防守中被迫向右后场横向移动后,用正手分球击出斜线至对方右前场底线区域,虽然造成对手过渡但自己失去网前位置", + "D. top从右后场大范围移动到左中场,使用反手假动作后突然击打出过顶高远球到对方右后场边线,迫使对手在底线勉强救球但未能控制落点" + ], + "options_en": [ + "A. top attempted a forehand net rush lift to the straight rear court while retreating from the midcourt, but the shuttle was too fast and went out directly, resulting in a lost point and failing to create effective pressure", + "B. top moved from the left rear court to the right midcourt, used a forehand pause to rush the net and played a straight net shot to the opponent's left front court, forcing the opponent to make a hasty return in the left front court and successfully gaining the initiative", + "C. top was forced to move laterally to the right rear court in defense, then used a forehand cross-court shot to play a diagonal to the opponent's right front court baseline area, although causing the opponent to make a transition but losing the net position themselves", + "D. top made a large movement from the right rear court to the left midcourt, used a backhand fake followed by a sudden overhead clear to the opponent's right rear court sideline, forcing the opponent to barely retrieve at the baseline but failing to control the placement" + ], + "answer": "B", + "question": { + "question_zh": "请根据片段内容,对画面top球员最后一次击球选择最恰当的评价?", + "question_en": "Based on the clip content, which is the most appropriate evaluation of the top player's last shot in the footage?" + } + }, + { + "video_uid": "video_000969", + "duration": 126, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在后场通过假动作骗过后,将球分到对方底线附近,但对手迅速移动并进行抢网,导致这一球出界失分。", + "B. 玩家top尝试在网前用反手进行斜线分球,可惜击球时机过早造成下网失误,直接送给对手一分。", + "C. 玩家top在被动情况下用反手进行过顶高远球试图压制对手,却因球速过慢被对手直接扣杀得分。", + "D. top从自己的中前场正手斜线放网至对方中前场,通过停顿试图打乱对手节奏,为自己创造进攻机会。" + ], + "options_en": [ + "A. The player at the top used a deceptive move from the rear court to mislead the opponent, then played the shuttle to near the opponent's baseline, but the opponent quickly moved and intercepted with a net kill, causing the shuttle to go out of bounds and lose the point.", + "B. The player at the top tried a backhand cross-court shot at the net, but hit the shuttle too early, resulting in a net error and directly giving the opponent a point.", + "C. The player at the top, in a defensive situation, attempted to pressure the opponent with a backhand overhead clear, but due to the slow shuttle speed, the opponent directly smashed it to score.", + "D. The player at the top executed a forehand cross-court net shot from their own mid-frontcourt to the opponent's mid-frontcourt, using a pause to disrupt the opponent's rhythm and create an offensive opportunity for themselves." + ], + "answer": "D", + "question": { + "question_zh": "对于片段位于画面top的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the top of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000970", + "duration": 125, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在中场正手勾出斜线分球,将球打到对手右前场,意图打乱对手节奏。", + "B. top正手挑后场过顶高远球到对手左后场底线,意在通过被动过渡逼迫对手回球质量下降,从而掌控攻防节奏。", + "C. top采用反手劈对角技术把球击至对手左中场,为后续抢网创造空间,希望通过线路变化压制对手。", + "D. top通过假动作骗攻直线后突然轻放网前小球,意图诱使对手上网以便后续突击,同时打乱其站位节奏。" + ], + "options_en": [ + "A. Top executed a forehand cross-court net shot from midcourt, placing the shuttle to the opponent's right forecourt to disrupt their rhythm.", + "B. Top played a forehand net lift sending a high clear to the opponent's left backcourt baseline, forcing a passive transition to degrade their return quality and control the rally tempo.", + "C. Top used a backhand sliced cross-court shot to the opponent's left midcourt, creating space for a subsequent net kill, aiming to pressure the opponent with varied placements.", + "D. Top employed a deceptive straight drive followed by a sudden soft net shot, intending to lure the opponent forward for a follow-up smash while disrupting their positioning rhythm." + ], + "answer": "A", + "question": { + "question_zh": "对画面中顶部球员最后一次击球的评价,以下哪个选项最为恰当?", + "question_en": "Which of the following options best evaluates the last shot by the top player in the footage?" + } + }, + { + "video_uid": "video_000971", + "duration": 169, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被迫退至后场的情况下,用正手分球至对角边线进行被动过渡,试图压制top的跑动路线并创造网前机会。", + "B. bottom利用正手强力扣杀,打出一记过顶高球直接压迫到top的中场区域,企图通过突然加速迫使对方回球出界并完成得分。", + "C. bottom从自己的左前场反手挑直线高球到top的中后场,试图通过拉高球来摆脱被动局面,争取调整时间。", + "D. bottom用反手做出分球假动作后,突然正手抽直线到对方对角边线,意图直接攻击对方弱点,并迫使其来不及反应而失位。" + ], + "options_en": [ + "A. Bottom, forced to retreat to the backcourt, played a forehand cross-court shot to the diagonal sideline as a passive transition, trying to limit top's movement and create a net opportunity.", + "B. Bottom executed a powerful forehand kill, sending a high clear directly to the midcourt area of top, attempting to force an out-of-bounds return and score by suddenly accelerating the pace.", + "C. Bottom used a backhand net lift straight to the mid-backcourt of top from their left forecourt, attempting to escape a passive situation by playing a high clear and gain time to adjust.", + "D. Bottom feinted a cross-court shot with the backhand before suddenly driving straight to the opponent's diagonal sideline with the forehand, aiming to directly attack the opponent's weakness and force them out of position with no time to react." + ], + "answer": "C", + "question": { + "question_zh": "对于片段位于画面底部的球员的最后一次击球,哪一个评价最恰当?", + "question_en": "For the last shot made by the player at the bottom of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000972", + "duration": 147, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top抢网前封杀对手的过渡球,但急于进攻导致直线球出界,错失得分机会,进一步陷入被动局面。", + "B. top在被动情况下用反手挑后场进行过渡,却被对手直接拦截压制,导致连续失分,无法调整节奏。", + "C. top移动到右前场准备正手抽击,假装分球到边线却下网,导致失分,未能有效压制对手边路空档。", + "D. top上网到自己的左前场,反手推挑过顶斜线球到对方中后场,想要拉开距离调整,但给了对手进攻机会。" + ], + "options_en": [ + "A. The top player rushes to the net to intercept the opponent's transition shot but, due to eagerness to attack, hits a straight shot that goes out of bounds, missing a scoring chance and further falling into a passive situation.", + "B. The top player, in a passive situation, uses a backhand lift to the backcourt for transition but is directly intercepted and pressured by the opponent, leading to consecutive lost points and an inability to adjust the rhythm.", + "C. The top player moves to the right front court preparing for a forehand drive, fakes a cross-court shot to the sideline but the ball goes into the net, resulting in a lost point and failing to effectively pressure the opponent's open sideline.", + "D. The top player moves forward to their left front court and plays a backhand push lift cross-court to the opponent's mid-backcourt, attempting to create space and adjust, but gives the opponent an attacking opportunity." + ], + "answer": "D", + "question": { + "question_zh": "对于画面中位于顶部的球员最后一次击球,以下哪项评价最符合其击球意图和结果?", + "question_en": "For the last shot made by the player at the top of the screen, which of the following evaluations best matches their intention and the outcome?" + } + }, + { + "video_uid": "video_000973", + "duration": 147, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在后场用正手进行大角度分球到对手左侧边线,意图通过突然变线迷惑对手并逼迫其横向移动,为自己创造直线杀球机会。", + "B. top在网前突然做出假动作抢网过顶高球,故意让球划出高弧线飞向对手后场,意图诱使对方回放球后立即进行劈杀攻击。", + "C. top在中场反手被动挡网直线球到对手的右前场区域,试图通过这种方式迫使对手上网,自己好争取调整的时间和空间。", + "D. top在中场被动过渡时向对手中场右侧区域推平高球,试图通过降低球速控制落点来延缓对手进攻节奏,减少己方被压制的区域" + ], + "options_en": [ + "A. top used a forehand at the backcourt to make a wide-angle cross-court shot to the opponent's left sideline, intending to confuse the opponent with a sudden change of direction and force them to move laterally, creating an opportunity for a straight kill.", + "B. top suddenly executed a deceptive net kill with an overhead clear at the net, deliberately sending the shuttle high towards the opponent's backcourt, aiming to lure the opponent into a net shot and immediately follow up with a slice kill.", + "C. top made a backhand block at the midcourt passively, sending the shuttle straight to the opponent's right forecourt area, attempting to force the opponent to move forward and gain time and space for adjustment.", + "D. top passively pushed a flat clear to the opponent's midcourt right area during a transitional phase, attempting to slow down the opponent's offensive tempo by controlling the landing point and reducing the area under pressure." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一个评价最能准确描述位于画面顶部球员的最后一次击球动作及其意图?", + "question_en": "Which of the following evaluations most accurately describes the last hitting action and intention of the player at the top of the screen?" + } + }, + { + "video_uid": "video_000974", + "duration": 139, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在底线附近被迫正手挑后场高远球进行过渡,随后横向移动退到了右侧边线附近", + "B. top处于右中场位置,被对手压制后选择反手劈吊对角线,但球速过慢导致下网失误。", + "C. top从自己的中前场移动到左后场,正手起跳进行大角度的滑板劈杀,给对手施加了巨大压力。", + "D. top在被动状态下快速上网到前场,使用反手抽球将球处理到对方中场空档,为自己创造了抢网机会。" + ], + "options_en": [ + "A. top was forced to play a forehand clear from near the baseline for transition, then moved laterally to retreat near the right sideline.", + "B. top was positioned at the right midcourt, and after being pressured by the opponent, chose a backhand sliced diagonal drop shot, but the slow ball speed resulted in a net error.", + "C. top moved from his own mid-frontcourt to the left rear court, executing a forehand jump smash with a wide-angle slice, putting immense pressure on the opponent.", + "D. top quickly advanced to the frontcourt in a passive state, using a backhand drive to place the ball into the opponent's midcourt gap, creating a net kill opportunity for himself." + ], + "answer": "C", + "question": { + "question_zh": "在画面顶部的球员最后一次击球,以下哪一个评价最恰当?", + "question_en": "For the last shot made by the player at the top of the frame, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000975", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top通过快速上网到前场,用反手抽对角结合假动作将球击向对手左后场边线,骗过防守后造成对手回球出界。", + "B. top在中场停顿后突然启动扑向网前,用正手放小球到对手右中场区域,但球速过快导致直接下网。", + "C. top在右中场位置用反手过顶挑球到对手后场底线,迫使对手被迫回挡高球从而为自己抢网创造机会却失去平衡失分", + "D. top从自己的左前场移动到中后场,正手跳杀直线到对手的右中场区域,迫使对手只能被动挡网。" + ], + "options_en": [ + "A. Top quickly advanced to the frontcourt and used a backhand cross-court drive combined with a deceptive move to send the shuttle to the opponent's left backcourt sideline, tricking the defense and causing the opponent to return the shuttle out of bounds.", + "B. Top paused at midcourt before suddenly lunging forward to the net and played a forehand drop shot to the opponent's right midcourt area, but the shuttle speed was too fast, resulting in a direct net shot.", + "C. Top used a backhand overhead net lift from the right midcourt to the opponent's backcourt baseline, forcing the opponent to defensively return a high clear, creating an opportunity for Top to rush the net but losing balance and conceding the point.", + "D. Top moved from his left frontcourt to the mid-backcourt and executed a forehand jump kill straight to the opponent's right midcourt area, forcing the opponent to passively block the net." + ], + "answer": "D", + "question": { + "question_zh": "以下哪项最恰当地评价了画面中top球员在最后一次击球时的表现?", + "question_en": "Which of the following most appropriately evaluates the performance of the top player in the last shot in the scene?" + } + }, + { + "video_uid": "video_000976", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top快速抢网至左前场,使用假动作迷惑对手后反手过顶劈吊到对角线,迫使bottom被动回球但未能得分。", + "B. top从中间场区移动到右后场,用反手快速抽击对角大角度球至左底线区域,迫使bottom勉强过顶回球但球下网。", + "C. top上网到右前场,正手停顿,抽直线球至对方左中场,迫使bottom被动回球。", + "D. top在后场进行反手分球,假装抽对角后突然吊球至对方右中场,导致bottom被迫过渡但球出界。" + ], + "options_en": [ + "A. top quickly rushes to the left front court, uses a deceptive move to confuse the opponent, then backhand overhead slices diagonally, forcing bottom to make a passive return but fails to score.", + "B. top moves from the midcourt to the right rear court, quickly backhand drives a diagonal wide-angle shot to the left baseline area, forcing bottom to barely make an overhead return but the ball goes into the net.", + "C. top moves to the right front court, forehand pause, drives a straight shot to the opponent's left midcourt, forcing bottom to make a passive return.", + "D. top performs a backhand cross-court shot from the rear court, pretends to drive diagonally but suddenly drops to the opponent's right midcourt, causing bottom to make a forced transition but the ball goes out." + ], + "answer": "C", + "question": { + "question_zh": "在单打比赛中,位于画面顶端的球员完成的最后一次击球,以下哪项评价最符合其技术特点?", + "question_en": "In a singles match, the last shot made by the player at the top of the screen, which of the following evaluations best matches his technical characteristics?" + } + }, + { + "video_uid": "video_000977", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手高远球被对手预判后,通过突然勾对角前场试图骗过防守但因角度不足被直接拦截得分。", + "B. top反手停顿抢网推直线球到对手右前场,想要拉开空间,占据主动。", + "C. top反手过渡时因被压制被迫将球回到底线角落,虽然选择分球边线却因力量过大导致出界。", + "D. top正手假动作分球后场后突然劈吊网前,试图通过过顶球迫使对手被动回球但因下网失误失分。" + ], + "options_en": [ + "A. Top player's forehand clear was anticipated by the opponent, who then attempted to deceive the defense with a sudden cross-court net shot but was directly intercepted and scored due to insufficient angle.", + "B. Top player used a backhand pause to rush the net and push a straight shot to the opponent's right forecourt, aiming to create space and take the initiative.", + "C. Top player, while making a backhand transition under pressure, was forced to return the ball to the corner of the baseline. Although opting to split the shot to the sideline, it went out due to excessive power.", + "D. Top player used a forehand fake to split the shot to the backcourt and suddenly sliced a drop shot to the net, attempting to force the opponent into a passive return with an overhead shot but lost the point due to a net error." + ], + "answer": "B", + "question": { + "question_zh": "对于片段中位于画面顶部的球员的最后一次击球,以下哪项评价最符合该击球的实际情况?", + "question_en": "For the last shot of the player at the top of the screen in the clip, which of the following evaluations best matches the actual situation of the shot?" + } + }, + { + "video_uid": "video_000978", + "duration": 89, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左中场连续使用反手挑球到对手中场区域后突然上网,意图通过大角度分球引诱对手回球出界并主动抢网压制", + "B. top在场地边线处强行正手抽击将球分到对方右侧底线,试图用过顶高远球配合假动作骗开防守并制造中场空档", + "C. top在右中场连续采用正手拦截切吊直线到对手左中场区域,试图通过连贯的吊球打乱对手节奏,为后续进攻创造机会。", + "D. top在被动情况下采用反手过渡将球回至对方中场区域,通过降低击球质量试图延长回合消耗对手体力并寻找反击机会" + ], + "options_en": [ + "A. Top used backhand net lifts to the opponent's midcourt area from the left midcourt and suddenly moved forward, intending to lure the opponent into hitting out of bounds with a wide cross-court shot and actively pressing the net to dominate.", + "B. Top forcefully drove the ball to the opponent's right baseline from the sideline, attempting to use a high clear combined with a deceptive motion to open up the defense and create a midcourt gap.", + "C. Top continuously used forehand intercept drop shots straight to the opponent's left midcourt area from the right midcourt, attempting to disrupt the opponent's rhythm with consecutive drop shots and create opportunities for follow-up attacks.", + "D. Top adopted a backhand defensive shot to return the ball to the opponent's midcourt area under pressure, trying to prolong the rally by reducing shot quality to exhaust the opponent and seek counterattack opportunities." + ], + "answer": "C", + "question": { + "question_zh": "针对画面顶部球员最后一次击球动作,以下哪一项评价最符合其技术特点和战术意图?", + "question_en": "Regarding the last shot of the player at the top of the screen, which of the following evaluations best matches their technical characteristics and tactical intent?" + } + }, + { + "video_uid": "video_000979", + "duration": 101, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top上网到自己的右前场,正手连贯抢扑斜线球,将球击向对方中场区域,试图通过积极的网前抢攻使对手陷入被动,为后续进攻创造机会。", + "B. top采用弓箭步蹬地发力,将球以过顶高远球的方式击打到对方场地后场中央区域,希望通过放慢进攻节奏为自己争取喘息机会。", + "C. top突然横向移动至左前场,利用反手假动作骗开对手防守后,跳杀分球至对方边线区域,企图通过精准的落点压制对手的两侧移动空间。", + "D. top在被动情况下后撤至中场完成过渡挑球,将球回放至对方后场底线附近,试图通过增加球的飞行时间缓解自身被压制的局面。" + ], + "options_en": [ + "A. top moves forward to their right front court, executing a forehand continuous net kill to hit the shuttle diagonally to the opponent's midcourt area, attempting to put the opponent in a passive position with aggressive net attacks and create opportunities for follow-up offense.", + "B. top adopts a lunge stance to generate power, hitting the shuttle with an overhead clear to the central backcourt area of the opponent's side, hoping to slow down the offensive tempo and buy themselves a breather.", + "C. top suddenly moves laterally to the left front court, using a backhand fake to deceive the opponent's defense before jumping to kill and placing the shuttle to the opponent's sideline area, aiming to restrict the opponent's lateral movement with precise placement.", + "D. top retreats to the midcourt in a passive situation and completes a transitional net lift, returning the shuttle near the opponent's backcourt baseline, attempting to alleviate their own pressure by increasing the shuttle's flight time." + ], + "answer": "A", + "question": { + "question_zh": "对于画面中位于顶部位置的球员完成的最后一次击球,以下哪个评价最恰当?", + "question_en": "For the last shot completed by the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_000980", + "duration": 167, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom使用正手扣杀直线球路到对手左前场区域,并试图通过假动作欺骗对手重心,但由于力量控制不足导致球稍稍出界。", + "B. bottom在自己的左前场反手防守放网前球,斜线球路到对手的右前场,试图调动对手,为自己创造进攻机会。", + "C. bottom处于被动情况下用反手击出高远球到对手后场底线附近,意图通过拉吊结合为自己争取喘息时间,但球速较慢被对手轻松拦截。", + "D. bottom快速抢网时使用正手过顶球试图压制对手网前,但因击球点过低导致球直接下网,丧失了关键得分机会。" + ], + "options_en": [ + "A. The bottom player uses a forehand kill shot straight to the opponent's left frontcourt area, trying to deceive the opponent's center of gravity with a fake motion, but the shuttle slightly goes out due to insufficient power control.", + "B. The bottom player defends with a backhand net shot in their left frontcourt, sending the shuttle diagonally to the opponent's right frontcourt, attempting to move the opponent and create an offensive opportunity for themselves.", + "C. The bottom player, in a passive situation, hits a backhand clear to the opponent's backcourt near the baseline, intending to buy recovery time through a combination of clears and drop shots, but the slow shuttle speed allows the opponent to intercept it easily.", + "D. The bottom player quickly rushes the net and attempts to pressure the opponent with a forehand overhead shot, but due to a low contact point, the shuttle goes directly into the net, missing a crucial scoring opportunity." + ], + "answer": "B", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪项评价最符合其技术特点和战术意图?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best matches its technical characteristics and tactical intent?" + } + }, + { + "video_uid": "video_000981", + "duration": 175, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的右后场上网到左前场,反手搓出斜线球,将球从自己的左前场搓到对手的右前场,迫使对手只能被动挑高球,意图打乱对手节奏并寻找进攻机会。", + "B. bottom向左前场移动过程中进行反手击球时做了胸前停顿动作,试图欺骗对手移动方向,但因击球点过低导致球下网,最终被对手抓住机会反击得分。", + "C. bottom在右后场突然停顿制造假动作后,快速正手抽击将球分到对手左底线附近,但球因力量过大致使边线外的出界,导致该回合直接失分。", + "D. bottom在被动中选择上网截击时使用假动作过顶技术,意图将球劈对角到对手右前场,结果球落在中场空挡被对手快速抢网得分,形成防守反击失误。" + ], + "options_en": [ + "A. The player at the bottom moved from their right backcourt to the left frontcourt, executing a backhand cross-court net shot to send the ball from their left frontcourt to the opponent's right frontcourt, forcing the opponent into a passive net lift to disrupt their rhythm and seek an attacking opportunity.", + "B. While moving toward the left frontcourt, the player at the bottom performed a chest-level pause during a backhand shot to deceive the opponent's movement direction. However, due to a low contact point, the ball failed to clear the net, ultimately allowing the opponent to counterattack and score.", + "C. The player at the bottom suddenly paused in the right backcourt to create a fake action, then quickly executed a forehand drive to distribute the ball near the opponent's left baseline. However, the ball went out of bounds due to excessive power, resulting in a direct loss of the rally.", + "D. The player at the bottom, while under pressure, chose to intercept at the net with a fake overhead technique, intending to slice the ball diagonally to the opponent's right frontcourt. However, the ball landed in a mid-court gap, allowing the opponent to quickly rush the net and score, resulting in a defensive counterattack error." + ], + "answer": "A", + "question": { + "question_zh": "对位于画面底部的球员最后一次击球的评价,以下哪项最恰当?", + "question_en": "What is the most appropriate evaluation of the last shot made by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_000982", + "duration": 143, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从后场上网至前场执行正手扑直线分球,球速虽快但擦网落在边线附近,迫使对手在左中场勉强救球但最终回球下网", + "B. bottom从左前场移动到左后场,正手杀直线球,给对手施加了较大压力,使对手只能在右中场进行低质量的被动勾球。", + "C. bottom在后场右中场使用反手劈杀直线过顶球,但因力量控制失误造成球轻微出界,导致对方直接拿到关键得分机会。", + "D. bottom上网至前场后运用反手挑对角分球,试图变化节奏但被对手识破,导致自己被迫在右中场进行被动过渡挑球却被对手重扣得分。" + ], + "options_en": [ + "A. The bottom player moved from the rear court to the forecourt and executed a forehand straight net kill, with the ball brushing the net and landing near the sideline. This forced the opponent to make a desperate save from the left midcourt, but their return ultimately went into the net.", + "B. The bottom player moved from the left forecourt to the left rear court and executed a forehand straight kill, applying significant pressure on the opponent, forcing them to perform a low-quality passive cross-court shot from the right midcourt.", + "C. The bottom player used a backhand straight overhead kill from the right midcourt in the rear court, but due to a slight miscalculation in power, the ball went marginally out, giving the opponent a direct key scoring opportunity.", + "D. The bottom player advanced to the forecourt and attempted a backhand diagonal net lift to vary the tempo, but the opponent read it, forcing the bottom player into a passive net lift from the right midcourt, which the opponent countered with a powerful kill to score." + ], + "answer": "B", + "question": { + "question_zh": "针对比赛画面中底部区域球员执行的最后一次击球,以下哪项评价最能准确描述该击球表现及后续影响?", + "question_en": "Regarding the last shot executed by the player in the bottom area of the match footage, which of the following evaluations most accurately describes the shot performance and its subsequent impact?" + } + }, + { + "video_uid": "video_000983", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的左中场移动到右前场,正手停顿抢网抽斜线到对手的左中场区域,想要限制对手的进攻节奏。", + "B. bottom快速从前场向后场移动完成跳起扣杀,反手过顶高压球直冲对手右后场区域,试图直接得分制造压力。", + "C. bottom在被动过渡中突然向对手右侧边线分球,但因击球点过低导致下网,失去反击机会并交出进攻权。", + "D. bottom利用反手假动作骗过对手后,正手抽对角到对手左前场,但因角度过大导致球出边线丧失得分良机。" + ], + "options_en": [ + "A. bottom moved from their left midcourt to the right frontcourt, executing a forehand pause to rush the net and drive crosscourt to the opponent's left midcourt area, aiming to restrict the opponent's offensive rhythm.", + "B. bottom quickly moved from the frontcourt to the backcourt to complete a jumping smash, executing a backhand overhead high-pressure shot straight to the opponent's right backcourt area, attempting to score directly and create pressure.", + "C. bottom suddenly played a crosscourt shot to the opponent's right sideline during a passive transition, but due to a low contact point, the ball went into the net, losing the counterattack opportunity and surrendering the offensive initiative.", + "D. bottom used a backhand deceptive move to trick the opponent, then played a forehand crosscourt shot to the opponent's left frontcourt, but due to an excessive angle, the ball went out of bounds, missing a scoring opportunity." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面底部球员在最后一次击球的表现,选择最恰当的评价选项。", + "question_en": "Based on the performance of the player at the bottom in the last shot, select the most appropriate evaluation option." + } + }, + { + "video_uid": "video_000984", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的左前场移动到右前场,正手挑出一记过顶斜线高球到对手的右后场区域。这一拍处于被动局面,未能有效摆脱对手压迫,反倒给了对手主动进攻的机会。", + "B. top从自己的右后场迅速上网,使用反手假动作假装推直线后突然抽击对角,对手因判断失误未能有效拦截,导致其回球出界,top成功得分。", + "C. top在左中场位置以正手挑出一记分球到对手的左底线区域,球速较慢但精准压线,对手因准备不足被迫退场,其回球下网,top得以得分。", + "D. top在中后场区域快速启动抢网,在对手预判之前将球精准点杀其右中场位置,对手勉强起球后出现明显被动,最终回球下网,top拿下该分。" + ], + "options_en": [ + "A. The top player moved from their left frontcourt to the right frontcourt and executed a forehand net lift, sending a high cross-court clear to the opponent's right backcourt area. This shot was played under pressure, failing to effectively break free from the opponent's pressure and instead giving the opponent an opportunity to attack.", + "B. The top player quickly advanced from their right backcourt to the frontcourt, using a backhand fake to pretend a straight push shot before suddenly driving cross-court. The opponent misjudged and failed to intercept effectively, resulting in their return going out of bounds, and the top player successfully scored.", + "C. The top player, positioned at the left midcourt, executed a forehand net lift to place the shuttlecock precisely at the opponent's left baseline area. The shot was slow but accurately landed on the line, catching the opponent off guard and forcing them to retreat. Their return went into the net, allowing the top player to score.", + "D. The top player quickly initiated a net rush from the mid-backcourt area, precisely executing a kill to the opponent's right midcourt before the opponent could anticipate. The opponent barely managed to lift the shuttlecock but was left in a clearly passive position, ultimately returning the shuttlecock into the net, and the top player secured the point." + ], + "answer": "A", + "question": { + "question_zh": "请评价画面中位于top的球员的最后一次击球,以下哪个选项最符合实际?", + "question_en": "Please evaluate the last shot made by the player at the top in the scene. Which of the following options best matches the actual situation?" + } + }, + { + "video_uid": "video_000985", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的左前场反手挑高球到对手的左后场区域,想要拉开对手以争取调整时间,但效果一般。", + "B. bottom在被动情况下仓促使用正手上旋吊球将球压到前发球线右侧区域,试图用旋转制造过渡机会,但球未过网直接下网结束回合。", + "C. bottom通过反手假动作先做出网前小球的动作,随即突然改用正手大力扣杀过顶大斜线到对手后场对角,意图骗取对手回球漏洞却被对手成功拦截得分。", + "D. bottom用正手快抽将球击向对手右后场边线实施分球战术,意图通过精准落点调动对手防守重心,但球速过快导致出界失误。" + ], + "options_en": [ + "A. The bottom player used a backhand net lift from their left forecourt to the opponent's left rear court, attempting to create space for adjustment time, but the effect was mediocre.", + "B. The bottom player, under pressure, hastily used a forehand spinning drop shot to place the shuttle near the right side of the front service line, trying to create a transition opportunity with spin, but the shuttle failed to clear the net, ending the rally.", + "C. The bottom player used a backhand fake motion initially mimicking a net shot, then suddenly switched to a forehand powerful cross-court kill to the opponent's rear diagonal, attempting to deceive the opponent into a weak return but was successfully intercepted for a point.", + "D. The bottom player used a forehand fast drive to hit the shuttle to the opponent's right rear sideline, executing a split shot tactic to disrupt the opponent's defensive stance with precise placement, but the excessive speed caused an out-of-bounds error." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面底部的球员最后一次击球,以下哪个评价最符合该击球动作的特点?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations best describes the characteristics of this shot?" + } + }, + { + "video_uid": "video_000986", + "duration": 93, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top假意用反手上网,实际是过顶高远球突袭对手后场,但球的击打力量不足下网。", + "B. top勾对角到对手的右前场,想要调动对手。", + "C. top尝试用分球动作将球击向对手右侧边线,希望通过出界干扰制造进攻机会,但球速控制失误击出界外。", + "D. top在被动情况下使用假动作欺骗对手,随后快速抢网试图压制对方,但被对手预判封网化解。" + ], + "options_en": [ + "A. The top player faked a backhand net shot but actually played an overhead clear to surprise the opponent's backcourt, but the shot lacked power and went into the net.", + "B. The top player played a cross-court drop shot to the opponent's right forecourt, attempting to move the opponent.", + "C. The top player attempted a split shot toward the opponent's right sideline, hoping to create an offensive opportunity by forcing the opponent out of position, but miscontrolled the shot speed and sent it out of bounds.", + "D. The top player used a deceptive move to trick the opponent in a defensive situation, then quickly rushed the net to try to pressure the opponent, but the opponent anticipated it and blocked the net to counter." + ], + "answer": "B", + "question": { + "question_zh": "在单打比赛中,针对位于画面顶部球员的最后一次击球,以下哪项评价最为准确?", + "question_en": "In a singles match, which of the following evaluations is most accurate regarding the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_000987", + "duration": 94, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右侧后场面对追身球选择正手劈对角大野球试图分球,虽线路刁钻但因发力过猛导致球出右侧边线", + "B. bottom在后场上网时用反手假动作骗开对手重心后突然劈吊网前,可惜球速不足被对手及时回挡得分。", + "C. bottom在中场被迫回放过渡高球时采用手腕停顿制造欺骗效果,但因击球点过低导致球体擦网下网直接丢分。", + "D. bottom在中前场正手杀直线追身球,连贯有力,给对手造成了较大压力。" + ], + "options_en": [ + "A. Bottom, facing a body shot in the right rear court, chose a forehand cross-court slice to attempt a placement shot. Although the angle was sharp, excessive force sent the ball out of the right sideline.", + "B. Bottom used a backhand deceptive move to mislead the opponent's center of gravity while moving forward from the rear court, then suddenly sliced a drop shot to the net, but the insufficient speed allowed the opponent to block and score.", + "C. Bottom, forced to play a defensive high clear from the midcourt, employed a wrist pause to create deception, but the low contact point caused the ball to graze the net and fail, resulting in a direct loss.", + "D. Bottom executed a forehand straight kill shot to the body from the mid-frontcourt, with strong continuity, putting significant pressure on the opponent." + ], + "answer": "D", + "question": { + "question_zh": "请根据画面底部球员的最后一次击球动作及其效果,选择最恰当的评价。", + "question_en": "Please select the most appropriate evaluation based on the player's last shot at the bottom of the screen and its outcome." + } + }, + { + "video_uid": "video_000988", + "duration": 92, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top正手抢网推直线到对手的左中场区域,试图加快节奏,为自己创造进攻机会。", + "B. top正手击球时手腕停顿后突然劈杀直线至左中场,但力量控制失误导致球直接下网", + "C. top反手采用假动作推斜线分球到右中场区域,意图扰乱对手站位但因球速过慢导致出界", + "D. top在被动情况下勉强起跳反手过顶高远球推至对手后场边线,试图扭转局势却因落点过深出界" + ], + "options_en": [ + "A. Top player forehand rushed to the net and pushed a straight shot to the opponent's left midcourt area, attempting to speed up the tempo and create an offensive opportunity for themselves.", + "B. Top player forehand paused the wrist during the shot and suddenly sliced a straight shot to the left midcourt, but the power control failed, causing the ball to go directly into the net.", + "C. Top player backhand used a deceptive action to push a cross-court shot to the right midcourt area, intending to disrupt the opponent's positioning but the shot went out due to slow speed.", + "D. Top player, under pressure, barely jumped and played a backhand overhead clear to the opponent's backcourt sideline, trying to reverse the situation but the shot went out due to excessive depth." + ], + "answer": "A", + "question": { + "question_zh": "针对画面中位于顶部区域的球员在最后一次击球时的表现,请选择最恰当的评价:", + "question_en": "Regarding the performance of the player in the top area during the last shot in the footage, please select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_000989", + "duration": 66, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在自己的中场正手抽球,想要摆脱对手的压制,但未能成功,反而让对手有机会继续进攻。", + "B. bottom试图用后场过顶球完成防守过渡,但击球力度不足导致球直接下网送给对手得分", + "C. bottom通过上网假动作骗过对手重心后再变直线得分,但因球速过快导致出界未能成功", + "D. bottom在底线附近用反手分球意图拉开对手站位,却被对方快速抢网过顶压制进入被动防守" + ], + "options_en": [ + "A. bottom drives with a forehand in their midcourt, attempting to break free from the opponent's pressure but fails, instead giving the opponent a chance to continue attacking.", + "B. bottom tries to complete a defensive transition with a deep overhead shot, but the shot lacks power, causing it to go directly into the net and giving the opponent a point.", + "C. bottom uses a deceptive move by approaching the net to trick the opponent's center of gravity before changing to a straight shot to score, but the shot was too fast and went out, failing to succeed.", + "D. bottom attempts a cross-court shot with a backhand near the baseline to widen the opponent's positioning, but the opponent quickly rushes the net and counters with an overhead shot, forcing bottom into a passive defense." + ], + "answer": "A", + "question": { + "question_zh": "对于画面底部的球员的最后一次击球,以下哪项评价最为恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_000990", + "duration": 127, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在右后场使用停顿假动作后正手抽直线,试图欺骗bottom,但bottom识破后直接扣杀得分", + "B. top从右后场移动到左中场反手抽斜线,给bottom施压,迫使bottom陷入被动", + "C. top从左后场移动到右中场正手抽直线,意欲压制bottom中场,但bottom及时抢网成功化解危机", + "D. top上网反手抽对角分球至bottom边线,试图限制其移动范围,却不慎下网导致得分失利" + ], + "options_en": [ + "A. top used a hesitation fake at the right backcourt followed by a forehand straight drive, trying to deceive bottom, but bottom saw through it and scored directly with a kill", + "B. top moved from the right backcourt to the left midcourt and drove cross-court with a backhand, putting pressure on bottom and forcing bottom into a passive position", + "C. top moved from the left backcourt to the right midcourt and drove straight with a forehand, intending to suppress bottom's midcourt, but bottom successfully rushed the net to resolve the crisis", + "D. top advanced to the net and drove diagonally with a backhand to place the shuttle near bottom's sideline, attempting to limit their movement range, but accidentally hit the net, resulting in a lost point" + ], + "answer": "B", + "question": { + "question_zh": "在比赛片段中,画面top选手最后一次击球的表现应如何评价?", + "question_en": "In the match clip, how should the last shot performance of the top player be evaluated?" + } + }, + { + "video_uid": "video_000991", + "duration": 70, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在底线使用分球技术将球击向边线,配合快速抢网战术意图封锁对手的移动空间", + "B. top用过顶高远球强行压制对方后场,希望通过落点深度为中场过渡争取调整时间", + "C. top在中场反手拦吊直线球,想要通过线路变化打乱节奏,为自己后续进攻创造机会。", + "D. top上网假动作骗过对手后突然后撤击反手斜线,试图通过节奏变化打乱对方防守布局" + ], + "options_en": [ + "A. top employed a placement technique from the baseline to direct the shuttle toward the sideline, combining it with a fast net rush tactic to restrict the opponent's movement space.", + "B. top forcefully pressured the opponent's backcourt with an overhead clear, hoping to buy adjustment time for a midcourt transition by exploiting the depth of the shot.", + "C. top played a straight backhand block drop shot at the midcourt, aiming to disrupt the rhythm with a change of trajectory and create opportunities for subsequent attacks.", + "D. top used a deceptive move at the net to fake out the opponent before suddenly retreating to hit a backhand cross-court shot, attempting to disrupt the opponent's defensive setup with a change of pace." + ], + "answer": "C", + "question": { + "question_zh": "对于片段位于画面顶端的球员的最后一次击球,哪一个评价最能准确描述其技术意图?", + "question_en": "For the last shot made by the player positioned at the top of the frame, which evaluation most accurately describes their technical intent?" + } + }, + { + "video_uid": "video_000992", + "duration": 150, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的右前场移动到左前场,反手推挑斜线球到对手的后场,试图拉开球路摆脱对手的进攻压制。", + "B. bottom试图上网抢网时做出扣杀假动作,但实际因移动迟缓导致击球过顶对手头顶后下网失误,最终造成失分。", + "C. bottom在被压制到后场的被动情况下,被迫打出高远球到对手后场中央区域,主要目的是完成过渡延长回合。", + "D. bottom从后场快速上网到前场,使用正手抽击对角线球到对手中场位置,试图通过分球战术打破对手的站位封锁。" + ], + "options_en": [ + "A. bottom moves from their right forecourt to the left forecourt, executing a backhand push shot diagonally to the opponent's backcourt, attempting to widen the rally and break free from the opponent's offensive pressure.", + "B. bottom attempts to rush the net for a net kill with a deceptive smash motion, but due to slow movement, the shot goes over the opponent's head and lands into the net, resulting in a lost point.", + "C. bottom, under pressure in the backcourt, is forced to play a clear to the central area of the opponent's backcourt, primarily aiming to transition and prolong the rally.", + "D. bottom quickly advances from the backcourt to the forecourt, using a forehand drive diagonally to the opponent's midcourt, attempting to disrupt the opponent's positioning blockade with a split shot tactic." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面底部的球员的最后一次击球,以下哪项评价最为贴切?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations is most accurate?" + } + }, + { + "video_uid": "video_000993", + "duration": 158, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下急退至中场,突然停顿后用反手假动作假装挑后场,实际击出低平快球到对手中场空档,但由于力量不足被对手直接劈杀得分", + "B. bottom因被对手压迫选择上网拦截,使用反手快速击出平快球分球到对手右后场边线,意图通过假动作欺骗防守却因角度偏误导致球轻微下网。", + "C. bottom从中前场移动到左后场,使用正手击出平高球,过顶斜线到对手的中后场区域,试图通过高远球的压迫为自己创造进攻机会。", + "D. bottom从后场向左前场移动,用正手挑后场高远球直线到对手右后场,但预判失误导致球速过猛直接越过边线出界严重影响节奏。" + ], + "options_en": [ + "A. bottom, in a passive situation, quickly retreats to the midcourt, suddenly pauses and uses a backhand fake action pretending to lift to the rear court, actually hitting a low flat drive to the opponent's midcourt gap, but due to insufficient power, the opponent directly smashes for a point.", + "B. bottom, pressured by the opponent, chooses to intercept at the net, using a backhand to quickly hit a flat drive to the opponent's right rear sideline, intending to deceive the defense with a fake action but causing the shuttle to slightly hit the net due to angle deviation.", + "C. bottom moves from the mid-frontcourt to the left rear court, using a forehand to hit a flat clear, sending it over the top diagonally to the opponent's mid-rear court area, attempting to create an offensive opportunity by pressuring with a deep clear.", + "D. bottom moves from the rear court to the left front court, using a forehand to lift a deep clear straight to the opponent's right rear court, but misjudgment leads to excessive shuttle speed, causing it to go directly out of bounds and severely disrupt the rhythm." + ], + "answer": "C", + "question": { + "question_zh": "请从以下选项中选择对处于画面底部球员最后一次击球的恰当评价:", + "question_en": "Please select the appropriate evaluation of the last shot by the player at the bottom of the screen from the following options:" + } + }, + { + "video_uid": "video_000994", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右后场上网到右前场,正手挡直线网前小球,想要通过小球控制对手进攻节奏,为自己赢得回位和调整的时间。", + "B. top后退到右后场底线附近,反手抽击重扣斜线高远球试图压制对手,因击球点过低导致球擦网出界损失了这一分。", + "C. top在左后场被动情况下侧身拧腰击出反手劈吊对角,企图用突然变向的假动作骗过对手,但因发力过猛直接下网。", + "D. top被对手分球到右后场后快速横向移动,用头顶区正手抽 diagonals 超出边线,企图通过大范围调动实现抢网却造成出界失误" + ], + "options_en": [ + "A. Top moves from their right backcourt to the right frontcourt, executing a forehand straight net block with a small shot, aiming to control the opponent's offensive tempo and buy time for repositioning and adjustment.", + "B. Top retreats near the right backcourt baseline, attempting a backhand heavy cross-court clear to pressure the opponent, but due to a low contact point, the ball grazes the net and goes out, losing this point.", + "C. Top, in a passive position at the left backcourt, twists their torso to execute a backhand cross-court drop shot with a sudden directional change to deceive the opponent, but overpowers the shot, causing it to go into the net.", + "D. Top, after being pushed to the right backcourt by the opponent's placement shot, quickly moves laterally and attempts an overhead forehand drive diagonals beyond the sideline, aiming to achieve a net rush through wide-range mobilization but results in an out-of-bounds error." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶端的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the top of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_000995", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom突然从右中场借力前扑,用反手斜线劈吊至对手左前场底线,造成对手判断失误直接将球打出边线。", + "B. bottom被动情况下侧身后退至左中场,用反手勾对角网前小球意图诱敌深入,但球速过慢被对手迅速上网抢网拦截", + "C. bottom从自己的左前场移动到左后场,正手击出直线平高过顶球,球路直达对手的右后场区域,迫使对手回球过渡。", + "D. bottom在底线处快速变速向右侧跑动,假动作挑后场后突然正手扑杀直线,但因力量过猛导致球直接下网。" + ], + "options_en": [ + "A. The bottom player suddenly lunged forward from the right midcourt, using a backhand cross-court slice drop shot to the opponent's left forecourt baseline, causing the opponent to misjudge and hit the shuttle out of bounds.", + "B. The bottom player retreated sideways to the left midcourt in a defensive stance, attempting a backhand cross-court net shot to lure the opponent forward, but the shuttle was too slow and was intercepted by the opponent's quick net rush.", + "C. The bottom player moved from their left forecourt to the left rear court and hit a straight flat clear over the opponent's head, sending the shuttle directly to the opponent's right rear court area, forcing a defensive return.", + "D. The bottom player quickly accelerated to the right from the baseline, faked a net lift to the rear court, then suddenly executed a straight forehand net kill, but due to excessive power, the shuttle went straight into the net." + ], + "answer": "C", + "question": { + "question_zh": "对画面底部球员最后一次击球的评价,以下哪个选项最准确?", + "question_en": "Evaluate the last shot by the player at the bottom of the screen. Which of the following options is most accurate?" + } + }, + { + "video_uid": "video_000996", + "duration": 158, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手防守搓球,通过分球分开角度,成功破坏了对手的连贯。", + "B. top正手突击进攻配合停顿假动作,企图骗过对手但结果下网导致失分。", + "C. top反手挑后场球配合假动作分球,但弧度过高被对手强势扣杀得分。", + "D. top抢网时改用过顶高远球战术,因球速过快直接出界未威胁对方。" + ], + "options_en": [ + "A. A backhand defensive net shot from the top, splitting the angle with a cross-court shot, successfully disrupting the opponent's rhythm.", + "B. A forehand sudden attack from the top with a pause and fake motion, attempting to deceive the opponent but resulting in a net error and losing the point.", + "C. A backhand net lift from the top combined with a fake cross-court shot, but the excessive height allowed the opponent to score with a powerful kill.", + "D. A rushed net play from the top switched to a high clear tactic, but the shot went out directly due to excessive speed, failing to threaten the opponent." + ], + "answer": "A", + "question": { + "question_zh": "对于画面中位于顶部区域的球员实施的最后一次击球,以下哪项技术分析最贴切描述了该击球的实际效果?", + "question_en": "For the last shot executed by the player in the top area of the screen, which of the following technical analyses most accurately describes the actual outcome of the shot?" + } + }, + { + "video_uid": "video_000997", + "duration": 137, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom正手挑球到对手右中场后快速上网压迫,对手慌乱中分球到右中场,随后抢网得分显示应变能力。", + "B. bottom正手跳杀斜线到对手左中场,对手仓促之下只能被动挡网,这次进攻颇具威胁。", + "C. bottom正手抽对角线时出现击球过顶失误导致出界,对手见机快速上网封死前场直接得分,防守反击效果显著。", + "D. bottom反手高远球将球击到对手中场区域,对手被动过渡后直接扣杀得手完成逆转,战术衔接流畅合理。" + ], + "options_en": [ + "A. The bottom player played a forehand net lift to the opponent's right midcourt and quickly moved forward to apply pressure. The opponent panicked and split the shot to the right midcourt, after which the bottom player seized the net and scored, demonstrating adaptability.", + "B. The bottom player executed a forehand jump kill diagonally to the opponent's left midcourt, forcing the opponent to passively block the net in haste. This offensive move was quite threatening.", + "C. The bottom player made an overhead error while attempting a forehand drive diagonally, causing the shuttle to go out. The opponent seized the opportunity to quickly move forward and seal the frontcourt, scoring directly. The defensive counterattack was highly effective.", + "D. The bottom player hit a backhand clear to the opponent's midcourt area. The opponent made a passive transition, only to be countered by a direct kill, completing a smooth and logical tactical sequence." + ], + "answer": "B", + "question": { + "question_zh": "在羽毛球单打比赛中,画面底部的选手最后一次击球应如何评价?", + "question_en": "In a badminton singles match, how should the last shot by the player at the bottom of the screen be evaluated?" + } + }, + { + "video_uid": "video_000998", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom正手抢网上网快速推直线,因身体失衡导致球出界造成失分", + "B. bottom反手分球到对方底线边线附近,企图用大角度分球调动对手防守弱点。", + "C. bottom反手进行被动挡网直线球,想要过渡调整,为自己后续的回球争取时间。", + "D. bottom用反手假动作骗过对手后突然扣杀对角线,试图通过过顶高球直接得分。" + ], + "options_en": [ + "A. The bottom player rushed forward with a forehand net push straight shot, but lost balance and caused the shuttle to go out of bounds, resulting in a lost point.", + "B. The bottom player used a backhand cross-court shot near the opponent's baseline sideline, aiming to exploit the opponent's defensive weakness with a wide-angle shot.", + "C. The bottom player used a backhand passive block straight shot, attempting to transition and buy time for their subsequent return.", + "D. The bottom player deceived the opponent with a backhand fake action before suddenly smashing diagonally, trying to score directly with an overhead clear." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,下列哪个评价最符合实际情况?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_000999", + "duration": 172, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下假意准备反手推直线却突然停顿改用正手挑后场,但对手抢网成功形成制胜点。", + "B. bottom反手推挑斜线,想要通过大角度拉开对手,成功迫使对手到对方的左后场进行被动回球。", + "C. bottom正手抽击分球到对方右侧边线并直接得分,成功骗过对手假动作使其未能及时反应。", + "D. bottom以反手完成过顶高压球试图压制对手网前,但球速过快直接出界导致失分。" + ], + "options_en": [ + "A. The bottom player pretended to prepare for a backhand push shot straight but suddenly paused and switched to a forehand lift to the rear court. However, the opponent successfully rushed the net and created a winning point.", + "B. The bottom player executed a backhand push shot cross-court, attempting to widen the angle and successfully forced the opponent to make a passive return to their left rear court.", + "C. The bottom player performed a forehand drive to distribute the shuttle to the opponent's right sideline and scored directly, successfully deceiving the opponent with a fake action, leaving them unable to react in time.", + "D. The bottom player attempted to pressure the opponent at the net with an overhead backhand smash, but the shuttle was too fast and went out, resulting in a lost point." + ], + "answer": "B", + "question": { + "question_zh": "请根据以下描述,选择对画面底部球员最后一次击球的最恰当评价:", + "question_en": "Please select the most appropriate evaluation of the last shot by the player at the bottom of the screen based on the following description:" + } + }, + { + "video_uid": "video_001000", + "duration": 124, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在自己的右前场,以正手方式放网前斜线球,将球从自己右前场打到对方左前场。由于处于被动局面,急需过渡,所以这球质量欠佳,给对手创造了进攻机会。", + "B. bottom在右中场果断分球到对方左底线区域,球速快且线路突然,迫使对手判断失误回球出界,成功得分并调整了场上的被动局面。", + "C. bottom在被动状态下选择以反手过顶高远球还击对方后场,但由于调度不及导致球速过慢,被对手迅速上网拦截扣杀得分,这一球防守策略未达预期效果。", + "D. bottom在左后场积极抢网,以反手抽击将球打到对方右后场底线区域,球速迅猛且贴近边线,迫使对手回击时来不及反应导致球下网,从而成功得分,这一击扭转了场上的僵局。" + ], + "options_en": [ + "A. The bottom player, in their own right front court, uses a forehand to play a cross-court net shot, sending the ball from their right front court to the opponent's left front court. Due to being in a passive situation and urgently needing a transition, the shot quality is poor, creating an offensive opportunity for the opponent.", + "B. The bottom player decisively plays a split shot from the right midcourt to the opponent's left baseline area. The shot is fast and sudden in trajectory, forcing the opponent to misjudge and return the ball out of bounds, successfully scoring a point and adjusting the passive situation on the court.", + "C. The bottom player, in a passive state, chooses to counter with a backhand overhead clear to the opponent's rear court. However, due to insufficient preparation, the shot is too slow, allowing the opponent to quickly rush the net and intercept with a kill, scoring a point. This defensive strategy fails to achieve the desired effect.", + "D. The bottom player actively rushes the net in the left rear court, using a backhand drive to send the ball to the opponent's right rear baseline area. The shot is fast and close to the sideline, forcing the opponent to react too late and causing the ball to go into the net, successfully scoring a point. This shot breaks the deadlock on the court." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面bottom的球员的最后一次击球,哪一评价最符合其击球特点和战术意图?", + "question_en": "For the last shot by the player at the bottom of the screen, which evaluation best matches the characteristics and tactical intent of the shot?" + } + }, + { + "video_uid": "video_001001", + "duration": 193, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被迫过渡时,后退中使用反手放网将球轻放至对方右前场,形成短直线球,想要通过慢速过渡拖延对手进攻节奏,等待反击机会。", + "B. top移动到自己的左前场,反手击球,挑打将球从左前场抽到对方右后场,形成斜线高远球,意图是占据中场主动权,稳定防守阵型。", + "C. top上网到自己的右前场,正手击球,推挑将球从自己右前场打到对方左后场,形成过顶直线回头球,想要打乱对手节奏。", + "D. top快速上网到右前场,正手劈吊下压时球出界,导致失分,原本意图是抢网压迫对方底线但失误未能成功。" + ], + "options_en": [ + "A. top, while forced into a passive transition, retreats and uses a backhand net shot to gently place the shuttle to the opponent's right forecourt, creating a short straight shot, attempting to slow down the opponent's offensive rhythm with a delayed transition and wait for a counterattack opportunity.", + "B. top moves to their left forecourt, uses a backhand net lift to drive the shuttle from the left forecourt to the opponent's right rear court, forming a cross-court clear, intending to seize midcourt initiative and stabilize the defensive formation.", + "C. top moves forward to their right forecourt, uses a forehand push shot to lift the shuttle from their right forecourt to the opponent's left rear court, creating an overhead straight return shot, aiming to disrupt the opponent's rhythm.", + "D. top quickly moves forward to the right forecourt, attempts a forehand drop shot with a downward press but the shuttle goes out, resulting in a lost point; the original intention was to rush the net and pressure the opponent's baseline but the execution failed." + ], + "answer": "C", + "question": { + "question_zh": "对于画面顶部球员最后一次击球行为,以下哪项评价最符合现场表现?", + "question_en": "Which of the following evaluations best matches the on-court performance of the top player's last shot in the footage?" + } + }, + { + "video_uid": "video_001002", + "duration": 182, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在右后场正手高远球结合手臂停顿制造假动作意图骗对手上网,但判断失误导致球被对手快速抢网,最终被迫将球下网", + "B. top在右后场用反手分球至对手边线并尝试过顶压制,意图使对手被动进行过渡,但球因弧度过高最终出界,未能成功限制对手", + "C. top在右后场正手挑后场球并配合脚步移动制造假动作,试图打乱对手节奏,却因预判失误陷入被动,被迫过渡的球最终出界", + "D. top在右后场正手切吊直线,试图调动对手重心起伏,迫使对手上网,达到了一定的调动效果" + ], + "options_en": [ + "A. top combined a forehand clear with an arm pause to create a deceptive move from the right rear court, intending to trick the opponent into moving forward, but misjudgment led to the opponent quickly intercepting the net, forcing top to hit the ball into the net", + "B. top used a backhand cross-court shot from the right rear court to the opponent's sideline and tried to overhand press, intending to force the opponent into a passive transition, but the ball went out due to excessive height, failing to limit the opponent", + "C. top played a forehand net lift from the right rear court and used footwork to create a deceptive move, attempting to disrupt the opponent's rhythm, but due to misprediction, ended up in a passive position, and the forced transition shot ultimately went out", + "D. top executed a forehand straight drop shot from the right rear court, attempting to disrupt the opponent's balance and force them to move forward, achieving some level of disruption" + ], + "answer": "D", + "question": { + "question_zh": "请评估画面中位于顶部的球员最后一次击球的表现,选择最恰当的评价:", + "question_en": "Please evaluate the performance of the top player's last shot in the footage and choose the most appropriate assessment:" + } + }, + { + "video_uid": "video_001003", + "duration": 140, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从后场大踏步冲刺至前场,以反手挑后场过顶球的方式制造弧线,成功骗过对手并直接得分,展现了强烈的进攻意图。", + "B. bottom从左前场迅速移动至右中场,采用正手勾球的方式,将球勾到对手的中前场。这是一个被动的防守球,意在为自己争取调整时间。", + "C. bottom横向移动覆盖至左中场,用正手抽击将球精准打向对手右后场底线,配合突然加速的上网压迫,最终使对手回球出界。", + "D. bottom在被动情况下选择反手挑球力道不足导致球未过网,同时出现重心不稳的停顿动作,经裁判判定为失误直接丢分" + ], + "options_en": [ + "A. The bottom player sprinted from the backcourt to the frontcourt with large strides, using a backhand net lift to create a high clear over the opponent, successfully deceiving the opponent and scoring directly, demonstrating strong offensive intent.", + "B. The bottom player quickly moved from the left frontcourt to the right midcourt, using a forehand Cross-court to place the ball into the opponent's mid-frontcourt. This was a passive defensive shot, aiming to buy time for self-adjustment.", + "C. The bottom player covered laterally to the left midcourt, using a forehand drive to accurately hit the ball toward the opponent's right backcourt baseline, combined with a sudden acceleration to rush the net, ultimately forcing the opponent to return the ball out of bounds.", + "D. The bottom player, in a passive situation, opted for a backhand net lift with insufficient power, causing the ball to fail to clear the net, accompanied by an unsteady pause in movement, which was ruled by the referee as a direct error resulting in a lost point." + ], + "answer": "B", + "question": { + "question_zh": "针对画面底部球员最后一次击球,以下哪项评价最准确描述该击球的特点?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations most accurately describes the characteristics of the shot?" + } + }, + { + "video_uid": "video_001004", + "duration": 156, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在反手场区突然横向移动到右后场,使用跳起扣杀将球击向对手中路,意图直接得分,但球稍偏出右侧边线导致失分", + "B. bottom通过连续小幅度步伐调整到中场区域,用反手斜线平抽对角线压制对手,意图瓦解其防线,结果却被对手用突出的防守能力化解危机", + "C. bottom在被动防守时选择快速上网封网,使用假动作后突然变直线短球,意图扰乱对手节奏,但对手预判准确直接扣杀得分", + "D. bottom从自己的左前场移动到右前场,正手挑高球到对手的中后场,意图通过拉开距离来争取调整时间,可惜这一挑球给对手创造了进攻机会。" + ], + "options_en": [ + "A. The bottom player suddenly moved laterally from the backhand court to the right rearcourt and performed a jumping kill shot toward the opponent's midcourt, aiming to score directly. However, the ball slightly missed the right sideline, resulting in a lost point.", + "B. The bottom player adjusted to the midcourt area with continuous small steps and used a backhand cross-court drive to pressure the opponent diagonally, intending to break their defense. However, the opponent countered with outstanding defensive skills to neutralize the threat.", + "C. The bottom player chose to rush forward quickly for a net block during passive defense, using a fake motion before suddenly changing to a straight short shot to disrupt the opponent's rhythm. However, the opponent anticipated correctly and scored with a direct kill shot.", + "D. The bottom player moved from their left forecourt to the right forecourt and executed a forehand net lift to the opponent's mid-backcourt, intending to buy time by creating distance. Unfortunately, this lift gave the opponent an attacking opportunity." + ], + "answer": "D", + "question": { + "question_zh": "对于画面底部运动员的最后一次击球,以下哪个评价最准确?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001005", + "duration": 164, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom采用假动作骗开对手后突然上网抢网,以劈吊技术将球精准分到对手右侧边线完成得分,展现极强的战术执行力。", + "B. bottom被动接杀时强行正手抽对角分球到对方左前场,在对手扑救不及的情况下因击球点过低导致球下网失误从而失分", + "C. bottom从自己的右前场正手挑高球过顶到对手的中后场,处于被动状态下进行过渡,但未能很好地摆脱被动,给对方留下了进攻机会。", + "D. bottom在对手抢网压力下迅速以反手回击高远球到对方前场区域,意图通过分球压制对手底线但球速过高导致出界并失分。" + ], + "options_en": [ + "A. The bottom player used a deceptive move to fake out the opponent, then suddenly rushed to the net for a net kill, precisely splitting the ball to the opponent's right sideline with a drop shot to score, demonstrating strong tactical execution.", + "B. While passively defending against a kill, the bottom player forcefully drove a cross-court shot to the opponent's left forecourt. As the opponent failed to react in time, the shot went into the net due to a low contact point, resulting in a lost point.", + "C. The bottom player lifted a forehand clear from their right forecourt over the opponent's head to the mid-backcourt, attempting a transition under passive conditions but failed to fully escape the passive state, leaving the opponent an offensive opportunity.", + "D. Under pressure from the opponent's net rush, the bottom player quickly countered with a backhand clear to the opponent's forecourt, intending to pressure the baseline with a split shot but the excessive speed caused the ball to go out and lose the point." + ], + "answer": "C", + "question": { + "question_zh": "对于片段中位于画面底部球员的最后一次击球,以下哪一个评价最符合其实际击球表现?", + "question_en": "For the last shot by the player at the bottom of the screen in the clip, which of the following evaluations best matches their actual shot performance?" + } + }, + { + "video_uid": "video_001006", + "duration": 113, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在自己的中场正手抢网挡斜线网前球到对手的右前场区域,变化球路,调动对手重心起伏。", + "B. top在被动时选择中场放小球至对手中场空当试图制造过渡机会,但因击球时机稍早导致球直接下网,未能形成有效得分且使自身陷入连续被动防守。", + "C. top在自己的后场反手击出高远球过顶对手防守,在对手被迫后退时试图压制其底线区域,延缓其回防速度,但因击球角度偏左造成球出界线左侧。", + "D. top利用假动作骗使对手判断失误后,将球分向对手左后场底角,试图造成对手移动死角的同时制造杀球机会,但球因力量过大超过网高直接出界。" + ], + "options_en": [ + "A. top rushed to the net with a forehand block at the midfield, playing a cross-court net shot to the opponent's right front court area, varying the shot to disrupt the opponent's balance.", + "B. top, under pressure, opted for a midcourt drop shot to the opponent's open midcourt area, attempting to create a transition opportunity. But due to slightly early timing, the ball went directly into the net, failing to score and leaving top in a continuous defensive stance.", + "C. top played a backhand clear from the backcourt, sending the ball over the opponent's defense. While attempting to pressure the baseline and delay the opponent's recovery, the shot angle was too left, resulting in the ball going out of bounds on the left side.", + "D. top used a deceptive move to mislead the opponent, then directed the shot to the opponent's left backcourt corner, aiming to create a dead zone and set up a kill opportunity. However, the shot was too powerful and went over the net height, landing out of bounds." + ], + "answer": "A", + "question": { + "question_zh": "在画面顶部的球员的最后一次击球中,以下哪个评价最恰当?", + "question_en": "In the last shot of the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001007", + "duration": 157, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom反手抽对角直线试图压制对手底线,但力量过大导致球出界,直接送给对方一分,未能有效改变场上局势。", + "B. bottom在被动情况下勉强进行中场高远球试图过渡,但球偏出边线,导致对手直接得分,未能摆脱被压制的局面。", + "C. bottom用反手假动作佯装扣杀后突然改变方向,试图骗过对手到中场区域,但球速过慢直接被对手从容扣杀得分,未能形成有效威胁。", + "D. bottom正手推球,将球从自己中场打到对手的中前场斜线区域,成功化解了对手的重杀威胁,迫使对手草率放网。" + ], + "options_en": [ + "A. The bottom player attempted a backhand drive crosscourt to pressure the opponent's baseline, but the excessive power caused the ball to go out, directly conceding a point and failing to alter the match situation effectively.", + "B. The bottom player, under pressure, barely managed a midcourt clear as a transitional shot, but the ball went wide, resulting in the opponent directly scoring and failing to escape the suppressed situation.", + "C. The bottom player used a backhand fake motion pretending to smash before suddenly changing direction, trying to deceive the opponent into moving to the midcourt area, but the slow ball speed allowed the opponent to comfortably smash for a point, failing to pose a valid threat.", + "D. The bottom player executed a forehand push shot, sending the ball from their midcourt to the opponent's diagonal mid-frontcourt area, successfully neutralizing the opponent's powerful kill and forcing a hasty net shot." + ], + "answer": "D", + "question": { + "question_zh": "对于位于画面底部的球员的最后一次击球,以下哪个评价最恰当?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001008", + "duration": 161, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下仓促勾对角分球至对方左后场,伴随显著停顿动作试图迷惑对手,但球直接下网未能形成有效过渡。", + "B. bottom在自己的右前场正手推挑直线过顶球,利用骗和拉开的手法,试图将球推至对方左后场,迫使对手被动回球,为自己后续进攻创造机会。", + "C. bottom在左后场使用反手抽击配合假动作分球到对方右后场边线,但因力量过大造成出界失误,错失得分机会同时打乱自己的进攻节奏。", + "D. bottom抢网时快速劈吊对角配合过顶假动作,将球精准打向对方右前场区域,成功得分并压制对手防守空间。" + ], + "options_en": [ + "A. Bottom hastily plays a cross-court shot to the opponent's left rear court under passive conditions, accompanied by a noticeable pause to deceive the opponent, but the shuttle fails to clear the net, preventing an effective transition.", + "B. Bottom executes a forehand push shot straight and over the opponent's head from their own right forecourt, using deception and widening techniques to push the shuttle to the opponent's left rear court, forcing a passive return and creating an opportunity for follow-up offense.", + "C. Bottom employs a backhand drive with a fake action to distribute the shuttle to the opponent's right rear sideline from the left rear court, but due to excessive power, it results in an out error, missing the scoring opportunity and disrupting their own offensive rhythm.", + "D. Bottom quickly intercepts at the net with a diagonal drop shot combined with an over-the-head fake action, accurately directing the shuttle to the opponent's right forecourt area, successfully scoring and compressing the opponent's defensive space." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面底部的球员最后一次击球,下列哪一个评价最符合其击球动作及意图?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations best matches their stroke action and intention?" + } + }, + { + "video_uid": "video_001009", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom用反手对角线吊球从右后场到对手的左后场后迅速移动上网,配合侧身假动作骗过对手,但因球速较慢被对手反击得分。", + "B. bottom从自己的左中场正手直线杀球,将球打到对手的右中场,主动进攻压制对手,给对方造成较大压力。", + "C. bottom采用正手过顶高远球将球击向对手中场区域,意图迫使对方被动过渡,但球速过快导致下网失误直接丢分。", + "D. bottom以反手斜线抽球从中场击向对手的左中场,击球时有明显停顿制造分球假象,结果被对手精准预判并抢网得分。" + ], + "options_en": [ + "A. bottom uses a backhand cross-court drop shot from the right rear court to the opponent's left rear court, then quickly moves forward to the net, coordinating with a sideways fake action to deceive the opponent, but the slow ball speed allows the opponent to counterattack and score.", + "B. bottom kills straight from his left midcourt forehand, hitting the ball to the opponent's right midcourt, actively attacking to suppress the opponent and putting significant pressure on them.", + "C. bottom employs a forehand overhead clear to hit the ball toward the opponent's midcourt area, intending to force a passive transition, but the excessive ball speed causes a net error and directly loses the point.", + "D. bottom drives diagonally from the midcourt to the opponent's left midcourt with a backhand, with an obvious pause during the hit to create a split illusion, but the opponent accurately predicts and intercepts at the net to score." + ], + "answer": "B", + "question": { + "question_zh": "下列哪一项最准确地描述了位于画面底部的球员的最后一次击球动作及其效果?", + "question_en": "Which of the following most accurately describes the last hitting action and its effect of the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_001010", + "duration": 122, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的左中场反手杀直线到对手的右前场,迫使对手处于被动上网状态,这一拍推压质量较高。", + "B. top利用反手分球将球处理到对手左中场区域,通过假动作欺骗对手后场移动,但因线路过开造成下网失误", + "C. top在中后场采用正手抽对角假动作后突然变直线挑高球,导致对手移动不及但球疑似出边线且未能完全过网", + "D. top执行反手扑杀到右侧网前时因节奏拖延触发对手抢网反击,虽完成过顶但通过慢动作回放显示存在明显停顿嫌疑" + ], + "options_en": [ + "A. top executed a backhand kill straight from their left midcourt to the opponent's right frontcourt, forcing the opponent into a passive net approach, with this push shot being of high quality.", + "B. top employed a backhand cross-court shot to place the ball in the opponent's left midcourt area, deceiving the opponent with a fake movement to the rear court, but the shot went into the net due to an overly wide angle.", + "C. top used a forehand cross-court drive fake at the mid-rear court, then suddenly changed to a straight net lift, causing the opponent to fail to react in time, but the ball was suspected to go out of bounds and did not fully clear the net.", + "D. top attempted a backhand net kill to the right frontcourt but was countered by the opponent's quick net interception due to delayed timing. Although the shot cleared the opponent, slow-motion replay showed a noticeable pause suspicion." + ], + "answer": "A", + "question": { + "question_zh": "对于画面顶部球员在本次回合中的最后一次击球,以下哪项评价最符合其击球动作和战术效果?", + "question_en": "For the last shot of the player at the top of the screen in this rally, which of the following evaluations best describes their shot action and tactical effect?" + } + }, + { + "video_uid": "video_001011", + "duration": 108, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右中场用反手分球对角到top的右前场大角度,球速较快迫使对手无法及时到位进行抢网,但稍有失误导致出界。", + "B. bottom在左中场被动情况下选择反手挑后场对角,球虽然过网但落点稍浅被对手高压扣杀,导致连续丢分。", + "C. bottom在自己的右前场正手被动放网直线到top的左前场,球的质量不高,给了对手抢扑的机会。", + "D. bottom上网过程中突然做出正手抽对角的假动作,随后迅速变直线到top的中场区域,成功骗过对手完成得分。" + ], + "options_en": [ + "A. The bottom player used a backhand cross-court shot from the right midcourt to the top player's right front court with a wide angle. The fast speed forced the opponent to fail to reach in time for a net kill, but a slight mistake caused the shuttle to go out.", + "B. The bottom player chose a backhand lift to the rear court diagonally under passive conditions in the left midcourt. The shuttle passed the net but landed slightly shallow, allowing the opponent to smash and causing consecutive points loss.", + "C. The bottom player made a forehand passive net shot straight to the top player's left front court from their own right front court. The shot was of poor quality, giving the opponent a chance to net kill.", + "D. The bottom player suddenly made a forehand drive cross-court fake during the approach, then quickly changed to a straight shot to the top player's midcourt area, successfully deceiving the opponent and scoring." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪项评价最恰当?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001012", + "duration": 159, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom因跑动不及反手挑出过顶高球至对方后场底线区域,希望通过保守过渡等待后续反击机会", + "B. bottom在被动状态下反手停顿后突然分球到对方右侧边线,意图通过突然变线造成对手判断失误得分", + "C. bottom从自己的左前场反手搓直线到对方右前场,想要迫使对手起球,为自己创造进攻机会。", + "D. bottom以右手假动作骗向对方中场后突然正手抽对角线,试图扰乱对手防御节奏从而压制中场区域" + ], + "options_en": [ + "A. bottom, due to insufficient movement, played a backhand net lift to send a high clear to the opponent's backcourt baseline area, hoping to conservatively transition and wait for a counterattack opportunity.", + "B. bottom, in a passive state, performed a backhand hesitation before suddenly playing a cross-court shot to the opponent's right sideline, intending to cause the opponent to misjudge and score through a sudden change of direction.", + "C. bottom played a backhand cross-court drop shot from their left frontcourt to the opponent's right frontcourt, aiming to force the opponent to lift the ball and create an offensive opportunity for themselves.", + "D. bottom used a right-handed fake to deceive the opponent toward the midcourt, then suddenly played a forehand drive diagonally, attempting to disrupt the opponent's defensive rhythm and dominate the midcourt area." + ], + "answer": "C", + "question": { + "question_zh": "对于画面下方球员最后一次击球,以下哪项描述最恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following descriptions is most appropriate?" + } + }, + { + "video_uid": "video_001013", + "duration": 95, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在对方右后场区域正手大力扣杀对角线分球到对方底线附近,随后上网抢网成功迫使对手回球下网,表现出色。", + "B. top处于被动状态,在自己的左中场反手挡出直线球至对方右前场网前,击球较为勉强。", + "C. top在中场位置反手挑对角线直线球至对方后场底线深处,随后迅速回位防守,这一精准分球为后续战术创造了进攻机会,展现了优秀的控球能力。", + "D. top通过假动作欺骗对手后,利用正手抽击将球以过顶高远球的方式击向对方中场,尽管球略有出界但成功造成对方被动,显示出细腻手法。" + ], + "options_en": [ + "A. Top executed a powerful forehand diagonal kill from the opponent's right rear court, driving the ball near the baseline, then quickly moved forward to net kill successfully, forcing the opponent to hit the net, demonstrating excellent performance.", + "B. Top was in a passive state, playing a backhand block straight to the opponent's right front net from the left midcourt, with a rather forced shot.", + "C. Top played a backhand cross-court lift from the midcourt, sending the ball deep to the opponent's baseline, then quickly retreated to defend. This precise placement created an offensive opportunity for subsequent tactics, demonstrating excellent control.", + "D. Top deceived the opponent with a feint, then used a forehand drive to send a high clear to the opponent's midcourt. Although the ball slightly went out, it successfully put the opponent in a passive position, showcasing delicate technique." + ], + "answer": "B", + "question": { + "question_zh": "在画面顶部的选手最后一次击球时,以下哪个评价最合适?", + "question_en": "For the last shot made by the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001014", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下用反手击出过顶高球至后场区域,但球速过快导致出界失误。", + "B. bottom主动分球至top的右后场底线附近,意图牵制对手并准备后续进攻。", + "C. bottom处于被动状态,反手将球挡至top的右前场区域,争取调整时间。", + "D. bottom抢网时正手抽击直线至前场,同时做出反手假动作干扰top的防守站位。" + ], + "options_en": [ + "A. Bottom, in a passive situation, hit an overhead clear to the backcourt with a backhand, but the excessive speed caused an out-of-bounds error.", + "B. Bottom actively played a cross-court shot to top's right backcourt near the baseline, intending to restrain the opponent and prepare for follow-up attacks.", + "C. Bottom was in a passive state, using a backhand to block the ball to top's right forecourt area, aiming to buy time for adjustment.", + "D. Bottom rushed the net and drove a straight shot to the forecourt with a forehand, while performing a backhand fake to disrupt top's defensive stance." + ], + "answer": "C", + "question": { + "question_zh": "在视频画面底部的球员最后一次击球时,以下哪个评价最贴切?", + "question_en": "In the video, which of the following evaluations best describes the last shot made by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_001015", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在网前用正手打出过顶高远球,球的弧线极高几乎擦网而过,这次击球迫使对手被迫起跳,导致其回球质量严重下网", + "B. top在后场反手抽击直线重球到对方后场底线,处于主动姿态,迫使对手不得不后撤防守,为自己创造扣杀良机并成功得分", + "C. top采用反手快速变线技术将球分到对方左侧边线,球速极快且角度刁钻,这次击球意图骗对手移动却因角度过大导致出界", + "D. top在中场正手挡出斜线网,将球打到对方中前场,这次击球处于被动状态,完成一次过渡,给了对手上网推挑的机会。" + ], + "options_en": [ + "A. Top played a forehand overhead clear at the net, with the ball's trajectory extremely high and almost grazing the net. This shot forced the opponent to jump hastily, resulting in a severe net error on their return.", + "B. Top executed a backhand drive straight to the opponent's backcourt baseline from the rear court, maintaining an active stance. This forced the opponent to retreat defensively, creating a smash opportunity for Top and successfully scoring.", + "C. Top used a backhand fast cross-court technique to distribute the ball to the opponent's left sideline. The shot was extremely fast and angled sharply, intended to deceive the opponent's movement but went out due to the excessive angle.", + "D. Top played a forehand block cross-court at midcourt, sending the ball to the opponent's mid-frontcourt. This shot was in a passive state, serving as a transition, and gave the opponent an opportunity to push or lift the net." + ], + "answer": "D", + "question": { + "question_zh": "对于画面中位于上半场区域的球员在回合中的最后一次击球,下列哪项评价最符合其实际表现?", + "question_en": "For the last shot in the rally by the player in the upper court area shown in the footage, which of the following evaluations best matches their actual performance?" + } + }, + { + "video_uid": "video_001016", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的左中场正手劈杀斜线到对手的左中场区域,果断展开进攻,给对手施加了较大压力。", + "B. bottom在底线附近采用反手抽对角线分球到右中场区域,试图制造对手防守空档但球速偏慢被对手精准拦截。", + "C. bottom通过反手假动作过顶后突然变直线压向对手右中场,但击球瞬间因手腕停顿导致球拍下垂出现下网失误。", + "D. bottom因对手压迫采取被动过渡挑后场,虽然成功将球回到对方底线但造成自身失位被对手抓住机会直接扣杀得分。" + ], + "options_en": [ + "A. The bottom player executed a forehand cross-court kill from their own left midcourt to the opponent's left midcourt area, decisively launching an offensive and applying significant pressure.", + "B. The bottom player used a backhand diagonal drive near the baseline to place the shuttle to the right midcourt area, attempting to create a defensive gap for the opponent, but the slow shuttle speed allowed the opponent to intercept precisely.", + "C. The bottom player employed a backhand deceptive overhead shot followed by a sudden straight push to the opponent's right midcourt, but a wrist hesitation during the shot caused the racket to drop, resulting in a net error.", + "D. The bottom player, pressured by the opponent, opted for a defensive clear to the backcourt. Although successfully returning the shuttle to the opponent's baseline, they lost positioning and were caught off guard by the opponent's direct kill for a point." + ], + "answer": "A", + "question": { + "question_zh": "针对画面bottom球员最后一次击球,以下哪项评价最恰当?", + "question_en": "Regarding the last shot by the bottom player in the footage, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001017", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动防守时突然回高远球到对手后场边线,通过过顶手法延迟对手回动速度,争取更多时间重新组织进攻阵型并建立场区优势。", + "B. top利用假动作分球佯攻对手右后场后,变向放小球到网前对角线,意图通过线路变化欺骗对手后快速抢占有利站位", + "C. top保持在后场位置进行抢网,用正手扣杀将球击向对手中场连接线,企图通过暴力回球直接得分,同时试图干扰对手的步伐调整。", + "D. top上网到自己的左前场,反手推挑直线球,将球从自己的左前场打到对手右前场,想要迫使对手回高远球,为自己争取主动和后续进攻机会。" + ], + "options_en": [ + "A. Top suddenly returns a clear to the opponent's backcourt sideline during passive defense, using an overhead technique to delay the opponent's recovery speed, buying more time to reorganize the offensive formation and establish court dominance.", + "B. Top uses a deceptive cross-court shot to fake an attack to the opponent's right backcourt, then changes direction with a drop shot to the diagonal net front, intending to mislead the opponent through variation and quickly seize an advantageous position.", + "C. Top stays at the backcourt to rush the net and smashes the ball toward the opponent's midcourt connecting line with a forehand kill, attempting to score directly with a powerful shot while disrupting the opponent's footwork adjustment.", + "D. Top moves forward to their left frontcourt and executes a backhand push shot straight, sending the ball from their left frontcourt to the opponent's right frontcourt, aiming to force the opponent to return a clear and gain the initiative for subsequent offensive opportunities." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面顶部球员最后一次击球的动作,以下哪项评价最为准确?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the top of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001018", + "duration": 153, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左前场使用腰转带动的暴力扣杀,以极高弧度将球过顶轰向对手身后区域,直接将球打出台线形成压线得分", + "B. top通过反手假动作诱使对手重心转移后,突然从右中场跃起用正手劈吊斜线至后场底线,过顶高球迫使对手完全被动。", + "C. top从左后场移动到右中场正手被动防守,以直线挡网到对手的左前场区域,其鱼跃防守颇为精彩,给对手造成了一定压力。", + "D. top在中场位置突然用反手挑对角分球,将球精准送上对手右侧边线附近,随后快速抢网压制对方回球路线。" + ], + "options_en": [ + "A. top executed a waist-twist-powered violent kill from the left front court, sending the ball over the opponent's head with an extremely high trajectory and smashing it directly out of bounds for a line-pressing point.", + "B. top used a backhand fake to lure the opponent into shifting their weight, then suddenly leaped from the right midcourt for a forehand cross-court slice drop shot to the backcourt baseline. The high clear forced the opponent into complete passivity.", + "C. top moved from the left rear court to the right midcourt for a forehand passive defense, blocking the net straight to the opponent's left front court area. Their diving defense was quite impressive, putting some pressure on the opponent.", + "D. top suddenly played a backhand cross-court net lift from the midcourt, accurately placing the ball near the opponent's right sideline, then quickly rushed the net to pressure the opponent's return route." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面顶部的球员最后一次击球,以下哪个评价最为恰当?", + "question_en": "In a badminton singles match, which of the following evaluations is most appropriate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001019", + "duration": 162, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom向右后场移动过程中使用反手抽击将球分至对手右后场角落,通过突然的击球停顿制造直线假象,未能及时转体导致球体旋转不足,最终因落点偏移略靠边线而下网失误丢分。", + "B. bottom从后场抢网时突然变向用正手劈吊将球从头顶过顶压向对手右前场,通过快速步伐伴随蹬地跳起动作完成变速欺骗,成功限制对手进攻路线并促使对方回球下网,最终该球帮助自己得分。", + "C. bottom从中前场快速移动至左后场,此时处于被动状态,采用正手击球,以平高球的方式,打出过顶直线球至对手的右后场,试图通过这一球控制节奏,为自己争取调整时间,然而该球未能有效限制对手的进攻机会。", + "D. bottom在中后场上网至前场时,以反手挑后场球的方式将球击向对手左后场,借对手重心偏移完成假动作骗击,通过高压球迫使对手退至底线防守,最终因球速过快导致对手回球出界而得分。" + ], + "options_en": [ + "A. While moving to the right rear court, the bottom player used a backhand drive to distribute the ball to the opponent's right rear corner. A sudden pause in the shot created the illusion of a straight shot, but insufficient body rotation led to inadequate spin, causing the ball to land slightly off the sideline and into the net, resulting in a lost point.", + "B. The bottom player rushed from the rear court to the net, suddenly changing direction to execute a forehand drop shot, sending the ball overhead to the opponent's right frontcourt. Quick footwork and a jumping motion completed the speed deception, successfully restricting the opponent's offensive line and forcing a net error, earning a point.", + "C. The bottom player quickly moved from the mid-frontcourt to the left rear court, now in a passive state, using a forehand shot to deliver a flat clear as an overhead straight shot to the opponent's right rear court, attempting to control the tempo and buy time for adjustment. However, the shot failed to effectively limit the opponent's offensive opportunity.", + "D. The bottom player advanced from the mid-rearcourt to the frontcourt, using a backhand net lift to send the ball to the opponent's left rear court. Leveraging the opponent's weight shift, they executed a deceptive fake shot, forcing the opponent to retreat to the baseline with a powerful smash. The opponent's return went out of bounds due to the high speed, resulting in a point." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面底部球员的最后一次击球,以下哪项评价最符合该击球的特点?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the bottom of the screen, which of the following evaluations best describes the characteristics of that shot?" + } + }, + { + "video_uid": "video_001020", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top处于被动状态时迅速反手挑出后场过渡球,借力打力将球送回对手中场区域,通过精准落点迫使对手只能勉强回挡,随后成功抢网得分", + "B. top快速上网使用反手假动作骗过对手,随后突然改为正手过顶抽杀,球以高弧线飞越对手头顶直袭后场,但因力量过大造成出界失误。", + "C. top移动到后场位置,用正手完成强力分球,将球击向对手右侧边线,并通过假动作骗过对手重心,迫使对手移动不及导致得分。", + "D. top处于中场位置,以反手进行被动防守,打出一记斜线挡网,意图将球挡至对手的中前场区域,争取进攻机会,但未能打乱对手节奏。" + ], + "options_en": [ + "A. Top, in a passive state, swiftly executes a backhand net lift to send a defensive clear to the opponent's midcourt area, leveraging the opponent's force to return the shuttle accurately, forcing the opponent into a weak block, and then successfully scores with a net kill.", + "B. Top quickly advances to the net with a backhand fake action to deceive the opponent, then suddenly switches to a forehand overhead drive, sending the shuttle in a high arc over the opponent's head to attack the backcourt, but the excessive power causes an out-of-bounds error.", + "C. Top moves to the backcourt position, completes a powerful cross-court shot with a forehand, directing the shuttle to the opponent's right sideline, and deceives the opponent's center of gravity with a fake action, forcing the opponent to move too late and scoring a point.", + "D. Top is in the midcourt position, using a backhand for passive defense, executing a cross-court block to the opponent's mid-frontcourt area to seize an offensive opportunity, but fails to disrupt the opponent's rhythm." + ], + "answer": "D", + "question": { + "question_zh": "请选择对画面中位于顶部的球员最后一次击球行为的最恰当评价?", + "question_en": "Please select the most appropriate evaluation of the last hitting action by the player at the top in the scene?" + } + }, + { + "video_uid": "video_001021", + "duration": 141, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom处于被动局面,从自己的左前场以反手方式击球,试图通过拉开来过渡,推挑出一记斜线过顶球到top的后场区域,期望借此拉开距离争取调整时间,然而没能有效摆脱被动。", + "B. bottom 主动上网到前中场位置,先以左手停顿做出分球假动作,再快速转换为正手扣杀击球到top的右前场底线区域,意图直接得分,但力量过大导致球出界浪费机会。", + "C. bottom 被迫后退到右后场位置强行起跳大力劈杀,因失去平衡导致球直接下网,错失得分良机,反遭失利进一步扩大被动局势。", + "D. bottom 在右侧中场位置以正手击球时配合身体转向做欺骗性动作,意图引诱对手向后移动,随后突然劈吊直线到网前角落,但对手迅速抢网将球回放致其下网导致失分。" + ], + "options_en": [ + "A. The bottom player was in a passive situation, hitting the ball with a backhand from their left frontcourt, attempting to transition by creating space with a cross-court push shot that sent a high clear to the top player's backcourt area, hoping to gain time to adjust. However, they failed to effectively break free from the passive position.", + "B. The bottom player actively moved forward to the mid-frontcourt position, first pausing with the left hand to fake a cross-court shot, then quickly switching to a forehand kill aimed at the top player's right frontcourt baseline area, intending to score directly. However, excessive power caused the ball to go out, wasting the opportunity.", + "C. The bottom player was forced to retreat to the right backcourt and attempted a powerful jump kill. Due to loss of balance, the ball went straight into the net, missing a scoring chance and further worsening their passive situation.", + "D. The bottom player, at the right midcourt position, used a deceptive body turn while executing a forehand shot to lure the opponent backward, then suddenly performed a straight drop shot to the front corner. However, the opponent quickly rushed to the net and returned with a net shot, causing the bottom player to miss the ball and lose the point." + ], + "answer": "A", + "question": { + "question_zh": "对于画面中处于底部的球员的最后一次击球,以下哪一个评价最为恰当?", + "question_en": "For the last shot made by the player at the bottom in the footage, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001022", + "duration": 162, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top上网过程中突然停顿做出反手推球假动作,随后快速完成一记劈杀穿过对手防线直冲中场,希望通过精准的直线球直接得分而非过渡", + "B. top通过反手假动作骗过对手重心后再转为正手抽击,将球以大角度分球至对手左后场边线位置,试图通过突然变速打乱对方节奏使其回球出界。", + "C. top从自身左后场迅速上网至中前场,处于被动局面下,反手推挑出一记过顶斜线球,从自己的中前场到对手的右后场。他意图凭借这记高质量的过渡球,争取调整时间,为后续进攻创造条件。", + "D. top在主动进攻中用正手抽击将球打向对手右后场底线附近,球速极快且带有强烈旋转,明确意图通过直接压制对手退回后场来制造杀球机会。" + ], + "options_en": [ + "A. The top player suddenly pauses during the net approach, faking a backhand push shot, then swiftly completes a smash through the opponent's defense straight to the midcourt, hoping to score directly with a precise straight shot rather than transitioning.", + "B. The top player uses a backhand fake to deceive the opponent's center of gravity before switching to a forehand drive, sending the ball at a wide angle to the opponent's left backcourt sideline. The attempt is to disrupt the opponent's rhythm with a sudden speed change and force an out-of-bounds return.", + "C. The top player quickly moves from their left backcourt to the mid-frontcourt, and under a passive situation, executes a backhand net lift to send a high clear diagonal shot from their mid-frontcourt to the opponent's right backcourt. Their intention is to rely on this high-quality transition shot to buy adjustment time and create conditions for subsequent attacks.", + "D. The top player, in an active offensive, uses a forehand drive to send the ball near the opponent's right backcourt baseline. The shot is extremely fast and carries strong spin, clearly aiming to directly pressure the opponent back to the rear court and create a kill opportunity." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,当画面顶部球员完成最后一次击球时,以下哪一项评价最恰当?", + "question_en": "In a badminton singles match, when the player at the top of the screen completes the last shot, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001023", + "duration": 110, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在主动情况下以反手假动作骗攻对手,接着挑球至对手左中场区域,意图通过过渡球为自己争取反击机会,同时打乱对手节奏判断。", + "B. bottom在后场通过分球击至对手右侧边线,抢网动作中故作以正手挑对角假动作,试图骗对手移向后场后再突击,导致对手陷入被动防守。", + "C. bottom身位极为被动,后仰在自己的左中场以正手拦截,处于被动状态下,选择点杀直线球到对手的右中场区域,试图借此争取主动,摆脱被动局面。", + "D. bottom在被动局势中试图抽击对角球到对手右后场区域,借以假动作过顶偷袭,但因击球力量过大导致球下网,未能成功摆脱被动。" + ], + "options_en": [ + "A. The bottom player, in an active situation, used a backhand fake to deceive the opponent, followed by a net lift to the opponent's left midcourt area, aiming to create a counterattack opportunity with a transition shot while disrupting the opponent's rhythm and judgment.", + "B. The bottom player, from the rear court, played a split shot to the opponent's right sideline. In a net rush, they pretended to use a forehand cross-court net lift fake, attempting to deceive the opponent into moving backward before launching a sudden attack, forcing the opponent into a passive defensive position.", + "C. The bottom player was in an extremely passive position, leaning back in their left midcourt to intercept with a forehand. In a passive state, they chose a straight kill shot to the opponent's right midcourt area, attempting to seize the initiative and break free from the passive situation.", + "D. The bottom player, in a passive situation, attempted a cross-court drive to the opponent's right rear court area, using a fake over-the-head shot to surprise the opponent. However, due to excessive hitting power, the ball went into the net, failing to successfully escape the passive state." + ], + "answer": "C", + "question": { + "question_zh": "对于位于画面底部的球员在最后一次击球的表现,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the performance of the player at the bottom of the screen in the last shot?" + } + }, + { + "video_uid": "video_001024", + "duration": 161, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在反手位强行打出变速直线球到对手左前场,使用假动作诱骗对手回动,但判断失误导致击球未过网直接失误,失去了关键分机会", + "B. top从自己的右中场正手直线挡网到对手的左前场区域,想要限制对手的进攻,为自己创造进攻机会。", + "C. top在右中场区域用反手挑出高远球过顶对手,试图避免网前压迫但球速太慢被对方直接抢网反攻,导致陷入被动状态。", + "D. top从左中场区域正手抽击下压球至对手右中场区域试图直接得分,但因击球过重造成出界失误,中断了连续进攻节奏。" + ], + "options_en": [ + "A. top forcefully plays a straight speed-change shot from the backhand position to the opponent's left frontcourt, using a fake to deceive the opponent's movement, but misjudges and fails to clear the net, losing a crucial point opportunity.", + "B. top blocks the shuttle straight from their right midcourt forehand to the opponent's left frontcourt area, aiming to limit the opponent's attack and create an offensive opportunity for themselves.", + "C. top lifts a backhand clear from the right midcourt area over the opponent's head, attempting to avoid net pressure but the shuttle is too slow, allowing the opponent to directly intercept and counterattack, resulting in a passive state.", + "D. top drives a forehand smash from the left midcourt area to the opponent's right midcourt area, attempting to score directly, but the shot is too heavy and goes out, interrupting the continuous offensive rhythm." + ], + "answer": "B", + "question": { + "question_zh": "对于画面顶部球员最后一次击球,以下哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the top of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001025", + "duration": 145, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左前场反手拉开推挑直线球,想要将球送到对手的右后场区域,为自己创造更好的进攻或调整机会。", + "B. top通过假动作配合分球至对手右后场边线,试图通过视觉欺骗制造空档,为网前同伴创造插 上机会", + "C. top以高球过顶将球击至对手后场深处,试图通过大弧度迷惑对手并迫使其被动回球,随后准备抢网", + "D. top在被动情况下采用反手抽对角球试图直接得分,同时利用击球时的手部停顿误导对手判断" + ], + "options_en": [ + "A. top performs a backhand push shot straight down the line from the left front court, aiming to send the ball to the opponent's right backcourt area to create a better offensive or adjustment opportunity for themselves.", + "B. top uses a fake motion combined with a cross-court shot to the opponent's right backcourt sideline, attempting to create space through visual deception and set up an opportunity for their net partner to move forward.", + "C. top hits a high clear deep into the opponent's backcourt, trying to confuse the opponent with a high trajectory and force a defensive return, then prepares to rush the net.", + "D. top, in a defensive situation, attempts a backhand drive cross-court to score directly, while using a hand pause during the shot to mislead the opponent's judgment." + ], + "answer": "A", + "question": { + "question_zh": "在比赛片段中,位于画面顶部的球员最后一次击球的恰当评价是哪一个?", + "question_en": "In the match clip, which of the following is an appropriate evaluation of the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001026", + "duration": 150, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top被压制到中后场后强行反手过顶高远球,球路带有强烈下沉旋转,意图通过落点压制对方反手位", + "B. top在被动防守中抢网扑杀直线,同时手腕停顿制造突然下沉弧线,试图通过突然性制造对手的出界失误。", + "C. top从中前场移动到右后场,正手拦截切吊直线球,试图让对手被动挑高,从而自己获得主动进攻机会。", + "D. top快速上网截击后突然反向撤步,反手挑后场对角线分球,意图通过假动作骗开对手防守范围。" + ], + "options_en": [ + "A. The top player, pressured into the mid-rear court, forcefully plays a backhand overhead clear with a sharp sinking spin, aiming to pressure the opponent's backhand side with the placement.", + "B. The top player rushes the net for a straight net kill in passive defense, while pausing the wrist to create a sudden sinking trajectory, attempting to force the opponent into an out-of-bounds error with unpredictability.", + "C. The top player moves from the mid-frontcourt to the right rear court, forehand intercepts a straight drop shot, attempting to force the opponent into a passive net lift, thereby gaining an offensive opportunity.", + "D. The top player quickly advances to the net for an interception, then suddenly retreats with a reverse step, backhand lifts a diagonal clear to the rear court, intending to deceive the opponent's defensive range with a feint." + ], + "answer": "C", + "question": { + "question_zh": "在这段录像中,关于画面顶部球员最后一次击球的体现,以下哪个评价最为准确?", + "question_en": "In this video footage, which of the following evaluations is most accurate regarding the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001027", + "duration": 120, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom放小球到对方右中场网前区域,希望压制对手回球高度寻找反击机会,却造成自身回球被动", + "B. bottom反手平抽斜线球从自己中前场到对方右中场,想要避开对手的下压进攻,争取主动", + "C. bottom用正手抽对角线球从左中场打向对方中场偏左区域,意图骗对手移动后进行突击,但球出界了", + "D. bottom反手高压扣杀直线球到对方右后场底线,试图直接得分却被对手反抽对角形成连续攻防" + ], + "options_en": [ + "A. Bottom player played a drop shot to the opponent's right midcourt net area, hoping to suppress the opponent's return height and look for a counterattack opportunity, but ended up in a passive position.", + "B. Bottom player used a backhand flat drive cross-court from their own mid-frontcourt to the opponent's right midcourt, aiming to avoid the opponent's smash attack and seize the initiative.", + "C. Bottom player used a forehand drive diagonal shot from the left midcourt to the opponent's midcourt slightly left, intending to deceive the opponent's movement for a sudden attack, but the shot went out.", + "D. Bottom player used a backhand smash straight to the opponent's right backcourt baseline, attempting to score directly but was countered by the opponent's diagonal drive, leading to a continuous rally." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面底部区域的球员最后一次击球,以下哪个评价最贴切描述其技战术意图和击球效果?", + "question_en": "For the last shot by the player in the bottom area of the screen, which of the following evaluations best describes their technical and tactical intention and the effect of the shot?" + } + }, + { + "video_uid": "video_001028", + "duration": 146, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从右后场借力后撤到中场区域,用反手挑出高弧线将球精准挂至top的右后场边线附近。这一拍通过过顶战术迫使top被迫退至后场,造成对手回球下网而为自己创造进攻机会,体现出极强的落点控制能力。", + "B. bottom从自己的左后场迅猛上网,快速移动至右前场,以正手连贯动作挡出一记斜线球,打到top的左前场。这一拍bottom意图凭借主动进攻打乱对手节奏,成功使得top陷入被动,只能仓促应对。", + "C. bottom从中场位置横向侧移至左侧底线区域,突然发力用正手抽杀击出一记贴网直线球直指top的右前场角落。企图利用突然变速迫使对方失去防守平衡,却因击球点过低导致球体轻微下坠,擦网后精准落至边线附近形成了争议球", + "D. bottom在被动防守中突然改变节奏,以正手反手快速交叉的假动作迷惑对手后,用反手直线抽球紧压top的中场空当。球路本意是迫使对手回球路线受限,但因动作过急导致球拍触网,最终形成过网失误。" + ], + "options_en": [ + "A. The bottom player retreated to the mid-court area from the right rear court, using a backhand net lift to send a high-clear shot accurately near the top player's right rear sideline. This shot employed an over-the-head tactic to force the top player back to the rear court, causing them to net the return and creating an offensive opportunity, showcasing exceptional placement control.", + "B. The bottom player swiftly moved forward from their left rear court to the right front court, executing a forehand block to send a cross-court shot to the top player's left front court. This shot aimed to disrupt the opponent's rhythm with aggressive play, successfully forcing the top player into a passive position, only able to respond hastily.", + "C. The bottom player moved laterally from the mid-court to the left baseline area, suddenly striking a forehand kill to send a tight straight shot aimed at the top player's right front corner. The attempt to disrupt the opponent's balance with a sudden speed change backfired as the low contact point caused the ball to dip slightly, grazing the net and landing near the sideline, creating a contentious call.", + "D. The bottom player suddenly changed the tempo during passive defense, confusing the opponent with a quick forehand-backhand fake before using a backhand straight drive to pressure the top player's mid-court gap. The intended shot was to limit the opponent's return options, but due to rushed execution, the racket touched the net, resulting in a net error." + ], + "answer": "B", + "question": { + "question_zh": "请根据画面中位于底部的球员在最后一次击球的表现,选择最恰当的评价。", + "question_en": "Please evaluate the performance of the player at the bottom in the last shot based on the footage, and choose the most appropriate assessment." + } + }, + { + "video_uid": "video_001029", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的左中场反手挡出直线网前球,想要将球控制在对方右前场,限制对手的进攻角度。", + "B. top在对手抢网时选择上网扑杀斜线,试图通过快速压迫对方右前场制造空档", + "C. top处于被动过渡时勉强反抽对角线,最终因击球力量过大使球出界", + "D. top用反手做出假动作过顶配合正手分球,意图骗开对手后突击大斜线" + ], + "options_en": [ + "A. top played a straight net shot with a backhand block from his left midcourt, aiming to control the shuttle to the opponent's right frontcourt and limit the opponent's attacking angle.", + "B. top chose to rush forward for a net kill cross-court when the opponent rushed the net, attempting to create a gap by quickly pressuring the opponent's right frontcourt.", + "C. top was in a passive transition and barely managed a backhand drive cross-court, ultimately causing the shuttle to go out due to excessive hitting power.", + "D. top used a backhand fake clear followed by a forehand cross-court shot, intending to deceive the opponent and then attack with a large cross-court shot." + ], + "answer": "A", + "question": { + "question_zh": "请选出对画面顶部球员最后一次击球的最准确评价", + "question_en": "Please select the most accurate evaluation of the last shot made by the player at the top of the screen." + } + }, + { + "video_uid": "video_001030", + "duration": 144, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在中场完成反手抽对角分球到对手右后场,抢网成功后迅速上网控制网前节奏,试图压制对手反击机会。", + "B. top被迫打出反手过顶高远球时出现下网失误,原本企图通过大范围调动打乱对手站位,但未能控制球速和落点。", + "C. top正手挡网到对手的左前场区域,处于被动防守和过渡状态,试图拉开球路重新组织进攻。", + "D. top利用假动作骗过对手后突然劈对角球至边线,结果球出界失误,此击球意图是通过突然变速制造空当但未能执行精准。" + ], + "options_en": [ + "A. Top executed a backhand cross-court drive to the opponent's right rear court from the midcourt, followed by a quick net rush to control the frontcourt tempo, aiming to suppress the opponent's counterattack opportunity.", + "B. Top was forced to play a backhand overhead clear but made a net error, originally intending to disrupt the opponent's positioning with a wide rally, but failed to control the speed and placement.", + "C. Top played a forehand block net shot to the opponent's left frontcourt area, in a passive defensive and transitional state, attempting to open up the rally and reorganize the attack.", + "D. Top used a deceptive move to mislead the opponent and suddenly sliced a cross-court shot to the sideline, resulting in an out error. The intention was to create space with a sudden change of pace but failed to execute precisely." + ], + "answer": "C", + "question": { + "question_zh": "对画面顶部球员最后一次击球的动作意图进行评价,哪一项描述最为准确?", + "question_en": "Evaluate the intention of the top player's last shot in the video. Which description is the most accurate?" + } + }, + { + "video_uid": "video_001031", + "duration": 165, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top通过假动作骗开对手后,突然快速分球到对方右后场底线区域,但球速过快导致出界失误。", + "B. top在被动情况下强行做出头顶区直线抽球,配合明显的停顿假动作试图迷惑对手,但最终下网失去分点。", + "C. top从自己的右后场击出过顶斜线平高球,想要将球打到对手的左中场区域,但效果不佳。", + "D. top非常快速地移动上网抢网,在对方分球到中场右侧时精准完成过顶压线球,成功得分" + ], + "options_en": [ + "A. The top player used a deceptive move to mislead the opponent, then suddenly played a quick cross-court shot to the opponent's right backcourt baseline area, but the excessive speed caused an out error.", + "B. The top player forced a straight drive from the overhead area under pressure, combined with an obvious pause to deceive the opponent, but ultimately netted the shot and lost the point.", + "C. The top player hit a cross-court flat clear from their right backcourt, aiming for the opponent's left midcourt area, but the execution was poor.", + "D. The top player moved quickly to the net for a net kill, accurately executing an overhead line-pressing shot when the opponent played a cross-court shot to the right midcourt, successfully scoring the point." + ], + "answer": "C", + "question": { + "question_zh": "请根据视频片段,对位于画面顶部的球员最后一次击球做出最恰当的评价。", + "question_en": "Please evaluate the last shot made by the player at the top of the screen based on the video clip." + } + }, + { + "video_uid": "video_001032", + "duration": 174, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从右前场横向移动到左中场,反手打出分球性质的反斜线过顶球,球弧线故意压得较低试图从对方右侧底线骗开防守", + "B. bottom在被动中突然停顿手腕抽了一个突然下沉的劈吊,虽意图抢网但球速不足导致下网造成失分", + "C. bottom从自己的左前场移动到右中场,正手进行过渡性质的平抽球,球直线从自己的右中场到对方的左前场,试图通过改变球路来调整位置和节奏", + "D. bottom后退到中场后场区域用头顶劈吊意图压制对方后场,但被对手快速封网后连续扣杀导致失分" + ], + "options_en": [ + "A. bottom moves laterally from the right frontcourt to the left midcourt, playing a cross-court reverse slice with a backhand, intentionally keeping the arc low to deceive the defense from the opponent's right baseline", + "B. bottom, in a passive position, suddenly pauses and flicks a sharply dropping slice with the wrist, intending to rush the net but fails due to insufficient speed, resulting in the ball not clearing the net and losing the point", + "C. bottom moves from their left frontcourt to the right midcourt, executing a transitional flat drive with a forehand, sending the ball straight from their right midcourt to the opponent's left frontcourt, attempting to adjust position and rhythm by changing the ball's trajectory", + "D. bottom retreats to the mid-backcourt area and attempts to pressure the opponent's backcourt with an overhead slice, but is quickly blocked at the net by the opponent, leading to consecutive smashes and losing the point" + ], + "answer": "C", + "question": { + "question_zh": "画面底部的球员在最后一次击球时,以下哪个评价最恰当?", + "question_en": "For the player at the bottom of the screen during the last shot, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001033", + "duration": 171, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从左前场移动到中后场,正手打出平高球到对手的中后场区域,试图将对手压制在后场,占据主动局面。", + "B. bottom在被动中突然抢网成功,反手劈吊直线球至对方底线空档,试图通过突然变速打乱对手节奏。", + "C. bottom在被压制后被动过渡,用正手将球轻轻挑到对角线大斜线,但球因力量不足直接下网结束回合。", + "D. bottom从右后场快速上网到前场,使用反手击打分球至对手边线,通过假动作欺骗对手改变站位重心。" + ], + "options_en": [ + "A. The bottom player moves from the left frontcourt to the mid-backcourt and executes a forehand flat clear to the opponent's mid-backcourt area, attempting to pin the opponent in the backcourt and gain an active position.", + "B. The bottom player suddenly succeeds in rushing the net during a passive situation, executing a backhand straight drop shot to the opponent's baseline gap, attempting to disrupt the opponent's rhythm with a sudden change of pace.", + "C. The bottom player, after being pressured, makes a passive transition by gently lifting the shuttle with a forehand to a large diagonal cross-court, but the shuttle fails to clear the net due to insufficient power, ending the rally.", + "D. The bottom player quickly advances from the right backcourt to the frontcourt, using a backhand shot to place the shuttle near the opponent's sideline, employing a deceptive motion to disrupt the opponent's stance and balance." + ], + "answer": "A", + "question": { + "question_zh": "哪一项最准确描述了画面底部球员最后一次击球的动作及战术意图?", + "question_en": "Which option most accurately describes the action and tactical intention of the bottom player's last shot in the scene?" + } + }, + { + "video_uid": "video_001034", + "duration": 138, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在前场完成反手分球斜线突袭,击球时配合手腕停顿假动作,意图诱使对手横向移动出界。", + "B. top在中场发起正手重杀跳杀,球路为直线,手法连贯,试图通过强有力的进攻压制对手。", + "C. top在后场实施头顶区反手过顶杀对角,击球时通过肩部假动作骗开对手重心,意图以高弧线突破底线防守", + "D. top在被动情况下用反手挑后场高远球进行过渡防守,面对对手压迫着重在避开下网风险争取回合时间。" + ], + "options_en": [ + "A. top executed a backhand cross-court surprise shot at the frontcourt, incorporating a wrist pause and deceptive motion to lure the opponent into moving sideways and stepping out of bounds.", + "B. top initiated a forehand jump kill from the midcourt with a straight trajectory, using fluid technique to attempt a powerful offensive play to pressure the opponent.", + "C. top delivered a backhand overhead kill to the diagonal from the rear court, using a shoulder feint to mislead the opponent's balance, aiming to break through the baseline defense with a high arc.", + "D. top performed a defensive backhand clear under pressure, focusing on avoiding the net and buying time for the next play while facing the opponent's aggression." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面顶部的球员最后一次击球,以下哪一个评价最合适?", + "question_en": "For the last shot made by the player at the top of the screen, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001035", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在后场右侧分球到对手边线时,通过假动作骗开防守者,但击球力度过大导致球出界,未能实现战术意图。", + "B. bottom身处左中场,正手击球处于被动状态,击出一记过顶直线的高远球到对手的右后场区域,试图通过高远球拉开距离,摆脱被动。", + "C. bottom上网到前场后使用正手劈吊对角线,却因对手快速移动而线路选择错误,导致球下网造成失分。", + "D. bottom在被动过渡时突然用反手快速抽对角进行强行分球,意图调动对手但被对方及时抢网,最终对手反击得分。" + ], + "options_en": [ + "A. bottom splits the shot to the opponent's sideline from the right backcourt but uses a deceptive motion to mislead the defender, yet the excessive power causes the shuttle to go out, failing to achieve the tactical goal.", + "B. bottom is positioned at the left midcourt, hitting a forehand shot in a passive state, delivering a deep straight clear to the opponent's right backcourt area, attempting to create distance and escape the passive situation.", + "C. bottom moves to the frontcourt and attempts a forehand cross-court slice drop shot, but due to the opponent's quick movement, the shot selection is incorrect, resulting in the shuttle failing to clear the net and losing the point.", + "D. bottom suddenly uses a backhand fast cross-court drive to force a split shot during a passive transition, intending to move the opponent but is countered by their quick net interception, leading to the opponent scoring on the rebound." + ], + "answer": "B", + "question": { + "question_zh": "请根据画面底部球员的最后一次击球情况,选择最恰当的击球评价", + "question_en": "Based on the player's last shot at the bottom of the screen, select the most appropriate evaluation of the shot." + } + }, + { + "video_uid": "video_001036", + "duration": 183, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的左前场反手推直线球,想要将球打到top的中前场区域,以改变球路,为自己创造回位和调整的机会。", + "B. bottom在被动情况下匆忙分球到右侧边线试图改变节奏,但因下网而失分,失去了调整的机会", + "C. bottom快速抢网时突然停顿制造假动作,随后用反手推对角线到top的前场区域,希望扰乱对方站位并为自己赢得回防时间", + "D. bottom在中场上网后做了假动作晃动对手,随后用正手击出过顶高远球到top的底线区域,试图制造被动局面迫使对方难以启动" + ], + "options_en": [ + "A. The bottom player pushes a straight backhand shot from their own left frontcourt, aiming to send the ball to the top player's mid-frontcourt area to change the rally and create an opportunity to recover and adjust.", + "B. The bottom player, in a passive situation, hurriedly plays a cross-court shot to the right sideline to change the pace but loses the point due to the ball failing to clear the net, missing the chance to adjust.", + "C. The bottom player quickly rushes to the net, suddenly pauses to create a deceptive move, then pushes a diagonal backhand shot to the top player's frontcourt area, hoping to disrupt the opponent's positioning and buy time to recover.", + "D. The bottom player advances to the midcourt and uses a deceptive move to fake out the opponent, then hits a forehand overhead clear to the top player's baseline area, attempting to create a passive situation and make it difficult for the opponent to initiate." + ], + "answer": "A", + "question": { + "question_zh": "在比赛片段中,位于画面底部的球员完成最后一次击球,请选择最恰当的评价。", + "question_en": "In the match clip, the player at the bottom of the screen completes the last shot. Please select the most appropriate evaluation." + } + }, + { + "video_uid": "video_001037", + "duration": 139, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右后场正手击出高远球,过顶直线到对手的左中场,想要拉开对手,为自己争取回位调整的时间。", + "B. top在中场用假动作骗过对手后突然下压击出直线杀球,但因发力过猛击球下网,企图快速得分却出现低级失误。", + "C. top用反手挡网技术将球轻巧挑到对手正手对角线空档,意图通过精准分球迫使对手被动回球但被直接拦截。", + "D. top在右后场突然做出反手挑球动作后改用正手抽杀,球速过快导致过网后直接出界,意图制造对手防守漏洞却失误。" + ], + "options_en": [ + "A. top hits a forehand clear from their own right backcourt, sending a straight over-the-head shot to the opponent's left midcourt, aiming to push the opponent back and buy time for repositioning.", + "B. top deceives the opponent with a fake at midcourt and suddenly smashes a straight kill, but due to excessive force, the shot goes into the net, attempting a quick point but making a basic error.", + "C. top uses a backhand block to delicately place the ball into the opponent's forehand diagonal gap, aiming to force a passive return with precise placement but gets intercepted directly.", + "D. top suddenly switches from a backhand net lift to a forehand drive kill in the right backcourt, but the shot is too fast and goes out after crossing the net, intending to exploit the opponent's defensive gap but resulting in a mistake." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶部的球员的最后一次击球,哪一项评价最恰当?", + "question_en": "Which of the following evaluations is most appropriate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001038", + "duration": 170, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在中场区域完成快速上网,反手轻柔吊球至边线附近制造分球效果,使用假动作意图骗开对手防守,球以低平弧线穿越到右中场,试图创造网前机会。", + "B. top从右后场迅速上网至左前场,采用反手扣杀击球,球路呈高远弧线斜线飞向对手右后场区域,试图压制对手的防守范围,同时干扰其回位节奏。", + "C. top从左后场快速上网至右前场,以正手进行被动的推挑击球,球路为过顶直线到对手的左后场区域,意图拉开对手,争取调整机会。", + "D. top在后场做出正手抽杀的假动作后突然改用反手过顶劈杀,球以陡峭弧线飞过对手头顶直达左前场底线,企图迫使对手被动接杀,同时破坏其站位平衡。" + ], + "options_en": [ + "A. top completes a rapid advance to the net from the midcourt, executing a gentle backhand drop shot near the sideline to create a split effect, using a deceptive move to mislead the opponent's defense, sending the ball in a low and flat trajectory to the right midcourt, aiming to create a net opportunity.", + "B. top swiftly advances from the right rear court to the left front court, performing a backhand kill, sending the ball in a high and deep diagonal trajectory to the opponent's right rear court area, attempting to limit the opponent's defensive range while disrupting their recovery rhythm.", + "C. top quickly moves from the left rear court to the right front court, executing a passive push lift with a forehand, sending the ball in a straight over-the-head trajectory to the opponent's left rear court area, aiming to stretch the opponent and create an adjustment opportunity.", + "D. top feints a forehand drive from the rear court before suddenly switching to a backhand over-the-head smash, sending the ball in a steep trajectory over the opponent's head to the left front court baseline, attempting to force the opponent into a passive kill reception while disrupting their stance balance." + ], + "answer": "C", + "question": { + "question_zh": "请根据视频片段,对画面顶部球员最后一次击球的评价选择最合适的一项:", + "question_en": "Based on the video clip, select the most appropriate evaluation of the last shot made by the player at the top of the screen:" + } + }, + { + "video_uid": "video_001039", + "duration": 111, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动情况下采用反手过渡球到对手中场,意图减缓进攻节奏,等待机会通过放网前球反击。", + "B. top在中场正手拦截,斜线快杀到对手右中场,意图直接得分,进攻颇具威胁。", + "C. top采用反手挑高球骗对手移动,随后分球到对手左底线制造压力,意图控制局势,节奏变化明显。", + "D. top抢网时采用正手过顶球到对手后场空档,意图直接得分,但球路较为平直缺乏变化且力量稍显不足。" + ], + "options_en": [ + "A. top, in a passive situation, used a backhand defensive shot to the opponent's midcourt, intending to slow down the offensive tempo and wait for an opportunity to counter with a net shot.", + "B. top intercepted with a forehand at midcourt, quickly killed the shuttle diagonally to the opponent's right midcourt, intending to score directly, with a threatening offensive.", + "C. top used a backhand net lift to deceive the opponent into moving, then split the shuttle to the opponent's left baseline to create pressure, intending to control the situation, with noticeable rhythm changes.", + "D. top rushed the net and used a forehand clear to the opponent's backcourt gap, intending to score directly, but the shuttle trajectory was relatively flat with little variation and slightly insufficient power." + ], + "answer": "B", + "question": { + "question_zh": "对于位于画面顶部的球员在最后一次击球的表现,以下哪个评价最为恰当?", + "question_en": "Regarding the performance of the player at the top of the screen in the last shot, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001040", + "duration": 125, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在右中场突然撤步后退至右后场,通过正手抽对角将球精准分球至对手左后场底线区域,成功摆脱被动局面并迫使对手回球失误从而直接得分。", + "B. top在上网移动中突然改变击球角度,用网前勾对角技术将球急速拉向对手右底线,但由于击球线路过低导致球直接下网送给对手一分。", + "C. top从左中场移动至右中场,采用正手进行被动的抽高直线球,试图将球打到对手的左中场区域以调整局面、争取主动,然而未能摆脱被动,使得对手获得了进攻机会。", + "D. top从右后场快速移动到左中场,采用反手击球做出明显假动作后突然发力,打出一记过顶扣杀直击对手右后场角落,试图直接得分但被对手成功救起导致相持。" + ], + "options_en": [ + "A. top suddenly retreated from the right midcourt to the right rear court, using a forehand cross-court drive to precisely place the ball to the opponent's left rear baseline area, successfully escaping the passive position and forcing the opponent to make a return error, thus scoring directly.", + "B. top changed the shot angle abruptly while moving forward, using a cross-court net shot technique to pull the ball sharply toward the opponent's right baseline. However, due to the shot trajectory being too low, the ball went directly into the net, giving the opponent a point.", + "C. top moved from the left midcourt to the right midcourt, using a forehand to play a passive straight drive, attempting to send the ball to the opponent's left midcourt area to adjust the situation and gain the initiative. However, they failed to break free from the passive position, giving the opponent an attacking opportunity.", + "D. top quickly moved from the right rear court to the left midcourt, using a backhand shot to perform an obvious fake action before suddenly exerting force to deliver an overhead kill straight to the opponent's right rear corner, attempting to score directly but the opponent successfully retrieved it, leading to a rally." + ], + "answer": "C", + "question": { + "question_zh": "对于画面顶部选手的最后一次击球动作,以下哪项评价最为准确?", + "question_en": "Regarding the last shot made by the player at the top of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001041", + "duration": 144, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下突然做出假动作后快速杀直线,但由于击球力量过大导致球直接出界,这个失误让对手抓住机会获得了得分点,", + "B. bottom从后场区域启动抢网时采用下压式挑球技术,虽意图欺骗对手改变击球节奏,但球速较慢且弧度异常,最终被对手抓住机会直接扑杀得分", + "C. bottom从自己的右中场使用正手发力打出快速斜线快带球,将球精准控制在对方中场位置附近,试图通过压迫对手中路区域为队友创造抢网机会,", + "D. bottom从自己的左前场反手击出过顶、回头的直线推挑球,并将球打向对方右后场,想要迫使对手后退接球,为自己创造有利局面。" + ], + "options_en": [ + "A. The bottom player, in a passive situation, suddenly performed a fake action followed by a quick straight kill, but due to excessive power, the shuttlecock went out directly. This mistake allowed the opponent to seize the opportunity and score a point.", + "B. The bottom player initiated a net rush from the backcourt using an underarm lift technique. Although intending to deceive the opponent and alter the shot rhythm, the shuttlecock's speed was slow with an abnormal trajectory, ultimately allowing the opponent to capitalize and score directly with a net kill.", + "C. The bottom player used a forehand from their right midcourt to deliver a fast cross-court drive, precisely placing the shuttlecock near the opponent's midcourt area, attempting to pressure the central zone and create a net kill opportunity for their teammate.", + "D. The bottom player used a backhand from their left forecourt to execute an over-the-head, straight push shot that returned the shuttlecock to the opponent's right backcourt, aiming to force the opponent to retreat and create an advantageous situation for themselves." + ], + "answer": "D", + "question": { + "question_zh": "针对画面底部球员最后一次击球,以下哪项评价最准确描述该击球动作及其战术意图?", + "question_en": "Regarding the last shot made by the player at the bottom of the screen, which of the following evaluations most accurately describes the shot action and its tactical intent?" + } + }, + { + "video_uid": "video_001042", + "duration": 92, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom采用反手假动作分球企图骗开对手重心,然而击球线路过直导致对手快速移动,球因力量不足直接下网结束回合。", + "B. bottom面对对手压迫选择高远过顶球化解被动,尽管球速较慢却意外骗过对手,被裁判判定出界造成失分。", + "C. bottom在中场试图通过正手拦截跳杀快杀直线球来占据主动,但起跳位置欠佳,未能很好地压制住对手。", + "D. bottom在被动局面下强行抢网扑杀斜线,虽成功压向边线但进攻角度偏小未能突破对手预判形成有效压制。" + ], + "options_en": [ + "A. The bottom player used a backhand fake cross-court shot to deceive the opponent's balance, but the overly straight trajectory allowed the opponent to move quickly, and the shot directly went into the net due to insufficient power, ending the rally.", + "B. The bottom player chose a high clear to counter the opponent's pressure in a passive situation. Despite the slow speed, it unexpectedly deceived the opponent, but the referee ruled it out, resulting in a lost point.", + "C. The bottom player attempted to take the initiative by intercepting a straight kill shot with a forehand jump at midcourt, but the poor take-off position failed to effectively suppress the opponent.", + "D. The bottom player forcefully rushed the net for a diagonal net kill in a passive position. Although successfully pressing toward the sideline, the narrow attacking angle failed to break the opponent's anticipation and create effective suppression." + ], + "answer": "C", + "question": { + "question_zh": "对于位于画面底部的球员的最后一次击球,以下哪项评价最准确描述了该击球动作及其效果?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations most accurately describes the shot action and its effect?" + } + }, + { + "video_uid": "video_001043", + "duration": 92, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右中场使用反手分球至对手右边线后快速上网,通过假动作骗开防守后正手过顶攻击对手后场区域,意图直接得分。", + "B. bottom从自己右中场向右移动击球时突然停顿做出正手挑后场假动作,随后改用反手直线下压将球打向对手左中场,意图干扰对手预判。", + "C. bottom保持原地未移动下用反手抢网下压球,直接将球击向对手左中场后迅速补位,希望通过压迫性击球造成对手回球出界", + "D. bottom从自己的左中场移动到右中场,正手被动击球,以直线挡网的方式将球打到对手的左中场,意图通过这种方式争取调整时间。" + ], + "options_en": [ + "A. bottom uses a backhand cross-court shot to the opponent's right sideline from the right midcourt and quickly moves forward, deceiving the defense with a fake action before launching a forehand overhead attack to the opponent's backcourt, intending to score directly.", + "B. bottom moves right from their right midcourt to hit the ball, suddenly pauses to fake a forehand net lift to the backcourt, then switches to a backhand straight smash to the opponent's left midcourt, aiming to disrupt the opponent's anticipation.", + "C. bottom stays in place without moving, uses a backhand net kill to smash the ball directly to the opponent's left midcourt, and quickly recovers, hoping to force the opponent into hitting the ball out of bounds with this aggressive shot.", + "D. bottom moves from their left midcourt to the right midcourt, executes a forehand passive shot, and blocks the ball straight to the opponent's left midcourt, aiming to buy time for adjustment." + ], + "answer": "D", + "question": { + "question_zh": "请判断位于画面下沿的球员的最后一次击球,以下哪项评价最合适?", + "question_en": "Please judge the last shot of the player at the bottom edge of the screen. Which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001044", + "duration": 136, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top快速上网拦截,在网前用反手劈吊技精准压向对手右前场底角,迫使对手回球质量较低,但自身站位过浅被对手快速摆脱防守反击得分", + "B. top在中场制造佯攻动作后突然变向,用正手勾对角试图骗过对手防守,但击球线路过于平直被对手直接杀球压制,被迫回球下网直接失分", + "C. top处于被动状态,在右中场正手勾出斜线过渡球,从自己的右中场到对手的右中场区域,未能给对手施加足够压力,争取主动局面", + "D. top处于主动状态,在左中场使用反手分球技术将球击向对手左后场边线区域,试图压制对手机动性,但球出界失误后丧失场上主动权,导致对手抓住机会反击得分" + ], + "options_en": [ + "A. The top player quickly moved forward to intercept, using a backhand slice drop shot at the net to precisely target the opponent's right front corner, forcing a weak return, but due to being positioned too shallow, the opponent quickly recovered and counterattacked to score.", + "B. The top player created a feint in the midcourt before suddenly changing direction, attempting to deceive the opponent with a forehand cross-court shot, but the shot trajectory was too flat, allowing the opponent to directly counter with a kill, forcing a net error and losing the point.", + "C. The top player was in a passive state, executing a forehand cross-court shot from the right midcourt to the opponent's right midcourt area as a transition shot, failing to apply enough pressure to regain the initiative.", + "D. The top player was in an active state, using a backhand split shot technique from the left midcourt to direct the ball toward the opponent's left backcourt sideline area, attempting to restrict the opponent's mobility, but the ball went out, resulting in a loss of initiative and allowing the opponent to counterattack and score." + ], + "answer": "C", + "question": { + "question_zh": "请从以下选项中选出对画面top球员最后一次击球评价最为准确的一项。", + "question_en": "Please select the most accurate evaluation of the last shot by the top player in the footage from the following options." + } + }, + { + "video_uid": "video_001045", + "duration": 120, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom为延迟对手进攻节奏,在前场用反手挑发球动作佯攻网前,随后突然变直线抽杀底线造成对手站位混乱,但球速过猛导致右侧出界失误,完全失去了进攻机会。", + "B. bottom在被动过渡时选择反手抽对角线路试图分散对手注意力,尽管球落点精准但力量控制不足被对手直接封网压制,反而暴露了自身防守空档。", + "C. bottom在中场正手拦截跳杀斜线球,意图给top施压,迫使top陷入被动防守。从top回球质量欠佳来看,这次杀球取得了一定效果。", + "D. bottom采取上网战术通过网前搓小球引导对手移动,随后立即变后场劈吊假动作成功骗过防守,但由于起跳时机失误直接将球拍击在底线白线导致重发球。" + ], + "options_en": [ + "A. The bottom player used a backhand net lift feint at the frontcourt to delay the opponent's offensive rhythm, then suddenly switched to a straight-line drive kill to the baseline, causing the opponent's positioning to collapse. However, the excessive speed led to a right-side out error, completely losing the offensive opportunity.", + "B. The bottom player opted for a backhand cross-court drive during a passive transition to distract the opponent. Despite the precise placement, insufficient power control allowed the opponent to directly block and suppress the shot, exposing the bottom player's defensive gap.", + "C. The bottom player intercepted a forehand jump kill cross-court shot at midcourt, aiming to pressure the top player and force them into passive defense. The poor quality of the top player's return suggests the kill shot was somewhat effective.", + "D. The bottom player employed a net rush tactic with a net drop shot to guide the opponent's movement, then immediately switched to a rear-court slice drop feint, successfully deceiving the defense. However, a mistimed jump resulted in directly hitting the ball on the baseline white line, forcing a replay." + ], + "answer": "C", + "question": { + "question_zh": "请针对画面底部球员的最后一击,选出最符合实际情况的评价:", + "question_en": "Please evaluate the last shot by the player at the bottom of the screen and select the most accurate description:" + } + }, + { + "video_uid": "video_001046", + "duration": 112, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从右后场上网到右前场,正手停顿,推挑斜线球到对手的左中场区域,想要通过挑高球拉开距离,争取调整时间。", + "B. top在中场区域横向移动中被迫过渡击球,因判断失误导致回球下网,未能有效化解对手的网前压制。", + "C. top在后场左侧区域快速抢网劈杀至对方右中场,试图通过突然加速下压制造对手回球失误的机会", + "D. top从左后场上网到左前场,反手假装推球后突然劈吊到对方右后场底线角落,意图通过过顶高远球压迫对方防守范围。" + ], + "options_en": [ + "A. The top player moved from the right rear court to the right front court, used a forehand pause, and pushed a cross-court net lift to the opponent's left midcourt area, aiming to create distance and gain adjustment time with a high lift.", + "B. The top player was forced into a transitional shot while moving laterally in the midcourt area, misjudged the return, and hit the net, failing to effectively counter the opponent's net pressure.", + "C. The top player quickly rushed the net from the left rear court and executed a kill to the opponent's right midcourt, attempting to create a return error by suddenly accelerating the downward pressure.", + "D. The top player moved from the left rear court to the left front court, pretended to push with a backhand before suddenly executing a drop shot to the opponent's right rear corner, intending to pressure the opponent's defensive range with an overhead clear." + ], + "answer": "A", + "question": { + "question_zh": "请根据视频片段,对画面中top球员最后一次击球的评价最恰当的是哪一个?", + "question_en": "According to the video clip, which of the following evaluations of the top player's last shot is the most appropriate?" + } + }, + { + "video_uid": "video_001047", + "duration": 144, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被压制到中场时被迫将球挑至对手中场区域完成过渡,意图延缓对方攻势,但这一球质量较低未能有效限制对手进攻。", + "B. top在右侧中场使用反手劈吊将球击向对手网前左区,试图通过突然变向打乱对方节奏,但由于球速稍慢被对手封堵住。", + "C. top利用假动作骗过对手后将球分到对方右后场底线位置,但球因力量控制不足导致出界失误,未能形成有效压制。", + "D. top在自己的左后场正手拦截,打出直线快杀球到对手的右中场区域,意图通过进攻压制对手,取得了较好的效果。" + ], + "options_en": [ + "A. Top was pressured to the midcourt and forced to lift the ball to the opponent's midcourt area for a transition, intending to delay the opponent's attack, but the shot was of low quality and failed to effectively limit the opponent's offensive play.", + "B. Top used a backhand slice drop shot in the right midcourt to send the ball to the opponent's left front net area, attempting to disrupt the opponent's rhythm with a sudden change of direction, but the shot was slightly slow and got blocked by the opponent.", + "C. Top used a fake to deceive the opponent and then split the ball to the opponent's right rear baseline, but the shot went out due to insufficient power control, failing to create effective pressure.", + "D. Top intercepted with a forehand in their left rear court and hit a straight fast kill to the opponent's right midcourt area, intending to pressure the opponent with an offensive play, achieving a good effect." + ], + "answer": "D", + "question": { + "question_zh": "在视频片段中,画面顶部位置的选手进行了最后一次击球,以下哪项评价最贴切?", + "question_en": "In the video clip, the player at the top of the screen made the last shot. Which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001048", + "duration": 131, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从右后场上网至中前场,反手放直线网前球到对手的中前场,试图迫使对手被动挑高球,从而为自己争取进攻机会。", + "B. top在被动过渡时选择用正手高远球过顶压制对手,意图通过压制对方后场来获得网前控制权并抢网得分。", + "C. top在右中场用反手迅速抢网后突然改用正手击球改变方向,试图通过快速变线骗对手回球下网并锁定胜局。", + "D. top从左后场边线附近运用反手假动作后分球到对手右后场边线,试图迫使对手因判断失误导致回球出界,并直接得分。" + ], + "options_en": [ + "A. top moves from the right backcourt to the mid-frontcourt, playing a backhand straight net shot to the opponent's mid-frontcourt, attempting to force the opponent into a passive net lift and thus create an offensive opportunity for themselves.", + "B. top chooses to use a forehand clear to suppress the opponent with a high over-the-head shot during a passive transition, intending to gain frontcourt control and score by rushing the net.", + "C. top quickly rushes the net with a backhand at the right midcourt and suddenly switches to a forehand shot to change direction, attempting to deceive the opponent into a net return with a quick line change and secure the victory.", + "D. top uses a backhand fake near the left backcourt sideline and then plays a cross-court shot to the opponent's right backcourt sideline, attempting to force the opponent into a misjudgment that leads to an out-of-bounds return and directly scores." + ], + "answer": "A", + "question": { + "question_zh": "对于片段中位于画面顶端的球员的最后一次击球,以下哪一个评价最符合击球意图与技术特征?", + "question_en": "For the last shot made by the player at the top of the screen in the clip, which of the following evaluations best matches the intention and technical characteristics of the shot?" + } + }, + { + "video_uid": "video_001049", + "duration": 156, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左中场移动到右前场,正手击出推挑直线球到对手的左后场区域,试图拉开对手,为自己创造进攻机会。", + "B. top停留在右中场用反手抽球直接攻击对手前场区域,但由于击球力量过猛造成球出界失去得分机会", + "C. top从左中场移动到右中场采用反手高远球压制对方右后场区域,但因网前判断失误导致球被对手快速反杀回中场", + "D. top向右后场横向移动后用头顶吊球试图骗开对手防守路线,但球速过低直接下网送给对方得分" + ], + "options_en": [ + "A. The top player moved from the left midcourt to the right forecourt and executed a forehand push shot straight to the opponent's left rear court area, attempting to stretch the opponent and create an offensive opportunity.", + "B. The top player stayed in the right midcourt and used a backhand drive to directly attack the opponent's forecourt area, but the excessive power caused the shuttle to go out of bounds, losing the scoring opportunity.", + "C. The top player moved from the left midcourt to the right midcourt and used a backhand clear to pressure the opponent's right rear court area, but due to a misjudgment at the net, the shot was quickly countered by the opponent back to the midcourt.", + "D. The top player moved laterally to the right rear court and attempted an overhead drop shot to deceive the opponent's defensive line, but the shuttle's speed was too slow, resulting in a net shot and giving the opponent a point." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面中top球员的最后一次击球,选择最贴切的评价?", + "question_en": "Based on the last shot of the top player in the footage, choose the most accurate evaluation." + } + }, + { + "video_uid": "video_001050", + "duration": 194, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的右后场上网,反手推挑出一个超身且过顶的斜线高球,想要将球打到top的左后场区域,为自己创造回位和调整的时间。", + "B. bottom在右后场突然踮脚做出正手抽杀假动作,随后突然变直线平快球至top的右前场角落,试图通过节奏变化完成得分", + "C. bottom在底线附近使用反手挑后场技术,同时伴随肩部晃动的骗术动作,将球轻柔挑至top正手大范围空档实现战术分球", + "D. bottom被动情况下连续做出两次挥拍停顿,最终改用正手高压扣杀直接攻击top头顶区,但球速过快导致出界失去得分机会" + ], + "options_en": [ + "A. The bottom player moves forward from their right backcourt, executing a backhand push lift that sends a cross-court and over-the-head high clear, aiming to land the shuttle in the top player's left backcourt area to buy time for recovery and adjustment.", + "B. The bottom player suddenly tiptoes in the right backcourt, faking a forehand drive kill, then abruptly changes to a straight fast flat shot to the top player's right front corner, attempting to score through tempo variation.", + "C. The bottom player uses a backhand lift from near the baseline, accompanied by a shoulder feint, gently lifting the shuttle to the top player's wide forehand open space for a tactical placement.", + "D. Under pressure, the bottom player consecutively fakes two swing pauses, ultimately switching to a forehand overhead smash directly targeting the top player's head area, but the excessive speed causes the shuttle to go out, losing the scoring opportunity." + ], + "answer": "A", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面底部球员最后一次击球的表现,以下哪个评价最贴切?", + "question_en": "In a badminton singles match, which of the following evaluations best describes the performance of the player at the bottom of the screen in their last shot?" + } + }, + { + "video_uid": "video_001051", + "duration": 161, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在右后场被动情况下突然反手挑球至对手右前场边线,通过分球策略制造对手跑动距离,同时配合假动作干扰对手预判方位企图压制其反手位。", + "B. top从后场正手快速上网至前场右区,假装要抢网压线但实际上突然改变方向勾对角至对手左网前,通过欺骗性动作争取直接得分机会并摆脱对方封网压力。", + "C. top从左后场上网至左前场,反手抽高球,斜线过顶到对手的中后场,意图通过将球打远来摆脱被动,争取调整机会。", + "D. top因被压迫至左后场底线位置被迫使用反手抽直线球,但由于击球时机过早导致球速不足下网,这一被迫的过渡失误使对手获得关键得分机会。" + ], + "options_en": [ + "A. Top, in a passive situation at the right rear court, suddenly plays a backhand net lift to the opponent's right front sideline, using a split-shot strategy to create running distance for the opponent while combining with a deceptive move to disrupt the opponent's anticipation and attempt to pressure their backhand side.", + "B. Top quickly moves from the rear court to the front right area with a forehand, pretending to rush the net for a line press but suddenly changes direction with a cross-court net shot to the opponent's left front, using a deceptive action to seize a direct scoring opportunity and escape the opponent's net pressure.", + "C. Top moves from the left rear court to the left front court, plays a backhand drive clear diagonally over the opponent's mid-rear court, intending to escape a passive situation by hitting the ball deep and gain an adjustment opportunity.", + "D. Top, forced to the left rear baseline, is compelled to play a backhand straight drive, but due to hitting too early, the insufficient ball speed results in a net shot. This forced transitional mistake gives the opponent a crucial scoring opportunity." + ], + "answer": "C", + "question": { + "question_zh": "对于位于画面顶部的球员最后一次击球的评价,以下哪个选项最为恰当?", + "question_en": "Which of the following options is the most appropriate evaluation of the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001052", + "duration": 174, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左后场反手击球时用停顿制造假动作,随后将球分到对方右后场边线区域,试图用过顶高远球迫使对手大幅度移动,最终因出界未能得分。", + "B. top从自己的右后场正手拦截,以重杀且跳杀的方式,击出斜线球到对方左中场,想要打乱对手节奏,创造进攻机会。", + "C. top在右中场突然用反手假动作骗过对手重心转移,随后正面扑杀直线至对方右中场,但因力量控制失误导致球直接下网失去进攻机会。", + "D. top被动情况下从中场向右移动,在网前采取反手接杀进行防下网的过渡球,通过假动作欺骗对手改变击球方向,但未能形成有效进攻。" + ], + "options_en": [ + "A. top used a backhand shot from the left backcourt with a pause to create a fake action, then split the shot to the opponent's right backcourt sideline area, attempting to force the opponent to move significantly with an overhead clear, but ultimately failed to score due to the ball going out.", + "B. top intercepted from their right backcourt with a forehand, using a powerful jump kill to hit a cross-court shot to the opponent's left midcourt, aiming to disrupt the opponent's rhythm and create an offensive opportunity.", + "C. top suddenly used a backhand fake action at the right midcourt to deceive the opponent's weight transfer, then executed a straight net kill to the opponent's right midcourt, but lost the offensive opportunity due to a power control error causing the ball to go directly into the net.", + "D. top, in a passive situation, moved rightward from the midcourt and adopted a backhand block at the net to transition and avoid the net shot, deceiving the opponent with a fake action to change the shot direction, but failed to form an effective offense." + ], + "answer": "B", + "question": { + "question_zh": "对画面顶部选手最后一次击球,以下哪一个描述最准确?", + "question_en": "Regarding the last shot by the player at the top of the screen, which of the following descriptions is the most accurate?" + } + }, + { + "video_uid": "video_001053", + "duration": 164, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下,从右后场被迫移动到网前,采用反手挑高球将球打至对手右后场底线,试图通过过顶球制造对手回球压力,为自己后续进攻争取空间与时间", + "B. bottom快速从右后场移动至网前,在身体侧对球网时突然变向反手轻挑到对方右前场角落,试图通过假动作欺骗对手并打乱对方站位,为自己争取反击机会,同时逼迫对手移动至底线", + "C. bottom从右后场迅速上网,来到左前场,反手勾出斜线球,将球从自己左前场打到对方左前场,跟上回敬,试图通过变化球路创造进攻机会。", + "D. bottom从左后场快速上网至右前场,使用正手抽直线球击球,快速打向对方右前场,随后抢网压迫对手回防,试图通过主动进攻压制对手得分机会,同时制造对手被动防守局面" + ], + "options_en": [ + "A. The bottom player, in a passive situation, is forced to move from the right backcourt to the net, employing a backhand net lift to send the ball to the opponent's right backcourt baseline, attempting to create pressure with an overhead shot to gain space and time for subsequent attacks.", + "B. The bottom player swiftly moves from the right backcourt to the net, suddenly changing direction with a backhand soft lift to the opponent's right frontcourt corner while side-facing the net, attempting to deceive the opponent with a fake action and disrupt their positioning to seize a counterattack opportunity while forcing the opponent to move to the baseline.", + "C. The bottom player quickly moves forward from the right backcourt to the left frontcourt, using a backhand cross-court shot to send the ball from their left frontcourt to the opponent's left frontcourt, following up to return, attempting to create offensive opportunities by varying the shot direction.", + "D. The bottom player rapidly advances from the left backcourt to the right frontcourt, using a forehand drive to hit the ball straight to the opponent's right frontcourt, then rushes the net to pressure the opponent into defending, aiming to suppress the opponent's scoring chances through active offense while forcing them into a passive defensive position." + ], + "answer": "C", + "question": { + "question_zh": "对于片段位于画面bottom的球员的最后一次击球,哪一个评价最能准确描述该球员的击球动作与意图?", + "question_en": "For the last shot of the player positioned at the bottom of the screen, which evaluation best accurately describes the player's shot action and intention?" + } + }, + { + "video_uid": "video_001054", + "duration": 142, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中自己的右后场移动到左后场,正手劈杀斜线球,将球从自己的左后场打到对手左中场,意图给对手施压,迫使对手被动回球。", + "B. top在被动局面中采用过渡战术,用反手举高球过顶对手防守,将球从右后场击出高弧线至对方后场中央位置,成功延缓对手进攻节奏占据时间优势。", + "C. top通过假动作骗过对手后突然变直线,用正手劈吊将球从自己的右后场打向对手左前场角落,但因击球力度过大造成下网失误,失去该回合得分机会。", + "D. top从自己左前场上网移动到中场,使用反手分球技术将球击向对手右底线区域,同时通过手腕停顿制造假动作欺骗对手预判,导致对手判断失误后抢网失败。" + ], + "options_en": [ + "A. The top player moved from their own right rear court to the left rear court, executed a forehand cross-court kill, hitting the ball from their left rear court to the opponent's left midcourt, intending to pressure the opponent and force a passive return.", + "B. The top player adopted a transitional tactic in a passive situation, using a backhand clear to send the ball over the opponent's defense with a high arc from the right rear court to the central rear court of the opponent, successfully delaying the opponent's offensive rhythm and gaining a time advantage.", + "C. The top player deceived the opponent with a fake move before suddenly changing to a straight shot, using a forehand drop shot to direct the ball from their right rear court to the opponent's left front corner, but due to excessive hitting force, the ball went into the net, resulting in a lost scoring opportunity for the rally.", + "D. The top player moved from their own left front court to the midcourt, used a backhand cross-court shot to direct the ball to the opponent's right baseline area, while employing a wrist pause to create a deceptive move, misleading the opponent's anticipation and causing them to fail in rushing the net." + ], + "answer": "A", + "question": { + "question_zh": "对于画面顶部球员的最后一次击球,以下哪项评价最符合该击球的战术意图和完成方式?", + "question_en": "For the last shot by the player at the top of the screen, which of the following evaluations best matches the tactical intent and execution of the shot?" + } + }, + { + "video_uid": "video_001055", + "duration": 123, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左中场移动到右后场防守区域,反手击出高远球至对手右后场底线,意图通过分球迫使对手移动,但球出界导致失分。", + "B. top在左前场抢网时用反手挑对角线到对手左前场,试图以假动作骗过对手,但因过顶力量不足被对手反击得分。", + "C. top在左中场被动过渡时,突然用正手抽对角线过顶球到对手右后场,试图以突然性压迫对手防守,但球下网直接失误。", + "D. top从自己的左后场移动到右中场,正手防守推球到对手的右前场,试图给对手施压,但未能让对手陷入被动。" + ], + "options_en": [ + "A. top moved from the left midcourt to the right rear defensive area, hit a backhand clear to the opponent's right rear baseline, intending to force the opponent to move by splitting the shot, but the ball went out resulting in a lost point.", + "B. top intercepted at the left front court with a backhand cross-court net lift to the opponent's left front court, attempting to deceive the opponent with a fake action, but due to insufficient power on the over-the-head shot, the opponent countered and scored.", + "C. top was in a passive transition at the left midcourt, suddenly used a forehand drive cross-court over-the-head shot to the opponent's right rear court, attempting to pressure the opponent's defense with suddenness, but the ball hit the net directly resulting in a mistake.", + "D. top moved from his left rear court to the right midcourt, defended with a forehand push shot to the opponent's right front court, attempting to pressure the opponent but failed to put them in a passive position." + ], + "answer": "D", + "question": { + "question_zh": "对于画面top球员的最后一次击球,以下哪个评价最为恰当?", + "question_en": "For the last shot of the player on top of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001056", + "duration": 134, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top通过反手假动作欺骗对手后突然变向击打直线,将球精准送到对方前场右侧边线附近,成功引诱对方上网后再进行突击得分。", + "B. top在被动情况下选择上网抢网,用反手挑对角线将球过渡到对方右前场,但因角度不足被对手封网拦截导致失分", + "C. top在自己的右后场正手抽球,以过顶直线球的方式将球从自己右后场打到对方左中场区域,想要借此过渡调整,摆脱被动,但这次抽球效果一般。", + "D. top在自己左后场使用反手抽杀球将球击向对方右后场深处,意图直接得分,但被对手成功拦截反击,导致这次击球未能奏效并出现回球出界。" + ], + "options_en": [ + "A. top deceived the opponent with a backhand fake, then suddenly changed direction to hit a straight shot, accurately placing the ball near the opponent's front right sideline, successfully luring the opponent forward before executing a sudden attack to score.", + "B. top chose to rush forward to intercept the net in a passive situation, using a backhand diagonal net lift to transition the ball to the opponent's right front court, but due to insufficient angle, it was intercepted by the opponent's net block, resulting in a lost point.", + "C. top performed a forehand drive from their own right rear court, sending the ball in a straight over-the-head trajectory from their right rear court to the opponent's left midcourt area, attempting to transition and escape a passive position, but this drive was mediocre in execution.", + "D. top used a backhand drive kill from their own left rear court to hit the ball deep into the opponent's right rear court, intending to score directly, but the opponent successfully intercepted and countered, causing this shot to fail and resulting in an out-of-bounds return." + ], + "answer": "C", + "question": { + "question_zh": "在比赛片段中,位于画面顶部的球员最后一次击球,以下哪个评价最恰当?", + "question_en": "In the match clip, the player at the top of the screen made the last hit. Which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001057", + "duration": 112, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右中场正手斜线挡网到对方的左中场,试图打乱对手节奏,为自己创造有利局面。", + "B. top借助蹬地力量将球过顶高远至对方后场右角落点,意图用大角度调动消耗对手体力形成机会。", + "C. top反手直线推对方左前场边线后快速上网压迫,试图用分球战术迫使对手回球下网完成得分。", + "D. top在被动中突然跳起正手直线扣杀到对方右后场底线,意图通过强力进攻直接得分并压制对手反击。" + ], + "options_en": [ + "A. top blocked diagonally from their right midcourt forehand to the opponent's left midcourt, attempting to disrupt the opponent's rhythm and create an advantageous situation for themselves.", + "B. top used the ground force to send a high clear to the opponent's backcourt right corner, intending to exhaust the opponent's stamina with a wide-angle shot and create an opportunity.", + "C. top pushed straight backhand to the opponent's left frontcourt sideline and quickly rushed to the net to pressure, attempting to force the opponent into a net error with a split-shot tactic to score.", + "D. top suddenly jumped for a forehand straight kill to the opponent's right backcourt baseline in a passive position, intending to score directly with a powerful attack and suppress the opponent's counterattack." + ], + "answer": "A", + "question": { + "question_zh": "请根据片段中画面顶部球员最后一次击球的动作和意图,选择最恰当的评价。", + "question_en": "Based on the action and intention of the top player's last shot in the clip, select the most appropriate evaluation." + } + }, + { + "video_uid": "video_001058", + "duration": 93, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动过渡中突然反手抽对角直线,以重杀变向将球打向边线与中线结合部,导致对手反应不及直接下网失分", + "B. bottom在后场使用正手高远球过顶击打,抢网时加快步伐突击对手左中场,通过假动作骗 Defensive中制造空档直接得分,", + "C. bottom在自己的中前场,以反手击球并转身,通过斜线挡网过渡,将球击到对手的右前场,试图迫使对手挑高,为自己创造进攻机会。", + "D. bottom在网前采用正手挑球结合停顿假动作,将球分到对手右后场大角度位置,意图用劈吊迫使对角直线防守失误出界" + ], + "options_en": [ + "A. Bottom suddenly uses a backhand drive to the straight-line diagonal during a passive transition, changing direction with a powerful kill to hit the shuttle toward the junction of the sideline and centerline, causing the opponent to react too late and resulting in the shuttle failing to clear the net for a lost point.", + "B. Bottom uses a forehand clear from the rear court to hit over the opponent's head, accelerates their footwork to rush the net and attack the opponent's left midcourt, deceiving the opponent with a fake action to create an opening and score directly.", + "C. Bottom is in their own mid-frontcourt, using a backhand shot and turning around, transitioning with a cross-court block to the opponent's right frontcourt, attempting to force the opponent to lift the shuttle high and create an offensive opportunity for themselves.", + "D. Bottom adopts a forehand net lift combined with a pause fake action at the net, directing the shuttle to the opponent's right rear court at a wide angle, intending to use a drop shot to force a straight-line defensive error and cause the shuttle to go out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "关于画面底部球员最后一次击球,以下哪项评价最准确?", + "question_en": "Regarding the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001059", + "duration": 124, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从底线主动使用假动作欺骗对手后退,随后用反手抽击过顶高球,但因力量过大被对方截杀回防并直接得分。", + "B. bottom在自己的右中场用正手进行快速上网,在对手后场实施分球并配合假动作骗取对手移动,最终击球过顶但因下网导致失分。", + "C. bottom在被动状态下向左侧移动时刻意停顿制造节奏变化,试图抢网却被对手预判拦截,导致回球直接出界失分。", + "D. bottom从自己的右后场移动到左中场,反手抽高球从自己的左中场到对手的中后场,意图拉开对手为自己创造机会,起到了一定的过渡作用。" + ], + "options_en": [ + "A. The bottom player actively used a deceptive move from the baseline to trick the opponent into retreating, then played a backhand drive over the top clear, but due to excessive power, it was intercepted by the opponent's counterattack and directly scored.", + "B. The bottom player used a forehand for a quick net rush at their right midcourt, executed a cross-court shot in the opponent's rear court combined with a deceptive move to trick the opponent into moving, but ultimately hit the ball over the top but lost the point due to a net shot.", + "C. The bottom player deliberately paused to create a rhythm change while moving left in a defensive state, attempting a net kill but was intercepted by the opponent's anticipation, resulting in a direct out-of-bounds return and losing the point.", + "D. The bottom player moved from their right rear court to the left midcourt, playing a backhand drive clear from their left midcourt to the opponent's mid-rear court, intending to stretch the opponent and create an opportunity for themselves, which served as a transitional play to some extent." + ], + "answer": "D", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001060", + "duration": 61, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中场快速抢网抽打出过顶球,虽短暂压制了对手但因力量过大导致球出底线,未能成功压制反被反攻。", + "B. bottom于左中场正手拦截抽斜线球,将球从自己的左中场击到对方中场,迫使top被动回直线球,掌握了一定场上主动权。", + "C. bottom在后场尝试以头顶劈对角分球到对方右侧边线,但预判失误被top预判拦截反手抽杀得分", + "D. bottom在右中场使用假动作分球至对方后场,但球因弧度过高下网,失去得分机会并造成自身阵型脱节。" + ], + "options_en": [ + "A. The bottom player quickly rushed the net for a drive and hit an over-the-head shot from the midcourt, briefly suppressing the opponent but the shuttle went out of bounds due to excessive power, failing to maintain the pressure and getting counterattacked instead.", + "B. The bottom player intercepted with a forehand drive cross-court from the left midcourt, hitting the shuttle from their left midcourt to the opponent's midcourt, forcing the top player to make a passive straight return, thus gaining some initiative on the court.", + "C. The bottom player attempted an overhead cross-court slice to distribute the shuttle to the opponent's right sideline from the rear court, but misjudged the shot and got intercepted by the top player who countered with a backhand drive to score.", + "D. The bottom player used a deceptive shot to distribute the shuttle to the opponent's rear court from the right midcourt, but the shuttle went into the net due to excessive height, losing the scoring opportunity and causing their own formation to fall apart." + ], + "answer": "B", + "question": { + "question_zh": "对于出现在画面底部球员的最后一次击球,以下哪个评价最准确?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001061", + "duration": 88, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom反手上网抢网时连续变线至对手后场死角,虽然制造得分机会却因击球过顶出界错失良机", + "B. bottom正手被动斜线顺势抽球至对手的中场区域,意图通过改变球路摆脱被动,但未能如愿。", + "C. bottom后场跳杀时有意停顿假动作诱使对手提前启动,但实际击球下网导致战术失效并丢分", + "D. bottom正手分球过顶试图压制对手移动,通过假动作欺骗防守方向却因借力不足导致球速过慢被拦截" + ], + "options_en": [ + "A. The bottom player performed a backhand net kill with continuous changes in direction to the opponent's backcourt corner, creating a scoring opportunity but missed it due to an over-the-head shot that went out of bounds.", + "B. The bottom player executed a forehand passive cross-court drive to the opponent's midcourt area, attempting to change the ball's trajectory to escape the passive situation, but failed to achieve the desired outcome.", + "C. The bottom player executed a backcourt jump kill with an intentional pause and deceptive motion to lure the opponent into an early start, but the actual shot went into the net, causing the tactic to fail and resulting in a lost point.", + "D. The bottom player attempted a forehand cross-court over-the-head shot to pressure the opponent's movement, using a deceptive motion to mislead the defensive direction but failed due to insufficient power, resulting in a slow ball speed that was intercepted." + ], + "answer": "B", + "question": { + "question_zh": "在比赛片段中,位于画面底部的球员在最后一次击球时,以下哪个评价最符合其表现?", + "question_en": "In the match clip, which of the following evaluations best describes the performance of the player at the bottom of the screen during their last shot?" + } + }, + { + "video_uid": "video_001062", + "duration": 129, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中场突然启动上网,通过手腕快速停顿骗开对手重心,随后正手抽击斜线分球至对手边线,意图直接压制对手的进攻区域,成功迫使对手回球下网为自己创造得分机会,但因速度过快导致自身失衡。", + "B. top在底线附近完成连续两次假动作后突然后撤,以强力扣杀方式将球过顶对手头顶轰向中场,此分球有效拉开对手站位但自身因体能消耗过大无法及时回位,最终导致对手直接反手劈杀得分。", + "C. top从右后场移动至左中场,处于被动局面,反手以过渡的方式推挑出一记直线过顶球,到对手的中后场区域,试图借此拉开距离调整回位,为后续攻防做准备,但未能给对手造成较大压力。", + "D. 网前快速移动中top抢网成功,反手挑小球时配合蹬腿动作骗向对角线,实际将球轻放至对手中场空档,通过精准落点制造进攻机会,虽成功引诱对手扑杀但因网前距离过近未能形成有效压制。" + ], + "options_en": [ + "A. Top suddenly accelerated from the midcourt to the net, deceived the opponent's balance with a quick wrist pause, then drove a cross-court shot to the opponent's sideline, aiming to directly suppress the opponent's attacking zone. This successfully forced the opponent to net the return, creating a scoring opportunity, but Top lost balance due to excessive speed.", + "B. Near the baseline, Top executed two consecutive deceptive moves before abruptly retreating and smashed a powerful clear over the opponent's head to the midcourt. This shot effectively spread the opponent's stance, but Top couldn't reposition in time due to excessive energy consumption, ultimately allowing the opponent to score with a backhand kill.", + "C. Top moved from the right backcourt to the left midcourt, in a passive situation, and pushed a straight clear with a backhand in a transitional manner to the opponent's mid-backcourt area, attempting to create distance and reposition for subsequent offense and defense, but failed to put significant pressure on the opponent.", + "D. During rapid net movement, Top succeeded in intercepting the net, faked a diagonal net lift with a leg push but instead placed a gentle shot into the opponent's midcourt gap. The precise placement created an offensive opportunity, but although it lured the opponent into a net kill, the close net distance prevented effective suppression." + ], + "answer": "C", + "question": { + "question_zh": "在比赛画面中,针对位于顶部的球员最后一次击打的球,哪个评价最准确?", + "question_en": "In the match footage, which evaluation is most accurate regarding the last shot played by the top player?" + } + }, + { + "video_uid": "video_001063", + "duration": 119, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom采用反手位击球把球砸向对方右后场底线区域,借助被动过渡意图牵制对手,但因预判错误导致出界丢分", + "B. bottom在被动情况下从后场上网,用反手分球到对方右侧边线后迅速抢网,试图压制对手但因过度移动导致球下网。", + "C. bottom从自己的中前场正手击球,运用停顿和假动作将球以斜线方向击向对方左前场,想要迷惑对手,争取主动。", + "D. bottom被迫退到后场后,以过顶高球将球击向对方中场地带,虽然意图抢网却因力量过大造成球出界失误。" + ], + "options_en": [ + "A. bottom uses a backhand shot to smash the shuttle to the opponent's right rear baseline area, aiming for a passive transition to restrain the opponent but misjudges the play, causing the shuttle to go out of bounds and lose the point.", + "B. bottom moves forward from the rear court in a passive situation, uses a backhand cross-court shot to the opponent's right sideline, and quickly rushes the net, attempting to pressure the opponent but overruns, causing the shuttle to fail to clear the net.", + "C. bottom hits the shuttle from their forehand side in the mid-frontcourt, using a pause and deceptive action to send the shuttle diagonally to the opponent's left frontcourt, aiming to confuse the opponent and gain the initiative.", + "D. bottom is forced to retreat to the rear court and hits an overhead clear to the opponent's midcourt area, intending to rush the net but misjudges the power, resulting in the shuttle going out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部的球员最后一次击球,请选择最准确的技术评价描述?", + "question_en": "For the last shot by the player at the bottom of the screen, please select the most accurate technical evaluation description?" + } + }, + { + "video_uid": "video_001064", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在左中场处于被动局面,反手过渡,将球以直线挡网的方式从自己的左中场打到对手右前场,试图争取调整时间、缓解被动,但未能有效限制对手,效果一般。", + "B. bottom在左中场采用假动作骗过对手后,以反手网前小球轻挑至对手右前场对角,意图制造空档,却不慎因球速过慢被对手迅速封网化解,防守未能奏效且暴露了自身站位缺陷。", + "C. bottom在右中场使用正手高远球技术,试图压制对手的后场区域,但因力度过大导致球出界,未能有效牵制对手,反而失去进攻主动性,并且这一失误让对手获得连续进攻机会。", + "D. bottom在右中场执行分球战术,将球快速击向对手右侧边线附近,试图拉开对手站位,但因线路选择过于冒险导致球直接下网,浪费了化解被动的重要时机并直接交出本分" + ], + "options_en": [ + "A. The bottom player, in a passive position at the left midcourt, executed a backhand block to the net in a straight line from their left midcourt to the opponent's right forecourt, attempting to buy time and alleviate pressure. However, they failed to effectively restrict the opponent, resulting in mediocre effectiveness.", + "B. The bottom player, at the left midcourt, employed a deceptive move to mislead the opponent, followed by a backhand net drop to the opponent's right forecourt cross-court, aiming to create space. However, due to the slow shuttle speed, the opponent quickly intercepted it at the net, rendering the defense ineffective and exposing positional weaknesses.", + "C. The bottom player, at the right midcourt, used a forehand clear to pressure the opponent's rear court but overhit the shot, causing it to go out. This not only failed to contain the opponent but also lost offensive initiative, granting the opponent consecutive attacking opportunities.", + "D. The bottom player, at the right midcourt, executed a split shot tactic, driving the shuttle swiftly near the opponent's right sideline to stretch their positioning. However, the overly risky line choice resulted in the shuttle landing into the net, wasting a crucial opportunity to counter the passive play and directly conceding the point." + ], + "answer": "A", + "question": { + "question_zh": "对于片段中画面底部球员的最后一次击球,请选择对其击球动作和技术应用的评价中最恰当的一项。", + "question_en": "For the last shot by the player at the bottom of the screen in the clip, please select the most appropriate evaluation of their stroke technique and tactical application." + } + }, + { + "video_uid": "video_001065", + "duration": 126, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从自己的左中场反手推斜线球到对手的左前场区域,试图打乱对手节奏", + "B. bottom因为被动防守而打出过顶高远球到对手后场,意图通过球的弧度拖延对手进攻节奏", + "C. bottom在底线处使用假动作后突然劈杀对角线,但因击球过重导致球直接下网结束回合", + "D. bottom采用正手高远球将球击向对手右中场区域并配合上网动作,意图通过分球制造空档" + ], + "options_en": [ + "A. The bottom player pushes a cross-court backhand shot from his left midcourt to the opponent's left frontcourt area, attempting to disrupt the opponent's rhythm.", + "B. The bottom player, under defensive pressure, hits an overhead clear to the opponent's backcourt, intending to delay the opponent's offensive rhythm with the ball's trajectory.", + "C. The bottom player uses a deceptive move at the baseline followed by a sudden diagonal kill, but due to excessive force, the ball goes directly into the net, ending the rally.", + "D. The bottom player uses a forehand clear to hit the ball to the opponent's right midcourt area and follows up with a net approach, intending to create space by splitting the court." + ], + "answer": "A", + "question": { + "question_zh": "在画面底部的球员进行最后一次击球时,以下哪一项评价最准确描述了他的动作和意图?", + "question_en": "When the player at the bottom of the screen makes the last shot, which of the following evaluations most accurately describes his action and intention?" + } + }, + { + "video_uid": "video_001066", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手抽直线过顶导致出界失分,未能有效调动对手的站位", + "B. top正手分球到右场边线试图压制对手,但对方快速抢网得分", + "C. top正手抽高直线球想要摆脱被动局面,但未能有效压制对手的进攻", + "D. top正手骗后场直线企图调动对手,但被对方识破拦截导致失分" + ], + "options_en": [ + "A. Top player's backhand drive straight clear resulted in an out and lost the point, failing to effectively disrupt the opponent's positioning", + "B. Top player's forehand cross-court shot to the right sideline attempting to suppress the opponent, but the opponent quickly net killed to score", + "C. Top player's forehand drive straight clear attempting to break the passive situation, but failed to effectively suppress the opponent's attack", + "D. Top player's forehand deceptive straight clear attempting to disrupt the opponent, but was intercepted and led to losing the point" + ], + "answer": "C", + "question": { + "question_zh": "对于片段中画面顶部球员的最后一次击球,哪项评价最能准确描述该击球意义?", + "question_en": "For the last shot by the top player in the clip, which evaluation best accurately describes the significance of the shot?" + } + }, + { + "video_uid": "video_001067", + "duration": 139, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从中后场上网至中前场,然而移动速度偏慢,只能采用正手挑出过顶的斜线高球。", + "B. top快速上网抢网到前场,但预判失误导致回球出界,随后横向补位时脚步明显不到位。", + "C. top假装分球边线后突然变向直线,但假动作过于明显被对手识破,反手击球力量不足。", + "D. top在被动情况下反手挑后场直线,虽然移动迅速但被判下网失误,未能形成有效过渡。" + ], + "options_en": [ + "A. top moved from the mid-backcourt to the mid-frontcourt, but the movement speed was relatively slow, resulting in a forehand net lift that produced a high cross-court clear.", + "B. top quickly rushed to the net for a net kill, but misjudgment led to a shot going out of bounds, followed by noticeably inadequate footwork during lateral recovery.", + "C. top pretended to play a cross-court shot to the sideline but suddenly changed direction to a straight shot. However, the fake was too obvious and read by the opponent, resulting in a weak backhand shot.", + "D. top played a backhand net lift to the backcourt in a defensive situation. Despite moving quickly, the shot was ruled a net error, failing to achieve an effective transition." + ], + "answer": "A", + "question": { + "question_zh": "在比赛片段中,画面顶部的球员最后一次击球时,以下哪个评价最恰当?", + "question_en": "In the match clip, which of the following evaluations is most appropriate for the last shot made by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001068", + "duration": 118, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从右中场移动到左中场,反手推高斜线球,使用了停顿和假动作,想要调动对手并创造进攻机会。", + "B. top从后场网前区中场区域侧移到位,用反手劈吊结合分球技术,试图通过线路变化实现被动中的过渡球。", + "C. top从左中场快速移动到右中场,用正手抽对角球配合过顶技术,并试图压制对手后场防守,目的是直接得分。", + "D. top快速从左中场到右后场完成抢网,采用假动作欺骗对手后突击直线,力求通过速度压制创造得分机会。" + ], + "options_en": [ + "A. top moved from the right midcourt to the left midcourt, played a backhand push cross-court shot with a pause and fake action, aiming to maneuver the opponent and create an offensive opportunity.", + "B. top shifted sideways from the rear court net area to the midcourt zone, played a backhand slice drop shot combined with a placement technique, trying to achieve a transitional shot in a passive situation through line variation.", + "C. top quickly moved from the left midcourt to the right midcourt, played a forehand drive diagonal shot with an over-the-head technique, attempting to pressure the opponent's rear court defense for a direct point.", + "D. top swiftly completed a net rush from the left midcourt to the right rear court, used a fake action to deceive the opponent before striking a straight shot, aiming to create a scoring opportunity through speed pressure." + ], + "answer": "A", + "question": { + "question_zh": "请根据片段内容,对画面中位于上半场的球员最后一次击球进行最恰当的评价。", + "question_en": "Please evaluate the last shot made by the player in the upper half of the court based on the clip content." + } + }, + { + "video_uid": "video_001069", + "duration": 177, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左前场向右后场移动过程中使用反手击打出过顶高远球,球落在对方右后场底线边缘,有效压制对手的网前封网机会并为自己争取反击机会", + "B. top在网前突然以假动作迷惑对手后,迅速使用反手挑后场直线球至底线附近作为分球战术,成功引诱对手远离中心区域从而为自己创造抢网反击机会", + "C. top在被动情况下勉强回击直线球到对方左中场区域,但因力量控制不足导致球下网失误,直接送给对手一分", + "D. top从右前场移动到左后场,以正手进行拦吊,斜线到对方的右前场区域,在被动情况下试图争取主动。" + ], + "options_en": [ + "A. top used a backhand shot to deliver an overhead clear while moving from the left frontcourt to the right rear court, landing the shuttle near the opponent's right backcourt baseline edge, effectively suppressing the opponent's net interception opportunity and creating a counterattack chance for themselves.", + "B. top suddenly used a deceptive move at the net to confuse the opponent, then quickly executed a backhand net lift straight to the deep backcourt as a placement tactic, successfully luring the opponent away from the central area to create a net interception counterattack opportunity.", + "C. top made a forced straight return to the opponent's left midcourt area in a passive situation, but due to insufficient power control, the shuttle failed to clear the net, directly conceding a point to the opponent.", + "D. top moved from the right frontcourt to the left rear court, executing a forehand drop shot diagonally to the opponent's right frontcourt area, attempting to gain initiative in a passive situation." + ], + "answer": "D", + "question": { + "question_zh": "针对画面顶部球员完成的最后一次击球动作,请选择最准确的技术评价选项。", + "question_en": "Regarding the last shot completed by the player at the top of the screen, please select the most accurate technical evaluation option." + } + }, + { + "video_uid": "video_001070", + "duration": 150, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在右后场使用假动作试图骗过top后,突然改变方向击出分球至右后场边线,意图让top左右移动从而打开空档但因击球点过低导致出界。", + "B. bottom在被动情况下通过反手抽击将球抢网过顶到top的右后场,试图压制对手网前路线却被对手预判,最终因力量过大导致下网。", + "C. bottom边移动上网边用正手完成快速过顶扣杀至top的左后场,虽然成功压制对方防守但因角度不足被top借力回防造成回球出界。", + "D. bottom从自己的右后场正手击出过顶直线高远球到top的左后场,试图通过高远球迫使top后退,占据主动。" + ], + "options_en": [ + "A. The bottom player uses a deceptive move in the right backcourt to mislead the top player, then suddenly changes direction and plays a cross-court shot to the right backcourt sideline, intending to make the top player move laterally and create an opening, but the shot goes out due to a low contact point.", + "B. The bottom player, in a defensive situation, uses a backhand drive to quickly intercept the net and sends an overhead shot to the top player's right backcourt, attempting to pressure the opponent's net play but is anticipated, ultimately resulting in the shot failing to clear the net due to excessive power.", + "C. The bottom player moves forward to the net while completing a quick overhead smash to the top player's left backcourt with a forehand. Although successfully pressuring the opponent's defense, the shot lacks angle and is countered by the top player, causing the return to go out.", + "D. The bottom player hits a straight overhead clear from their right backhand court to the top player's left backcourt, attempting to force the top player back with the clear and gain the initiative." + ], + "answer": "D", + "question": { + "question_zh": "对于位于画面底部的球员最后一次击球,以下哪项评价最恰当?", + "question_en": "For the last shot made by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001071", + "duration": 170, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top快速上网至中前场,在击球时做出挥拍停顿的假动作迷惑对手,随后将球分至对方右后场边线试图限制对手进攻路线,属于主动分球策略。", + "B. top从左前场移动到左后场,正手击出平高球,试图将球送到对方右中场,拉开角度以创造进攻机会。", + "C. top从右中场移动到左前场,反手击出带有假动作的过顶高球,意图通过分球迫使对方远离中路,制造两边空档。", + "D. top在后场被动情况下,抢网时试图以反手过渡球过顶,但因球速过慢导致出界,属于被动防守尝试。" + ], + "options_en": [ + "A. The top player quickly advances to the mid-frontcourt, makes a deceptive racket swing pause to confuse the opponent, then splits the ball to the opponent's right backcourt sideline to limit the opponent's offensive route, which is an active splitting strategy.", + "B. The top player moves from the left frontcourt to the left backcourt, hitting a flat clear with a forehand, attempting to send the ball to the opponent's right midcourt to create an angle for an offensive opportunity.", + "C. The top player moves from the right midcourt to the left frontcourt, hitting an overhead clear with a deceptive backhand, intending to force the opponent away from the center by splitting the court and creating gaps on both sides.", + "D. The top player, in a defensive position at the backcourt, attempts an overhead backhand defensive shot while rushing the net, but the ball goes out due to slow speed, which is a passive defensive attempt." + ], + "answer": "B", + "question": { + "question_zh": "以下哪个选项最准确地描述了画面中顶部球员最后一次击球的动作和意图?", + "question_en": "Which of the following options most accurately describes the action and intention of the top player's last shot in the scene?" + } + }, + { + "video_uid": "video_001072", + "duration": 116, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top反手勾斜线球到对手的左前场,假动作晃开对手,成功调动对手位置,为自己创造了有利的场上局面。", + "B. top正手扣杀球以极高速度击向对手右场区,虽然弧度过顶骗过了防守,但球因力量过大失误出界导致失分。", + "C. top用反手分球到对手右侧边线试图压制,但因击球时机延误导致下网,迫使自己陷入连续被动局面。", + "D. top采用放网前小球试图过渡,却被对手迅速抢网扑杀反击,导致其因被动防守失去位置而丢分。" + ], + "options_en": [ + "A. Top played a backhand Cross-court to the opponent's left front court, using a fake action to deceive the opponent, successfully shifting their position and creating a favorable on-court situation for themselves.", + "B. Top executed a forehand kill shot at extremely high speed toward the opponent's right court. Although the high arc deceived the defense, the shot went out due to excessive power, resulting in a lost point.", + "C. Top used a backhand Cross-court to the opponent's right sideline to apply pressure, but due to a delayed shot timing, the ball went into the net, forcing themselves into a continuous passive situation.", + "D. Top attempted a net shot for transition, but the opponent quickly rushed forward for a net kill counterattack, causing them to lose position due to passive defense and concede the point." + ], + "answer": "A", + "question": { + "question_zh": "对于画面顶部球员的最后一次击球,以下哪一个评价最符合该击球的技术特点和场上效果?", + "question_en": "For the last shot by the player at the top of the screen, which of the following evaluations best matches the technical characteristics and on-court effect of the shot?" + } + }, + { + "video_uid": "video_001073", + "duration": 151, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top通过反手挑高球制造假动作后突然改变击球方向,将球过渡到对方左前场区域,意图延长多拍回合争取喘息机会。", + "B. top在右后场突然用反手扑球配合假动作过顶,实际却将球精准分到对手右后场边线位置,试图通过线路变化打击对方空档区域。", + "C. top从自己的右后场正手拦截切吊直线球到对手的左前场区域,试图通过吊球迫使对手起高球,为自己创造进攻机会。", + "D. top在被动情况下采用正手平抽挡技术斜线压制对手后场底线附近,试图限制对手移动空间并挽回劣势局面。" + ], + "options_en": [ + "A. top created a deceptive action with a backhand net lift before abruptly changing the shot direction to transition the ball to the opponent's left front court, intending to prolong the rally for a breather.", + "B. top suddenly used a backhand net kill with a deceptive action to clear the ball, but actually placed it precisely along the sideline to the opponent's right rear court, attempting to exploit gaps through line changes.", + "C. top intercepted a straight drop shot from their own right rear court with a forehand, aiming to force the opponent to lift the ball and create an offensive opportunity.", + "D. top, in a defensive situation, employed a forehand drive to diagonally pressure the opponent near the backcourt baseline, aiming to restrict their movement and recover from a disadvantage." + ], + "answer": "C", + "question": { + "question_zh": "请判断以下哪一个评价最符合画面顶端运动员最后一次击球的情况?", + "question_en": "Please determine which of the following evaluations best describes the situation of the last shot made by the player at the top of the screen." + } + }, + { + "video_uid": "video_001074", + "duration": 138, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左中场移动到右后场,正手拦截滑吊斜线,想要打乱对手节奏,争取场上主动。", + "B. top从中场快速上网至前场执行正手高远球至底线,试图压制对手反手位,减轻自身压力。", + "C. top被动情况下向后场过渡用反手挑后场过顶球,尝试缓解被压制的局面,为下一拍争取时间。", + "D. top用反手假动作骗过对手后突然变直线分球,目的是让对手无法及时回防,从而创造得分机会。" + ], + "options_en": [ + "A. top moved from the left midcourt to the right backcourt, executing a forehand intercepting slice drop shot diagonally, aiming to disrupt the opponent's rhythm and gain initiative on the court.", + "B. top quickly advanced from the midcourt to the frontcourt to execute a forehand clear to the baseline, attempting to pressure the opponent's backhand and relieve their own pressure.", + "C. top, in a passive situation, transitioned to the backcourt with a backhand net lift over the head, trying to alleviate the pressure and buy time for the next shot.", + "D. top used a backhand fake to deceive the opponent before suddenly changing to a straight-line placement shot, with the goal of preventing the opponent from defending in time and creating a scoring opportunity." + ], + "answer": "A", + "question": { + "question_zh": "在画面顶部的球员所进行的最后一次击球中,以下哪个评价最符合实际情况?", + "question_en": "In the last shot made by the player at the top of the screen, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_001075", + "duration": 148, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左后场上网移动到右前场,正手搓放直线网前球,想要通过过渡球来重新组织进攻。", + "B. top横向移动至中场时突然变向击打对角线分球,通过假动作欺骗对手引出空档后直接得分。", + "C. top在被动情况下快速抢网完成正手挑后场过顶,借助球速变化突破对方封网并成功得分。", + "D. top从右后场后撤完成反手高远球过顶防守,试图通过压制对方底线迫使对手回球下网来得分。" + ], + "options_en": [ + "A. top moves from the left rear court to the right front court with a forehand straight net shot, attempting to reorganize the offense with a transition shot.", + "B. top changes direction abruptly during a lateral move to the midcourt and plays a cross-court shot, using a deceptive move to create an opening and score directly.", + "C. top quickly rushes the net in a passive situation and completes a forehand net lift to the rear court overhead, using pace variation to break through the opponent's net block and score successfully.", + "D. top retreats from the right rear court to complete a backhand clear for overhead defense, trying to pressure the opponent's baseline and force a net error to score." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面顶部的球员在片段中的最后一次击球,以下哪一项评价最为恰当?", + "question_en": "For the last shot made by the player at the top of the screen in the clip, which of the following evaluations is most appropriate?" + } + }, + { + "video_uid": "video_001076", + "duration": 150, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从后场上网尝试抢网扑杀,却被对手预判线路并用劈吊压制,导致自身回位不及", + "B. bottom在自己的中场正手拦截并劈杀跳杀,试图直接得分或占据主动,给top造成了一定压力。", + "C. bottom在被动情况下勉强进行高远球防守,意图拖延时间等待对手失误但被直接扣杀处理", + "D. bottom利用反手假动作骗过对手后分球至底线,意图调动对手但未能控制落点造成出界失误" + ], + "options_en": [ + "A. The bottom player moved forward from the backcourt to attempt a net kill, but the opponent anticipated the shot and countered with a drop shot, leaving the bottom player unable to recover in time.", + "B. The bottom player intercepted with a forehand at their midcourt and executed a jump kill, attempting to score directly or gain the initiative, putting some pressure on the top player.", + "C. The bottom player, under pressure, barely managed a defensive clear, intending to buy time for the opponent's mistake but was directly countered with a kill.", + "D. The bottom player used a backhand fake to deceive the opponent and then played a cross-court shot to the baseline, intending to move the opponent but failed to control the placement, resulting in an out error." + ], + "answer": "B", + "question": { + "question_zh": "对于比赛中处于画面底部的选手本次回合最后一次击球,以下哪个评价最贴切?", + "question_en": "For the last shot of the rally by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001077", + "duration": 115, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从右前场突然加速冲刺到右中场位置,正手重扣直线球到对手左前场,身位占据主动但球速过快导致出界,对手轻松防守得分。", + "B. bottom从自己的右前场移动到左中场,转身反手挡斜线球到对手的右前场区域,身位过于被动,球弧线冒高。", + "C. bottom在右前场通过假动作迷惑对手后突然正手抽球过顶到对方右中场,但回球力量不足被对手轻吊压制,导致被迫只能被动回挡。", + "D. bottom快速移动从右前场到左中场,做出正手劈杀假动作后突然变直线分球到边线,但对手抢网轻挑导致回球下网,完全失去防守机会。" + ], + "options_en": [ + "A. The bottom player suddenly accelerates from the right forecourt to the right midcourt position, executes a forehand hard kill straight to the opponent's left forecourt, but the shot is too fast and goes out, allowing the opponent to defend easily and score.", + "B. The bottom player moves from their right forecourt to the left midcourt, turns and plays a backhand block cross-court to the opponent's right forecourt area, but their positioning is too passive, and the shot trajectory is too high.", + "C. The bottom player uses a fake move to deceive the opponent in the right forecourt, then suddenly plays a forehand drive over the opponent's head to the right midcourt, but the shot lacks power and is countered by a light drop shot, forcing a passive block in return.", + "D. The bottom player quickly moves from the right forecourt to the left midcourt, fakes a forehand slice kill, then suddenly changes to a straight push shot to the sideline, but the opponent rushes the net for a light net lift, causing the return to go into the net and completely lose the defensive opportunity." + ], + "answer": "B", + "question": { + "question_zh": "对位于画面底部的球员最后一次击球,以下哪项评价最准确?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is most accurate?" + } + }, + { + "video_uid": "video_001078", + "duration": 130, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom发现对手抢网后迅速从左前场横向移动到右中场,用反手假动作挑后场过顶尝试骗开防守,实际却突然加力挑到左前场底线,意图利用线路变化创造得分机会,但因击球过长导致球出界", + "B. bottom在对手网前压迫时紧急从左前场横向位移至右中场,正手劈杀试图以平快球攻击对方左后场对角,但因击球时机过早被对手半场起跳鱼跃救球成功,此球最终被对手高压扣杀得分", + "C. bottom从自己的右前场移动到左中场,用正手斜线跳杀点杀,将球从自己左中场击向对方右中场区域,力度较大,意图通过主动进攻压制对手,争取得分机会。", + "D. bottom被动中被迫从右中场后退到后场,用反手高远球配合身体停顿误导对手判断,实际将球击向对方右后场边线分球,意图通过节奏变化延缓对手进攻节奏,但落点未能够到预期区域且下网" + ], + "options_en": [ + "A. bottom noticed the opponent rushing the net and quickly moved laterally from the left forecourt to the right midcourt, attempting a deceptive backhand net lift to the deep overclear to mislead the defense, but suddenly added force to lift the ball to the left forecourt baseline, intending to create a scoring opportunity through line variation. However, the shot was too long and went out of bounds.", + "B. bottom, under pressure from the opponent's net play, urgently moved laterally from the left forecourt to the right midcourt, attempting a forehand slice kill with a flat fast shot targeting the opponent's left rear cross-court. However, due to hitting the ball too early, the opponent successfully performed a midcourt diving save, and the point was ultimately scored by the opponent's high-power smash.", + "C. bottom moved from their right forecourt to the left midcourt, executing a forehand cross-court jump kill with a point kill, hitting the ball from their left midcourt to the opponent's right midcourt area with considerable force, aiming to actively attack and pressure the opponent to seize a scoring opportunity.", + "D. bottom was forced to retreat from the right midcourt to the rear court under pressure, using a backhand clear with a body pause to mislead the opponent's judgment, but actually directed the ball to the opponent's right rear sideline for a split shot, aiming to disrupt the opponent's offensive rhythm with tempo variation. However, the landing point failed to reach the intended area and went into the net." + ], + "answer": "C", + "question": { + "question_zh": "请选出对位于画面底部的球员最后一次击球的最恰当评价?", + "question_en": "Please select the most appropriate evaluation of the last shot made by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_001079", + "duration": 137, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top处于被动状态,在自己的右前场以正手推挑斜线过顶球,将球击到对手的左中场,试图通过拉高远球来争取调整时间与空间。", + "B. top迅速上网抢占有利位置后在左前场使用反手劈杀击球至对手右中场底线附近,成功得分并压制了对手的移动空间,属于积极主动的进攻策略。", + "C. top在中场采用左手反手击球同时停顿制造假动作,随后快速抽直线分球至底线附近,但球拍击球点过低直接下网引发争议判罚。", + "D. top以反手上网并假动作欺骗对手后用正手挑后场球到对手右中场,但因弧线过高导致出界,属于被动情况下过度冒险而失去平衡。" + ], + "options_en": [ + "A. Top was in a passive state, using a forehand push cross-court clear in their right frontcourt to hit the ball to the opponent's left midcourt, attempting to gain adjustment time and space by lifting a high clear.", + "B. Top quickly moved forward to seize an advantageous position and used a backhand smash in the left frontcourt to hit the ball near the opponent's right midcourt baseline, successfully scoring and suppressing the opponent's movement space, demonstrating an active offensive strategy.", + "C. Top used a left-handed backhand shot at midcourt with a pause to create a fake action, then quickly drove a straight-line cross-court shot near the baseline, but the low contact point caused the ball to go into the net, leading to a controversial call.", + "D. Top used a backhand to move forward and deceive the opponent with a fake action, then played a forehand net lift to the opponent's right midcourt, but the excessive arc caused the ball to go out, resulting in a loss of balance due to over-risking in a passive situation." + ], + "answer": "A", + "question": { + "question_zh": "请根据画面顶部球员的最后一次击球动作,选出最恰当的评价。", + "question_en": "Please select the most appropriate evaluation based on the last hitting action of the player at the top of the screen." + } + }, + { + "video_uid": "video_001080", + "duration": 151, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在左前场反手抽球分球,企图用假动作骗出对手的回放斜线防守,导致bottom被迫平抽过渡", + "B. top在右后场正手拦截跳杀重杀,想要直接得分,迫使bottom被动反手推挑直线过渡。", + "C. top通过网前反手挑后场直线分球配合假动作欺骗,迫使bottom被迫侧身反手过渡回放斜线防守", + "D. top在中场使用过顶劈杀企图压制,但回球下网直接失误,bottom得以抢网调动得分" + ], + "options_en": [ + "A. The top player used a backhand drive to split the shot from the left front court, attempting to deceive with a fake action to draw out the opponent's diagonal defensive net shot, forcing the bottom player into a flat drive transition.", + "B. The top player intercepted with a forehand jump kill from the right rear court, attempting to score directly and forced the bottom player into a passive backhand push lift in a straight line as a transition.", + "C. The top player employed a backhand net lift to the rear court in a straight line combined with a fake action to deceive, forcing the bottom player into a sideways backhand transition and a diagonal defensive net shot.", + "D. The top player attempted to suppress with an overhead slice kill from the midcourt, but the return went into the net for a direct error, allowing the bottom player to rush the net and score by maneuvering." + ], + "answer": "B", + "question": { + "question_zh": "在羽毛球单打比赛中,对画面中上方球员最后一次击球进行技术评价,以下选项中最准确的是?", + "question_en": "In a badminton singles match, which of the following options most accurately evaluates the technical execution of the last shot by the top player in the image?" + } + }, + { + "video_uid": "video_001081", + "duration": 138, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下使用反手分球技术将球打向左中场边线附近,并尝试假动作骗过对手,但因击球点过低造成球直接下网。", + "B. bottom通过正手平抽直线快速将球推进到对方右中场,意图抢网压制对手回球角度,但top及时移动完成了高质量的扑杀防守。", + "C. bottom从自己的左中场进行反手抽高球,球过顶且为斜线方向,直奔对方右后场,想要通过高球迫使top后退,为自己争取调整机会。", + "D. bottom采用正手扣杀动作将球以直线方式重击到对方右中场,意图通过强力攻击直接得分,但因力量过大导致球出界。" + ], + "options_en": [ + "A. The bottom player, in a passive situation, employs a backhand cross-court technique to place the ball near the left midcourt sideline while attempting a deceptive move to fool the opponent, but the low contact point results in the ball going directly into the net.", + "B. The bottom player quickly pushes the ball straight to the opponent's right midcourt with a forehand drive, aiming to rush the net and limit the opponent's return angle, but the top player moves promptly to execute a high-quality net kill defense.", + "C. The bottom player executes a backhand drive from their left midcourt, sending the ball over the top in a cross-court direction toward the opponent's right backcourt, aiming to force the top player to retreat and gain time for adjustment.", + "D. The bottom player uses a forehand kill to smash the ball straight to the opponent's right midcourt, intending to score directly with a powerful attack, but the excessive force causes the ball to go out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "对于位于画面bottom球员的最后一次击球,以下哪项评价最符合该击球动作的特点和意图?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best describes the characteristics and intent of the shot?" + } + }, + { + "video_uid": "video_001082", + "duration": 125, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从左中场移动到右中场,正手被动抽高直线球到对手的左后场区域,想要争取调整时间,但效果一般。", + "B. bottom被动状态下突然抢网扑杀对角,通过快速交叉步调整站位后击球,但对手提前预判完成高质量拦截。", + "C. bottom利用反手做低平抽球的假动作后突然压后场对角线过顶球,成功骗过对手防守但导致球轻微出界。", + "D. bottom快速上网使用正手假分球动作欺骗对手重心后再变直线,但因球速过快直接下网失去得分机会。" + ], + "options_en": [ + "A. The bottom player moves from the left midcourt to the right midcourt, playing a forehand passive drive straight clear to the opponent's left rear court area, attempting to buy adjustment time but with mediocre results.", + "B. The bottom player suddenly rushes the net for a diagonal net kill in a passive state, adjusting stance with quick crossover steps before hitting, but the opponent anticipates early and completes a high-quality interception.", + "C. The bottom player uses a backhand low drive fake followed by a sudden cross-court deep clear to the rear court, successfully deceiving the opponent's defense but causing the shuttle to slightly go out.", + "D. The bottom player quickly moves forward to the net with a forehand fake cross-court shot to mislead the opponent's balance before changing to a straight shot, but the shuttle fails to clear the net due to excessive speed, losing the scoring opportunity." + ], + "answer": "A", + "question": { + "question_zh": "对于片段中位于画面底部的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot of the player at the bottom of the screen in the clip, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_001083", + "duration": 185, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom被迫在中场被动下压时用反手将球击出过顶高远球,使其弧度高飞过对手头顶直坠对方右底线,试图直接得分同时迫使对手退回后场进行防守。", + "B. bottom从右后场快速上网后以反手进行分球到对手的右中场,借以改变场上节奏,诱使对手被迫回到中场区域,同时为后续回防调整自身站位并控制边线。", + "C. bottom从自己的左前场移动到右中场,正手拦截并作出过渡性击球,收吊直线到对手的左前场,意图迫使对手上网,为自己创造进攻机会。", + "D. bottom在左中场通过假动作假装正手扣杀,随后突然变线用反手抽击至对手的正手位中场,意图迷惑对手并为自己创造连续压制网前的机会,随后立即启动封网。" + ], + "options_en": [ + "A. The bottom player, forced into a passive position at the midcourt, uses a backhand to hit a high clear over the opponent's head, making the ball fly high and land near the opponent's right baseline, attempting to score directly while forcing the opponent to retreat to the backcourt for defense.", + "B. The bottom player quickly moves forward from the right backcourt and uses a backhand to play a cross-court shot to the opponent's right midcourt, aiming to change the pace of the game, lure the opponent back to the midcourt area, while adjusting their own positioning for defense and controlling the sideline.", + "C. The bottom player moves from their left forecourt to the right midcourt, intercepts with a forehand and makes a transitional shot, executing a straight drop shot to the opponent's left forecourt, aiming to force the opponent to move forward and create an offensive opportunity for themselves.", + "D. The bottom player uses a fake action in the left midcourt pretending to perform a forehand kill, then suddenly changes direction with a backhand drive to the opponent's forehand midcourt, intending to confuse the opponent and create an opportunity for continuous net pressure, followed by an immediate net kill." + ], + "answer": "C", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面底部的球员最后一次击球,下列哪个评价既符合运动员移动轨迹,又准确描述击球意图及其战术目标?", + "question_en": "In a badminton singles match, regarding the last shot made by the player at the bottom of the screen, which of the following evaluations aligns with the player's movement trajectory and accurately describes the intention of the shot and its tactical objective?" + } + }, + { + "video_uid": "video_001084", + "duration": 155, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom快速上网至右前场,做出假动作后过顶扣杀,但球直接出界。", + "B. bottom在底线处果断正手直线扣杀,成功抢网得分压制全场。", + "C. bottom从自己的右后场上网至左前场,反手被动挡网,球速很慢,给对手进攻机会。", + "D. bottom在左中场正手分球到对方中场左侧,意图压制对手并造成其失误。" + ], + "options_en": [ + "A. bottom quickly moves to the right frontcourt, performs a deceptive action followed by an overhead kill, but the shuttle goes directly out.", + "B. bottom decisively performs a forehand straight kill from the baseline, successfully net kills to score and dominates the game.", + "C. bottom moves from their right backcourt to the left frontcourt, performs a backhand passive block, the shuttle speed is slow, giving the opponent an attacking opportunity.", + "D. bottom performs a forehand cross-court shot from the left midcourt to the opponent's left midcourt, aiming to pressure the opponent and cause their mistake." + ], + "answer": "C", + "question": { + "question_zh": "关于位于画面底部区域的球员最后一次击球行为,以下哪项评价最符合击球动作特点?", + "question_en": "Regarding the last hitting action of the player in the bottom area of the screen, which of the following evaluations best matches the characteristics of the hitting action?" + } + }, + { + "video_uid": "video_001085", + "duration": 170, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom通过正手快速抢网后,采用斜线假动作欺骗对手,实际以劈吊直线下压球攻击top的薄弱区域,但因线路过直被对手即时反击得分,未能有效实现战术目标。", + "B. bottom在被动状态下采用控网策略,用反手抽击将球打向top的中场位置,但力量控制不足导致球下网直接丢分,同时暴露了其在高压局面下的应变能力不足。", + "C. bottom在后场使用反手假动作引开top的注意,随后突然用高远球过顶到中场区域,因发力过猛导致球出界,错失得分机会,与此同时还破坏了原有的战术节奏。", + "D. bottom从自己的右前场正手进行被动击出直线推挑球到top的左中场区域,试图通过推挑球拉开距离,争取调整时间或控制局面,取得了一定效果。" + ], + "options_en": [ + "A. The bottom player quickly rushed the net with a forehand, then employed a cross-court fake to deceive the opponent, but actually attacked the top player's weak area with a straight smash, yet the overly direct trajectory allowed the opponent to counterattack immediately, failing to achieve the tactical goal effectively.", + "B. The bottom player adopted a net control strategy in a passive state, using a backhand drive to send the shuttle to the top player's midcourt position, but insufficient power control caused the shuttle to hit the net and lose the point directly, also exposing their lack of adaptability under high-pressure situations.", + "C. The bottom player used a backhand fake at the rear court to divert the top player's attention, then suddenly played a clear over the head to the midcourt area, but due to excessive force, the shuttle went out, missing the scoring opportunity and disrupting the original tactical rhythm.", + "D. The bottom player passively executed a straight push shot from their right forecourt to the top player's left midcourt area, attempting to create distance and gain adjustment time or control the situation, achieving some effect." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,针对画面底部球员完成的最后一击,以下哪个评价最符合其战术意图和效果?", + "question_en": "In a badminton singles match, regarding the last shot executed by the player at the bottom of the screen, which of the following evaluations best aligns with their tactical intent and outcome?" + } + }, + { + "video_uid": "video_001086", + "duration": 128, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动状态下以反手击出直线高远球到对手中场区域,意图稳定防守节奏却被对手接杀得分,属于战术失误。", + "B. bottom借力打出一记过顶高压球试图压制对手反手位,却因发力过度让球下网,完全打乱了原有的进攻部署。", + "C. bottom用正手大力击出右侧底线附近的分球试图调动对手,可惜球速过快导致出界,完全失去了进攻机会。", + "D. bottom从自己的右中场正手防守击出斜线勾球到对手的中前场区域,想要改变球路以创造进攻机会,但效果一般。" + ], + "options_en": [ + "A. The bottom player, in a passive state, hit a backhand straight clear to the opponent's midcourt area, intending to stabilize the defensive rhythm but was countered by the opponent's kill, resulting in a tactical error.", + "B. The bottom player leveraged the momentum to hit an overhead smash, trying to pressure the opponent's backhand side, but overexertion caused the ball to go into the net, completely disrupting the original offensive plan.", + "C. The bottom player used a powerful forehand to hit a cross-court shot near the right baseline, attempting to move the opponent, but the excessive speed caused the ball to go out, completely losing the offensive opportunity.", + "D. The bottom player defended with a forehand cross-court drop shot from their right midcourt to the opponent's mid-frontcourt area, attempting to change the ball's trajectory to create an offensive opportunity, but the effect was average." + ], + "answer": "D", + "question": { + "question_zh": "在画面底部的选手最后一次击球的评价,以下哪个选项最为准确?", + "question_en": "What is the most accurate evaluation of the last shot made by the player at the bottom of the screen?" + } + }, + { + "video_uid": "video_001087", + "duration": 90, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动情况下选择中场过渡球,通过轻搓直线试图减轻防守压力延缓局势", + "B. top从自己的中场以反手拦截的方式进行快杀直线,想要抓住机会进攻得分", + "C. top在对方后场上网后进行大范围分球,试图调动对手分散其防守注意力", + "D. top利用假动作骗对手后突然高球过顶,意图通过变化节奏强行得分" + ], + "options_en": [ + "A. Top chose a midcourt transition shot in a passive situation, attempting to reduce defensive pressure and delay the situation with a gentle straight net shot.", + "B. Top performed a fast straight kill with a backhand interception from their midcourt, aiming to seize the opportunity to score.", + "C. Top executed a wide cross-court shot after moving to the opponent's rear court, attempting to distract the opponent and disperse their defensive focus.", + "D. Top used a deceptive move to trick the opponent and suddenly played a high clear over the opponent's head, intending to force a score by changing the rhythm." + ], + "answer": "B", + "question": { + "question_zh": "请根据最后一次击球情况,选择对画面顶部球员击球动作的最恰当评价", + "question_en": "Please select the most appropriate evaluation of the hitting action of the player at the top of the screen based on the last hit situation." + } + }, + { + "video_uid": "video_001088", + "duration": 148, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在被动情况下突然启动上网抢网,用正手挑后场过顶球压制对手中后场区域,并试图通过球的高弧度形成牵制性战术布局。", + "B. top上网后使用反手假动作骗开对手重心,突然以正手劈对角分球至对手左后场边线,目的是通过精准的分球迫使对手横向移动并创造网前空档。", + "C. top尝试从中场进行正手抽对角分球,但由于击球点过晚导致球拍触网落下界,这个失误破环了预设的压制节奏并直接导致失分", + "D. top在自己的中前场,以正手斜线推挑的方式,打出一记过顶球到对手的右中场区域。此时top处于被动局面,通过这记过渡球,试图拉开距离为自己争取调整时间。" + ], + "options_en": [ + "A. In a passive situation, Top suddenly accelerates forward to intercept the shuttle at the net, using a forehand net lift to pressure the opponent's mid-backcourt area with a high clear, attempting to form a tactical containment with the shuttle's high trajectory.", + "B. After moving forward, Top uses a backhand fake to deceive the opponent's balance and suddenly executes a forehand diagonal slice to place the shuttle near the opponent's left backcourt sideline. The aim is to force the opponent to move laterally and create an opening at the net.", + "C. Top attempts a forehand diagonal drive from the mid-court, but due to a late contact point, the racket touches the net and the shuttle falls out of bounds. This mistake disrupts the intended pressure rhythm and directly results in losing the point.", + "D. Top is in their own mid-front court and executes a forehand cross-court push shot, delivering a clear to the opponent's right mid-court area. At this moment, Top is in a passive situation and attempts to create distance with this transitional shot to buy time for adjustment." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,对于画面中位于顶部的球员所执行的最后一次击球,以下哪项评价最为准确?", + "question_en": "In a badminton singles match, which of the following evaluations is most accurate for the last shot executed by the player at the top of the screen?" + } + }, + { + "video_uid": "video_001089", + "duration": 149, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom正手拦截,以劈杀跳杀斜线将球击到对方右中场,试图给top施压占据主动。", + "B. bottom反手抽击以过顶高远球将球打向对方右后场,意图通过力量压制迫使top回球失误,但球略高出边界险些出界。", + "C. bottom在被动情况下选择反手平抽回球至对方中场,试图通过速度弥补位置劣势,但球速偏慢且未能过网直接失误", + "D. bottom用反手假动作骗过top后突然正手分球到对方左侧边线,试图迫使对方跑动失误并为自己创造抢网机会,但球因角度过大导致下网" + ], + "options_en": [ + "A. The bottom player intercepts with a forehand, using a sliced jump kill to hit the shuttle diagonally to the opponent's right midcourt, attempting to pressure the top player and seize the initiative.", + "B. The bottom player backhand drives with an overhead clear to the opponent's right backcourt, intending to force a return error by power suppression, but the shuttle narrowly goes over the boundary line and almost goes out.", + "C. The bottom player chooses a backhand flat drive return to the opponent's midcourt in a passive situation, trying to compensate for positional disadvantage with speed, but the shuttle is too slow and fails to clear the net, resulting in a direct error.", + "D. The bottom player uses a backhand fake to deceive the top player, then suddenly forehand pushes the shuttle to the opponent's left sideline, attempting to force a movement error and create a net kill opportunity for themselves, but the shuttle fails to clear the net due to an excessive angle." + ], + "answer": "A", + "question": { + "question_zh": "对于位于画面底部的球员的最后一次击球,以下哪一个评价最为恰当?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_001090", + "duration": 108, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在中场停滞许久后突然假动作上网,使用头顶劈吊企图骗过对手却因角度不足被直接拦截,反而让对方获得主动权。", + "B. bottom从右前场横向移动到左中场,用正手抽击直线球进行抢网压制,成功压制对手落点但对方提前预判直接扑杀得分", + "C. bottom从右后场上网至中场区域,采用正手高远球分球到对手右侧底线,试图通过过顶压制反而因力量过大导致球出界失误。", + "D. bottom从左中场移动到右前场,反手以斜线方式进行推球,想要通过过渡来摆脱被动,不过未能有效压制对手,给自己创造更好的机会。" + ], + "options_en": [ + "A. The bottom player paused in the midcourt for a long time before suddenly using a deceptive move to rush the net, attempting a overhead drop shot to trick the opponent but failed due to insufficient angle, leading to an interception and giving the opponent the initiative.", + "B. The bottom player moved laterally from the right forecourt to the left midcourt, executing a forehand drive straight to pressure the net, successfully suppressing the opponent's landing point but the opponent anticipated early and scored directly with a net kill.", + "C. The bottom player advanced from the right rear court to the midcourt area, using a forehand clear to distribute the shuttle to the opponent's right baseline, attempting to suppress with an overhead shot but overhit, resulting in an out error.", + "D. The bottom player moved from the left midcourt to the right forecourt, executing a backhand push shot diagonally in an attempt to transition out of a passive position, but failed to effectively pressure the opponent and create a better opportunity for themselves." + ], + "answer": "D", + "question": { + "question_zh": "在羽毛球单打比赛中,针对位于画面底部区域的球员最后一次击球,以下哪个评价最符合实际情况?", + "question_en": "In a badminton singles match, regarding the last shot made by the player in the bottom area of the screen, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_001091", + "duration": 172, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在己方右侧场区使用正手进行主动过渡击出高远球至对手中后场区域,试图为自己争取时间调整站位,却因力度控制失误导致球出底线失去得分机会。", + "B. top在后场被动情况下试图通过强力抢网过顶高球压制对手中场,在快速移动中打出直线球,但因判断失误导致球出界,丧失得分良机。", + "C. top假装进行反手下压球后突然改变击球方向,用正手网前小球以弧线分球到对手左后场边线区域,试图通过欺骗性动作偷袭对手,但球速过慢被对手拦截。", + "D. top从自己的左前场反手进行被动防守搓放网前球,以直线球到对手的右前场区域,意图迫使bottom上网,从而为自己创造进攻机会。" + ], + "options_en": [ + "A. Top used a forehand active transition to hit a clear to the opponent's mid-backcourt area from his right side, trying to buy time to adjust his position, but lost the scoring opportunity due to a power control error that sent the ball out of the baseline.", + "B. Top attempted a powerful net rush over-the-head clear to pressure the opponent's midcourt in a passive backcourt situation, hitting a straight shot during rapid movement, but misjudgment caused the ball to go out of bounds, losing a scoring chance.", + "C. Top pretended to execute a backhand smash but suddenly changed the shot direction, using a forehand net drop shot with a cross-court arc to the opponent's left backcourt sideline area, attempting to deceive the opponent with a trick shot, but the slow ball speed allowed the opponent to intercept.", + "D. Top made a passive defensive backhand net shot from his left frontcourt, sending a straight shot to the opponent's right frontcourt area, intending to force Bottom to move forward and create an offensive opportunity for himself." + ], + "answer": "D", + "question": { + "question_zh": "请根据画面top球员最后一次击球的情况,选择最恰当的评价:", + "question_en": "According to the last shot of the top player in the video, choose the most appropriate evaluation:" + } + }, + { + "video_uid": "video_001092", + "duration": 100, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top在后场实施正手分球到对手右后场边线位置,同时通过过顶球迫使对方需要移动接杀而陷入被动状态", + "B. top上网时在中场使用反手击球并带有停顿,试图骗对手移动至右侧再变直线球,但导致自身位置暴露", + "C. top在中场正手推斜线球,试图将球打到对手的左前场,以便占据有利位置为后续进攻做准备。", + "D. top在被动时尝试过渡性挑后场球但失误出界,未能有效控制比赛节奏反而送给对手关键得分机会" + ], + "options_en": [ + "A. Top executed a forehand cross-court shot from the rear court to the opponent's right backcourt sideline, while using a clear to force the opponent into a passive state by requiring them to move and defend against a kill.", + "B. Top used a backhand shot with a pause while moving forward to the net in the midcourt, trying to deceive the opponent into moving to the right before changing to a straight shot, but ended up exposing their own position.", + "C. Top played a forehand push shot diagonally from the midcourt, attempting to place the shuttlecock at the opponent's left frontcourt to secure an advantageous position for subsequent attacks.", + "D. Top attempted a defensive net lift to the rear court when under pressure but made an error by hitting it out, failing to control the game tempo and instead giving the opponent a crucial scoring opportunity." + ], + "answer": "C", + "question": { + "question_zh": "对于画面中位于上方的球员最后一次击球的行为,以下哪一项评述最准确?", + "question_en": "Regarding the last shot made by the top player in the footage, which of the following comments is the most accurate?" + } + }, + { + "video_uid": "video_001093", + "duration": 159, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom在被动情况下利用反手假动作欺骗对手后,突然以过顶高远球将球击向对方右后场,虽意图主动分球却因力度过大出界,直接导致失分。", + "B. bottom从己方右前场反手停顿劈对角至对方左前场,企图以分球战术拉开防守距离,但未能有效撕开对手防线,导致对手迅速反应并反手反击得分。", + "C. bottom从自己的左前场反手停顿推直线到对方的右前场,意图过渡摆脱被动局面,但未能拉开与对手的距离,使对手得以轻松上网控网。", + "D. bottom反手停顿挑后场对角线到对方左后场,意图通过控球抢网制胜,但被对手快速移动过顶压制,最终因控球失误下网而丢分。" + ], + "options_en": [ + "A. The bottom player, in a passive situation, used a backhand fake to deceive the opponent before suddenly hitting a high clear to the opponent's right backcourt. Although the intent was to actively split the court, the shot went out due to excessive power, directly resulting in a lost point.", + "B. The bottom player executed a backhand cross-court drop shot with a pause from their right frontcourt to the opponent's left frontcourt, attempting to widen the defensive gap with a split shot tactic. However, they failed to effectively break through the opponent's defense, leading to a quick reaction and a backhand counterattack that scored.", + "C. The bottom player used a backhand push shot with a pause from their left frontcourt straight to the opponent's right frontcourt, intending to transition out of a passive situation. However, they failed to create enough distance from the opponent, allowing them to easily move forward and control the net.", + "D. The bottom player used a backhand pause lift to the opponent's left backcourt diagonally, aiming to control the rally and win with a net kill. However, the opponent quickly moved to cover the high clear and pressured them, leading to a net error and a lost point." + ], + "answer": "C", + "question": { + "question_zh": "对于片段位于画面bottom的球员的最后一次击球,哪一个评价最能准确反映其击球效果和战术意图?", + "question_en": "For the last shot of the player positioned at the bottom of the frame, which evaluation best reflects the shot's effect and tactical intent?" + } + }, + { + "video_uid": "video_001094", + "duration": 141, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从中场向边线移动时突然改变动作轨迹做假动作,正手挑出弧线过顶球至对手右后场,配合手腕停顿迷惑对手判断,最终通过变速击球创造网前空档机会", + "B. bottom从中右后场上网到右前场,正手被动击球,推挑出直线过顶球到对手的左后场区域,想要拉开对手,为自己争取调整时间", + "C. bottom从右前场横向位移到中场区域,用反手击打出大角度分球至对手右后场边界,意图通过过顶高远球压制对手的网前视线,同时迫使对手回球失误", + "D. bottom在中后场被迫进行快速抢网,采用反手抽击斜线高远球至对手左后场角落,企图通过突然变线调动对手并限制回球角度,随即冲至网前准备压制得分" + ], + "options_en": [ + "A. The bottom player suddenly alters movement trajectory with a feint while moving from the mid-court to the sideline, executes a forehand net lift clear with arc to the opponent's right rear court, combines wrist hesitation to confuse judgment, and ultimately creates a net gap opportunity through tempo variation.", + "B. The bottom player moves from the mid-right rear court to the right front court, executes a forehand passive shot with a straight net lift clear to the opponent's left rear court area, aiming to stretch the opponent and buy time for self-adjustment.", + "C. The bottom player shifts laterally from the right front court to the mid-court area, plays a backhand wide-angle cross-court shot to the opponent's right rear court boundary, intending to suppress the opponent's net vision with an overhead clear while forcing a return error.", + "D. The bottom player is forced to quickly rush the net from the mid-rear court, delivers a backhand drive cross-court clear to the opponent's left rear corner, attempting to disrupt the opponent with sudden directional change and limit return angles, then charges forward to the net for a scoring opportunity." + ], + "answer": "B", + "question": { + "question_zh": "对于片段位于画面bottom的球员的最后一次击球,哪一个评价最为恰当?", + "question_en": "For the last shot of the player positioned at the bottom of the screen, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_001095", + "duration": 160, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左后场移动到右中场区域,反手抽击直线球到对手右远角,试图通过压迫对手底线争取场内主动权,为后续扣杀创造角度。", + "B. top从右前场移动到左前场,正手将球推挑过顶斜线从自己的左前场到对手的左中场,试图拉开与对手的距离,为后续进攻做准备。", + "C. top以正手假动作迷惑对手后快速跨步突击杀高远球,试图通过突然发力打乱对手站位节奏,迫使对方退场争取网前主动权。", + "D. top因处于被动后场,用反手挑后场弱侧大对角进行防守性过渡,意图短暂缓解被压制的状态,为后续救球争取反应时间。" + ], + "options_en": [ + "A. The top player moves from the left rear court to the right midcourt area, using a backhand drive to hit a straight shot to the opponent's far right corner, attempting to pressure the baseline and gain court control to create an angle for a subsequent kill.", + "B. The top player moves from the right forecourt to the left forecourt, using a forehand push shot to send the ball high and cross-court from their left forecourt to the opponent's left midcourt, attempting to create distance and prepare for a follow-up attack.", + "C. The top player uses a forehand fake to deceive the opponent, then quickly steps forward for a sudden kill shot (clear), attempting to disrupt the opponent's positioning rhythm with abrupt power and force them back to gain net control.", + "D. The top player, being in a defensive position at the rear court, uses a backhand net lift to send the ball deep and cross-court to the opponent's weak side, aiming for a defensive transition to temporarily relieve pressure and buy reaction time for the next shot." + ], + "answer": "B", + "question": { + "question_zh": "在画面顶部的球员的最后一次击球中,以下哪一项最准确地描述了其击球动作和意图?", + "question_en": "In the last shot of the player at the top of the screen, which of the following most accurately describes their hitting action and intention?" + } + }, + { + "video_uid": "video_001096", + "duration": 143, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从自己的右前场通过反手击球将球推挑到对手的右后场区域,试图拉开空间,为后续进攻创造机会。", + "B. top连续后退至中场突击时突然改变方向,用正手扑对角试图压制对手左后场区域,但因力量不足被直接拦截。", + "C. top在被动情况下反手挑后场时突然上网试图抢网,利用假动作骗过对手后直接放小球到中场空档但下网。", + "D. top在网前突然停顿并做出正手抽杀假动作后快速分球至对手右后场边线,但因过顶过高导致球出界。" + ], + "options_en": [ + "A. top pushed the ball with a backhand from their own right forecourt to the opponent's right backcourt area, attempting to create space and set up opportunities for follow-up attacks.", + "B. top retreated continuously to the midcourt for a sudden attack but abruptly changed direction, attempting to press the opponent's left backcourt area with a forehand net kill diagonally, but the shot was intercepted due to insufficient power.", + "C. top attempted to rush the net in a defensive situation while backhand lifting to the backcourt, using a fake to deceive the opponent before directly playing a drop shot to the midcourt gap but netted the ball.", + "D. top suddenly paused at the net and made a forehand drive fake, then quickly split the ball to the opponent's right backcourt sideline, but the ball went out due to an excessively high clear." + ], + "answer": "A", + "question": { + "question_zh": "对于片段中位于画面顶部球员的最后一次击球动作,以下哪项评价最符合其实际表现?", + "question_en": "For the last hitting action of the player at the top of the screen in the clip, which of the following evaluations best matches their actual performance?" + } + }, + { + "video_uid": "video_001097", + "duration": 135, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top从左后场横向跨步至右前场,用反手击球制造假动作骗过对手,随后突然将球劈对角至对手左前场。尽管意图主动衔接进攻,但力量控制失误导致球速过快下网失误。", + "B. top从右后场快速移动至左前场,采用正手击球方式,放了一记直线网前球到对手的右前场。此时top处于被动局面,想通过这一球过渡,可惜未能很好地摆脱被动状态。", + "C. top在被动回合中快速上网抢网,以反手挑后场高压球的方式试图压制对手。虽然球的落点正中对手后场区域,却因过顶球弧线过高被对手轻盈挑回,未能达成长久压制。", + "D. top在左侧后场完成抢网后迅速分球至右侧深区边线,采用正手抽击形成强烈下压。此球意图压制对手造成失误,但对手反应迅速将球精准扣杀回场,导致top陷入更被动局面" + ], + "options_en": [ + "A. Top made a lateral stride from the left backcourt to the right frontcourt, using a backhand shot to create a fake action that deceived the opponent, then suddenly sliced the ball cross-court to the opponent's left frontcourt. Although the intention was to actively follow up with an attack, a miscalculation in power control resulted in the ball being too fast and going into the net.", + "B. Top quickly moved from the right backcourt to the left frontcourt, using a forehand shot to play a straight net shot to the opponent's right frontcourt. At this moment, Top was in a passive situation and attempted to transition with this shot, but unfortunately failed to break free from the passive state.", + "C. Top quickly rushed to the net in a passive rally, attempting to pressure the opponent with a backhand net lift to the deep backcourt. Although the ball landed precisely in the opponent's backcourt area, the excessively high arc of the clear allowed the opponent to lightly lift it back, failing to achieve prolonged pressure.", + "D. Top completed a net rush in the left backcourt and swiftly split the shot to the right deep sideline, using a forehand drive to create a strong downward pressure. This shot aimed to pressure the opponent into making a mistake, but the opponent reacted quickly and accurately smashed the ball back, putting Top in an even more passive situation." + ], + "answer": "B", + "question": { + "question_zh": "对于画面顶部的选手在最后一次击球时的表现,以下哪项评价最为准确?", + "question_en": "For the performance of the player at the top of the screen during the last shot, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_001098", + "duration": 79, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom被动情况下勉强正手过顶高球轰击top后场底线,试图用强力进攻压制对方,结果球速过快直接下网造成失误。", + "B. bottom在中后场反手分球至top大角度边线区域,试图用大范围调动延缓对手移动速度,但因线路过开导致对手提前预判到位防守成功。", + "C. bottom从自己的中前场正手停顿推直线追身球到top的中场区域,意图通过追身球打乱对方节奏,为自己创造进攻机会,取得了不错的效果。", + "D. bottom在底线处被动挑后场过渡球时突然改变击球方向,假意中场扑杀实则放网前小球,可惜网前球弧线过低直接出界未能得分。" + ], + "options_en": [ + "A. The bottom player, in a passive situation, barely managed a forehand overhead clear to the top player's backcourt baseline, attempting to suppress the opponent with a powerful attack, but the excessive speed caused the shot to go directly into the net, resulting in a mistake.", + "B. The bottom player, from the mid-back backhand, played a cross-court shot to the top player's wide sideline area, attempting to slow down the opponent's movement with a wide-range mobilization, but the overly wide trajectory allowed the opponent to anticipate and defend successfully.", + "C. The bottom player, from their own mid-front forehand, paused and pushed a straight-line body shot to the top player's midcourt area, intending to disrupt the opponent's rhythm with a body shot and create an offensive opportunity for themselves, achieving a good effect.", + "D. The bottom player, while passively lifting a backcourt transition shot from the baseline, suddenly changed the hitting direction, pretending to smash midcourt but actually playing a net shot. Unfortunately, the net shot's trajectory was too low and went directly out of bounds, failing to score." + ], + "answer": "C", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪个评价最符合其实际击球动作和战术意图?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations best matches the actual hitting action and tactical intention?" + } + }, + { + "video_uid": "video_001099", + "duration": 101, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. top上网后横向移动击出反手分球到对角边线位置,本想限制对手抢网路线,但球速过快直接出界导致本方失分", + "B. top在中场反手抽斜线到对方中前场过渡,想要为自己争取调整时间,但未能很好地限制对手,给了对手连贯进攻的机会。", + "C. top尝试用正手上手抽直线将球击向对方后场底线,意图直接压制对手站位,但击球力量稍小导致落点被精准拦截,反而暴露空档。", + "D. top通过假动作配合反手过顶劈杀试图骗取对手移动,但实际球速过慢被对手原地起跳拦截,造成自身被迫退至中场防守。" + ], + "options_en": [ + "A. top moved forward to the net and laterally played a backhand cross-court shot to the diagonal sideline, intending to restrict the opponent's net rush route, but the shot was too fast and went out directly, leading to a lost point.", + "B. top played a backhand drive cross-court from the midcourt to the opponent's mid-frontcourt as a transition, attempting to buy time for self-adjustment, but failed to effectively restrict the opponent, giving them a chance for continuous offense.", + "C. top attempted a forehand overhead drive straight to the opponent's backcourt baseline, aiming to directly suppress their positioning, but the shot lacked power, resulting in a precise interception and exposing a gap.", + "D. top used a fake motion combined with a backhand overhead slice kill to deceive the opponent's movement, but the actual shot was too slow, allowing the opponent to intercept it with a standing jump, forcing top to retreat to midcourt defense." + ], + "answer": "B", + "question": { + "question_zh": "对于画面顶部球员执行的最后一次击球,以下哪项评述最合理?", + "question_en": "Regarding the last shot executed by the player at the top of the screen, which of the following comments is the most reasonable?" + } + }, + { + "video_uid": "video_001100", + "duration": 154, + "spatial": "cognition", + "temporal": "hitting comment", + "options_zh": [ + "A. bottom从底线快速上网抢网,在移动中用反手完成劈吊对角,球精准落在对手右前场边线附近形成分球,尽管落点精妙但被对手扑救,这本是一次主动进攻尝试而非被动防守,展现了预判与机动性的优势。", + "B. bottom在网前突然以假动作欺骗对手后突然撤拍放网前小球,意图通过轻量分球打乱对手站位,却因拍面角度失误球下网,这种意图进攻却因控制失准的抉择,暴露了关键分处理不够细腻的问题。", + "C. bottom在右中场突然后撤至后场完成跨步抽击,用正手将球过顶轰向对手后场,意图通过暴力攻击压制对方反手位,但球速过快导致出界,展现了力量优先的冒险选择,与底线争夺的策略相悖且未能控制角度。", + "D. bottom处于左中场位置,反手采用勾球方式,打出一记斜线球,球飞到对手的左前场区域。他这一球意在调动对手,改变场上节奏,为后续对抗创造机会,击球质量相当不错,在被动/过渡的情况下完成了这次高质量击球。" + ], + "options_en": [ + "A. The bottom player quickly moves from the baseline to the net for a net kill, executing a backhand slice drop shot diagonally while in motion. The ball lands precisely near the opponent's right frontcourt sideline, creating a Cross-court. Despite the excellent placement, it is saved by the opponent. This was an active offensive attempt rather than passive defense, showcasing the advantages of anticipation and mobility.", + "B. The bottom player at the net suddenly uses a fake motion to deceive the opponent before withdrawing the racket for a net shot. The intention is to disrupt the opponent's positioning with a light Cross-court, but a misaligned racket angle results in the ball failing to clear the net. This decision to attack but lose control exposes a lack of finesse in handling critical points.", + "C. The bottom player suddenly retreats from the right midcourt to the rear court and completes a stride drive, using a forehand to smash the ball over the opponent's head toward the backcourt. The intention is to suppress the opponent's backhand with a powerful attack, but the excessive speed causes the ball to go out. This reflects a high-risk, power-first approach that contradicts the baseline strategy and fails to control the angle.", + "D. The bottom player is positioned at the left midcourt and uses a backhand Cross-court to hit a diagonal shot, sending the ball to the opponent's left frontcourt area. This shot aims to disrupt the opponent and change the pace of the game, creating opportunities for subsequent rallies. The shot quality is excellent, as it was executed under a passive/transition situation." + ], + "answer": "D", + "question": { + "question_zh": "对于画面底部球员的最后一次击球,以下哪项评价最为贴切?", + "question_en": "For the last shot by the player at the bottom of the screen, which of the following evaluations is the most accurate?" + } + } +] diff --git a/finebadmintonbenchmark/benchmark_hitting_localization_new.json b/finebadmintonbenchmark/benchmark_hitting_localization_new.json new file mode 100644 index 0000000000000000000000000000000000000000..4909f3744f77e1ef7ae006e2f0ff966718ec632c --- /dev/null +++ b/finebadmintonbenchmark/benchmark_hitting_localization_new.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_001101", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001102", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the top most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001103", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001104", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001105", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. mid back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 中后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001106", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001107", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001108", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001109", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001110", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001111", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001112", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001113", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001114", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001115", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001116", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001117", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001118", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001119", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. mid back court", + "B. right front court", + "C. left front court", + "D. mid front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 右前场", + "C. 左前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001120", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the top most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001121", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001122", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001123", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001124", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001125", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001126", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001127", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001128", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left front court", + "B. mid back court", + "C. mid front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 中后场", + "C. 中前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001129", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001130", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. mid front court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中前场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001131", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001132", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left back court", + "B. mid court", + "C. mid back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001133", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001134", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001135", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001136", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001137", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001138", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001139", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001140", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001141", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001142", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. mid front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 中前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001143", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001144", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001145", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001146", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right front court", + "B. mid front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 中前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001147", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001148", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001149", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001150", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001151", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001152", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001153", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001154", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001155", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. mid front court", + "C. mid back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 中前场", + "C. 中后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001156", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001157", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001158", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001159", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001160", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001161", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001162", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. mid court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001163", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001164", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001165", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001166", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001167", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001168", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001169", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. mid back court", + "B. right front court", + "C. mid front court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 右前场", + "C. 中前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001170", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001171", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left front court", + "B. mid back court", + "C. right front court", + "D. mid front court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 中后场", + "C. 右前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001172", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001173", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. mid back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001174", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001175", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001176", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001177", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001178", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001179", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the top most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001180", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001181", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001182", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001183", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001184", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001185", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001186", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001187", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001188", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001189", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001190", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001191", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001192", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. mid front court", + "B. right front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 中前场", + "B. 右前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001193", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001194", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001195", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001196", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. mid back court", + "B. mid court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001197", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001198", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001199", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the top most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001200", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001201", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001202", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. left back court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001203", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001204", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001205", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001206", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001207", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001208", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001209", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001210", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001211", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001212", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001213", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. mid front court", + "B. left front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 中前场", + "B. 左前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001214", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001215", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001216", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001217", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001218", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. mid front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 中前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001219", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001220", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001221", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001222", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001223", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001224", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面上方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the top hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001225", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001226", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001227", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001228", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001229", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001230", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001231", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001232", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001233", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001234", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001235", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001236", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001237", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001238", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001239", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001240", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001241", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. mid back court", + "C. left front court", + "D. mid front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 中后场", + "C. 左前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001242", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001243", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001244", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001245", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the top) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. mid front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001246", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001247", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001248", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001249", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001250", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001251", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001252", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001253", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001254", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. mid court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001255", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001256", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the bottom hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001257", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the top)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. mid front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001258", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001259", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001260", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001261", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001262", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001263", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001264", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. mid court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 中场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001265", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the bottom hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001266", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001267", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001268", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001269", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001270", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the bottom) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001271", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001272", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001273", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001274", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001275", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001276", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001277", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001278", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. mid back court", + "B. mid court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001279", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001280", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面下方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001281", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001282", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001283", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001284", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001285", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their court (facing direction as front) did the player (at the bottom) hit from during their last hit? (Choose the most appropriate option)" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001286", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "从四个选项中选择最接近:位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)", + "question_en": "Choose the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001287", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. mid front court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001288", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the bottom execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. mid front court", + "B. right back court", + "C. left back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 右后场", + "C. 左后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001289", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001290", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面上方的球员最后一次击球时,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Infer the area of their court (with their facing direction as front) where the player at the top hit from during their last hit. Choose the closest option from the four provided" + }, + "options_en": [ + "A. mid court", + "B. right back court", + "C. left back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 右后场", + "C. 左后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001291", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001292", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001293", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次的击球区域,选择最接近其在自己场地的哪个位置完成击球?(以击球者自身朝向为前方)", + "question_en": "Analyze the player (at the bottom)'s last hit— which area of their court (with their facing direction as front) did they hit from? Choose the closest option" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001294", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "球员位于画面下方的最后一次击球,其在自己场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Which area of their court (facing direction as front) did the player at the bottom hit from during their last hit? Please select the closest option" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001295", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001296", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域执行了击球动作?(以击球者自身朝向为前方)请选择最接近的答案", + "question_en": "Which area of their own court (with their facing direction as front) did the player at the top execute their last hit from? Please select the closest answer" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001297", + "duration": "short", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "位于画面下方的球员最后一次击球时,在其场地的哪个区域完成击球?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "What area of their court (with their facing direction as front) was the player at the bottom most likely hitting from during their last hit? Please select the closest option based on the descriptions" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001298", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球时,其在自己场地的哪个区域完成了击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Determine the area of their court (with their facing direction as front) where the player (at the top) executed their last hit. Choose the closest option based on the explanations" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001299", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "选出位于画面上方的球员最后一次击球时,在自己场地的哪个区域完成击球动作?(以击球者自身朝向为前方)请选择最接近的选项", + "question_en": "Select the closest option: Which area of their court (facing direction as front) did the player at the top hit from during their last hit?" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001300", + "duration": "mid", + "spatial": "position", + "temporal": "hitting localization", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球位于其场地的哪个区域(以击球者自身朝向为前方)?请选择最接近的一项", + "question_en": "In the video clip, which area of their own court (with their facing direction as front) did the player at the top hit from during their last hit? Please choose the most appropriate option based on the explanations" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + } +] diff --git a/finebadmintonbenchmark/benchmark_hitting_prediction.json b/finebadmintonbenchmark/benchmark_hitting_prediction.json new file mode 100644 index 0000000000000000000000000000000000000000..f68980ae8f283d1ef61ebfa414264e43efddf243 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_hitting_prediction.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_001301", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid front court", + "B. left front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 中前场", + "B. 左前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001302", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. right back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001303", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001304", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001305", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001306", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001307", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001308", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001309", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001310", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001311", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001312", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001313", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001314", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. right back court", + "C. left back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 右后场", + "C. 左后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001315", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. mid back court", + "C. mid front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 中后场", + "C. 中前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001316", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001317", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001318", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001319", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001320", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001321", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001322", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001323", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001324", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right front court", + "B. mid front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 中前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001325", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001326", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001327", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001328", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001329", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001330", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001331", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001332", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001333", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001334", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001335", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001336", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001337", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. mid front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 中前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001338", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001339", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001340", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001341", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001342", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. left back court", + "D. right back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001343", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001344", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001345", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001346", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001347", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001348", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001349", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001350", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001351", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. mid back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 中后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001352", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001353", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001354", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001355", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001356", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001357", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001358", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001359", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid front court", + "B. right front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 中前场", + "B. 右前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001360", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001361", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001362", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001363", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. mid court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 中场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001364", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001365", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid front court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001366", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001367", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001368", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001369", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001370", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001371", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001372", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001373", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001374", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001375", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001376", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001377", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001378", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001379", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001380", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001381", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. right front court", + "B. mid front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 中前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001382", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001383", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001384", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001385", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001386", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001387", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001388", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001389", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001390", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. mid back court", + "D. mid front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001391", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. mid front court", + "C. mid back court", + "D. right front court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 中前场", + "C. 中后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001392", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001393", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001394", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001395", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001396", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001397", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001398", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001399", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001400", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001401", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001402", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001403", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001404", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001405", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. mid front court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中前场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001406", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001407", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001408", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. mid back court", + "B. left front court", + "C. right front court", + "D. mid front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 左前场", + "C. 右前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001409", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001410", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001411", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001412", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001413", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001414", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001415", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001416", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001417", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001418", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. left front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001419", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001420", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001421", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001422", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001423", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001424", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001425", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001426", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001427", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. mid front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 中前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001428", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001429", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001430", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001431", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001432", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. mid back court", + "B. left front court", + "C. right front court", + "D. mid front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 左前场", + "C. 右前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001433", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001434", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001435", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001436", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001437", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid court", + "D. mid back court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001438", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001439", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. right front court", + "D. left front court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001440", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. mid back court", + "C. left front court", + "D. mid front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 中后场", + "C. 左前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001441", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. right back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001442", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001443", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001444", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001445", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001446", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001447", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. right back court", + "C. mid back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 左后场", + "B. 右后场", + "C. 中后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001448", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面下方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. left back court", + "B. mid front court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中前场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001449", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. left front court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右前场", + "B. 左前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001450", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. right front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001451", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. left back court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001452", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001453", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the top) hits last? Select the answer" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001454", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. left front court", + "C. right front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 中前场", + "B. 左前场", + "C. 右前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001455", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001456", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. mid court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001457", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left front court", + "D. left back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001458", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面下方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the bottom) hits last?" + }, + "options_en": [ + "A. mid back court", + "B. right front court", + "C. left front court", + "D. mid front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 右前场", + "C. 左前场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001459", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "哪个区域是对方场地中最可能被该球员(位于画面上方)最后一次击球后的球所落的位置?(以对手的朝向为前方)", + "question_en": "Which area on the opponent's court (with the opponent's facing direction as front) is most likely to be hit by the ball after the player (at the top) hits last?" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001460", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. mid front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 中前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001461", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. left front court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 左前场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001462", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域?(以对手的朝向为前方)请选择答案", + "question_en": "What area on the opponent's court (with the opponent's facing direction as front) is the ball most likely to land in after the player (at the bottom) hits last? Select the answer" + }, + "options_en": [ + "A. mid back court", + "B. mid court", + "C. left back court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001463", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid front court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001464", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. right front court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 右前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001465", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. left back court", + "D. right front court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 左后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001466", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right front court", + "B. mid front court", + "C. left front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 右前场", + "B. 中前场", + "C. 左前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001467", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. right back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001468", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001469", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. left back court", + "C. right back court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 左后场", + "C. 右后场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001470", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. mid back court", + "C. left back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 中后场", + "C. 左后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001471", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid court", + "B. mid back court", + "C. right back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 中后场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001472", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. left front court", + "C. right front court", + "D. right back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 左前场", + "C. 右前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001473", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. mid back court", + "C. mid front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 中后场", + "C. 中前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001474", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. right back court", + "C. left back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 右后场", + "C. 左后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001475", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. mid court", + "C. right back court", + "D. mid back court" + ], + "answer": "B", + "options_zh": [ + "A. 左后场", + "B. 中场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001476", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001477", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面下方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the bottom hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001478", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001479", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. right front court", + "B. right back court", + "C. left back court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 右后场", + "C. 左后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001480", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. left back court", + "B. right front court", + "C. left front court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 左后场", + "B. 右前场", + "C. 左前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001481", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right front court", + "B. left back court", + "C. right back court", + "D. left front court" + ], + "answer": "C", + "options_zh": [ + "A. 右前场", + "B. 左后场", + "C. 右后场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001482", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left back court", + "B. mid back court", + "C. mid front court", + "D. right back court" + ], + "answer": "C", + "options_zh": [ + "A. 左后场", + "B. 中后场", + "C. 中前场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001483", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001484", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "视频片段中,位于画面上方的球员最后这次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "In the video clip, after the player at the top hits last, which area of the opponent's court (with the opponent's facing direction as front) will the ball most likely land? Choose from the four options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中场" + ] + }, + { + "video_uid": "video_001485", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right back court", + "C. right front court", + "D. left back court" + ], + "answer": "C", + "options_zh": [ + "A. 左前场", + "B. 右后场", + "C. 右前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001486", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid front court", + "B. mid back court", + "C. left back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中前场", + "B. 中后场", + "C. 左后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001487", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the top) hits last" + }, + "options_en": [ + "A. mid court", + "B. right back court", + "C. mid back court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 右后场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001488", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "选出该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Select the area on the opponent's court (with the opponent's facing direction as front) where the ball is most likely to land after the player (at the bottom) hits last" + }, + "options_en": [ + "A. mid back court", + "B. left front court", + "C. mid front court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 左前场", + "C. 中前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001489", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. right back court", + "D. mid back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 右后场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001490", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. left front court", + "C. mid front court", + "D. right front court" + ], + "answer": "A", + "options_zh": [ + "A. 中后场", + "B. 左前场", + "C. 中前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001491", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. mid court", + "B. left back court", + "C. mid back court", + "D. right back court" + ], + "answer": "A", + "options_zh": [ + "A. 中场", + "B. 左后场", + "C. 中后场", + "D. 右后场" + ] + }, + { + "video_uid": "video_001492", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "推断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Infer the most likely landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. mid back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 中后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001493", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001494", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "预测该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Predict which area of the opponent's court (with the opponent's facing direction as front) the ball will land in after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. left back court", + "C. right back court", + "D. mid front court" + ], + "answer": "D", + "options_zh": [ + "A. 中后场", + "B. 左后场", + "C. 右后场", + "D. 中前场" + ] + }, + { + "video_uid": "video_001495", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面上方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the top) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right front court", + "B. mid back court", + "C. mid front court", + "D. left front court" + ], + "answer": "B", + "options_zh": [ + "A. 右前场", + "B. 中后场", + "C. 中前场", + "D. 左前场" + ] + }, + { + "video_uid": "video_001496", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. left front court", + "B. right front court", + "C. mid front court", + "D. mid back court" + ], + "answer": "D", + "options_zh": [ + "A. 左前场", + "B. 右前场", + "C. 中前场", + "D. 中后场" + ] + }, + { + "video_uid": "video_001497", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "判断该球员(位于画面上方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Determine the most probable landing area on the opponent's court (with the opponent's facing direction as front) after the player (at the top) hits last. Choose from the options" + }, + "options_en": [ + "A. mid back court", + "B. mid front court", + "C. right back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 中后场", + "B. 中前场", + "C. 右后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001498", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "分析该球员(位于画面下方)最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?请从四个选项中选择", + "question_en": "Analyze where the ball will most likely land on the opponent's court (with the opponent's facing direction as front) after the player (at the bottom) hits last. Choose from the options" + }, + "options_en": [ + "A. right back court", + "B. mid court", + "C. mid back court", + "D. left back court" + ], + "answer": "B", + "options_zh": [ + "A. 右后场", + "B. 中场", + "C. 中后场", + "D. 左后场" + ] + }, + { + "video_uid": "video_001499", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "对方场地的哪个区域最可能成为该球员(位于画面上方)最后一次击球后的球的落点?(以对手的朝向为前方)", + "question_en": "Which area of the opponent's court (with the opponent's facing direction as front) is most likely to be the landing spot after the player (at the top) hits last?" + }, + "options_en": [ + "A. right back court", + "B. left back court", + "C. left front court", + "D. right front court" + ], + "answer": "D", + "options_zh": [ + "A. 右后场", + "B. 左后场", + "C. 左前场", + "D. 右前场" + ] + }, + { + "video_uid": "video_001500", + "duration": "short", + "spatial": "position", + "temporal": "hitting prediction", + "question": { + "question_zh": "从四个选项中选择:位于画面下方的球员最后一次击球后,球最可能落在对方场地的哪个区域(以对手的朝向为前方)?", + "question_en": "Choose from four options: After the player (at the bottom) hits last, which area on the opponent's court (with the opponent's facing direction as front) will the ball land most likely" + }, + "options_en": [ + "A. right back court", + "B. right front court", + "C. left front court", + "D. left back court" + ], + "answer": "A", + "options_zh": [ + "A. 右后场", + "B. 右前场", + "C. 左前场", + "D. 左后场" + ] + } +] diff --git a/finebadmintonbenchmark/benchmark_moving_recognization.json b/finebadmintonbenchmark/benchmark_moving_recognization.json new file mode 100644 index 0000000000000000000000000000000000000000..7e06dcf7ab7ce54454f01232206263b039089508 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_moving_recognization.json @@ -0,0 +1,4602 @@ +[ + { + "video_uid": "video_001501", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->左后场->中后场", + "B. 中场->左中场->右中场", + "C. 中前场->左前场->右前场", + "D. 中前场->左中场->右前场" + ], + "options_en": [ + "A. mid front court->left back court->mid back court", + "B. mid court->left mid court->right mid court", + "C. mid front court->left front court->right front court", + "D. mid front court->left mid court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001502", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->中前场->中场->中场->左中场->左前场->右前场", + "B. 中前场->右前场->中场->中后场->左前场->右后场->左前场", + "C. 中场->左中场->右后场->中前场->左后场->左中场->右前场", + "D. 中前场->右中场->左中场->右前场->右中场->左中场->中场" + ], + "options_en": [ + "A. right back court->mid front court->mid court->mid court->left mid court->left front court->right front court", + "B. mid front court->right front court->mid court->mid back court->left front court->right back court->left front court", + "C. mid court->left mid court->right back court->mid front court->left back court->left mid court->right front court", + "D. mid front court->right mid court->left mid court->right front court->right mid court->left mid court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001503", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右前场->左前场->左后场->中后场->左中场", + "B. 左中场->中后场->左后场->左中场->左后场->右中场", + "C. 左后场->中前场->左中场->右前场->左中场->左前场", + "D. 右后场->右前场->中后场->左中场->右中场->中前场" + ], + "options_en": [ + "A. mid back court->right front court->left front court->left back court->mid back court->left mid court", + "B. left mid court->mid back court->left back court->left mid court->left back court->right mid court", + "C. left back court->mid front court->left mid court->right front court->left mid court->left front court", + "D. right back court->right front court->mid back court->left mid court->right mid court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001504", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左前场->右后场", + "B. 中场->中前场->左后场", + "C. 右前场->中后场->右中场", + "D. 右后场->右前场->中前场" + ], + "options_en": [ + "A. right front court->left front court->right back court", + "B. mid court->mid front court->left back court", + "C. right front court->mid back court->right mid court", + "D. right back court->right front court->mid front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001505", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->右后场->中前场->右后场->右后场", + "B. 中后场->右前场->中场->中场->右前场", + "C. 中前场->右前场->左中场->右后场->中后场", + "D. 中前场->中前场->右中场->左后场->中后场" + ], + "options_en": [ + "A. mid court->right back court->mid front court->right back court->right back court", + "B. mid back court->right front court->mid court->mid court->right front court", + "C. mid front court->right front court->left mid court->right back court->mid back court", + "D. mid front court->mid front court->right mid court->left back court->mid back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001506", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->中前场->左后场", + "B. 左后场->中前场->右前场", + "C. 右后场->左前场->中前场", + "D. 中后场->中前场->中后场" + ], + "options_en": [ + "A. left back court->mid front court->left back court", + "B. left back court->mid front court->right front court", + "C. right back court->left front court->mid front court", + "D. mid back court->mid front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001507", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->右中场->左前场", + "B. 中前场->右前场->左中场", + "C. 右后场->右前场->左中场", + "D. 中前场->左后场->左前场" + ], + "options_en": [ + "A. mid court->right mid court->left front court", + "B. mid front court->right front court->left mid court", + "C. right back court->right front court->left mid court", + "D. mid front court->left back court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001508", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右后场->左前场->中场->中后场", + "B. 中前场->左后场->右前场->中前场", + "C. 右前场->右后场->中前场->左中场", + "D. 左中场->左后场->中前场->右前场" + ], + "options_en": [ + "A. right back court->left front court->mid court->mid back court", + "B. mid front court->left back court->right front court->mid front court", + "C. right front court->right back court->mid front court->left mid court", + "D. left mid court->left back court->mid front court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001509", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中场->中后场->中前场->右前场->中场", + "B. 右中场->右中场->左中场->右后场->左前场->中后场", + "C. 中场->右中场->右后场->中前场->左前场->右后场", + "D. 中前场->左后场->左前场->右中场->右前场->右后场" + ], + "options_en": [ + "A. mid back court->mid court->mid back court->mid front court->right front court->mid court", + "B. right mid court->right mid court->left mid court->right back court->left front court->mid back court", + "C. mid court->right mid court->right back court->mid front court->left front court->right back court", + "D. mid front court->left back court->left front court->right mid court->right front court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001510", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右中场->左中场->左中场", + "B. 右中场->左后场->左中场", + "C. 左前场->中后场->左中场", + "D. 左中场->中前场->左后场" + ], + "options_en": [ + "A. right mid court->left mid court->left mid court", + "B. right mid court->left back court->left mid court", + "C. left front court->mid back court->left mid court", + "D. left mid court->mid front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001511", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->左前场->右中场->左后场->左中场", + "B. 左后场->中场->左后场->中前场->右后场", + "C. 左后场->中场->左后场->左前场->左前场", + "D. 左后场->中前场->右前场->中前场->中场" + ], + "options_en": [ + "A. left front court->left front court->right mid court->left back court->left mid court", + "B. left back court->mid court->left back court->mid front court->right back court", + "C. left back court->mid court->left back court->left front court->left front court", + "D. left back court->mid front court->right front court->mid front court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001512", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右中场->中后场->左后场->右前场", + "B. 中前场->右后场->右后场->左中场->中前场", + "C. 右后场->左前场->右后场->右中场->中前场", + "D. 左前场->左中场->右后场->右后场->右中场" + ], + "options_en": [ + "A. left front court->right mid court->mid back court->left back court->right front court", + "B. mid front court->right back court->right back court->left mid court->mid front court", + "C. right back court->left front court->right back court->right mid court->mid front court", + "D. left front court->left mid court->right back court->right back court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001513", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->右后场->左中场", + "B. 右中场->中前场->左后场", + "C. 左前场->右后场->右中场", + "D. 右前场->左前场->右前场" + ], + "options_en": [ + "A. left mid court->right back court->left mid court", + "B. right mid court->mid front court->left back court", + "C. left front court->right back court->right mid court", + "D. right front court->left front court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001514", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中前场->左中场->右后场", + "B. 中后场->左中场->右后场", + "C. 左后场->右前场->中前场", + "D. 中后场->左前场->左后场" + ], + "options_en": [ + "A. mid front court->left mid court->right back court", + "B. mid back court->left mid court->right back court", + "C. left back court->right front court->mid front court", + "D. mid back court->left front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001515", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->右中场->左中场->中前场->中场", + "B. 中后场->右前场->右中场->左中场->右前场", + "C. 中后场->左中场->右后场->右后场->中前场", + "D. 右后场->右后场->右前场->左后场->左中场" + ], + "options_en": [ + "A. mid front court->right mid court->left mid court->mid front court->mid court", + "B. mid back court->right front court->right mid court->left mid court->right front court", + "C. mid back court->left mid court->right back court->right back court->mid front court", + "D. right back court->right back court->right front court->left back court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001516", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->左中场->右前场", + "B. 左后场->右中场->右后场", + "C. 右中场->右后场->左后场", + "D. 左中场->左后场->右后场" + ], + "options_en": [ + "A. right mid court->left mid court->right front court", + "B. left back court->right mid court->right back court", + "C. right mid court->right back court->left back court", + "D. left mid court->left back court->right back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001517", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 中前场->左后场->左前场->左中场", + "B. 左后场->右后场->左后场->右后场", + "C. 右前场->中后场->左前场->右后场", + "D. 中场->中场->左中场->右中场" + ], + "options_en": [ + "A. mid front court->left back court->left front court->left mid court", + "B. left back court->right back court->left back court->right back court", + "C. right front court->mid back court->left front court->right back court", + "D. mid court->mid court->left mid court->right mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001518", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 中前场->右前场->左中场", + "B. 中后场->中前场->中前场", + "C. 右前场->左后场->右中场", + "D. 右后场->中后场->右前场" + ], + "options_en": [ + "A. mid front court->right front court->left mid court", + "B. mid back court->mid front court->mid front court", + "C. right front court->left back court->right mid court", + "D. right back court->mid back court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001519", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右前场->中前场", + "B. 右前场->右后场->右后场", + "C. 左后场->中前场->右后场", + "D. 中前场->左中场->右中场" + ], + "options_en": [ + "A. mid back court->right front court->mid front court", + "B. right front court->right back court->right back court", + "C. left back court->mid front court->right back court", + "D. mid front court->left mid court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001520", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->中后场->左中场->右中场->中后场", + "B. 中前场->右前场->左中场->左前场->左中场", + "C. 左后场->左前场->右后场->中场->中场", + "D. 右中场->中后场->右中场->右后场->左后场" + ], + "options_en": [ + "A. left front court->mid back court->left mid court->right mid court->mid back court", + "B. mid front court->right front court->left mid court->left front court->left mid court", + "C. left back court->left front court->right back court->mid court->mid court", + "D. right mid court->mid back court->right mid court->right back court->left back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001521", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 左前场->左中场->中前场->中后场->右前场->中场", + "B. 左前场->右中场->左后场->左中场->右中场->右中场", + "C. 右后场->右后场->中前场->右前场->右前场->中后场", + "D. 左中场->右中场->左中场->右前场->右后场->中场" + ], + "options_en": [ + "A. left front court->left mid court->mid front court->mid back court->right front court->mid court", + "B. left front court->right mid court->left back court->left mid court->right mid court->right mid court", + "C. right back court->right back court->mid front court->right front court->right front court->mid back court", + "D. left mid court->right mid court->left mid court->right front court->right back court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001522", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左后场->左前场->中后场->左后场", + "B. 左前场->左中场->中后场->左后场->右前场", + "C. 右中场->左前场->右前场->右后场->右中场", + "D. 中前场->左前场->中后场->左前场->右前场" + ], + "options_en": [ + "A. right back court->left back court->left front court->mid back court->left back court", + "B. left front court->left mid court->mid back court->left back court->right front court", + "C. right mid court->left front court->right front court->right back court->right mid court", + "D. mid front court->left front court->mid back court->left front court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001523", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->中场->中后场->左中场->右中场->中场", + "B. 中前场->左后场->右中场->左前场->左前场->中场", + "C. 左中场->左中场->中前场->中前场->左后场->左中场", + "D. 左中场->左后场->右中场->右前场->中前场->右中场" + ], + "options_en": [ + "A. left front court->mid court->mid back court->left mid court->right mid court->mid court", + "B. mid front court->left back court->right mid court->left front court->left front court->mid court", + "C. left mid court->left mid court->mid front court->mid front court->left back court->left mid court", + "D. left mid court->left back court->right mid court->right front court->mid front court->right mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001524", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->左后场->左中场->左中场", + "B. 右中场->左前场->中后场->中场", + "C. 左前场->中后场->左前场->左后场", + "D. 右后场->右中场->左后场->中场" + ], + "options_en": [ + "A. left front court->left back court->left mid court->left mid court", + "B. right mid court->left front court->mid back court->mid court", + "C. left front court->mid back court->left front court->left back court", + "D. right back court->right mid court->left back court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001525", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->左后场->右后场", + "B. 左中场->左中场->右前场", + "C. 右中场->左前场->中场", + "D. 中场->左前场->右中场" + ], + "options_en": [ + "A. mid court->left back court->right back court", + "B. left mid court->left mid court->right front court", + "C. right mid court->left front court->mid court", + "D. mid court->left front court->right mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001526", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->右前场->左前场->中场->左后场", + "B. 中场->左后场->中前场->中前场->左中场", + "C. 右中场->左中场->左后场->右中场->中场", + "D. 左中场->中前场->右前场->左中场->中前场" + ], + "options_en": [ + "A. left back court->right front court->left front court->mid court->left back court", + "B. mid court->left back court->mid front court->mid front court->left mid court", + "C. right mid court->left mid court->left back court->right mid court->mid court", + "D. left mid court->mid front court->right front court->left mid court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001527", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->右后场->左后场->右中场->左中场->右后场", + "B. 左前场->中前场->右中场->右后场->中前场->右后场", + "C. 右前场->右中场->右后场->左中场->中场->左前场", + "D. 左中场->左前场->左后场->中前场->左中场->中场" + ], + "options_en": [ + "A. right front court->right back court->left back court->right mid court->left mid court->right back court", + "B. left front court->mid front court->right mid court->right back court->mid front court->right back court", + "C. right front court->right mid court->right back court->left mid court->mid court->left front court", + "D. left mid court->left front court->left back court->mid front court->left mid court->mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001528", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中后场->右后场->左后场", + "B. 中前场->右后场->右前场->左中场", + "C. 左中场->左前场->右前场->左前场", + "D. 中前场->右前场->右前场->中后场" + ], + "options_en": [ + "A. mid back court->mid back court->right back court->left back court", + "B. mid front court->right back court->right front court->left mid court", + "C. left mid court->left front court->right front court->left front court", + "D. mid front court->right front court->right front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001529", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中后场->左前场->右前场", + "B. 右后场->左后场->中后场->右后场", + "C. 右前场->右后场->左前场->中前场", + "D. 右前场->中后场->左后场->左前场" + ], + "options_en": [ + "A. mid back court->mid back court->left front court->right front court", + "B. right back court->left back court->mid back court->right back court", + "C. right front court->right back court->left front court->mid front court", + "D. right front court->mid back court->left back court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001530", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->中前场->右前场->左前场->左前场->右前场->左后场", + "B. 右中场->左中场->右后场->中前场->左后场->中后场->右前场", + "C. 中场->左后场->右前场->左后场->右中场->右前场->中场", + "D. 中前场->中场->中场->左前场->中场->中前场->右后场" + ], + "options_en": [ + "A. left back court->mid front court->right front court->left front court->left front court->right front court->left back court", + "B. right mid court->left mid court->right back court->mid front court->left back court->mid back court->right front court", + "C. mid court->left back court->right front court->left back court->right mid court->right front court->mid court", + "D. mid front court->mid court->mid court->left front court->mid court->mid front court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001531", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右后场->左中场", + "B. 左中场->中后场->左前场", + "C. 左中场->左后场->左前场", + "D. 中场->右后场->左中场" + ], + "options_en": [ + "A. left front court->right back court->left mid court", + "B. left mid court->mid back court->left front court", + "C. left mid court->left back court->left front court", + "D. mid court->right back court->left mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001532", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->左后场->左前场", + "B. 右中场->右前场->左前场", + "C. 中场->右后场->左前场", + "D. 中前场->中前场->中后场" + ], + "options_en": [ + "A. mid court->left back court->left front court", + "B. right mid court->right front court->left front court", + "C. mid court->right back court->left front court", + "D. mid front court->mid front court->mid back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001533", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->右后场->左中场", + "B. 右中场->左中场->中前场", + "C. 右中场->左后场->中场", + "D. 左后场->右前场->右前场" + ], + "options_en": [ + "A. mid back court->right back court->left mid court", + "B. right mid court->left mid court->mid front court", + "C. right mid court->left back court->mid court", + "D. left back court->right front court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001534", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右中场->左后场", + "B. 右前场->左中场->右后场", + "C. 左后场->左前场->中场", + "D. 左后场->左前场->左后场" + ], + "options_en": [ + "A. mid back court->right mid court->left back court", + "B. right front court->left mid court->right back court", + "C. left back court->left front court->mid court", + "D. left back court->left front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001535", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左中场->中后场->右前场", + "B. 右后场->左前场->右后场", + "C. 中后场->右前场->左前场", + "D. 中前场->左后场->中前场" + ], + "options_en": [ + "A. left mid court->mid back court->right front court", + "B. right back court->left front court->right back court", + "C. mid back court->right front court->left front court", + "D. mid front court->left back court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001536", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->中后场->左中场->左中场->右中场->右前场->左前场", + "B. 左中场->左前场->右中场->中场->右中场->右前场->中场", + "C. 左后场->中场->左后场->左中场->左后场->右前场->左中场", + "D. 左前场->右中场->左前场->右中场->左后场->右前场->中后场" + ], + "options_en": [ + "A. mid back court->mid back court->left mid court->left mid court->right mid court->right front court->left front court", + "B. left mid court->left front court->right mid court->mid court->right mid court->right front court->mid court", + "C. left back court->mid court->left back court->left mid court->left back court->right front court->left mid court", + "D. left front court->right mid court->left front court->right mid court->left back court->right front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001537", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面下方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the bottom) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右后场->右中场->左前场", + "B. 右中场->左中场->中后场", + "C. 左前场->左后场->右后场", + "D. 中前场->右前场->左前场" + ], + "options_en": [ + "A. right back court->right mid court->left front court", + "B. right mid court->left mid court->mid back court", + "C. left front court->left back court->right back court", + "D. mid front court->right front court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001538", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->左前场->中场->左前场->中场->中场", + "B. 中前场->左前场->中后场->中后场->左前场->左后场", + "C. 右前场->右后场->左后场->中前场->右中场->右中场", + "D. 左中场->中后场->右中场->右中场->左后场->左中场" + ], + "options_en": [ + "A. left back court->left front court->mid court->left front court->mid court->mid court", + "B. mid front court->left front court->mid back court->mid back court->left front court->left back court", + "C. right front court->right back court->left back court->mid front court->right mid court->right mid court", + "D. left mid court->mid back court->right mid court->right mid court->left back court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001539", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 中前场->右后场->中场", + "B. 左前场->右后场->左前场", + "C. 右前场->右后场->中场", + "D. 中后场->中后场->左前场" + ], + "options_en": [ + "A. mid front court->right back court->mid court", + "B. left front court->right back court->left front court", + "C. right front court->right back court->mid court", + "D. mid back court->mid back court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001540", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->左前场->右后场", + "B. 左后场->左前场->右前场", + "C. 中场->右前场->中后场", + "D. 左后场->中前场->左前场" + ], + "options_en": [ + "A. right front court->left front court->right back court", + "B. left back court->left front court->right front court", + "C. mid court->right front court->mid back court", + "D. left back court->mid front court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001541", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->右后场->右中场->左后场", + "B. 左前场->左前场->中后场->左前场", + "C. 中后场->左前场->中场->左前场", + "D. 左前场->左后场->中场->左前场" + ], + "options_en": [ + "A. right mid court->right back court->right mid court->left back court", + "B. left front court->left front court->mid back court->left front court", + "C. mid back court->left front court->mid court->left front court", + "D. left front court->left back court->mid court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001542", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中前场->中后场->右中场", + "B. 左后场->右后场->右后场", + "C. 左前场->中后场->左前场", + "D. 左前场->中后场->右前场" + ], + "options_en": [ + "A. mid front court->mid back court->right mid court", + "B. left back court->right back court->right back court", + "C. left front court->mid back court->left front court", + "D. left front court->mid back court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001543", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->左后场->右中场->左中场->右中场->右后场", + "B. 中场->右前场->左后场->中后场->中后场->中后场", + "C. 左前场->左前场->右后场->左中场->右前场->右后场", + "D. 中场->右后场->中前场->中后场->左前场->左中场" + ], + "options_en": [ + "A. left mid court->left back court->right mid court->left mid court->right mid court->right back court", + "B. mid court->right front court->left back court->mid back court->mid back court->mid back court", + "C. left front court->left front court->right back court->left mid court->right front court->right back court", + "D. mid court->right back court->mid front court->mid back court->left front court->left mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001544", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->右中场->左前场->左后场", + "B. 中前场->左中场->右后场->中后场", + "C. 中后场->中前场->右前场->左后场", + "D. 左前场->右后场->中场->左前场" + ], + "options_en": [ + "A. mid back court->right mid court->left front court->left back court", + "B. mid front court->left mid court->right back court->mid back court", + "C. mid back court->mid front court->right front court->left back court", + "D. left front court->right back court->mid court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001545", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->右前场->右后场", + "B. 中后场->中前场->左后场", + "C. 中前场->中前场->中后场", + "D. 左中场->右前场->右后场" + ], + "options_en": [ + "A. right mid court->right front court->right back court", + "B. mid back court->mid front court->left back court", + "C. mid front court->mid front court->mid back court", + "D. left mid court->right front court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001546", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->左后场->右前场->中前场", + "B. 中后场->左中场->右中场->右后场", + "C. 右中场->左前场->中场->左后场", + "D. 左中场->右后场->中场->左前场" + ], + "options_en": [ + "A. left back court->left back court->right front court->mid front court", + "B. mid back court->left mid court->right mid court->right back court", + "C. right mid court->left front court->mid court->left back court", + "D. left mid court->right back court->mid court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001547", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面下方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the bottom) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->右中场->右后场", + "B. 中场->右后场->右前场", + "C. 左中场->右中场->左中场", + "D. 右前场->中后场->右前场" + ], + "options_en": [ + "A. left back court->right mid court->right back court", + "B. mid court->right back court->right front court", + "C. left mid court->right mid court->left mid court", + "D. right front court->mid back court->right front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001548", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->中后场->中前场->中场", + "B. 左前场->右中场->左中场->左前场", + "C. 中前场->左前场->右后场->中前场", + "D. 中前场->右前场->中前场->左后场" + ], + "options_en": [ + "A. left back court->mid back court->mid front court->mid court", + "B. left front court->right mid court->left mid court->left front court", + "C. mid front court->left front court->right back court->mid front court", + "D. mid front court->right front court->mid front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001549", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->中后场->右后场->中后场->左后场->右中场->中前场", + "B. 右前场->中场->左中场->左中场->左前场->左前场->右前场", + "C. 左前场->左中场->中前场->右后场->右后场->左中场->右前场", + "D. 中前场->右中场->中场->左前场->左后场->右后场->右后场" + ], + "options_en": [ + "A. left front court->mid back court->right back court->mid back court->left back court->right mid court->mid front court", + "B. right front court->mid court->left mid court->left mid court->left front court->left front court->right front court", + "C. left front court->left mid court->mid front court->right back court->right back court->left mid court->right front court", + "D. mid front court->right mid court->mid court->left front court->left back court->right back court->right back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001550", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右后场->右前场->右后场", + "B. 左前场->中前场->左后场", + "C. 中后场->中前场->右中场", + "D. 左后场->中前场->中后场" + ], + "options_en": [ + "A. right back court->right front court->right back court", + "B. left front court->mid front court->left back court", + "C. mid back court->mid front court->right mid court", + "D. left back court->mid front court->mid back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001551", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->左前场->右中场->右后场", + "B. 左前场->右后场->左前场->中后场", + "C. 左前场->右中场->右前场->右后场", + "D. 中前场->右前场->左前场->中场" + ], + "options_en": [ + "A. left mid court->left front court->right mid court->right back court", + "B. left front court->right back court->left front court->mid back court", + "C. left front court->right mid court->right front court->right back court", + "D. mid front court->right front court->left front court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001552", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->右前场->右前场->右后场", + "B. 左中场->右前场->右后场->右后场", + "C. 左后场->右中场->右后场->左前场", + "D. 中场->右后场->右前场->右后场" + ], + "options_en": [ + "A. mid back court->right front court->right front court->right back court", + "B. left mid court->right front court->right back court->right back court", + "C. left back court->right mid court->right back court->left front court", + "D. mid court->right back court->right front court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001553", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中场->中后场->左后场->右前场->右中场->左后场", + "B. 左中场->中前场->中前场->右后场->左后场->右中场", + "C. 中场->左中场->中前场->右中场->中后场->右前场", + "D. 左中场->中前场->左前场->左后场->中场->中场" + ], + "options_en": [ + "A. mid court->mid back court->left back court->right front court->right mid court->left back court", + "B. left mid court->mid front court->mid front court->right back court->left back court->right mid court", + "C. mid court->left mid court->mid front court->right mid court->mid back court->right front court", + "D. left mid court->mid front court->left front court->left back court->mid court->mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001554", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左中场->中场->左中场->左中场", + "B. 右后场->中后场->右前场->中后场->右后场", + "C. 左后场->右前场->右中场->右后场->右中场", + "D. 中后场->右后场->右后场->左前场->右后场" + ], + "options_en": [ + "A. right back court->left mid court->mid court->left mid court->left mid court", + "B. right back court->mid back court->right front court->mid back court->right back court", + "C. left back court->right front court->right mid court->right back court->right mid court", + "D. mid back court->right back court->right back court->left front court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001555", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->左后场->中场", + "B. 右后场->左后场->左后场", + "C. 右前场->中前场->左后场", + "D. 中后场->左后场->右中场" + ], + "options_en": [ + "A. left front court->left back court->mid court", + "B. right back court->left back court->left back court", + "C. right front court->mid front court->left back court", + "D. mid back court->left back court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001556", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 中前场->右前场->中后场->中前场", + "B. 右后场->右前场->左后场->左中场", + "C. 右后场->左后场->中前场->中后场", + "D. 右中场->左中场->中场->中场" + ], + "options_en": [ + "A. mid front court->right front court->mid back court->mid front court", + "B. right back court->right front court->left back court->left mid court", + "C. right back court->left back court->mid front court->mid back court", + "D. right mid court->left mid court->mid court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001557", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中前场->中后场->中场", + "B. 右后场->左中场->中场", + "C. 中前场->右后场->右后场", + "D. 左前场->中后场->右中场" + ], + "options_en": [ + "A. mid front court->mid back court->mid court", + "B. right back court->left mid court->mid court", + "C. mid front court->right back court->right back court", + "D. left front court->mid back court->right mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001558", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右后场->右中场->中场->中前场->中前场->右后场", + "B. 中后场->右中场->右前场->左前场->中场->右中场", + "C. 左后场->左后场->右前场->中场->中后场->中场", + "D. 中后场->中场->中场->左前场->左后场->右前场" + ], + "options_en": [ + "A. right back court->right mid court->mid court->mid front court->mid front court->right back court", + "B. mid back court->right mid court->right front court->left front court->mid court->right mid court", + "C. left back court->left back court->right front court->mid court->mid back court->mid court", + "D. mid back court->mid court->mid court->left front court->left back court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001559", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->右后场->中后场", + "B. 左后场->右中场->右后场", + "C. 左前场->左后场->中前场", + "D. 中场->左前场->左后场" + ], + "options_en": [ + "A. right front court->right back court->mid back court", + "B. left back court->right mid court->right back court", + "C. left front court->left back court->mid front court", + "D. mid court->left front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001560", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->左后场->右前场", + "B. 右前场->左中场->左中场", + "C. 左前场->中后场->中前场", + "D. 右后场->左后场->左后场" + ], + "options_en": [ + "A. mid back court->left back court->right front court", + "B. right front court->left mid court->left mid court", + "C. left front court->mid back court->mid front court", + "D. right back court->left back court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001561", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左后场->左前场", + "B. 中场->右前场->左前场", + "C. 中前场->左前场->右后场", + "D. 左后场->左中场->右前场" + ], + "options_en": [ + "A. right back court->left back court->left front court", + "B. mid court->right front court->left front court", + "C. mid front court->left front court->right back court", + "D. left back court->left mid court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001562", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 左后场->中后场->右前场->中场", + "B. 中场->中前场->右前场->左后场", + "C. 右后场->中前场->右中场->中后场", + "D. 右中场->右前场->中前场->左后场" + ], + "options_en": [ + "A. left back court->mid back court->right front court->mid court", + "B. mid court->mid front court->right front court->left back court", + "C. right back court->mid front court->right mid court->mid back court", + "D. right mid court->right front court->mid front court->left back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001563", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左中场->中前场", + "B. 左前场->左中场->右前场", + "C. 左中场->左前场->右后场", + "D. 左中场->右前场->左中场" + ], + "options_en": [ + "A. right front court->left mid court->mid front court", + "B. left front court->left mid court->right front court", + "C. left mid court->left front court->right back court", + "D. left mid court->right front court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001564", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->右后场->中后场->左中场->中场->右前场->左中场", + "B. 左前场->右前场->右中场->左前场->右中场->左前场->中后场", + "C. 右中场->中前场->中前场->左中场->中场->右后场->左前场", + "D. 右中场->右前场->右中场->右中场->中后场->中前场->中后场" + ], + "options_en": [ + "A. left back court->right back court->mid back court->left mid court->mid court->right front court->left mid court", + "B. left front court->right front court->right mid court->left front court->right mid court->left front court->mid back court", + "C. right mid court->mid front court->mid front court->left mid court->mid court->right back court->left front court", + "D. right mid court->right front court->right mid court->right mid court->mid back court->mid front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001565", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右后场->中前场->中场->右前场", + "B. 右前场->中后场->中场->中前场", + "C. 中前场->右前场->左中场->右前场", + "D. 中后场->右前场->中场->左前场" + ], + "options_en": [ + "A. right back court->mid front court->mid court->right front court", + "B. right front court->mid back court->mid court->mid front court", + "C. mid front court->right front court->left mid court->right front court", + "D. mid back court->right front court->mid court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001566", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->右前场->中后场->左中场", + "B. 左前场->右中场->中场->右中场", + "C. 中后场->左后场->左后场->中前场", + "D. 左中场->右前场->右后场->中场" + ], + "options_en": [ + "A. right mid court->right front court->mid back court->left mid court", + "B. left front court->right mid court->mid court->right mid court", + "C. mid back court->left back court->left back court->mid front court", + "D. left mid court->right front court->right back court->mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001567", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->中后场->右前场->右中场", + "B. 中后场->中前场->左前场->右前场", + "C. 右前场->右后场->右后场->右中场", + "D. 中前场->左后场->右后场->右后场" + ], + "options_en": [ + "A. left back court->mid back court->right front court->right mid court", + "B. mid back court->mid front court->left front court->right front court", + "C. right front court->right back court->right back court->right mid court", + "D. mid front court->left back court->right back court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001568", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->右前场->右后场->左中场", + "B. 右前场->左后场->左前场->左前场", + "C. 右前场->左前场->中场->左后场", + "D. 左后场->左后场->左后场->右前场" + ], + "options_en": [ + "A. mid court->right front court->right back court->left mid court", + "B. right front court->left back court->left front court->left front court", + "C. right front court->left front court->mid court->left back court", + "D. left back court->left back court->left back court->right front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001569", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->右中场->左中场->左中场", + "B. 右后场->右后场->左中场->中后场", + "C. 左前场->左中场->左后场->右中场", + "D. 中场->右中场->中后场->右前场" + ], + "options_en": [ + "A. right front court->right mid court->left mid court->left mid court", + "B. right back court->right back court->left mid court->mid back court", + "C. left front court->left mid court->left back court->right mid court", + "D. mid court->right mid court->mid back court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001570", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中前场->中前场->右后场->左中场->右中场", + "B. 左前场->中场->左前场->左后场->中前场->中场", + "C. 中场->左后场->左前场->左后场->右前场->中前场", + "D. 中前场->左后场->右中场->中场->中后场->中前场" + ], + "options_en": [ + "A. mid back court->mid front court->mid front court->right back court->left mid court->right mid court", + "B. left front court->mid court->left front court->left back court->mid front court->mid court", + "C. mid court->left back court->left front court->left back court->right front court->mid front court", + "D. mid front court->left back court->right mid court->mid court->mid back court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001571", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->右后场->左前场", + "B. 中后场->中后场->中前场", + "C. 中前场->右后场->中场", + "D. 左前场->中后场->中前场" + ], + "options_en": [ + "A. right mid court->right back court->left front court", + "B. mid back court->mid back court->mid front court", + "C. mid front court->right back court->mid court", + "D. left front court->mid back court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001572", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 中后场->中前场->中前场", + "B. 中场->左前场->右中场", + "C. 左后场->右前场->左中场", + "D. 左后场->右前场->中前场" + ], + "options_en": [ + "A. mid back court->mid front court->mid front court", + "B. mid court->left front court->right mid court", + "C. left back court->right front court->left mid court", + "D. left back court->right front court->mid front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001573", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右后场->左中场->右中场", + "B. 中前场->左后场->中场", + "C. 左中场->右前场->中前场", + "D. 左中场->右前场->左前场" + ], + "options_en": [ + "A. right back court->left mid court->right mid court", + "B. mid front court->left back court->mid court", + "C. left mid court->right front court->mid front court", + "D. left mid court->right front court->left front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001574", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->左前场->右前场", + "B. 右中场->左后场->左后场", + "C. 右中场->右中场->左前场", + "D. 中场->左后场->右前场" + ], + "options_en": [ + "A. mid court->left front court->right front court", + "B. right mid court->left back court->left back court", + "C. right mid court->right mid court->left front court", + "D. mid court->left back court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001575", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右中场->中后场->中前场->中后场", + "B. 中场->右前场->左前场->中后场->中场", + "C. 右中场->右后场->右前场->中前场->左前场", + "D. 右中场->左前场->右前场->右前场->左前场" + ], + "options_en": [ + "A. mid back court->right mid court->mid back court->mid front court->mid back court", + "B. mid court->right front court->left front court->mid back court->mid court", + "C. right mid court->right back court->right front court->mid front court->left front court", + "D. right mid court->left front court->right front court->right front court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001576", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中场->右后场->左前场->中场", + "B. 左中场->右前场->中前场->右前场", + "C. 中后场->中前场->中后场->左后场", + "D. 中后场->右前场->左中场->左前场" + ], + "options_en": [ + "A. mid court->right back court->left front court->mid court", + "B. left mid court->right front court->mid front court->right front court", + "C. mid back court->mid front court->mid back court->left back court", + "D. mid back court->right front court->left mid court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001577", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右前场->左前场", + "B. 左前场->右中场->中后场", + "C. 中前场->中后场->左后场", + "D. 中前场->右中场->左后场" + ], + "options_en": [ + "A. right back court->right front court->left front court", + "B. left front court->right mid court->mid back court", + "C. mid front court->mid back court->left back court", + "D. mid front court->right mid court->left back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001578", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 右前场->左前场->左中场->左前场", + "B. 右后场->中后场->中前场->中场", + "C. 中后场->右前场->中前场->左中场", + "D. 中前场->右前场->右中场->左前场" + ], + "options_en": [ + "A. right front court->left front court->left mid court->left front court", + "B. right back court->mid back court->mid front court->mid court", + "C. mid back court->right front court->mid front court->left mid court", + "D. mid front court->right front court->right mid court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001579", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->左前场->左后场", + "B. 中前场->左中场->右中场", + "C. 右前场->左中场->左前场", + "D. 中场->右后场->右前场" + ], + "options_en": [ + "A. left back court->left front court->left back court", + "B. mid front court->left mid court->right mid court", + "C. right front court->left mid court->left front court", + "D. mid court->right back court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001580", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右前场->中后场", + "B. 左后场->中后场->中前场", + "C. 左中场->右后场->左前场", + "D. 左后场->右前场->中后场" + ], + "options_en": [ + "A. mid back court->right front court->mid back court", + "B. left back court->mid back court->mid front court", + "C. left mid court->right back court->left front court", + "D. left back court->right front court->mid back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001581", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右中场->中前场->右后场->右前场->右中场", + "B. 右后场->左前场->右中场->中后场->右后场->右中场", + "C. 中后场->左后场->左后场->中前场->左后场->右中场", + "D. 中场->左前场->左中场->左中场->左前场->左后场" + ], + "options_en": [ + "A. left front court->right mid court->mid front court->right back court->right front court->right mid court", + "B. right back court->left front court->right mid court->mid back court->right back court->right mid court", + "C. mid back court->left back court->left back court->mid front court->left back court->right mid court", + "D. mid court->left front court->left mid court->left mid court->left front court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001582", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 左后场->右中场->左后场", + "B. 右前场->左中场->右前场", + "C. 左前场->左后场->左前场", + "D. 左中场->左中场->右前场" + ], + "options_en": [ + "A. left back court->right mid court->left back court", + "B. right front court->left mid court->right front court", + "C. left front court->left back court->left front court", + "D. left mid court->left mid court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001583", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->左前场->右后场", + "B. 右前场->右前场->左后场", + "C. 右前场->右前场->左中场", + "D. 右前场->右后场->左前场" + ], + "options_en": [ + "A. mid back court->left front court->right back court", + "B. right front court->right front court->left back court", + "C. right front court->right front court->left mid court", + "D. right front court->right back court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001584", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中前场->右中场->左中场", + "B. 中后场->左前场->中场", + "C. 中前场->中前场->右后场", + "D. 右后场->左前场->右前场" + ], + "options_en": [ + "A. mid front court->right mid court->left mid court", + "B. mid back court->left front court->mid court", + "C. mid front court->mid front court->right back court", + "D. right back court->left front court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001585", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->左前场->左前场->左后场->左中场->左后场->左后场", + "B. 中前场->左中场->左前场->右前场->中场->左中场->左前场", + "C. 右后场->中场->左前场->中场->右中场->左中场->左中场", + "D. 右中场->左后场->左前场->左中场->中后场->中场->中后场" + ], + "options_en": [ + "A. right mid court->left front court->left front court->left back court->left mid court->left back court->left back court", + "B. mid front court->left mid court->left front court->right front court->mid court->left mid court->left front court", + "C. right back court->mid court->left front court->mid court->right mid court->left mid court->left mid court", + "D. right mid court->left back court->left front court->left mid court->mid back court->mid court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001586", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左前场->中后场", + "B. 左中场->右前场->中场", + "C. 右中场->左后场->右前场", + "D. 中前场->左前场->右前场" + ], + "options_en": [ + "A. right front court->left front court->mid back court", + "B. left mid court->right front court->mid court", + "C. right mid court->left back court->right front court", + "D. mid front court->left front court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001587", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面下方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the bottom) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左中场->左后场->右后场->中前场->中后场->中后场", + "B. 左中场->右后场->左后场->左后场->右后场->左前场", + "C. 左前场->右前场->右前场->左前场->中后场->中前场", + "D. 中场->左前场->右后场->右中场->左中场->左后场" + ], + "options_en": [ + "A. left mid court->left back court->right back court->mid front court->mid back court->mid back court", + "B. left mid court->right back court->left back court->left back court->right back court->left front court", + "C. left front court->right front court->right front court->left front court->mid back court->mid front court", + "D. mid court->left front court->right back court->right mid court->left mid court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001588", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->右前场->右前场->左中场", + "B. 左后场->中前场->右前场->中后场", + "C. 中后场->左后场->右中场->右后场", + "D. 中场->左前场->右中场->中场" + ], + "options_en": [ + "A. right front court->right front court->right front court->left mid court", + "B. left back court->mid front court->right front court->mid back court", + "C. mid back court->left back court->right mid court->right back court", + "D. mid court->left front court->right mid court->mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001589", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->左后场->左后场->右前场->中后场->右前场->右前场", + "B. 中后场->右后场->中前场->右中场->中后场->右后场->中场", + "C. 右中场->右中场->右前场->左中场->中前场->右前场->中前场", + "D. 中后场->左中场->中场->右中场->右后场->右后场->中前场" + ], + "options_en": [ + "A. right front court->left back court->left back court->right front court->mid back court->right front court->right front court", + "B. mid back court->right back court->mid front court->right mid court->mid back court->right back court->mid court", + "C. right mid court->right mid court->right front court->left mid court->mid front court->right front court->mid front court", + "D. mid back court->left mid court->mid court->right mid court->right back court->right back court->mid front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001590", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->右前场->右后场", + "B. 中前场->左后场->中前场", + "C. 左后场->左后场->右中场", + "D. 中前场->右后场->右前场" + ], + "options_en": [ + "A. mid front court->right front court->right back court", + "B. mid front court->left back court->mid front court", + "C. left back court->left back court->right mid court", + "D. mid front court->right back court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001591", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中场->左前场->中后场", + "B. 右后场->左前场->中后场", + "C. 右中场->左中场->左后场", + "D. 左后场->右后场->左后场" + ], + "options_en": [ + "A. mid court->left front court->mid back court", + "B. right back court->left front court->mid back court", + "C. right mid court->left mid court->left back court", + "D. left back court->right back court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001592", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右中场->左中场->右中场", + "B. 右后场->左后场->中后场", + "C. 中前场->中后场->左后场", + "D. 中场->中后场->左前场" + ], + "options_en": [ + "A. right mid court->left mid court->right mid court", + "B. right back court->left back court->mid back court", + "C. mid front court->mid back court->left back court", + "D. mid court->mid back court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001593", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中后场->左前场->左后场->中场->中后场", + "B. 中场->右后场->右前场->右后场->中后场->左前场", + "C. 右前场->中后场->右后场->中后场->中场->中场", + "D. 左中场->左后场->左中场->右后场->右中场->右中场" + ], + "options_en": [ + "A. mid back court->mid back court->left front court->left back court->mid court->mid back court", + "B. mid court->right back court->right front court->right back court->mid back court->left front court", + "C. right front court->mid back court->right back court->mid back court->mid court->mid court", + "D. left mid court->left back court->left mid court->right back court->right mid court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001594", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->左后场->左中场->右前场", + "B. 中场->中场->右后场->左中场", + "C. 右后场->右前场->右后场->中后场", + "D. 左中场->左后场->右前场->右后场" + ], + "options_en": [ + "A. left front court->left back court->left mid court->right front court", + "B. mid court->mid court->right back court->left mid court", + "C. right back court->right front court->right back court->mid back court", + "D. left mid court->left back court->right front court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001595", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右后场->右前场->右后场", + "B. 右后场->中前场->中场", + "C. 中场->左后场->左前场", + "D. 右后场->右前场->左前场" + ], + "options_en": [ + "A. right back court->right front court->right back court", + "B. right back court->mid front court->mid court", + "C. mid court->left back court->left front court", + "D. right back court->right front court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001596", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中前场->中前场->左后场", + "B. 左中场->右后场->中前场", + "C. 中场->左前场->中后场", + "D. 中后场->左前场->左后场" + ], + "options_en": [ + "A. mid front court->mid front court->left back court", + "B. left mid court->right back court->mid front court", + "C. mid court->left front court->mid back court", + "D. mid back court->left front court->left back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001597", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->左前场->中场->右后场", + "B. 中前场->中后场->中前场->中后场", + "C. 右前场->左前场->左前场->中前场", + "D. 左后场->左前场->左前场->右中场" + ], + "options_en": [ + "A. right mid court->left front court->mid court->right back court", + "B. mid front court->mid back court->mid front court->mid back court", + "C. right front court->left front court->left front court->mid front court", + "D. left back court->left front court->left front court->right mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001598", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左中场->中场->中场", + "B. 中后场->左前场->右中场->左前场", + "C. 左后场->左前场->左前场->中前场", + "D. 中前场->中前场->中后场->中场" + ], + "options_en": [ + "A. right front court->left mid court->mid court->mid court", + "B. mid back court->left front court->right mid court->left front court", + "C. left back court->left front court->left front court->mid front court", + "D. mid front court->mid front court->mid back court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001599", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右后场->左中场->右前场->中前场", + "B. 中前场->左后场->右前场->中场", + "C. 右后场->左中场->右后场->右中场", + "D. 中后场->中前场->中场->中前场" + ], + "options_en": [ + "A. right back court->left mid court->right front court->mid front court", + "B. mid front court->left back court->right front court->mid court", + "C. right back court->left mid court->right back court->right mid court", + "D. mid back court->mid front court->mid court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001600", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->右后场->中后场->中前场->中场->中前场->中前场", + "B. 右后场->中前场->右中场->左中场->中前场->左前场->中后场", + "C. 右前场->中前场->中后场->右前场->左后场->右中场->左前场", + "D. 中后场->左后场->左后场->右中场->右后场->中场->右后场" + ], + "options_en": [ + "A. left back court->right back court->mid back court->mid front court->mid court->mid front court->mid front court", + "B. right back court->mid front court->right mid court->left mid court->mid front court->left front court->mid back court", + "C. right front court->mid front court->mid back court->right front court->left back court->right mid court->left front court", + "D. mid back court->left back court->left back court->right mid court->right back court->mid court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001601", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->中前场->中前场->左后场", + "B. 右中场->右前场->左后场->中前场", + "C. 右后场->中后场->右中场->左中场", + "D. 中前场->右前场->右前场->右后场" + ], + "options_en": [ + "A. right back court->mid front court->mid front court->left back court", + "B. right mid court->right front court->left back court->mid front court", + "C. right back court->mid back court->right mid court->left mid court", + "D. mid front court->right front court->right front court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001602", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->左前场->左前场->左后场->中场", + "B. 右中场->中场->中前场->右后场->左后场", + "C. 中场->中后场->右前场->左后场->右前场", + "D. 中前场->右后场->中后场->左中场->右前场" + ], + "options_en": [ + "A. mid court->left front court->left front court->left back court->mid court", + "B. right mid court->mid court->mid front court->right back court->left back court", + "C. mid court->mid back court->right front court->left back court->right front court", + "D. mid front court->right back court->mid back court->left mid court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001603", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->右后场->中前场->左中场", + "B. 中后场->左前场->右前场->左前场", + "C. 左前场->中场->中前场->左后场", + "D. 左前场->右中场->右后场->中前场" + ], + "options_en": [ + "A. right mid court->right back court->mid front court->left mid court", + "B. mid back court->left front court->right front court->left front court", + "C. left front court->mid court->mid front court->left back court", + "D. left front court->right mid court->right back court->mid front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001604", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->右前场->中后场", + "B. 中场->右后场->中前场", + "C. 中前场->中前场->中后场", + "D. 右中场->左中场->右中场" + ], + "options_en": [ + "A. left back court->right front court->mid back court", + "B. mid court->right back court->mid front court", + "C. mid front court->mid front court->mid back court", + "D. right mid court->left mid court->right mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001605", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->右中场->右后场", + "B. 右中场->左前场->右中场", + "C. 中场->右中场->左中场", + "D. 右中场->左中场->右前场" + ], + "options_en": [ + "A. left mid court->right mid court->right back court", + "B. right mid court->left front court->right mid court", + "C. mid court->right mid court->left mid court", + "D. right mid court->left mid court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001606", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右后场->中前场->左后场", + "B. 左中场->中后场->右前场", + "C. 左前场->右前场->左后场", + "D. 右后场->右后场->左后场" + ], + "options_en": [ + "A. right back court->mid front court->left back court", + "B. left mid court->mid back court->right front court", + "C. left front court->right front court->left back court", + "D. right back court->right back court->left back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001607", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 中前场->中前场->中场->中前场->右中场->左前场->中场", + "B. 中场->右后场->右中场->右前场->中场->右后场->左前场", + "C. 右前场->左后场->左中场->右后场->左后场->中后场->左前场", + "D. 中后场->左前场->左前场->中后场->中前场->右中场->左前场" + ], + "options_en": [ + "A. mid front court->mid front court->mid court->mid front court->right mid court->left front court->mid court", + "B. mid court->right back court->right mid court->right front court->mid court->right back court->left front court", + "C. right front court->left back court->left mid court->right back court->left back court->mid back court->left front court", + "D. mid back court->left front court->left front court->mid back court->mid front court->right mid court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001608", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左前场->右中场->右后场->右中场", + "B. 中前场->右中场->左中场->左后场", + "C. 右后场->左前场->右中场->中前场", + "D. 左中场->中前场->中后场->左前场" + ], + "options_en": [ + "A. left front court->right mid court->right back court->right mid court", + "B. mid front court->right mid court->left mid court->left back court", + "C. right back court->left front court->right mid court->mid front court", + "D. left mid court->mid front court->mid back court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001609", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->左后场->中前场->右中场", + "B. 左中场->左前场->左后场->中场", + "C. 右后场->左前场->右中场->右后场", + "D. 右后场->左后场->左前场->左后场" + ], + "options_en": [ + "A. mid back court->left back court->mid front court->right mid court", + "B. left mid court->left front court->left back court->mid court", + "C. right back court->left front court->right mid court->right back court", + "D. right back court->left back court->left front court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001610", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->中前场->右后场", + "B. 右后场->右后场->左中场", + "C. 中前场->右中场->左前场", + "D. 左后场->右前场->右中场" + ], + "options_en": [ + "A. left front court->mid front court->right back court", + "B. right back court->right back court->left mid court", + "C. mid front court->right mid court->left front court", + "D. left back court->right front court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001611", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左前场->右前场->右中场", + "B. 中前场->中后场->中后场", + "C. 右后场->中后场->左前场", + "D. 中前场->右中场->左中场" + ], + "options_en": [ + "A. left front court->right front court->right mid court", + "B. mid front court->mid back court->mid back court", + "C. right back court->mid back court->left front court", + "D. mid front court->right mid court->left mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001612", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->左前场->右前场->左前场", + "B. 左前场->左前场->右后场->右后场", + "C. 中前场->中前场->中后场->中前场", + "D. 右中场->右前场->左后场->中前场" + ], + "options_en": [ + "A. left mid court->left front court->right front court->left front court", + "B. left front court->left front court->right back court->right back court", + "C. mid front court->mid front court->mid back court->mid front court", + "D. right mid court->right front court->left back court->mid front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001613", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->左中场->左中场->右前场", + "B. 中前场->左前场->右前场->中场", + "C. 左后场->中前场->右前场->中前场", + "D. 右前场->中前场->左后场->右前场" + ], + "options_en": [ + "A. right mid court->left mid court->left mid court->right front court", + "B. mid front court->left front court->right front court->mid court", + "C. left back court->mid front court->right front court->mid front court", + "D. right front court->mid front court->left back court->right front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001614", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->左后场->右前场", + "B. 右前场->左中场->右中场", + "C. 右前场->左前场->左中场", + "D. 右中场->右前场->左中场" + ], + "options_en": [ + "A. left mid court->left back court->right front court", + "B. right front court->left mid court->right mid court", + "C. right front court->left front court->left mid court", + "D. right mid court->right front court->left mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001615", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左中场->右前场", + "B. 右中场->右前场->右后场", + "C. 右前场->右后场->中前场", + "D. 右后场->右前场->右前场" + ], + "options_en": [ + "A. right back court->left mid court->right front court", + "B. right mid court->right front court->right back court", + "C. right front court->right back court->mid front court", + "D. right back court->right front court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001616", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右前场->左中场->中后场->右前场", + "B. 左前场->左中场->左后场->左前场->左前场", + "C. 左后场->中场->右中场->右后场->左中场", + "D. 左后场->左后场->左中场->右中场->左中场" + ], + "options_en": [ + "A. mid back court->right front court->left mid court->mid back court->right front court", + "B. left front court->left mid court->left back court->left front court->left front court", + "C. left back court->mid court->right mid court->right back court->left mid court", + "D. left back court->left back court->left mid court->right mid court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001617", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右中场->左前场", + "B. 左中场->右中场->左前场", + "C. 左前场->右后场->右前场", + "D. 右前场->左中场->左前场" + ], + "options_en": [ + "A. right back court->right mid court->left front court", + "B. left mid court->right mid court->left front court", + "C. left front court->right back court->right front court", + "D. right front court->left mid court->left front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001618", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->左前场->左前场", + "B. 中后场->右中场->左中场", + "C. 左前场->右中场->右中场", + "D. 左前场->左前场->右后场" + ], + "options_en": [ + "A. mid back court->left front court->left front court", + "B. mid back court->right mid court->left mid court", + "C. left front court->right mid court->right mid court", + "D. left front court->left front court->right back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001619", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中场->右后场->左中场", + "B. 中后场->中前场->中前场", + "C. 中场->左前场->中后场", + "D. 中前场->左后场->中后场" + ], + "options_en": [ + "A. mid court->right back court->left mid court", + "B. mid back court->mid front court->mid front court", + "C. mid court->left front court->mid back court", + "D. mid front court->left back court->mid back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001620", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面下方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the bottom) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右中场->中场->左前场->左前场", + "B. 右前场->左中场->左中场->右前场->中场", + "C. 中前场->右前场->右后场->右后场->左中场", + "D. 中场->右前场->左后场->中场->中后场" + ], + "options_en": [ + "A. left front court->right mid court->mid court->left front court->left front court", + "B. right front court->left mid court->left mid court->right front court->mid court", + "C. mid front court->right front court->right back court->right back court->left mid court", + "D. mid court->right front court->left back court->mid court->mid back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001621", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->右前场->左后场->中前场->右后场->左中场->中后场", + "B. 中场->左中场->中场->中后场->左后场->右后场->中后场", + "C. 左中场->中场->中场->中前场->右后场->左前场->左前场", + "D. 右后场->左前场->中场->左中场->中前场->中前场->中场" + ], + "options_en": [ + "A. left back court->right front court->left back court->mid front court->right back court->left mid court->mid back court", + "B. mid court->left mid court->mid court->mid back court->left back court->right back court->mid back court", + "C. left mid court->mid court->mid court->mid front court->right back court->left front court->left front court", + "D. right back court->left front court->mid court->left mid court->mid front court->mid front court->mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001622", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->右后场->右后场->左中场->右中场", + "B. 中后场->中前场->左中场->中前场->左中场", + "C. 左前场->右前场->右中场->右前场->中前场", + "D. 中前场->左中场->右前场->右后场->左前场" + ], + "options_en": [ + "A. right mid court->right back court->right back court->left mid court->right mid court", + "B. mid back court->mid front court->left mid court->mid front court->left mid court", + "C. left front court->right front court->right mid court->right front court->mid front court", + "D. mid front court->left mid court->right front court->right back court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001623", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->右后场->左前场->左前场->右前场->左后场", + "B. 左后场->右前场->右前场->右前场->左中场->右前场", + "C. 中前场->右中场->左后场->左前场->左后场->中前场", + "D. 右后场->右后场->中后场->中前场->左后场->左后场" + ], + "options_en": [ + "A. mid front court->right back court->left front court->left front court->right front court->left back court", + "B. left back court->right front court->right front court->right front court->left mid court->right front court", + "C. mid front court->right mid court->left back court->left front court->left back court->mid front court", + "D. right back court->right back court->mid back court->mid front court->left back court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001624", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->中后场->右中场", + "B. 左中场->右中场->右前场", + "C. 中后场->右前场->左中场", + "D. 左前场->中前场->右后场" + ], + "options_en": [ + "A. right front court->mid back court->right mid court", + "B. left mid court->right mid court->right front court", + "C. mid back court->right front court->left mid court", + "D. left front court->mid front court->right back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001625", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 右中场->左后场->右后场", + "B. 左前场->左后场->左中场", + "C. 中场->左前场->右中场", + "D. 中前场->右后场->中场" + ], + "options_en": [ + "A. right mid court->left back court->right back court", + "B. left front court->left back court->left mid court", + "C. mid court->left front court->right mid court", + "D. mid front court->right back court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001626", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 右中场->左中场->右前场->右中场", + "B. 右中场->右后场->左后场->右后场", + "C. 右前场->右后场->右前场->左前场", + "D. 左后场->中前场->右中场->右后场" + ], + "options_en": [ + "A. right mid court->left mid court->right front court->right mid court", + "B. right mid court->right back court->left back court->right back court", + "C. right front court->right back court->right front court->left front court", + "D. left back court->mid front court->right mid court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001627", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->右前场->左后场->中后场->左后场->左前场->左中场", + "B. 中场->中前场->右前场->左前场->左后场->中前场->右前场", + "C. 中前场->中前场->中后场->中场->右前场->右前场->左中场", + "D. 中前场->左中场->左后场->右中场->右后场->右后场->中前场" + ], + "options_en": [ + "A. mid front court->right front court->left back court->mid back court->left back court->left front court->left mid court", + "B. mid court->mid front court->right front court->left front court->left back court->mid front court->right front court", + "C. mid front court->mid front court->mid back court->mid court->right front court->right front court->left mid court", + "D. mid front court->left mid court->left back court->right mid court->right back court->right back court->mid front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001628", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->中后场->左前场->左后场->左中场->左前场->右后场", + "B. 中前场->中后场->右前场->右前场->右前场->右前场->右后场", + "C. 右中场->左中场->中后场->右前场->中后场->中后场->右后场", + "D. 中场->右前场->中场->右中场->右前场->左中场->中场" + ], + "options_en": [ + "A. mid front court->mid back court->left front court->left back court->left mid court->left front court->right back court", + "B. mid front court->mid back court->right front court->right front court->right front court->right front court->right back court", + "C. right mid court->left mid court->mid back court->right front court->mid back court->mid back court->right back court", + "D. mid court->right front court->mid court->right mid court->right front court->left mid court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001629", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右中场->右后场->左后场", + "B. 中前场->右前场->左后场", + "C. 右前场->左前场->右前场", + "D. 左中场->左前场->右后场" + ], + "options_en": [ + "A. right mid court->right back court->left back court", + "B. mid front court->right front court->left back court", + "C. right front court->left front court->right front court", + "D. left mid court->left front court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001630", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中场->左前场->中后场->右后场", + "B. 中场->左后场->右前场->中后场", + "C. 右后场->左中场->右后场->中前场", + "D. 左前场->右中场->中场->中前场" + ], + "options_en": [ + "A. mid court->left front court->mid back court->right back court", + "B. mid court->left back court->right front court->mid back court", + "C. right back court->left mid court->right back court->mid front court", + "D. left front court->right mid court->mid court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001631", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左前场->右中场->中前场->右中场", + "B. 左前场->左前场->左后场->左前场->中前场", + "C. 中后场->右后场->左前场->右后场->左前场", + "D. 左中场->右后场->中前场->左前场->左后场" + ], + "options_en": [ + "A. right front court->left front court->right mid court->mid front court->right mid court", + "B. left front court->left front court->left back court->left front court->mid front court", + "C. mid back court->right back court->left front court->right back court->left front court", + "D. left mid court->right back court->mid front court->left front court->left back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001632", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->左中场->右后场->中前场->左后场", + "B. 右中场->中后场->中后场->中后场->右前场", + "C. 右前场->右前场->中场->右后场->左后场", + "D. 中后场->左前场->右中场->中场->左前场" + ], + "options_en": [ + "A. right mid court->left mid court->right back court->mid front court->left back court", + "B. right mid court->mid back court->mid back court->mid back court->right front court", + "C. right front court->right front court->mid court->right back court->left back court", + "D. mid back court->left front court->right mid court->mid court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001633", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中场->左后场->左后场->右前场->中场", + "B. 右前场->右前场->中后场->左前场->右前场", + "C. 右中场->左前场->左后场->右后场->左后场", + "D. 左后场->右前场->右中场->右中场->右前场" + ], + "options_en": [ + "A. mid court->left back court->left back court->right front court->mid court", + "B. right front court->right front court->mid back court->left front court->right front court", + "C. right mid court->left front court->left back court->right back court->left back court", + "D. left back court->right front court->right mid court->right mid court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001634", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右后场->左后场->中场", + "B. 右中场->右后场->左后场", + "C. 左前场->左中场->右中场", + "D. 右中场->右后场->左前场" + ], + "options_en": [ + "A. right back court->left back court->mid court", + "B. right mid court->right back court->left back court", + "C. left front court->left mid court->right mid court", + "D. right mid court->right back court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001635", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->中前场->中前场->左前场->左后场->左中场->左前场", + "B. 左中场->右后场->中场->中前场->左中场->中场->左前场", + "C. 左后场->右后场->中场->右前场->中后场->左中场->右后场", + "D. 中前场->左前场->左后场->右前场->右前场->左后场->左前场" + ], + "options_en": [ + "A. left back court->mid front court->mid front court->left front court->left back court->left mid court->left front court", + "B. left mid court->right back court->mid court->mid front court->left mid court->mid court->left front court", + "C. left back court->right back court->mid court->right front court->mid back court->left mid court->right back court", + "D. mid front court->left front court->left back court->right front court->right front court->left back court->left front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001636", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->左中场->左中场->中后场->右中场->左后场", + "B. 右中场->中场->中场->右中场->右前场->左前场", + "C. 中前场->左前场->左中场->左前场->右后场->右中场", + "D. 中后场->左后场->左前场->右中场->右中场->右后场" + ], + "options_en": [ + "A. left back court->left mid court->left mid court->mid back court->right mid court->left back court", + "B. right mid court->mid court->mid court->right mid court->right front court->left front court", + "C. mid front court->left front court->left mid court->left front court->right back court->right mid court", + "D. mid back court->left back court->left front court->right mid court->right mid court->right back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001637", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右中场->中后场->中后场->右前场", + "B. 右中场->左中场->中场->中前场->中场", + "C. 左中场->左后场->左前场->右前场->中前场", + "D. 左前场->左中场->左前场->右后场->右中场" + ], + "options_en": [ + "A. left front court->right mid court->mid back court->mid back court->right front court", + "B. right mid court->left mid court->mid court->mid front court->mid court", + "C. left mid court->left back court->left front court->right front court->mid front court", + "D. left front court->left mid court->left front court->right back court->right mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001638", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右中场->左前场", + "B. 中前场->中后场->左后场", + "C. 右前场->右前场->中后场", + "D. 中前场->右前场->左前场" + ], + "options_en": [ + "A. right back court->right mid court->left front court", + "B. mid front court->mid back court->left back court", + "C. right front court->right front court->mid back court", + "D. mid front court->right front court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001639", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左后场->中前场->左后场->右后场", + "B. 右中场->左中场->中前场->中前场->中后场", + "C. 中场->中前场->左中场->右中场->左前场", + "D. 右中场->右中场->中前场->左中场->右后场" + ], + "options_en": [ + "A. right front court->left back court->mid front court->left back court->right back court", + "B. right mid court->left mid court->mid front court->mid front court->mid back court", + "C. mid court->mid front court->left mid court->right mid court->left front court", + "D. right mid court->right mid court->mid front court->left mid court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001640", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左中场->右前场->右后场", + "B. 左中场->右中场->中前场", + "C. 右后场->右前场->右后场", + "D. 中前场->中前场->左后场" + ], + "options_en": [ + "A. left mid court->right front court->right back court", + "B. left mid court->right mid court->mid front court", + "C. right back court->right front court->right back court", + "D. mid front court->mid front court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001641", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->中前场->中后场->左中场->左后场->右前场", + "B. 左中场->左后场->左前场->左前场->中场->右前场", + "C. 右中场->左前场->左后场->左后场->中前场->右前场", + "D. 中场->左前场->中后场->中场->中后场->左中场" + ], + "options_en": [ + "A. mid back court->mid front court->mid back court->left mid court->left back court->right front court", + "B. left mid court->left back court->left front court->left front court->mid court->right front court", + "C. right mid court->left front court->left back court->left back court->mid front court->right front court", + "D. mid court->left front court->mid back court->mid court->mid back court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001642", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->左后场->中前场->左后场", + "B. 中后场->右后场->右后场->右前场", + "C. 左前场->中场->右前场->左前场", + "D. 中后场->右前场->左前场->左后场" + ], + "options_en": [ + "A. right mid court->left back court->mid front court->left back court", + "B. mid back court->right back court->right back court->right front court", + "C. left front court->mid court->right front court->left front court", + "D. mid back court->right front court->left front court->left back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001643", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->右中场->右后场->左前场", + "B. 右中场->右前场->中前场->左后场", + "C. 左中场->右前场->左前场->中场", + "D. 中前场->右前场->左后场->中场" + ], + "options_en": [ + "A. left front court->right mid court->right back court->left front court", + "B. right mid court->right front court->mid front court->left back court", + "C. left mid court->right front court->left front court->mid court", + "D. mid front court->right front court->left back court->mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001644", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->右后场->右后场->右前场", + "B. 左前场->右后场->左后场->右后场", + "C. 右后场->左中场->左中场->右前场", + "D. 中后场->右前场->左前场->右中场" + ], + "options_en": [ + "A. right front court->right back court->right back court->right front court", + "B. left front court->right back court->left back court->right back court", + "C. right back court->left mid court->left mid court->right front court", + "D. mid back court->right front court->left front court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001645", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->右中场->右前场", + "B. 左前场->右中场->右前场", + "C. 中场->左前场->中后场", + "D. 中场->右中场->左前场" + ], + "options_en": [ + "A. left back court->right mid court->right front court", + "B. left front court->right mid court->right front court", + "C. mid court->left front court->mid back court", + "D. mid court->right mid court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001646", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->左后场->右中场->中后场->左中场", + "B. 右前场->中前场->中后场->左前场->左前场", + "C. 中前场->左前场->右后场->右中场->右中场", + "D. 右中场->左前场->左前场->中后场->左中场" + ], + "options_en": [ + "A. left front court->left back court->right mid court->mid back court->left mid court", + "B. right front court->mid front court->mid back court->left front court->left front court", + "C. mid front court->left front court->right back court->right mid court->right mid court", + "D. right mid court->left front court->left front court->mid back court->left mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001647", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面上方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右后场->中后场->中前场->中场->右后场->右中场->右中场", + "B. 左后场->左前场->左后场->中场->中场->左前场->右中场", + "C. 中前场->中场->左中场->左中场->中前场->右中场->左后场", + "D. 右前场->左后场->左后场->左前场->左后场->中前场->左后场" + ], + "options_en": [ + "A. right back court->mid back court->mid front court->mid court->right back court->right mid court->right mid court", + "B. left back court->left front court->left back court->mid court->mid court->left front court->right mid court", + "C. mid front court->mid court->left mid court->left mid court->mid front court->right mid court->left back court", + "D. right front court->left back court->left back court->left front court->left back court->mid front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001648", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中前场->左后场->中前场->右中场->左前场->左后场", + "B. 右后场->左前场->中后场->中前场->中场->中场", + "C. 左后场->右中场->左中场->中前场->右后场->左前场", + "D. 左后场->中前场->左后场->右前场->左后场->左中场" + ], + "options_en": [ + "A. mid front court->left back court->mid front court->right mid court->left front court->left back court", + "B. right back court->left front court->mid back court->mid front court->mid court->mid court", + "C. left back court->right mid court->left mid court->mid front court->right back court->left front court", + "D. left back court->mid front court->left back court->right front court->left back court->left mid court" + ], + "answer": "D" + }, + { + "video_uid": "video_001649", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->中场->右前场->右后场->右中场->右中场->右中场", + "B. 右后场->左中场->右中场->左中场->右中场->中场->左前场", + "C. 右中场->右前场->右中场->左前场->中后场->右后场->中前场", + "D. 中前场->左后场->左中场->中前场->左中场->右中场->右后场" + ], + "options_en": [ + "A. right back court->mid court->right front court->right back court->right mid court->right mid court->right mid court", + "B. right back court->left mid court->right mid court->left mid court->right mid court->mid court->left front court", + "C. right mid court->right front court->right mid court->left front court->mid back court->right back court->mid front court", + "D. mid front court->left back court->left mid court->mid front court->left mid court->right mid court->right back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001650", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->左中场->右后场", + "B. 中场->右后场->左中场", + "C. 右后场->右前场->左后场", + "D. 中后场->中前场->中后场" + ], + "options_en": [ + "A. mid back court->left mid court->right back court", + "B. mid court->right back court->left mid court", + "C. right back court->right front court->left back court", + "D. mid back court->mid front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001651", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 中后场->右中场->右前场->中后场->右后场->左后场->右前场", + "B. 中场->左中场->左中场->右前场->左后场->右前场->左中场", + "C. 右前场->左后场->左后场->中场->中后场->中场->中前场", + "D. 左中场->左中场->右前场->中后场->右中场->中场->左前场" + ], + "options_en": [ + "A. mid back court->right mid court->right front court->mid back court->right back court->left back court->right front court", + "B. mid court->left mid court->left mid court->right front court->left back court->right front court->left mid court", + "C. right front court->left back court->left back court->mid court->mid back court->mid court->mid front court", + "D. left mid court->left mid court->right front court->mid back court->right mid court->mid court->left front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001652", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->右中场->左后场->右前场->中场", + "B. 左前场->左中场->左前场->右后场->右前场", + "C. 左前场->中后场->右中场->右后场->中后场", + "D. 右后场->左前场->中场->左后场->右中场" + ], + "options_en": [ + "A. right mid court->right mid court->left back court->right front court->mid court", + "B. left front court->left mid court->left front court->right back court->right front court", + "C. left front court->mid back court->right mid court->right back court->mid back court", + "D. right back court->left front court->mid court->left back court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001653", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->左前场->右后场->右前场->右后场", + "B. 中后场->中前场->右后场->右中场->左后场", + "C. 右前场->左后场->中前场->中场->右中场", + "D. 右后场->右前场->右前场->左前场->中场" + ], + "options_en": [ + "A. left mid court->left front court->right back court->right front court->right back court", + "B. mid back court->mid front court->right back court->right mid court->left back court", + "C. right front court->left back court->mid front court->mid court->right mid court", + "D. right back court->right front court->right front court->left front court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001654", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中后场->左前场->左后场->中后场->中场->右中场", + "B. 右前场->左后场->右后场->左后场->右前场->左后场", + "C. 中场->左后场->右中场->左后场->中后场->左后场", + "D. 左后场->中场->中前场->中后场->右后场->右前场" + ], + "options_en": [ + "A. mid back court->left front court->left back court->mid back court->mid court->right mid court", + "B. right front court->left back court->right back court->left back court->right front court->left back court", + "C. mid court->left back court->right mid court->left back court->mid back court->left back court", + "D. left back court->mid court->mid front court->mid back court->right back court->right front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001655", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面下方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the bottom) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中后场->右前场->右前场->中场->左前场", + "B. 左后场->中场->中后场->中前场->中后场", + "C. 中前场->左后场->中前场->中后场->左后场", + "D. 右前场->右前场->左中场->左后场->左后场" + ], + "options_en": [ + "A. mid back court->right front court->right front court->mid court->left front court", + "B. left back court->mid court->mid back court->mid front court->mid back court", + "C. mid front court->left back court->mid front court->mid back court->left back court", + "D. right front court->right front court->left mid court->left back court->left back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001656", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->左后场->中后场->中场->中后场", + "B. 右前场->左后场->右后场->中前场->中后场", + "C. 左后场->中场->右中场->右后场->中前场", + "D. 中场->左前场->左后场->左前场->左后场" + ], + "options_en": [ + "A. mid front court->left back court->mid back court->mid court->mid back court", + "B. right front court->left back court->right back court->mid front court->mid back court", + "C. left back court->mid court->right mid court->right back court->mid front court", + "D. mid court->left front court->left back court->left front court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001657", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->左后场->中前场->右后场->左中场", + "B. 中前场->右中场->中前场->右前场->左后场", + "C. 中场->左后场->中前场->右中场->中后场", + "D. 中后场->右中场->左中场->右中场->右前场" + ], + "options_en": [ + "A. left back court->left back court->mid front court->right back court->left mid court", + "B. mid front court->right mid court->mid front court->right front court->left back court", + "C. mid court->left back court->mid front court->right mid court->mid back court", + "D. mid back court->right mid court->left mid court->right mid court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001658", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 右中场->左前场->右前场", + "B. 右后场->左中场->左后场", + "C. 右前场->左中场->中场", + "D. 中场->右前场->左前场" + ], + "options_en": [ + "A. right mid court->left front court->right front court", + "B. right back court->left mid court->left back court", + "C. right front court->left mid court->mid court", + "D. mid court->right front court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001659", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->左后场->右前场->中后场", + "B. 中后场->左前场->右中场->左后场", + "C. 中后场->右前场->中后场->中场", + "D. 中前场->中后场->中前场->右后场" + ], + "options_en": [ + "A. right front court->left back court->right front court->mid back court", + "B. mid back court->left front court->right mid court->left back court", + "C. mid back court->right front court->mid back court->mid court", + "D. mid front court->mid back court->mid front court->right back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001660", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右后场->右中场->中场->中后场->中前场", + "B. 右前场->左后场->左中场->中前场->中后场", + "C. 中后场->中场->右中场->中前场->中后场", + "D. 右前场->中后场->左后场->右中场->右前场" + ], + "options_en": [ + "A. right back court->right mid court->mid court->mid back court->mid front court", + "B. right front court->left back court->left mid court->mid front court->mid back court", + "C. mid back court->mid court->right mid court->mid front court->mid back court", + "D. right front court->mid back court->left back court->right mid court->right front court" + ], + "answer": "D" + }, + { + "video_uid": "video_001661", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->左中场->右中场->左中场->中前场->中前场->左后场", + "B. 右后场->左前场->左后场->右前场->右后场->中后场->中场", + "C. 右前场->左中场->中场->右中场->左中场->左前场->左前场", + "D. 右后场->右中场->左前场->右后场->中后场->中后场->中前场" + ], + "options_en": [ + "A. mid front court->left mid court->right mid court->left mid court->mid front court->mid front court->left back court", + "B. right back court->left front court->left back court->right front court->right back court->mid back court->mid court", + "C. right front court->left mid court->mid court->right mid court->left mid court->left front court->left front court", + "D. right back court->right mid court->left front court->right back court->mid back court->mid back court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001662", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->中后场->右后场->中场", + "B. 左中场->右后场->左后场->右前场", + "C. 中前场->中后场->中前场->右中场", + "D. 右前场->左后场->中场->右前场" + ], + "options_en": [ + "A. left front court->mid back court->right back court->mid court", + "B. left mid court->right back court->left back court->right front court", + "C. mid front court->mid back court->mid front court->right mid court", + "D. right front court->left back court->mid court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001663", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左前场->左后场->右前场", + "B. 左前场->左前场->左中场->右中场", + "C. 右前场->左前场->左中场->左中场", + "D. 右中场->右前场->右后场->左前场" + ], + "options_en": [ + "A. right back court->left front court->left back court->right front court", + "B. left front court->left front court->left mid court->right mid court", + "C. right front court->left front court->left mid court->left mid court", + "D. right mid court->right front court->right back court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001664", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->右前场->左后场", + "B. 左后场->右前场->左中场", + "C. 左中场->右前场->右中场", + "D. 中前场->左后场->左中场" + ], + "options_en": [ + "A. right mid court->right front court->left back court", + "B. left back court->right front court->left mid court", + "C. left mid court->right front court->right mid court", + "D. mid front court->left back court->left mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001665", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->左前场->左后场", + "B. 右中场->左前场->中后场", + "C. 右前场->左后场->左中场", + "D. 中后场->中前场->左前场" + ], + "options_en": [ + "A. right mid court->left front court->left back court", + "B. right mid court->left front court->mid back court", + "C. right front court->left back court->left mid court", + "D. mid back court->mid front court->left front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001666", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右前场->中前场", + "B. 左前场->左后场->左中场", + "C. 左前场->右中场->左前场", + "D. 右前场->左中场->左中场" + ], + "options_en": [ + "A. right back court->right front court->mid front court", + "B. left front court->left back court->left mid court", + "C. left front court->right mid court->left front court", + "D. right front court->left mid court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001667", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面下方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->中前场->左后场->右中场", + "B. 中后场->左前场->中后场->左前场", + "C. 中前场->右后场->右中场->右后场", + "D. 右前场->右前场->左后场->中场" + ], + "options_en": [ + "A. left back court->mid front court->left back court->right mid court", + "B. mid back court->left front court->mid back court->left front court", + "C. mid front court->right back court->right mid court->right back court", + "D. right front court->right front court->left back court->mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001668", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->右中场->左后场->右后场->左后场", + "B. 右中场->中前场->中场->右后场->中前场", + "C. 中场->左前场->左前场->右后场->右前场", + "D. 右后场->中后场->中后场->中前场->右中场" + ], + "options_en": [ + "A. left back court->right mid court->left back court->right back court->left back court", + "B. right mid court->mid front court->mid court->right back court->mid front court", + "C. mid court->left front court->left front court->right back court->right front court", + "D. right back court->mid back court->mid back court->mid front court->right mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001669", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面下方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左后场->右中场->左后场", + "B. 中前场->右后场->左前场", + "C. 右前场->左后场->左前场", + "D. 中后场->左前场->右前场" + ], + "options_en": [ + "A. left back court->right mid court->left back court", + "B. mid front court->right back court->left front court", + "C. right front court->left back court->left front court", + "D. mid back court->left front court->right front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001670", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右后场->右前场", + "B. 左后场->左前场->左后场", + "C. 左前场->中后场->右前场", + "D. 右前场->右后场->左中场" + ], + "options_en": [ + "A. right back court->right back court->right front court", + "B. left back court->left front court->left back court", + "C. left front court->mid back court->right front court", + "D. right front court->right back court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001671", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中前场->中场->中场->左后场->右后场->中场->右中场", + "B. 左前场->右前场->中前场->中前场->左后场->右后场->中后场", + "C. 左后场->右中场->右前场->中前场->中前场->左中场->左前场", + "D. 右后场->中场->左中场->中后场->右前场->左中场->中后场" + ], + "options_en": [ + "A. mid front court->mid court->mid court->left back court->right back court->mid court->right mid court", + "B. left front court->right front court->mid front court->mid front court->left back court->right back court->mid back court", + "C. left back court->right mid court->right front court->mid front court->mid front court->left mid court->left front court", + "D. right back court->mid court->left mid court->mid back court->right front court->left mid court->mid back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001672", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面下方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the bottom) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右前场->左后场->左后场->右中场", + "B. 中场->右中场->中后场->左前场", + "C. 中前场->右中场->右前场->右后场", + "D. 中后场->右前场->右前场->中后场" + ], + "options_en": [ + "A. right front court->left back court->left back court->right mid court", + "B. mid court->right mid court->mid back court->left front court", + "C. mid front court->right mid court->right front court->right back court", + "D. mid back court->right front court->right front court->mid back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001673", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面下方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the bottom) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右中场->中场->左前场->左后场", + "B. 中后场->中场->右前场->中后场", + "C. 中场->中场->右后场->左前场", + "D. 右后场->右前场->右中场->左后场" + ], + "options_en": [ + "A. right mid court->mid court->left front court->left back court", + "B. mid back court->mid court->right front court->mid back court", + "C. mid court->mid court->right back court->left front court", + "D. right back court->right front court->right mid court->left back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001674", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左中场->右后场->中场", + "B. 中后场->右后场->左后场", + "C. 左前场->右中场->左中场", + "D. 左后场->左前场->左前场" + ], + "options_en": [ + "A. left mid court->right back court->mid court", + "B. mid back court->right back court->left back court", + "C. left front court->right mid court->left mid court", + "D. left back court->left front court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001675", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->右前场->左后场->右中场->中后场->左后场->左前场", + "B. 中后场->中后场->右前场->右中场->左后场->中场->左中场", + "C. 左前场->右中场->左中场->右前场->左中场->中前场->左后场", + "D. 中后场->右后场->中后场->右后场->左中场->左中场->右后场" + ], + "options_en": [ + "A. right back court->right front court->left back court->right mid court->mid back court->left back court->left front court", + "B. mid back court->mid back court->right front court->right mid court->left back court->mid court->left mid court", + "C. left front court->right mid court->left mid court->right front court->left mid court->mid front court->left back court", + "D. mid back court->right back court->mid back court->right back court->left mid court->left mid court->right back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001676", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左前场->右前场->中前场", + "B. 中前场->中后场->中场", + "C. 左中场->右前场->右中场", + "D. 右前场->左中场->右后场" + ], + "options_en": [ + "A. left front court->right front court->mid front court", + "B. mid front court->mid back court->mid court", + "C. left mid court->right front court->right mid court", + "D. right front court->left mid court->right back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001677", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->右中场->左中场->右中场", + "B. 左前场->右后场->左前场->中后场", + "C. 中后场->左后场->右前场->左前场", + "D. 右后场->中前场->左前场->中后场" + ], + "options_en": [ + "A. left front court->right mid court->left mid court->right mid court", + "B. left front court->right back court->left front court->mid back court", + "C. mid back court->left back court->right front court->left front court", + "D. right back court->mid front court->left front court->mid back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001678", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左中场->中前场->左后场", + "B. 中前场->左前场->中后场", + "C. 右前场->中后场->右中场", + "D. 左前场->中前场->中后场" + ], + "options_en": [ + "A. left mid court->mid front court->left back court", + "B. mid front court->left front court->mid back court", + "C. right front court->mid back court->right mid court", + "D. left front court->mid front court->mid back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001679", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->中后场->中前场->左前场", + "B. 中场->左前场->左后场->左后场", + "C. 右中场->左后场->右中场->右前场", + "D. 中前场->左后场->右前场->左中场" + ], + "options_en": [ + "A. mid front court->mid back court->mid front court->left front court", + "B. mid court->left front court->left back court->left back court", + "C. right mid court->left back court->right mid court->right front court", + "D. mid front court->left back court->right front court->left mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001680", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中后场->右前场->右前场->左前场->左后场", + "B. 中场->中前场->左后场->左前场->中前场", + "C. 右前场->右后场->左前场->中前场->右前场", + "D. 右中场->右前场->中后场->右后场->中场" + ], + "options_en": [ + "A. mid back court->right front court->right front court->left front court->left back court", + "B. mid court->mid front court->left back court->left front court->mid front court", + "C. right front court->right back court->left front court->mid front court->right front court", + "D. right mid court->right front court->mid back court->right back court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001681", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 左中场->右前场->中后场", + "B. 右后场->左后场->中前场", + "C. 左前场->左后场->右后场", + "D. 中场->左后场->右前场" + ], + "options_en": [ + "A. left mid court->right front court->mid back court", + "B. right back court->left back court->mid front court", + "C. left front court->left back court->right back court", + "D. mid court->left back court->right front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001682", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 中后场->左前场->左中场", + "B. 左前场->右中场->左后场", + "C. 左后场->右中场->中后场", + "D. 右前场->左前场->中场" + ], + "options_en": [ + "A. mid back court->left front court->left mid court", + "B. left front court->right mid court->left back court", + "C. left back court->right mid court->mid back court", + "D. right front court->left front court->mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001683", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项描述了位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option best describes the actual movement path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->左前场->中前场->中后场", + "B. 右后场->中前场->左后场->中后场", + "C. 右后场->右前场->左中场->中场", + "D. 左前场->左后场->中前场->左前场" + ], + "options_en": [ + "A. left front court->left front court->mid front court->mid back court", + "B. right back court->mid front court->left back court->mid back court", + "C. right back court->right front court->left mid court->mid court", + "D. left front court->left back court->mid front court->left front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001684", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "该球员(位于画面上方)击球时,相对于自己面朝方向的移动轨迹变化是哪一个选项?", + "question_en": "What option describes the movement direction of the player (at the top) relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->左后场->左中场->右后场", + "B. 中后场->左前场->右中场->右前场", + "C. 右后场->左后场->中前场->中前场", + "D. 右前场->右后场->右前场->右中场" + ], + "options_en": [ + "A. right mid court->left back court->left mid court->right back court", + "B. mid back court->left front court->right mid court->right front court", + "C. right back court->left back court->mid front court->mid front court", + "D. right front court->right back court->right front court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001685", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左前场->中场->左前场->右中场->右中场", + "B. 左后场->右前场->左后场->中场->左后场", + "C. 左前场->右前场->中场->右后场->左后场", + "D. 右后场->右后场->中后场->左前场->中后场" + ], + "options_en": [ + "A. left front court->mid court->left front court->right mid court->right mid court", + "B. left back court->right front court->left back court->mid court->left back court", + "C. left front court->right front court->mid court->right back court->left back court", + "D. right back court->right back court->mid back court->left front court->mid back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001686", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "选出描述画面上方球员击球时相对于面朝方向移动变化的正确选项。", + "question_en": "Select the correct option that describes the top player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右中场->右后场->左后场", + "B. 右后场->右后场->左中场", + "C. 右后场->左后场->左后场", + "D. 右后场->左后场->左中场" + ], + "options_en": [ + "A. right mid court->right back court->left back court", + "B. right back court->right back court->left mid court", + "C. right back court->left back court->left back court", + "D. right back court->left back court->left mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001687", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 左后场->右后场->左中场->中场", + "B. 中后场->右前场->右中场->左中场", + "C. 右后场->左中场->左后场->中后场", + "D. 中后场->右后场->左后场->中后场" + ], + "options_en": [ + "A. left back court->right back court->left mid court->mid court", + "B. mid back court->right front court->right mid court->left mid court", + "C. right back court->left mid court->left back court->mid back court", + "D. mid back court->right back court->left back court->mid back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001688", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 右后场->右前场->中前场", + "B. 左前场->右后场->右前场", + "C. 左后场->右中场->中后场", + "D. 中前场->右后场->右后场" + ], + "options_en": [ + "A. right back court->right front court->mid front court", + "B. left front court->right back court->right front court", + "C. left back court->right mid court->mid back court", + "D. mid front court->right back court->right back court" + ], + "answer": "B" + }, + { + "video_uid": "video_001689", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面下方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the bottom) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右中场->左后场->左中场->左后场", + "B. 右前场->左中场->右前场->中场", + "C. 左前场->右前场->中前场->中场", + "D. 右前场->中后场->右前场->中前场" + ], + "options_en": [ + "A. right mid court->left back court->left mid court->left back court", + "B. right front court->left mid court->right front court->mid court", + "C. left front court->right front court->mid front court->mid court", + "D. right front court->mid back court->right front court->mid front court" + ], + "answer": "C" + }, + { + "video_uid": "video_001690", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "判断该球员(画面上方位置)击球时,相对于面朝方向的移动方向属于以下哪个选项?", + "question_en": "Determine which option matches the player's (at the top) movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 中场->中前场->右前场->中后场->右中场->右中场", + "B. 中后场->右前场->左后场->中场->右中场->中后场", + "C. 左中场->右中场->左后场->左中场->右前场->右前场", + "D. 右中场->左中场->左前场->左后场->中后场->右中场" + ], + "options_en": [ + "A. mid court->mid front court->right front court->mid back court->right mid court->right mid court", + "B. mid back court->right front court->left back court->mid court->right mid court->mid back court", + "C. left mid court->right mid court->left back court->left mid court->right front court->right front court", + "D. right mid court->left mid court->left front court->left back court->mid back court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001691", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面下方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the bottom player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 中前场->右中场->左后场->中场->左中场", + "B. 中场->左后场->左中场->右中场->右前场", + "C. 左后场->左后场->中后场->左后场->中前场", + "D. 右中场->右中场->右后场->右后场->中前场" + ], + "options_en": [ + "A. mid front court->right mid court->left back court->mid court->left mid court", + "B. mid court->left back court->left mid court->right mid court->right front court", + "C. left back court->left back court->mid back court->left back court->mid front court", + "D. right mid court->right mid court->right back court->right back court->mid front court" + ], + "answer": "B" + }, + { + "video_uid": "video_001692", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "视频中,位于画面上方的球员击球时,相对于面朝方向的移动变化最符合以下哪个选项?", + "question_en": "Which option best aligns with the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->左后场->右后场", + "B. 左前场->右前场->左中场", + "C. 右前场->左中场->左后场", + "D. 左中场->右中场->左后场" + ], + "options_en": [ + "A. left back court->left back court->right back court", + "B. left front court->right front court->left mid court", + "C. right front court->left mid court->left back court", + "D. left mid court->right mid court->left back court" + ], + "answer": "C" + }, + { + "video_uid": "video_001693", + "duration": "long", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左前场->右中场->右后场->右前场->左后场->右前场", + "B. 左后场->左前场->中后场->左后场->右前场->左中场", + "C. 右中场->左后场->右前场->中场->中后场->左前场", + "D. 中后场->右中场->中前场->中前场->中前场->右后场" + ], + "options_en": [ + "A. left front court->right mid court->right back court->right front court->left back court->right front court", + "B. left back court->left front court->mid back court->left back court->right front court->left mid court", + "C. right mid court->left back court->right front court->mid court->mid back court->left front court", + "D. mid back court->right mid court->mid front court->mid front court->mid front court->right back court" + ], + "answer": "A" + }, + { + "video_uid": "video_001694", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面上方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the top) relative to their facing direction?" + }, + "options_zh": [ + "A. 左前场->右中场->右后场->中前场", + "B. 右前场->右后场->中场->左中场", + "C. 右前场->右前场->右后场->右中场", + "D. 左前场->右后场->中场->左后场" + ], + "options_en": [ + "A. left front court->right mid court->right back court->mid front court", + "B. right front court->right back court->mid court->left mid court", + "C. right front court->right front court->right back court->right mid court", + "D. left front court->right back court->mid court->left back court" + ], + "answer": "D" + }, + { + "video_uid": "video_001695", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "哪一个选项最接近位于画面上方球员击球时相对于面朝方向的实际移动路径?", + "question_en": "Which option most closely matches the actual path of the top player relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 左后场->中前场->右中场", + "B. 中前场->右后场->左中场", + "C. 右前场->中后场->右后场", + "D. 左前场->中后场->中场" + ], + "options_en": [ + "A. left back court->mid front court->right mid court", + "B. mid front court->right back court->left mid court", + "C. right front court->mid back court->right back court", + "D. left front court->mid back court->mid court" + ], + "answer": "A" + }, + { + "video_uid": "video_001696", + "duration": "short", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "根据视频,推断画面下方球员击球时相对于面朝方向的移动变化属于以下哪个选项?", + "question_en": "Based on the video, infer which option describes the bottom player's movement relative to their facing direction during the hit." + }, + "options_zh": [ + "A. 右前场->左前场->中场", + "B. 右中场->中后场->中前场", + "C. 中场->右后场->左中场", + "D. 右中场->左前场->左中场" + ], + "options_en": [ + "A. right front court->left front court->mid court", + "B. right mid court->mid back court->mid front court", + "C. mid court->right back court->left mid court", + "D. right mid court->left front court->left mid court" + ], + "answer": "C" + }, + { + "video_uid": "video_001697", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "相对于自己的面朝方向,位于画面上方的球员击球时的移动变化对应哪个选项?", + "question_en": "Which option corresponds to the player's (at the top) movement relative to their facing direction during the hit?" + }, + "options_zh": [ + "A. 右后场->左后场->右中场", + "B. 中前场->右前场->右后场", + "C. 右前场->中后场->左后场", + "D. 右中场->右前场->左中场" + ], + "options_en": [ + "A. right back court->left back court->right mid court", + "B. mid front court->right front court->right back court", + "C. right front court->mid back court->left back court", + "D. right mid court->right front court->left mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001698", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "分析位于画面上方球员击球时的移动方向,相对于面朝方向的变化最接近以下哪个选项?", + "question_en": "Analyze the player's (at the top) movement path relative to their facing direction— which option best describes it?" + }, + "options_zh": [ + "A. 中前场->右前场->中后场->左前场", + "B. 右后场->左前场->右后场->左前场", + "C. 左前场->中场->左前场->右后场", + "D. 右后场->左前场->中前场->右前场" + ], + "options_en": [ + "A. mid front court->right front court->mid back court->left front court", + "B. right back court->left front court->right back court->left front court", + "C. left front court->mid court->left front court->right back court", + "D. right back court->left front court->mid front court->right front court" + ], + "answer": "A" + }, + { + "video_uid": "video_001699", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->左中场->左前场->中前场->左后场", + "B. 中前场->右前场->中后场->中前场->中前场", + "C. 左后场->右中场->中后场->中场->中场", + "D. 右中场->左后场->右后场->中后场->右中场" + ], + "options_en": [ + "A. left back court->left mid court->left front court->mid front court->left back court", + "B. mid front court->right front court->mid back court->mid front court->mid front court", + "C. left back court->right mid court->mid back court->mid court->mid court", + "D. right mid court->left back court->right back court->mid back court->right mid court" + ], + "answer": "B" + }, + { + "video_uid": "video_001700", + "duration": "mid", + "spatial": "position", + "temporal": "moving recognization", + "question": { + "question_zh": "这是一个羽毛球赛事视频片段。哪一个选项更符合位于画面下方的球员相对于他面朝方向的击球移动变化?", + "question_en": "In this badminton clip, which option best matches the movement direction of the player (at the bottom) relative to their facing direction?" + }, + "options_zh": [ + "A. 左后场->左前场->右中场", + "B. 左后场->右前场->中后场", + "C. 左中场->右前场->左后场", + "D. 中场->右前场->左前场" + ], + "options_en": [ + "A. left back court->left front court->right mid court", + "B. left back court->right front court->mid back court", + "C. left mid court->right front court->left back court", + "D. mid court->right front court->left front court" + ], + "answer": "C" + } +] diff --git a/finebadmintonbenchmark/benchmark_pointer_recog_updated.json b/finebadmintonbenchmark/benchmark_pointer_recog_updated.json new file mode 100644 index 0000000000000000000000000000000000000000..37da30dcf8ec6c3adb11455c1a53513217a9a732 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_pointer_recog_updated.json @@ -0,0 +1,5752 @@ +[ + { + "video_uid": "video_001701", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom抓住top推球失误后迅速展开反击,通过中场正手杀追身球的高质量进攻果断得分", + "B. top在底线附近过度使用过顶高球策略,导致bottom误判后场球路,借力将球精准分到边线区域制造死角得分", + "C. top处于被动过渡阶段选择网前轻挡分球,但bottom突然以非常规低平快抽球针对对手反手空当区域得分", + "D. bottom提前预判到对手网前小球线路,采用假动作骗过防守后突然突击斜线杀上网,迫使对手回球出界得分" + ], + "options_en": [ + "A. The bottom player capitalized on the top player's push shot error and quickly launched a counterattack, scoring decisively with a high-quality midcourt forehand body smash.", + "B. The top player overused the overhead clear strategy near the baseline, causing the bottom player to misjudge the deep shot and leverage the power to place the ball precisely into the sideline area, creating a dead angle for the point.", + "C. The top player, in a passive transition phase, opted for a soft net block placement, but the bottom player unexpectedly scored with an unconventional flat fast drive targeting the opponent's backhand gap.", + "D. The bottom player anticipated the opponent's net drop shot in advance, used a deceptive move to fake out the defense, then suddenly executed a cross-court smash-and-rush to force the opponent's return out of bounds for the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合中得分方取得得分的主要原因是什么?", + "question_en": "Please analyze the main reason why the scoring side scored in this rally." + } + }, + { + "video_uid": "video_001702", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top利用假动作欺骗对手后突然以反手分球压制底线,迫使bottom在被动中勉强过渡,最终回球下网造成的得分,体现了丰富的战术变化能力。", + "B. bottom因急于防守出现击球时机判断失误,导致回球出界让top间接得分,这更多是因为对手主动失误而非进攻方的有效进攻策略", + "C. 在bottom积极抢网的情况下,top选择以高远球过顶压制并迫使对手回球下网得分,这一选择成功破解了对手的快速网前压迫体系。", + "D. top通过精准的战术执行与落点调动,尤其在关键球中抓住bottom挑高球的空档,正手点杀回头球直接得分,展现了出色的预判和终结能力。" + ], + "options_en": [ + "A. Top deceived the opponent with a feint before suddenly using a backhand cross-court shot to pressure the baseline, forcing Bottom into a passive transition that resulted in a net error, demonstrating versatile tactical variations.", + "B. Bottom misjudged the timing due to rushed defense, causing the shot to go out and giving Top an indirect point, which was more due to the opponent's unforced error than an effective offensive strategy.", + "C. Facing Bottom's aggressive net rush, Top opted for a deep clear to pressure the opponent, forcing a net error and successfully countering the fast net pressure system.", + "D. Top scored by executing precise tactics and placement, especially capitalizing on the gap left by Bottom's high lift with a forehand kill shot, showcasing excellent anticipation and finishing ability." + ], + "answer": "D", + "question": { + "question_zh": "请解释这一回合得分的主要原因?", + "question_en": "Please explain the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001703", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 封网时被对手用过顶高压球压制后退不及,后场被动状态下反手回球下网", + "B. 对手运用反手假动作骗出空档后精准分球边线,我方抢网失败导致下网", + "C. top推挑斜线质量不足被对手抓住机会,且被动防守时反手击球失误", + "D. 在上网过程中因手上停顿被预判拦截,随后过渡球推送力量过大出边线" + ], + "options_en": [ + "A. While blocking at the net, the opponent suppressed with an overhead smash, causing a delayed retreat, and a backhand return in a passive backcourt position failed to clear the net.", + "B. The opponent used a backhand deceptive move to create an opening and accurately placed the shuttle near the sideline, while our net rush failed, resulting in the shuttle not clearing the net.", + "C. The quality of the cross-court push shot was insufficient, allowing the opponent to seize the opportunity, and a backhand error occurred during passive defense.", + "D. During the net approach, a hand pause was anticipated and intercepted by the opponent, followed by an overly powerful transition push shot that went out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001704", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom利用精准的分球将球击至对手边线附近迫使top移动不及,随后抢网压迫造成对手被动回球下网,展现了出色的场地覆盖能力和战术执行力", + "B. bottom通过假动作骗过top,随后快速扑杀直线迫使对手回球出界,体现了对节奏变化的精准把控和进攻压迫能力", + "C. 在被动情况下bottom通过大角度过渡球化解top的连续进攻,对手因压迫过度导致回球下网,体现了在不利局面下冷静应对和防守反击的韧性", + "D. bottom在关键分上精准挡直线得分,成功化解top的重杀并捕捉到对手重心失衡的漏洞,展现了出色的反击意识和网前控制力" + ], + "options_en": [ + "A. The bottom player used accurate placement to drive the shuttle near the opponent's sideline, forcing the top player to move late, then pressured the net to cause a passive return into the net, displaying exceptional court coverage and tactical execution.", + "B. The bottom player deceived the top player with a feint, then swiftly executed a straight net kill to force the opponent's return out of bounds, showcasing precise rhythm control and offensive pressure.", + "C. In a defensive situation, the bottom player countered the top player's continuous attacks with a wide-angle defensive shot, causing the opponent to overpress and return into the net, demonstrating composure and defensive resilience under pressure.", + "D. The bottom player scored with a precise straight block at a crucial point, successfully countering the top player's powerful smash and exploiting the opponent's imbalance, demonstrating excellent counterattack awareness and net control." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要因素", + "question_en": "Please analyze the key factors of scoring in this rally" + } + }, + { + "video_uid": "video_001705", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在多拍相持中故意制造下网假象,诱使对方提前判断失误后突然加力抽对角直线得分", + "B. bottom凭借重杀斜线压制后,通过上网连贯和高质量抽球持续施压,成功压制对手得分。", + "C. 在对方分球至底线时,bottom利用假动作骗过对手重心后突然轻搓网前,迫使对方扑救失误得手。", + "D. 面对对手强势的过顶劈杀,bottom通过被动过渡球将球拍至边线区域,利用对方抢网失位完成反击得分。" + ], + "options_en": [ + "A. During a prolonged rally, bottom intentionally feigned a net shot to lure the opponent into misjudging early, then abruptly powered a straight or cross-court drive to score.", + "B. After suppressing the opponent with a cross-court smash, bottom maintained pressure through seamless net play and high-quality drives, successfully scoring by overpowering the opponent.", + "C. When the opponent pushed the shuttle to the baseline, bottom used a deceptive move to mislead the opponent's center of gravity before suddenly executing a delicate net shot, forcing a scrambling error to score.", + "D. Facing the opponent's aggressive overhead slice smash, bottom countered with a defensive clear to the sideline, capitalizing on the opponent's rushed net positioning to score on the counterattack." + ], + "answer": "B", + "question": { + "question_zh": "请分析本场比赛得分的关键技战术应用", + "question_en": "Please analyze the key technical and tactical applications in this match's scoring." + } + }, + { + "video_uid": "video_001706", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在分球制造空隙时被对手预判过顶球压制,过渡阶段丧失节奏主动权最终失分", + "B. bottom试图用假动作骗过对手却暴露击球意图,被对方识破后精准拦截导致回球出界", + "C. bottom抢网时预判线路错误选择冒然扑杀,因击球点过低造成球拍挥击轨迹偏移导致下网", + "D. bottom在被动局面下强行挑球出现致命打空,未能有效处理防守局面导致直接失分" + ], + "options_en": [ + "A. Bottom was anticipated by the opponent when splitting the court to create space, suppressed by an overhead shot, lost the initiative in rhythm during the transition phase, and ultimately conceded the point.", + "B. Bottom attempted to deceive the opponent with a fake motion but exposed the hitting intention, was read by the opponent and precisely intercepted, causing the return to go out.", + "C. Bottom misjudged the line when rushing the net and chose a reckless net kill, causing the racket swing trajectory to deviate due to the low contact point, resulting in the shot going into the net.", + "D. Bottom forced a net lift in a passive situation, resulting in a fatal miss-hit and failed to handle the defensive scenario effectively, leading directly to losing the point." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001707", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键球中反应迅速,未被bottom的假动作欺骗,并果断执行正手连贯跳杀追身球,高质量得分", + "B. bottom通过连续假动作晃开top防守,以精准的正手直线分球到空档,迫使top回球下网导致得分", + "C. top在应对bottom的过顶大斜线时反应略慢,虽尝试调整步伐但未能完全到位,最终回球出界拱手让分", + "D. bottom利用top上网后的空档,迅速反拉后场对角迫使top被动后退,最后一记重扣直线导致top回球失误完成得分" + ], + "options_en": [ + "A. Top reacted quickly in the crucial rally, was not deceived by Bottom's deceptive move, and decisively executed a forehand jump smash to the body, scoring with high quality.", + "B. Bottom used consecutive deceptive moves to shake off Top's defense, accurately played a forehand straight drive to the open space, forcing Top to hit the net and concede the point.", + "C. Top was slightly slow in responding to Bottom's high deep cross-court shot, attempted to adjust footwork but failed to fully recover, ultimately hitting the ball out and giving away the point.", + "D. Bottom exploited the gap after Top moved to the net, quickly counter-drove to the rear diagonal corner, forcing Top to retreat passively, and finished with a powerful straight smash causing Top's return error to score." + ], + "answer": "A", + "question": { + "question_zh": "请解释本回合得分的主要原因。", + "question_en": "Please explain the main reason for scoring in this round." + } + }, + { + "video_uid": "video_001708", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在击球9时通过连续假动作骗过防守,导致Bottom预判失误,后续击球15的抢网时机过早且线路过于偏向中路,被对手精准的网前扑杀直接得分", + "B. bottom在关键分处理上出现失误,尤其击球24的网前正手挡网质量过低,未能有效压制进攻空间。此前击球12后的防守反击未能持续施压,导致被对手抓到追身球的致命机会。", + "C. Bottom在击球5的网前小球落点选择过于保守,被对手迅速上网压迫,接着在击球20的被动防守中选择强行扣杀,因线路过短导致对手直接以反手抽球得分", + "D. Bottom在击球18的抽球质量不足,未能打穿对手防线,使得对手得以通过高质量的过渡球展开反击,最终被对手利用反手直线的突然加速完成得分" + ], + "options_en": [ + "A. The opponent used consecutive deceptive moves at shot 9 to mislead the defense, causing Bottom to misjudge. Subsequently, the timing of the net rush at shot 15 was too early and the shot was too central, resulting in a direct score by the opponent's precise net kill.", + "B. Bottom made a mistake in handling the crucial point, especially the quality of the forehand net block at shot 24 was too low, failing to effectively suppress the attacking space. Previously, the defensive counterattack after shot 12 failed to maintain pressure, leading to a fatal opportunity for the opponent to exploit a body shot.", + "C. Bottom's choice of net shot placement at shot 5 was too conservative, allowing the opponent to quickly move forward and apply pressure. Then, during the passive defense at shot 20, Bottom opted for a forced smash, but the shot was too short, enabling the opponent to score directly with a backhand drive.", + "D. Bottom's drive at shot 18 was of insufficient quality, failing to break through the opponent's defense, allowing the opponent to launch a counterattack with a high-quality transition shot, and ultimately being scored by the opponent's sudden acceleration of a backhand straight." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合导致失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001709", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键球处理上出现判断失误,尤其是右后场平抽球质量偏高被对手抓住机会,后续防守中的被动应对未能有效化解top的连贯进攻", + "B. bottom在抢网阶段因预判错误拱手让出制空权,随后过度依赖平抽球的稳定性,却被对手突然发力的劈杀直接得分", + "C. bottom试图用假动作骗过top的防守,但战术衔接过于拖沓被对手预判反击,随后上网时又被对手精准过顶压制最终失分", + "D. bottom在分球到对手边线时被top快速封网压制,随后连续主动进攻中因急于压线出现下网失误,导致节奏被对手完全掌控" + ], + "options_en": [ + "A. The bottom player made a judgment error in handling the crucial shot, especially when the quality of the flat drive to the right rear court was too high, allowing the opponent to seize the opportunity. The subsequent passive defense failed to effectively counter the top player's continuous attacks.", + "B. The bottom player misjudged during the net rush, conceding aerial dominance, and then overly relied on the stability of flat drives, only to be directly scored by the opponent's sudden powerful slash smash.", + "C. The bottom player attempted to deceive the top player's defense with a feint, but the tactical transition was too slow, allowing the opponent to anticipate and counterattack. Subsequently, the bottom player was further suppressed by the opponent's precise overhead shot during the net approach, ultimately losing the point.", + "D. The bottom player was quickly blocked at the net by the top player when distributing the shuttle to the sideline, followed by a net error due to rushing to press the line during consecutive aggressive attacks, resulting in the opponent completely controlling the rhythm." + ], + "answer": "A", + "question": { + "question_zh": "请分析本轮交锋中失分的主要原因是什么?", + "question_en": "Please analyze the main reason for losing the point in this round of play?" + } + }, + { + "video_uid": "video_001710", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前突然使用假动作停顿骗出对手的扑击失误,随后通过精准的反手分球到右底线迫使top回球出界从而得分,体现了多变的战术思维。", + "B. bottom通过斜线搓球持续压制网前牵制对手,待top被迫用质量差的反手挑高球过渡时,迅速抓住左中场空档位用正手重杀得分,展现了高效的进攻终结能力。", + "C. bottom利用快速上网压迫对手后场空档,当top尝试抢网时反手勾对角至空当,趁对方回追不及直接正手劈吊得分,突显了细腻的网前控制能力", + "D. top在防守时连续三次用过顶高球压制bottom的后场区域,迫使bottom在被动中仓促上网抢网失误导致下网,最后通过底线劈杀完成逆转。" + ], + "options_en": [ + "A. Bottom suddenly used a deceptive pause at the net to lure Top into a net kill error, then scored by precisely placing a backhand cross-court shot to the right baseline, forcing Top to return out of bounds, showcasing versatile tactical thinking.", + "B. Bottom consistently pressured the net with cross-court net shots to pin the opponent, then swiftly exploited the gap in the left midcourt with a powerful forehand smash when Top was forced to make a poor backhand net lift, demonstrating efficient offensive finishing ability.", + "C. Bottom quickly advanced to the net to pressure the opponent's rear court gap, then countered Top's net rush with a backhand cross-court net shot to the open space, scoring directly with a forehand slice drop as the opponent failed to recover, highlighting delicate net control.", + "D. Top suppressed Bottom's rear court with three consecutive overhead clears during defense, forcing Bottom into a rushed net play error (hitting into the net) under pressure, and ultimately completed the reversal with a baseline slice smash." + ], + "answer": "B", + "question": { + "question_zh": "请分析这回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001711", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在拉锯中通过频繁分球到对手边线压制,迫使top被迫多次搓放网前,随后其反手劈对角直线精准得分,而top因反应不及造成被动", + "B. bottom通过多次节奏变化和线路调动压制对手,关键球中正手快杀与搓网前球有效打乱top节奏,最终迫使对方重杀失误", + "C. top凭借出色的抢网能力,利用假动作过顶结合快速上网压迫,导致bottom因被动过渡时后场高远球出界失误,从而成功拿下该分", + "D. 面对top连续的网前小球压迫,bottom通过接杀挑放网前配合假动作分球,诱使top贸然扑网下网,最终以精准的下压扣杀锁定胜局" + ], + "options_en": [ + "A. Bottom frequently split the ball to the opponent's sideline during the rally, forcing top to repeatedly play net shots, then scored precisely with a backhand cross-court or straight slice, while top failed to react in time, resulting in a passive situation.", + "B. Bottom suppressed the opponent through multiple tempo changes and line movements, effectively disrupting top's rhythm with a forehand fast smash and net shot in crucial moments, ultimately forcing the opponent to make a smash error.", + "C. Top relied on excellent net interception skills, using deceptive overhead shots combined with rapid net pressure, causing bottom to make a clear error out of bounds due to passive transition, thus securing the point.", + "D. Facing top's continuous net shot pressure, bottom used net lifts combined with deceptive split shots to lure top into rushing the net and hitting into the net, finally sealing the point with an accurate smash." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001712", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过网前搓球和中后场跳杀的组合进攻建立优势,关键球处理更加坚决果断", + "B. bottom在底线争夺中通过连续分球压制对手反手位,迫使对方在被动防守时用反手抽对角出现下网失误", + "C. 对手因连续网前扑杀出现体能分配失误,bottom抓住对方回球质量下降的时机通过高远球压制实现反击得分", + "D. 双方在中区多拍拉锯后,bottom利用对手假动作后移的空档突然偷袭直线,导致对方移动不及挂网出界" + ], + "options_en": [ + "A. Bottom gained an advantage through a combination of net shots and jump smashes from the mid-rear court, handling crucial points more decisively and firmly", + "B. Bottom suppressed the opponent's backhand side with continuous cross-court shots during baseline rallies, forcing the opponent to make a net error with a passive backhand drive cross-court", + "C. The opponent made a physical distribution error due to consecutive net kills, and Bottom seized the opportunity when the opponent's return quality dropped to counterattack with deep clears and score", + "D. After a prolonged exchange in the mid-court, Bottom exploited the gap left by the opponent's deceptive movement to suddenly attack straight, causing the opponent to fail to reach the shuttle and hit it into the net" + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的关键因素", + "question_en": "Please analyze the key factors of scoring in this rally" + } + }, + { + "video_uid": "video_001713", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在底线连续重杀压制反手位,利用腰部停顿欺骗对手后突然挑后场高远球,迫使对方回球下网得分,展现了强大的控网能力和战术欺骗性。", + "B. top通过中后场的斜线收吊调动对手,随后在右前场正手快速上网,精准推击对手腰部空档得分,展现了极佳的连贯性和网前攻击能力。", + "C. 运动员在被动情况下用反手抽对角分球到右侧边线附近,迫使对方救球不及导致回球出界得分,体现了防守转攻的敏捷思维。", + "D. 中场采用反手抽对角制造压迫后快速抢网,用正手勾对角小球到前场小三角,让对手无法反应而直接下网得分,凸显了网前小球的细腻控制力。" + ], + "options_en": [ + "A. The opponent continuously suppressed the backhand side with powerful smashes from the baseline, deceived the opponent with a waist pause, and suddenly played a high clear to the rear court, forcing the opponent to return the ball into the net, showcasing strong net control and tactical deception.", + "B. Top mobilized the opponent with a cross-court drop shot from the mid-rear court, then quickly advanced to the forecourt with a forehand and scored with a precise push shot to the opponent's waist gap, demonstrating excellent continuity and net-attacking ability.", + "C. The athlete, in a passive situation, used a backhand drive to distribute the ball diagonally near the right sideline, forcing the opponent to fail in retrieving it and causing the return to go out of bounds, reflecting agile defensive-to-offensive thinking.", + "D. At the midcourt, a backhand diagonal drive created pressure, followed by a quick net rush and a forehand cross-court net shot to the small triangle in the forecourt, leaving the opponent unable to react and scoring directly with the ball dropping into the net, highlighting delicate control of net shots." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合的得分原因并做出专业评价。", + "question_en": "Please analyze the scoring reasons in this rally and provide a professional evaluation." + } + }, + { + "video_uid": "video_001714", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top选手通过精准的反手假动作迷惑bottom,随后以强劲的正手重扣斜线压制底线,bottom因移动不及回球出界,最终top凭借这套攻势得分。", + "B. bottom在中前场连续扣杀无果后,突然改变节奏用假动作骗开对手,最后以反手劈杀对角线扣杀得分,这一击质量之高令top来不及反应。", + "C. bottom被迫防守时突然以反手假动作虚晃,随后偷袭轻推网前小球,top判断失误扑救不及导致下网,bottom因此幸运得分。", + "D. bottom凭借快速连贯上网战术压制对手,通过中前场分球迫使top起球后,连续重杀展现强大进攻火力,最后一板正手直线跳杀以极高质量完成致命一击。" + ], + "options_en": [ + "A. Top player deceived Bottom with a precise backhand fake, followed by a fierce forehand cross-court smash to pressure the baseline. Bottom failed to move in time and returned the shuttle out, allowing Top to score with this offensive play.", + "B. After consecutive smashes in the mid-front court failed, Bottom suddenly changed the rhythm with a fake to deceive the opponent, finishing with a backhand cross-court slice smash to score. The shot was of such high quality that Top had no time to react.", + "C. While forced into defense, Bottom suddenly used a backhand fake to feint, then sneakily pushed a light net shot. Top misjudged and failed to retrieve it, resulting in the shuttle landing in the net, giving Bottom a lucky point.", + "D. Bottom suppressed the opponent with a quick and continuous net attack tactic, forcing Top to lift the shuttle after splitting the mid-front court, then unleashed consecutive powerful smashes to demonstrate strong offensive firepower, finishing with a high-quality forehand straight jump smash for the lethal strike." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,请对得分原因做出解释?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001715", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在上网争夺中选择强行打出过顶高远球意图压制对手,但bottom凭借出色的预判和移动直接完成高质量扣杀反击,造成top完全失去防守机会。", + "B. top试图通过假动作欺骗对手实施中场扑球战术,但bottom识破意图及时移动封网的结果正好导致top回球触网下坠,同时双打配合中出现轮转失误", + "C. top在关键分防守出现致命失误,击球18正手挡网质量极低且方向失控导致出界。此前防守过渡球未能有效限制bottom的主动进攻,被压制后应对效率下降。", + "D. bottom通过频繁使用分球和抢网战术完全主导了进攻节奏,迫使top在被动中被迫上网处理,最终因正手击球力量过大导致球出边线。" + ], + "options_en": [ + "A. Top chose to force an overhead clear in an attempt to pressure the opponent during a net exchange, but Bottom executed a high-quality smash counter with excellent anticipation and movement, leaving Top with no chance to defend.", + "B. Top attempted to deceive the opponent with a fake action to execute a mid-court net kill, but Bottom read the intention and moved quickly to block the net, causing Top's return to hit the net and drop. Additionally, a rotation error occurred in the doubles coordination.", + "C. Top made a fatal defensive error at a crucial point, with an extremely low-quality and directionally uncontrolled forehand block that went out. Earlier defensive transition shots failed to effectively limit Bottom's aggressive attacks, leading to reduced efficiency under pressure.", + "D. Bottom completely dominated the offensive rhythm by frequently using cross-court shots and net-rushing tactics, forcing Top to handle the ball passively at the net, ultimately resulting in a forehand shot with excessive power that went out of the sideline." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合中失分的主要原因。", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001716", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在底线相持中top出现明显失误,bottom抓住机会快速上网截击实现得分,关键在于对手的主动失误而非自身技术亮点", + "B. bottom在被动情况下采用过顶高球拖延对手节奏,随后用网前轻吊牵制对方重心,最终因top回球出界成功得分", + "C. bottom通过连续假动作分球到边线制造欺骗,随后突然变直线突击迫使对手网前扑救不及,对手回球下网导致得分", + "D. bottom凭借持续的主动进攻和关键球处理能力得分,尤其最后反手推挑底线斜线球果断且线路精准,迫使top判断失误" + ], + "options_en": [ + "A. During a baseline rally, top made an obvious error, allowing bottom to seize the opportunity for a quick net interception. The key was the opponent's unforced error rather than bottom's technical brilliance", + "B. bottom used a high defensive clear to disrupt the opponent's rhythm when under pressure, followed by a net drop to shift their balance, ultimately scoring as top's return went out of bounds", + "C. bottom created deception with consecutive feints to the sidelines, then abruptly switched to a straight smash, leaving the opponent no time to react at the net and causing them to hit the ball into the net", + "D. bottom scored through sustained aggressive play and crucial shot execution, especially the decisive backhand push-lift to the deep cross-court line with precise placement, forcing top into a misjudgment" + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001717", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前进行假动作分球后突然改用平抽球击打对手中场反手位,造成top被动中回球下网直接得分", + "B. bottom在网前通过停顿后突然提速反手推挑斜线过顶,精准将球送至对手左后场底线,完全打乱了top的防守节奏,对手反应不及直接失分。", + "C. top在底线运用过顶高远球制造被动局面,迫使bottom回球出界从而失分,但bottom提前预判失误未能反击成功。", + "D. bottom在中场使用正手抽球将球击向对手右后场底线,虽然top尝试抢网但未能拦截,导致回球下网后失分。" + ], + "options_en": [ + "A. At the net, bottom performed a deceptive split shot and suddenly switched to a flat drive targeting the midcourt backhand area of top, causing top to return the shuttle passively into the net and lose the point directly.", + "B. At the net, bottom suddenly accelerated after a hesitation and executed a backhand push-lift cross-court shot over the opponent's head, precisely sending the shuttle to the left backcourt baseline of top, completely disrupting top's defensive rhythm. top failed to react in time and lost the point directly.", + "C. At the baseline, top used an overhead clear to create a passive situation, forcing bottom to return the shuttle out of bounds and lose the point. However, bottom misjudged the shot in advance and failed to counterattack successfully.", + "D. At the midcourt, bottom used a forehand drive to hit the shuttle to the right backcourt baseline of top. Although top attempted to intercept at the net, they failed to block it, resulting in the shuttle landing into the net and losing the point." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因?", + "question_en": "Please analyze the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001718", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 因对手在被动过渡中连续回球质量偏低,得分方抓住正手位进攻机会直接扣杀直线,造成对手完全来不及反应得分。", + "B. 得分方在持续防守中耐心寻找机会,最终通过正手劈吊斜线球实现变速变线,对手预判和反应出现明显漏洞导致失误。", + "C. 在多拍相持阶段,得分方通过连续假动作骗出对手防守空档,随后突然轻搓网前小球使对手预判失准,回球下网失误。", + "D. 得分方观察到对手站位靠前,果断使用正手上手积极抢网,对手因回球过顶力量过大导致出界失误而失分。" + ], + "options_en": [ + "A. Due to the opponent's consistently low-quality returns during passive transitions, the scoring side seized the offensive opportunity with a forehand straight smash, leaving the opponent no time to react and scoring directly.", + "B. The scoring side patiently sought opportunities during continuous defense, ultimately achieving a change in pace and direction with a forehand cross-court drop shot, causing the opponent's misjudgment and reaction gap leading to an error.", + "C. During a multi-shot rally, the scoring side used consecutive feints to lure the opponent into a defensive gap, then suddenly played a delicate net shot, causing the opponent to misjudge and return the ball into the net.", + "D. The scoring side observed the opponent's forward positioning and decisively used a forehand aggressive net shot, causing the opponent to overhit the return with excessive power, resulting in an out-of-bounds error." + ], + "answer": "B", + "question": { + "question_zh": "请简要分析该回合得分的主要原因。", + "question_en": "Please briefly analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001719", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在双方多拍相持后对方出现被动过渡失误,回球下网导致本方间接得分", + "B. top凭借迅速的正手抢网扑球打出追身斜线,精准且压迫性强的封网制胜球直接得分", + "C. top通过反手假动作骗过对手预判后突然进行高质量劈杀,迫使对方回球出界获得得分", + "D. top利用过顶高远球压制对手随后快速上网,对方防守分球出边线完成得分" + ], + "options_en": [ + "A. After a prolonged rally, the opponent made a passive transition error, hitting the shuttle into the net, resulting in an indirect point for the team", + "B. top scored with a quick forehand net kill, delivering a precise and oppressive cross-court body shot that directly won the point", + "C. top deceived the opponent's anticipation with a backhand fake, then suddenly executed a high-quality smash, forcing the opponent to return the shuttle out of bounds and scoring", + "D. top suppressed the opponent with a deep overhead clear, then quickly moved to the net, causing the opponent's defensive shot to go out of bounds and securing the point" + ], + "answer": "B", + "question": { + "question_zh": "请解释该回合得分的主要原因", + "question_en": "Please explain the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001720", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在底线多拍相持中突然发力重扣对角线,导致bottom救球出界得分", + "B. top通过精准过顶高球迫使bottom回球下网,最终成功得分", + "C. bottom在关键防守后迫使top最后一击反手扑球出界,直接拿下得分", + "D. bottom利用假动作骗开top重心后突击直线,使对手未能反应完成得分" + ], + "options_en": [ + "A. The top player suddenly unleashed a powerful cross-court smash during a baseline rally, causing the bottom player to rescue the ball out of bounds and score.", + "B. The top player used a precise overhead clear to force the bottom player to hit the net, ultimately scoring successfully.", + "C. The bottom player forced the top player's final backhand net kill to go out of bounds after a crucial defense, securing the point directly.", + "D. The bottom player deceived the top player with a feint to shift their balance, then attacked straight, leaving the opponent unable to react and scoring." + ], + "answer": "C", + "question": { + "question_zh": "在这一回合中,导致得分的关键因素是什么?", + "question_en": "What was the key factor that led to scoring in this rally?" + } + }, + { + "video_uid": "video_001721", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 底线对抗中bottom因过渡球质量不足连续被压制,当对手进行左场区大角度封网时,bottom在反手位勉强起跳导致击球点过早暴露,被对手顺势借力扣杀得分。", + "B. 在关键的第7拍底线多拍相持阶段,bottom选择冒险使用过顶技术试图直接得分,却被对手精准拦截反击得手,后续追身直线球又因脚步不到位导致下网。", + "C. 对手通过连续的分球与假动作战术成功干扰,bottom在第9拍反手击球时因线路预判错误将球回出边线,随后又在第15拍网前斗小球时被对手抢网得分。", + "D. bottom在高压网前对抗中出现致命失误,尤其是第13拍反手勾对角时线路控制不到位导致出界,此前在击球11的被动平抽衔接中也未能有效摆脱防守局面。" + ], + "options_en": [ + "A. In the baseline duel, Bottom was continuously pressured due to poor-quality transition shots. When the opponent executed a wide-angle net block from the left court, Bottom forced a backhand jump, exposing the hitting point too early, allowing the opponent to capitalize with a powerful smash.", + "B. During the crucial 7th shot in the baseline rally, Bottom attempted a risky overhead technique to score directly but was precisely intercepted and counterattacked by the opponent. The subsequent straight body shot also resulted in a net error due to inadequate footwork.", + "C. The opponent successfully disrupted Bottom's rhythm with continuous split shots and deceptive tactics. At the 9th backhand shot, Bottom misjudged the line and returned the shuttle out of bounds. Later, during the 15th net duel, Bottom was outmaneuvered by the opponent's quick net interception.", + "D. Bottom made a fatal mistake in the high-pressure net duel, especially during the 13th backhand cross-court net shot where the line control was inaccurate, resulting in the shuttle going out. Earlier, during the 11th shot, the passive flat drive transition also failed to effectively break free from the defensive situation." + ], + "answer": "D", + "question": { + "question_zh": "请分析这一回合导致失分的主要因素?", + "question_en": "Please analyze the main factors that led to losing the point in this rally?" + } + }, + { + "video_uid": "video_001722", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 反手过顶球下网造成失分,此前过于频繁采用分球战术未能打乱对手站位,导致对手迅速占据网前优势。", + "B. 在左中场上网分球时因假动作不明显被对手预判反击,且此前多次被动过渡未能破解对方网前压迫,最终回球出界。", + "C. top在右中场正手挡网时出现致命失误导致失分;此前过度依赖防守性高远球质量欠佳,未能有效压制对手进攻节奏。", + "D. 上网时手部停顿被对手识破并借力扣杀得手,同时此前防守中未能及时抢网,使得对手持续掌控比赛节奏。" + ], + "options_en": [ + "A. A backhand overhead shot went into the net, causing the loss of the point. Previously, overly frequent use of placement tactics failed to disrupt the opponent's positioning, allowing the opponent to quickly gain net advantage.", + "B. During a net shot in the left midcourt, the disguise was insufficient, allowing the opponent to anticipate and counterattack. Additionally, multiple passive transitions earlier failed to break the opponent's net pressure, ultimately leading to the shuttle going out.", + "C. A fatal mistake occurred when blocking at the forehand net in the right midcourt, resulting in losing the point; previously, over-reliance on defensive clears of poor quality failed to effectively suppress the opponent's offensive rhythm.", + "D. A hand pause during the net approach was detected by the opponent, who capitalized with a smash. Meanwhile, failure to intercept the net promptly in defense earlier allowed the opponent to maintain control of the match rhythm." + ], + "answer": "C", + "question": { + "question_zh": "分析导致该回合失利的关键原因。", + "question_en": "Analyze the key reasons leading to the loss of this rally." + } + }, + { + "video_uid": "video_001723", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在反手低位抽击后迅速上网压迫,导致top被逼迫在被动情况下处理高球时出现过顶击球出界,展现了其连续封网的压迫战术", + "B. bottom在网前对top的假动作欺骗成功后,突然变速抽击对角线制造杀球压力,使对手因预判失误未能有效回挡", + "C. bottom在25拍中通过果断的正手跳杀直线进攻抓住机会,利用top反手推挑失误后的站位空档完成致命一击,展现了关键分的技战术执行力", + "D. bottom通过精准的正手分球调动top,迫使对手的反手位救球出现下网失误,随后快速跟进封网完成得分" + ], + "options_en": [ + "A. Bottom quickly advanced to the net after a backhand low drive, pressuring Top into a passive situation where they mishandled a high ball with an over-the-head shot that went out, showcasing Bottom's continuous net pressure tactic.", + "B. Bottom successfully deceived Top with a net fake, then suddenly accelerated with a diagonal drive to create smash pressure, causing Top to misjudge and fail to block effectively.", + "C. Bottom seized the opportunity with a decisive forehand jump smash straight attack in the 25-shot rally, exploiting the positional gap after Top's backhand push lift error to deliver the fatal blow, demonstrating tactical execution at a crucial point.", + "D. Bottom accurately used a forehand cross-court shot to move Top around, forcing an error when Top's backhand retrieval failed to clear the net, followed by a quick follow-up net kill to secure the point." + ], + "answer": "C", + "question": { + "question_zh": "请解释这一回合得分的主要原因", + "question_en": "Please explain the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001724", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在相持阶段突然使用过顶高远球改变节奏,top因判断失误选择上网拦截却未能触碰到球体,被动中回球下网导致得分", + "B. top在底线区域通过精准的分球压迫bottom回动路线,bottom被迫上网救球时反手击球角度不足,导致球体擦边出界而失利", + "C. top凭借连续三拍高质量的劈吊迫使bottom陷入被动,但bottom在最后一拍通过假动作欺骗对手后成功挑后场空挡,最终以高远球完成翻盘", + "D. bottom凭借关键的拦截与反击得分,在击球16中成功预判top的推球线路,正手抽直线精准命中空档,展现了果断的进攻决断力" + ], + "options_en": [ + "A. bottom suddenly changed the rhythm with an overhead clear during the rally, causing top to misjudge and attempt a net interception but failing to touch the shuttle. Top was forced into a passive position and hit the shuttle into the net, leading to the score.", + "B. top pressured bottom's movement route with precise placement shots in the baseline area, forcing bottom to rush forward for a rescue shot. However, bottom's backhand lacked sufficient angle, causing the shuttle to graze the edge and go out, resulting in a loss.", + "C. top forced bottom into a passive position with three consecutive high-quality drop shots, but bottom deceived the opponent with a feint in the final shot and successfully lifted the shuttle to the backcourt gap, ultimately securing a comeback with a clear.", + "D. bottom scored with a crucial interception and counterattack, successfully anticipating top's push shot trajectory in the 16th shot, and accurately driving the shuttle straight into the open space with a forehand, demonstrating decisive offensive determination." + ], + "answer": "D", + "question": { + "question_zh": "请解释这一回合的得分原因?", + "question_en": "Please explain the reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001725", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top在进攻时多次尝试分球至边线却遭bottom精准预判,后续连续正手劈吊被回挡后丧失网前主动权,最终因反手过渡期尝试过顶高球未能过网而失分。", + "B. Top面对bottom的逼抢选择强行进行假动作欺骗,但节奏把控失误导致击球10点出现滞空,随后在被动转攻阶段连续两次推后场边线均被bottom极限救起,最终因体力不支回放下网。", + "C. top在关键防守环节出现致命失误,击球10正手挡网出界直接送分。此前虽尝试通过直线推挑和回头球化解压力,但未能有效限制bottom的线路变化与进攻连贯性,导致防守体系被逐级击破。", + "D. Top在第三拍抢网失败后试图通过连续平抽压制底线,但线路选择过于单一被bottom抓到规律,后续网前封网时因急于变线出现击球时机偏差,最终因斜线推压过深出界丢分。" + ], + "options_en": [ + "A. During the offense, Top repeatedly tried to distribute the shuttle to the sidelines but was accurately anticipated by Bottom. Subsequent consecutive forehand drop shots were blocked back, resulting in the loss of net control. Ultimately, the point was lost due to a failed backhand clear attempt that didn't clear the net.", + "B. Facing Bottom's aggressive pressure, Top opted for a forced deceptive shot but misjudged the rhythm, causing a floating shot at the 10 o'clock position. During the passive-to-offensive transition, two consecutive backcourt pushes to the sidelines were miraculously retrieved by Bottom. The point was eventually lost due to exhaustion, resulting in a netted return.", + "C. Top made a fatal mistake in a critical defensive moment, hitting a forehand block out of bounds at the 10 o'clock position, directly conceding the point. Although attempts were made to relieve pressure with straight pushes and reverse shots, they failed to effectively limit Bottom's line changes and offensive consistency, leading to the gradual breakdown of the defensive system.", + "D. After failing to intercept the net at the third shot, Top attempted to suppress the baseline with continuous flat drives. However, the overly predictable shot selection allowed Bottom to anticipate the pattern. During the subsequent net block, an eager line change led to mistimed contact, and the point was lost due to a deep crosscourt push that went out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "请分析导致此回合失利的关键因素?", + "question_en": "Please analyze the key factors that led to the loss of this round?" + } + }, + { + "video_uid": "video_001726", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在关键分的多拍相持中,bottom多次尝试用假动作制造机会,但对手识破后迅速抢网形成压制,bottom被迫过渡球处理不当,节奏控制失误成为失分关键。", + "B. 对手通过高质量的网前平抽球持续压制底线区域,bottom未能及时上网进行有效封网,被对手压迫后回球质量下降,网前能力不足导致最终失分。", + "C. bottom在关键防守阶段未能有效化解对手压力,尤其是最后防守平高球质量偏低,导致给对手直接得分机会,防守稳定性不足成为失分主因。", + "D. bottom在进攻阶段频繁采用分球与过顶技术试图拉开对手,但频繁出现下网和出界失误,导致关键分主动失误过多,进攻选择失当是失分主因。" + ], + "options_en": [ + "A. During the multi-shot exchanges on key points, bottom repeatedly attempted to create opportunities with deceptive shots, but the opponent read them and quickly rushed the net to form pressure. Bottom mishandled the forced transitional shots, and errors in rhythm control became the key reason for losing the point.", + "B. The opponent consistently pressured the backcourt area with high-quality net drives, and bottom failed to move forward in time for effective net blocking. The quality of returns declined under pressure, and insufficient net play ability led to the final loss of the point.", + "C. During the critical defensive phase, bottom failed to effectively neutralize the opponent's pressure, especially the poor quality of the final defensive clear, which gave the opponent a direct scoring opportunity. Insufficient defensive stability was the main reason for losing the point.", + "D. In the offensive phase, bottom frequently used cross-court shots and overhead clears to try to stretch the opponent, but repeated net and out errors led to too many unforced errors on key points. Poor offensive choices were the main reason for losing the point." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合导致失分的核心原因", + "question_en": "Please analyze the core reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001727", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对对手的强势进攻,bottom通过持续的过顶高远球进行被动防守,在第三个回合的网前争夺中对手回球出界意外得分。", + "B. 在底线多拍相持中,bottom通过连续使用假动作和分球战术迫使对手移动失误,最终利用对手接球下网完成得分。", + "C. bottom通过高质量的网前抢放和快速场区转换占据主动,最后以一记势大力沉的正手重杀得分,展现了进攻的连续性和局面控制能力。", + "D. 当对手抢网占据优势时,bottom突然改变节奏使用轻挡结合网前小球,待对手扑救不及后快速跟进封网造成对手被动下网得分。" + ], + "options_en": [ + "A. Facing the opponent's aggressive offense, Bottom resorted to sustained overhead clears for passive defense, and unexpectedly scored when the opponent's return went out of bounds during the third net exchange.", + "B. During a prolonged baseline rally, Bottom forced the opponent into movement errors with consecutive feints and placement tactics, eventually capitalizing on the opponent's net error to score.", + "C. Bottom took the initiative through high-quality net interceptions and quick court transitions, ultimately scoring with a powerful forehand smash, demonstrating offensive continuity and control of the game.", + "D. When the opponent gained an advantage by intercepting at the net, Bottom suddenly changed the rhythm with soft blocks combined with net drops, then quickly followed up to seal the net, causing the opponent to make a passive net error and score." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this round." + } + }, + { + "video_uid": "video_001728", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom利用反手跳杀和正手过顶杀球成功压制对手,通过先发制人的主动进攻撕开防守空档取得得分", + "B. bottom凭借出色的网前假动作和后场突击能力,通过频繁调动对手体能最终在底线高压扣杀得分", + "C. top通过精准的反手推斜线和正手大范围线路控制打乱对手节奏,关键球以刁钻线路迫使bottom被动失误", + "D. top在防守中出现低级失误导致底线出界,bottom通过快速抢网和连续平抽逼迫对手回球质量下降" + ], + "options_en": [ + "A. bottom successfully suppressed the opponent with backhand jump smashes and overhead forehand smashes, creating scoring opportunities by taking the initiative to attack and opening up defensive gaps", + "B. bottom relied on excellent net deception and sudden backcourt attacks, constantly moving the opponent to exhaust their stamina before scoring with a baseline power smash", + "C. top disrupted the opponent's rhythm with precise backhand push shots and wide forehand placements, forcing bottom into passive errors with tricky shots at critical moments", + "D. top made unforced errors leading to baseline outs, while bottom seized the net quickly and used continuous flat drives to pressure the opponent into poor returns" + ], + "answer": "C", + "question": { + "question_zh": "请解释该回合得分的关键因素。", + "question_en": "Please explain the key factors of scoring in this round." + } + }, + { + "video_uid": "video_001729", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在进攻回合出现主动失误,劈杀后场时因发力过猛导致击球7出界,而bottom多次预判直线分球成功却因对手超高质量的过顶反击无法化解,最终因网前压迫不足错失机会。", + "B. bottom在关键防守环节连续失误,击球6挡网质量低下且路线预判错误,未能有效化解top压迫式进攻,同时击球4过渡高远球落点欠佳过早暴露防守弱点,导致自身陷入被动旋涡。", + "C. top在相持阶段陷入过度保守,面对bottom连续三拍被动过渡时未能果断上网压迫,反而选择重复后场高远球,使bottom有机可乘通过精准的后场过顶球调动,最终因网前空档被分球得分", + "D. bottom在接发球阶段战术选择合理,通过精准的抢网和假动作骗到对手错位,但top凭借连续两拍高质量平抽球打出直线制胜分,该得分与防守方技术动作无关而是进攻方主动创造机会所致。" + ], + "options_en": [ + "A. The top player committed active errors during the offensive rally, with the 7-shot going out of bounds due to excessive force in the rear-court smash. Meanwhile, the bottom player successfully anticipated straight-line shots multiple times but couldn't handle the opponent's exceptionally high-quality overhead counterattacks, ultimately missing opportunities due to insufficient net pressure.", + "B. The bottom player made consecutive errors in key defensive moments, with poor quality in the 6-block shots and incorrect route anticipation, failing to effectively counter the top player's aggressive offense. Additionally, the 4-transition clear had a suboptimal landing spot, prematurely exposing defensive weaknesses and leading to a passive spiral.", + "C. The top player became overly conservative during the rally, failing to decisively advance to the net for pressure when the bottom player made three consecutive passive transitions. Instead, opting for repeated rear-court clears allowed the bottom player to exploit the situation with precise overhead shots, ultimately conceding a point due to an open net gap exploited by a cross-court shot.", + "D. The bottom player made reasonable tactical choices during the serve reception, using precise net interceptions and deceptive moves to misposition the opponent. However, the top player secured a straight-line winning shot with two consecutive high-quality drives, a point unrelated to the defender's technique but rather created by the attacker's initiative." + ], + "answer": "B", + "question": { + "question_zh": "针对本回合的失利,请分析其主要原因是什么?", + "question_en": "Regarding the loss in this round, what is the main reason for analysis?" + } + }, + { + "video_uid": "video_001730", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第4拍的正手推挑直线过顶出现判断偏差,非受迫性失误将进攻机会拱手让人。关键球处理冒进导致被反击,未能守住前场压力", + "B. bottom在抢网过程中虽然及时封堵了线路,但面对对手变线分球时出现步伐卡顿。最终因前场封网不及选择被动挑后场却因力量控制失误导致下网", + "C. bottom在被动过渡阶段未能有效分球到对手边线位置,反而被对手识破假动作后强攻底线。上网压力不足导致对手抢网成功完成反击", + "D. 由于对手在前几拍连续使用高远球压制底线,bottom被迫回球质量下降。关键分时因急于改变节奏出现手部停顿,被经验丰富对手快速预判拦截" + ], + "options_en": [ + "A. Bottom misjudged the straight over-the-head forehand push lift on the 4th shot, resulting in an unforced error that handed the offensive opportunity to the opponent. Aggressive handling of the crucial point led to a counterattack, failing to withstand the frontcourt pressure.", + "B. Bottom timely blocked the line during the net interception but experienced footwork hesitation when facing the opponent's cross-court distribution. Ultimately, failing to cover the net in time led to a passive lift to the backcourt, but a power control error resulted in the shuttle failing to clear the net.", + "C. Bottom failed to effectively distribute the shuttle to the opponent's sideline during the passive transition phase, and the opponent saw through the deception before launching a strong attack to the baseline. Insufficient net pressure allowed the opponent to successfully intercept and counterattack.", + "D. Due to the opponent's consecutive clears suppressing the baseline in the early shots, Bottom's return quality declined. Eagerness to change the rhythm during the crucial point caused a hand pause, which the experienced opponent quickly anticipated and intercepted." + ], + "answer": "A", + "question": { + "question_zh": "请指出此回合中失分的主要原因?", + "question_en": "Please identify the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001731", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Bottom在击球过程中多次使用假动作骗过对手,尤其击球22的反手停顿假动作让对手误判方向,随后迅速上网扣杀使对手回球出界,体现了变化多端的战术和灵活的应变能力。", + "B. Bottom在击球25时使用强力的正手过顶高远球压制定点,球速极快直接迫使对手在后场勉强挡接时下网,展现了精准的球路控制和强大的进攻能力。", + "C. bottom凭借最后阶段的网前压制完成制胜,尤其是击球26的正手抢网扑球质量极高,直接迫使top挡网出界,展现了关键分上出色的网前技术和果断的战术执行。", + "D. 在关键分阶段,Top选手因对手持续上网压迫而陷入被动,最终在击球27的被动过渡中回球出界,反映出在高压情况下对关键分的处理不够冷静。" + ], + "options_en": [ + "A. Bottom repeatedly used deceptive moves to outmaneuver the opponent, particularly the backhand hesitation deception on shot 22, which misled the opponent's direction, followed by a quick net smash that forced an out return, showcasing versatile tactics and flexible adaptability.", + "B. Bottom employed a powerful forehand overhead clear on shot 25 to pin the opponent at the baseline. The high shuttle speed directly forced the opponent to make a weak block that landed into the net, highlighting precise shuttle placement and strong offensive capability.", + "C. Bottom secured the victory with net pressure in the final stage, especially the high-quality forehand net kill on shot 26, which directly forced Top to block the shuttle out, demonstrating excellent net skills and decisive tactical execution at the critical point.", + "D. During the critical point, Top was forced into a passive position due to Bottom's continuous net pressure, ultimately hitting an out return in the passive transition on shot 27, reflecting insufficient composure in handling key points under high pressure." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合得分的关键因素?", + "question_en": "Please analyze the key factors of scoring in this rally?" + } + }, + { + "video_uid": "video_001732", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动中快速抢网用反手挑后场过顶球,迫使top后退救球时高压球下网,从而逆转局势得分。", + "B. bottom通过连续假动作骗过对手重心后,精准分球至底线大角度,导致top移动不及回球出边线,最终锁定得分。", + "C. bottom在关键分反手挡网展现顶级防守能力,成功卸力化解top的跳杀施压,迫使对手冒险勾球下网。", + "D. bottom在关键分利用正手重扣压制对手防线,迫使top在被动中勉强回击直线界外球,最终因对手判断失误导致得分。" + ], + "options_en": [ + "A. In a passive situation, bottom quickly rushed to the net and used a backhand net lift to send the shuttle high over the opponent's head, forcing top to retreat and attempt an overhead shot that went into the net, thus reversing the situation and scoring.", + "B. Bottom deceived the opponent with consecutive feints, disrupting their balance, and then precisely placed the shuttle to the deep corner with a wide angle, causing top to fail to reach the shuttle in time and hit it out of the sideline, securing the point.", + "C. At the crucial point, bottom demonstrated top-tier defensive skills with a backhand block at the net, successfully deflecting the pressure from top's jump smash and forcing the opponent to attempt a risky cross-court net shot that went into the net.", + "D. At the crucial point, bottom used a powerful forehand smash to pressure the opponent's defense, forcing top into a passive straight return that went out of bounds, ultimately scoring due to the opponent's misjudgment." + ], + "answer": "C", + "question": { + "question_zh": "请解释该回合得分的主要原因", + "question_en": "Please explain the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001733", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在抢网过程中快速挑后场对角形成压制,随后利用劈对角配合手腕停顿制造线路假象,使对手判断失误后被动回球出界而得分。", + "B. 对手的站位过于靠近前场,导致分球至边线直接得分,同时选手在拉吊结合中利用突然的抽对角逼出对手的回球下网。", + "C. top凭借关键的重杀跳直线直接压迫对手,并通过此前勾球摆脱被动、跳杀压制逐步建立优势,主动进攻战术执行坚决。", + "D. 通过假动作骗过对手后突然下压网前小球迫使对手被动,连续的过顶高远球让对手跑动不及,最终在对手回球出界后完成得分。" + ], + "options_en": [ + "A. During a net exchange, a quick cross-court net lift created pressure, followed by a sliced cross-court shot with a wrist pause to disguise the trajectory. This caused the opponent to misjudge and passively return the shuttle out of bounds for the point.", + "B. The opponent's positioning was too close to the frontcourt, allowing a shot to the sideline for a direct point. Additionally, the player utilized sudden cross-court drives during a combination of clears and drop shots to force the opponent into a net error.", + "C. Top scored by decisively executing an aggressive tactic: a crucial straight jump smash to directly pressure the opponent, after previously escaping a passive situation with a cross-court net shot and gradually building dominance through jump smashes.", + "D. After deceiving the opponent with a feint, the player abruptly pressed down with a tight net shot to force a passive return. Continuous overhead clears exhausted the opponent's movement, ultimately leading to an out-of-bounds error for the point." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,请说明得分的主要原因是什么?", + "question_en": "For this rally, what is the main reason for scoring the point?" + } + }, + { + "video_uid": "video_001734", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球11的被动状态过渡球未能打乱对手节奏,反而让top获得进攻机会。关键分阶段击球13正手挡网直接下网,反映出网前小球控制不稳定,导致直接失分。", + "B. 击球12时bottom选择分球意图撕开对手防线,但球速过快导致top抢网占据主动。随后击球14的正手过顶球虽然意图压制对手,却因角度偏差直接出界,最终造成失分。", + "C. bottom于击球10的强行上网导致站位失衡,被top借势打出高质量劈吊。接下来击球14的被动情况下选择平抽,但力量控制失误使球下网,反映出在压力状态下攻防转换能力不足。", + "D. bottom在击球9的假动作停顿未能有效迷惑对手,致使top迅速预判封网成功。关键分阶段击球15的反手过渡球因回球质量不足被对手直接扣杀得分,暴露了相持阶段稳定性问题。" + ], + "options_en": [ + "A. Bottom failed to disrupt the opponent's rhythm with a passive transition shot at shot 11, instead giving top an offensive opportunity. At the crucial point, the forehand block at shot 13 went directly into the net, reflecting unstable control of net shots, leading to a direct loss of the point.", + "B. At shot 12, bottom chose to split the shot to break the opponent's defense, but the excessive speed allowed top to intercept and take the initiative. Subsequently, the forehand overhead at shot 14, intended to pressure the opponent, went out due to an angle deviation, resulting in the loss of the point.", + "C. Bottom's forced net approach at shot 10 caused a loss of balance, allowing top to capitalize with a high-quality slice drop. Subsequently, under pressure at shot 14, bottom opted for a flat drive but miscontrolled the power, sending the ball into the net, reflecting insufficient ability to switch between offense and defense under pressure.", + "D. Bottom's feint pause at shot 9 failed to effectively deceive the opponent, allowing top to quickly anticipate and successfully block the net. At the crucial point, the backhand transition at shot 15 lacked quality, leading to a direct smash by the opponent, exposing stability issues during extended rallies." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合的失分原因。", + "question_en": "Please analyze the reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001735", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在抢网过程中通过快速分球迫使top进入被动,导致其在关键时刻无法有效回击且连续出现下网失误。", + "B. top在被动防守阶段多次出现击球质量不足,未能有效限制对手的进攻节奏,关键分处理略显犹豫。", + "C. 整场比赛中,top过度依赖假动作干扰对手,结果被识破后在关键分上因线路选择过于单一遭遇对手预判拦截而失分。", + "D. top在前场上网时因对手连续使用过顶球压制无法适应节奏,最终因急于反击造成出界失分。" + ], + "options_en": [ + "A. The opponent forced TOP into a passive position through rapid cross-court shots during the net rush, resulting in ineffective returns and consecutive net errors at critical moments.", + "B. During the passive defensive phase, TOP repeatedly failed to deliver high-quality shots, thus failing to effectively limit the opponent's offensive tempo, and showed slight hesitation in handling crucial points.", + "C. Throughout the match, TOP overly relied on deceptive moves to disrupt the opponent. After being exposed, the overly predictable shot selection in crucial points led to interception by the opponent and loss of points.", + "D. When approaching the net, TOP struggled to adapt to the opponent's consecutive overhead clears, ultimately rushing a counterattack and causing an out-of-bounds error." + ], + "answer": "B", + "question": { + "question_zh": "请结合该回合的攻防过程,分析导致失分的关键因素", + "question_en": "Please analyze the key factors leading to the loss of points based on the offensive and defensive process of this rally." + } + }, + { + "video_uid": "video_001736", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Bottom的进攻执行欠佳导致连续丢分:击球3的后场杀球连续下网失误,击球11的过顶劈杀被Top预判拦截,且在击球15的防守反击中反应迟缓", + "B. Bottom在关键分的战术选择存在明显失误:过多依赖直线过渡球未能突破Top防守,击球12的分球意图被Top预判,且在击球7的网前争夺中未能果断抢网被压制", + "C. bottom防守关键球时失误过多:击球6和14的高远球质量过低,直接将主动权让出;在击球9被反逼上网后未能有效摆脱,也未能在后续对抗中限制top的杀球攻势", + "D. Bottom在发球和接发环节出现明显漏洞:击球1和5的发球质量不足,被Top直接抢攻压制;在击球8的网前小球处理犹豫,多次被Top预判反击得分" + ], + "options_en": [ + "A. Bottom's poor offensive execution led to consecutive lost points: the backcourt smash in shot 3 repeatedly went into the net, the overhead slice in shot 11 was intercepted by Top, and slow reactions in the defensive counterattack in shot 15", + "B. Bottom made clear tactical errors in key points: over-reliance on straight transition shots failed to break Top's defense, the split intention in shot 12 was anticipated by Top, and hesitation in net play during shot 7 resulted in being pressured", + "C. Bottom made too many mistakes in key defensive shots: the quality of clears in shots 6 and 14 was too low, directly giving up the initiative; after being forced to the net in shot 9, Bottom failed to effectively escape or limit Top's smash attacks in subsequent rallies", + "D. Bottom had obvious flaws in serving and receiving: the serve quality in shots 1 and 5 was insufficient, allowing Top to directly attack and pressure; hesitation in handling the net shot in shot 8 led to multiple counter-scores by Top through anticipation" + ], + "answer": "C", + "question": { + "question_zh": "该回合失利的主要原因是什么?", + "question_en": "What was the main reason for losing this round?" + } + }, + { + "video_uid": "video_001737", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 尽管top在击球6阶段处于被动过渡阶段,但对手回球力量不足直接下网,从而意外得分。", + "B. 对手在击球5阶段上网拦截分球,导致球速过慢被top过顶回球逼至边线出界。", + "C. top利用击球前的假动作骗出对手移动空档,随后突然变直线球迫使对手扑救不及下网。", + "D. top在击球6被动阶段回顶十分强硬,逼出对手摆脱出现失误。" + ], + "options_en": [ + "A. Although Top was in a passive transition phase during stroke 6, the opponent's return lacked power and went straight into the net, resulting in an unexpected point.", + "B. The opponent intercepted and split the shuttle during stroke 5 at the net, resulting in a slow return that Top lobbed over, pushing the opponent to the sideline and causing an out.", + "C. Top used a feint before the stroke to create a gap in the opponent's movement, then suddenly changed to a straight shot, leaving the opponent unable to react in time and hitting the net.", + "D. Top was very aggressive in returning the shuttle during the passive phase of stroke 6, forcing the opponent to make an error while attempting to counter." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的关键因素。", + "question_en": "Please analyze the key factors of scoring in this rally." + } + }, + { + "video_uid": "video_001738", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过快速连贯的跳杀和上网扑球持续施压,以高难度的中场正手跳杀直线球直接得分,展现了极强的进攻威胁性和得分效率。", + "B. top在对手反手压边线后突然使用反手抽对角配合分球假动作,迫使对手在被动中回球下网,此战术通过线路变化和节奏控制完成得分。", + "C. top在网前通过细腻的小球斗抢创造机会,随后用被动过渡球调动对手全场,最终对手因体力不支将球出界从而得分。", + "D. 运动员采用头顶区假动作骗过对手防守重心,随后精准的过顶劈杀逼迫对手勉强救球,球未过网直接下网完成得分" + ], + "options_en": [ + "A. top maintained continuous pressure with rapid and consecutive jump smashes followed by net kills, scoring directly with a high-difficulty mid-court forehand jump smash down the line, demonstrating strong offensive threat and scoring efficiency.", + "B. top suddenly used a backhand cross-court drive combined with a deceptive shot after the opponent's backhand line push, forcing the opponent to make a net error under pressure. This tactic achieved scoring through variation in shot placement and rhythm control.", + "C. top created opportunities through delicate net play and quick net interceptions, then used passive transition shots to move the opponent around the court. Eventually, the opponent hit the shuttle out due to exhaustion, resulting in a point.", + "D. The player used a deceptive overhead shot to mislead the opponent's defensive positioning, followed by a precise overhead slice smash that forced the opponent into a weak return, resulting in a direct net error and scoring the point." + ], + "answer": "A", + "question": { + "question_zh": "请解释此回合的得分原因", + "question_en": "Please explain the reason for scoring in this rally." + } + }, + { + "video_uid": "video_001739", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在右中场使用强力过顶高远球,迫使top被迫退到后场防守,却因挥拍力量过大导致球出界,从而让bottom得分。", + "B. bottom在中场利用分球技术将球击向对手右后场边线,top虽然抢网但预判错误导致回球出底线,bottom从而得分。", + "C. bottom通过网前的精准施压迫使对手失误,特别是击球12在右前场正手放斜线网前球,迫使top匆忙回放导致下网得分。", + "D. bottom通过连续假动作骗过top,使其误判方向,随后突然下压直线球到前场,top反应不及回球下网,bottom得分。" + ], + "options_en": [ + "A. Bottom used a powerful overhead clear to the right midcourt, forcing Top to retreat to the backcourt for defense. However, Top's excessive swing power caused the shuttle to go out of bounds, giving Bottom the point.", + "B. Bottom utilized a split shot technique at the midcourt, directing the shuttle to the opponent's right backcourt sideline. Although Top rushed to the net, a misjudgment led to a return shot that went beyond the baseline, allowing Bottom to score.", + "C. Bottom forced the opponent's error through precise pressure at the net, especially with shot 12—a cross-court forehand net shot to the right frontcourt, which made Top hastily return the shuttle and hit it into the net, resulting in a point for Bottom.", + "D. Bottom deceived Top with consecutive fake motions, causing a misjudgment in direction. Then, Bottom suddenly played a straight smash to the frontcourt, leaving Top unable to react in time and hitting the shuttle into the net, resulting in a point for Bottom." + ], + "answer": "C", + "question": { + "question_zh": "对这一回合的得分原因进行分析说明。", + "question_en": "Analyze and explain the reason for scoring in this rally." + } + }, + { + "video_uid": "video_001740", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方通过连续网前压迫逼迫bottom出现抢网失误,bottom在被动情况下选择反手抽球却因线路过直被精准拦截", + "B. 当对手进行底线快压时bottom采取被动过渡战术,但因回球力量控制不当导致球下网同时边路封网失误双重失误", + "C. bottom在中前场发球后未能延续攻势,防守反击时过度保守选择直线高远球,未有效摆脱对手压迫导致被重杀得分", + "D. bottom在中场阶段通过假动作骗过对手后选择分球,但因击球点过低被对手快速过顶压制最终失分" + ], + "options_en": [ + "A. The opponent forced bottom into a net rush error through continuous net pressure. In a passive situation, bottom attempted a backhand drive but was precisely intercepted due to the shot being too straight.", + "B. When the opponent executed a fast baseline press, bottom adopted a passive transition strategy. However, due to improper power control in the return, the ball went into the net, coupled with a failed side net block, resulting in a double fault.", + "C. After serving in the mid-frontcourt, bottom failed to sustain the offensive momentum. During defensive counterattacks, they were overly conservative by choosing a straight clear, failing to effectively break free from the opponent's pressure, resulting in being scored by a heavy smash.", + "D. At the midcourt stage, bottom deceived the opponent with a feint and opted for a cross-court shot. However, due to a low contact point, the opponent quickly countered with an overhead shot, ultimately leading to a lost point." + ], + "answer": "C", + "question": { + "question_zh": "请分析导致该回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001741", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在连续进攻时出现多拍中主动失误造成自己出界,在关键分的重杀环节因力量控制不足被对手反击得手。", + "B. top在关键防守阶段未能有效限制对手攻势,击球17直线抽球未能破坏对手节奏,击球15反手吊球后也未能及时调整站位,导致最后被bottom的重杀压制。", + "C. top的底线分球被对手精准封杀且自身过渡球处理不当导致防守漏洞,加上移动中未能及时变线,最终被对手追身球压制失误", + "D. bottom通过反手假动作过顶高球迫使top回球下网,在战术欺骗与压迫性拉吊的组合中暴露了防守漏洞,最终因线路被封锁而失分。" + ], + "options_en": [ + "A. Bottom made active errors during continuous attacks, resulting in the shuttle going out. In the critical smash, due to insufficient power control, the opponent countered and scored.", + "B. Top failed to effectively limit the opponent's offense during the critical defensive phase. The straight drive on shot 17 failed to disrupt the opponent's rhythm, and after the backhand drop shot on shot 15, Top also failed to adjust the positioning in time, ultimately being suppressed by Bottom's powerful smash.", + "C. Top's baseline split was precisely intercepted by the opponent, and the transition shot was poorly handled, leading to defensive flaws. Additionally, Top failed to change directions in time while moving, ultimately being suppressed by the opponent's body shot and making an error.", + "D. Bottom forced Top to hit the net with a deceptive backhand overhead clear, exposing defensive flaws in the combination of tactical deception and aggressive lifts, ultimately losing the point due to blocked lines." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请分析导致失利的主要原因。", + "question_en": "For this rally, please analyze the main reasons for the loss." + } + }, + { + "video_uid": "video_001742", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在抢网过程中误判落点用反手挑后场,导致top利用假动作快速变直线迫使对手回球出界", + "B. top在抢接发后突然变节奏,通过正手斜线放网配合骗招成功扰乱bottom防守布局", + "C. top在被动过渡阶段选择强力正手过顶杀球造成对手无措,但因击球力度稍小被bottom预判反击得分", + "D. bottom球员在后场防守时试图用反手勾对角分球到边线,但因击球线路过短被top快速封网拦截导致下网" + ], + "options_en": [ + "A. While rushing the net, BOTTOM misjudged the landing point and used a backhand lift to the backcourt, allowing TOP to quickly change to a straight-line shot with a deceptive move, forcing the opponent to return the ball out of bounds.", + "B. After rushing the serve receive, TOP suddenly changed the rhythm and successfully disrupted BOTTOM's defensive setup with a forehand cross-court net shot combined with a deceptive move.", + "C. During a passive transition, TOP opted for a powerful forehand overhead smash, catching the opponent off guard. However, due to slightly insufficient power, BOTTOM anticipated and counterattacked to score.", + "D. While defending at the backcourt, BOTTOM attempted a backhand cross-court net shot to the sideline, but the shot was too short and was quickly intercepted by TOP at the net, resulting in the ball failing to clear the net." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001743", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 选手凭借快速上网抢网压制前场,随后利用精准的正手抽对角分球至对手空当,迫使对方回球出界得分", + "B. 球员通过连续多拍后场重杀消耗对手体力,在对手移动迟缓时用被动挑后场高远球逼迫对方回球下网", + "C. top在多次高质量平高球相持中耐心寻找机会,关键分上通过右后场正手跳杀直线创造直接得分机会,迫使对手失误拿下关键分。", + "D. 在被动过渡阶段采用假动作过顶高远球骗开防守,随后突然后场斜线劈吊导致对手判断失误球下网" + ], + "options_en": [ + "A. The player quickly moved forward to intercept at the net, then used a precise forehand cross-court drive to place the shuttle into the opponent's open space, forcing an out-of-bounds return to score.", + "B. The player exhausted the opponent's stamina with continuous heavy smashes from the rear court, and when the opponent's movement slowed, used a passive rear-court lift to force an error, making the shuttle fall into the net.", + "C. Top patiently sought opportunities during multiple high-quality flat clears exchanges, and at the crucial point, created a direct scoring chance with a straight jump smash from the right rear court using the forehand, forcing the opponent to make an error and securing the key point.", + "D. During a passive transition phase, the player used a deceptive overhead clear to mislead the defense, followed by a sudden rear-court cross-court slice drop shot, causing the opponent to misjudge and the shuttle to fall into the net." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合得分的主要原因。", + "question_en": "Please analyze the main reason for scoring in this round." + } + }, + { + "video_uid": "video_001744", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在中场阶段采用反手劈对角进攻试图压制,但由于力量控制不当导致击球出界主动失分,而top并未在该回合中及时作出有效防守动作", + "B. top在后场通过正手收吊直线球制造威胁,并借助擦网球的幸运变化打乱bottom节奏,最终对手虽上网抢救仍无法逾越球网", + "C. bottom利用分球技术将球精准击打至top的边线附近迫使对方被迫移动,但top通过快速移动中完成反手直线抽杀直接得分,展现了出色的进攻能力", + "D. top在移动中使用假动作过顶高远球骗过对手后,迅速抢网上前用反手挑直线压制底线,迫使对手在被动情况下回球下网结束本回合" + ], + "options_en": [ + "A. bottom attempted to press with a backhand cross-court slice at midcourt but lost the point due to improper power control causing the shot to go out, while top failed to execute effective defensive moves in this rally", + "B. top created threats at the backcourt with a forehand straight drop shot and disrupted bottom's rhythm with a lucky net cord, ultimately causing the opponent to fail in retrieving the net shot despite rushing forward", + "C. bottom employed a split shot to accurately place the shuttle near top's sideline to force movement, but top scored directly with a rapid backhand straight drive during the sprint, demonstrating excellent offensive skills", + "D. top used a deceptive overhead clear to mislead the opponent during movement, then quickly rushed to the net for a backhand straight lift to pressure the baseline, forcing the opponent to hit the net in a passive position to end the rally" + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要技术或战术原因", + "question_en": "Please analyze the main technical or tactical reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001745", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top在双打轮转时未能及时补位导致防线疏漏,当对手用假动作骗过防守后突然劈吊后场,第7拍反应不及出现被动救球,最终在反手下网失误中丢分。此前的第4拍过渡球有些拖沓给了对手机会。", + "B. 对手在后场连续拉吊对角压制形成压制,Top在压力下第6拍强行起跳劈杀球直接下网导致失分,第2拍防守站位过深未能抢到高球,给了对手持续施压的机会。", + "C. top在网前处理存在致命失误,尤其是最后一拍直接放网失误导致失分。此前在第5拍放网选择过于保守,给对手创造出主动进攻的机会。", + "D. 对手在第8拍突然发力击出高远球到边线,造成Top被迫全场大范围移动,最后一球在高压下正手抽球出界导致失分。更早的第3拍分球质量不佳,让对手得以占据网前主动权。" + ], + "options_en": [ + "A. Top failed to rotate in time during doubles, leaving a defensive gap. The opponent used a deceptive move to fake out the defense and suddenly sliced a drop shot to the backcourt. Top reacted too late at the 7th shot, resulting in a passive save, and ultimately lost the point with a backhand net error. Earlier, the transitional shot at the 4th shot was somewhat sluggish, giving the opponent an opening.", + "B. The opponent continuously pressured with cross-court clears from the backcourt. Under pressure, Top attempted a forced jump smash at the 6th shot, which went straight into the net, causing the loss. Earlier, the deep defensive stance at the 2nd shot prevented Top from intercepting high balls, allowing the opponent to maintain pressure.", + "C. Top made a fatal mistake in net play, especially the final net shot error directly caused the loss. Earlier, the net shot choice at the 5th shot was too conservative, giving the opponent an opportunity to launch an active attack.", + "D. The opponent suddenly accelerated at the 8th shot and hit a clear to the sideline, forcing Top to move across the court. The final shot was a pressured forehand drive that went out, resulting in the loss. Earlier, the poor-quality cross-court shot at the 3rd shot allowed the opponent to seize net initiative." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合导致失分的主要原因。", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001746", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在被动情况下利用过顶高远球迫使对手移动不及,最终因回球出界得分", + "B. 对手在底线防守时因急于抢网出现判断失误,导致回球下网造成失分", + "C. top反手发球精准落点压制中前场,有效牵制bottom防守到位", + "D. 选手通过连续假动作骗到对手重心偏移后,快速上网以精准分球至边线得分" + ], + "options_en": [ + "A. In a passive situation, the player utilized a high clear to force the opponent into inadequate movement, ultimately scoring as the opponent's return went out of bounds.", + "B. The opponent made a judgment error while defending at the baseline due to rushing to the net, resulting in a failed return that landed into the net.", + "C. TOP's precise backhand serve placement pressured the mid-front court, effectively restricting BOTTOM's defensive positioning.", + "D. The player used consecutive deceptive moves to shift the opponent's balance, then quickly advanced to the net and scored with an accurate cross-court shot to the sideline." + ], + "answer": "C", + "question": { + "question_zh": "请简要说明本次得分的关键因素。", + "question_en": "Please briefly explain the key factors of scoring in this round." + } + }, + { + "video_uid": "video_001747", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom被迫过度防守时选择网前挑球失误出界,先前未果断实施直线压制", + "B. bottom在假动作分球后选择过顶高远球,却被对手快速抢网反击得分", + "C. bottom在中场反手挡网球下网失误导致失分,此前未能通过推直线压制对手", + "D. bottom在中场试图骗เหม่ต对手时挥拍过慢导致下网,此前未预判对手分球路线" + ], + "options_en": [ + "A. bottom made an out-of-bounds error with a net lift when forced into passive defense, lacking decisive straight suppression earlier", + "B. bottom chose an overhead clear after a deceptive cross-court shot but was countered by the opponent's quick net kill", + "C. bottom made a net error with a backhand block at midcourt, failing to suppress the opponent with a straight push shot beforehand", + "D. bottom's racket swing was too slow when attempting to deceive the opponent at midcourt, causing a net error, and failed to anticipate the opponent's cross-court shot beforehand" + ], + "answer": "C", + "question": { + "question_zh": "请解释该回合失分的原因?", + "question_en": "Please explain the reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001748", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在中场陷入多拍拉吊后,对方突然变线到后场大对角,利用大范围调动造成对手移动不及导致空档得分", + "B. 被动情况下对方反手过渡击球时出现意外擦网球,球刚好擦网落在底线附近形成压线得分", + "C. top在右后场使用正手滑吊直线球,凭借精准的落点和线路欺骗性直接得分,关键球处理质量极高", + "D. 对方在正手区连续快速假动作后突然劈杀对角线,造成防守球员判断失误后被动回球出界从而得分" + ], + "options_en": [ + "A. After a prolonged rally with lifts and drops at the midcourt, the opponent suddenly changed direction to a deep cross-court shot, exploiting wide court coverage to create a gap as the opponent failed to move in time, leading to a point.", + "B. In a passive situation, the opponent's backhand transitional shot accidentally resulted in a net cord, with the ball just grazing the net and landing near the baseline as a line-clipping point.", + "C. Top used a forehand straight drop shot from the right rear court, scoring directly with precise placement and deceptive trajectory, demonstrating extremely high-quality key shot execution.", + "D. The opponent executed a sudden cross-court smash after a series of quick feints in the forehand area, causing the defender to misjudge and return the ball passively out of bounds, resulting in a point." + ], + "answer": "C", + "question": { + "question_zh": "在本回合中,请选择对方得分的关键因素是什么?", + "question_en": "In this round, what was the key factor for the opponent's scoring point?" + } + }, + { + "video_uid": "video_001749", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top采用假动作过顶高远球欺骗对手重心转移,待bottom回球质量下降后突然加速抢网扑杀对角线得分", + "B. 在bottom被动过渡阶段,top通过连续平抽挡压制底线迫使对手回球下网,随后借力打出反手劈对角得分", + "C. top凭借主动的网前压迫战术,在中前场通过反手直线放网逼迫bottom挑高,随后在右后场抓住机会打出高质量正手跳杀直线直接得分", + "D. top通过正手大角度分球到底线迫使bottom救球出界,随即在网前以快速反手搓球压制对手后场空档完成得分" + ], + "options_en": [ + "A. Top deceived the opponent with a fake overhead clear to disrupt their balance, then accelerated suddenly to rush the net and score with a diagonal net kill after Bottom's return quality dropped.", + "B. During Bottom's passive transition phase, Top continuously drove flat shots to the baseline, forcing a net error, then capitalized with a backhand slice cross-court shot to score.", + "C. Top employed an aggressive net pressure tactic, forcing Bottom to lift with a backhand straight net shot at the mid-frontcourt, then seized the opportunity to execute a high-quality forehand jump straight smash for a direct point.", + "D. Top used a wide-angle forehand cross-court shot to the baseline, forcing Bottom to return out of bounds, then quickly followed up with a fast backhand net shot to exploit the open backcourt and score." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001750", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom上网衔接不够积极,导致对手通过频繁分球制造空档,反手位空挡被针对性突击得分,且网前封网被对方假动作骗过直接得分。", + "B. bottom主动上网抢网质量不足,被对手过顶高远球彻底打乱节奏,随后过渡球挂网失误,且未能及时回到中场所致。", + "C. bottom在关键分处理过于保守,反手平抽质量低迷未能突破对手防线,且网前防守失误直接导致失分,未能有效应对top的大范围斜线调动。", + "D. bottom在对抗中多次采用过顶战术压制对手,却因球路可预测性较强被破解,关键分抽对角出界且未及时补位导致失分。" + ], + "options_en": [ + "A. Bottom's net transition was not aggressive enough, allowing the opponent to create gaps through frequent placements. The backhand gap was targeted for a smash, and the net block was deceived by the opponent's fake action, resulting in a direct point loss.", + "B. Bottom's proactive net interception lacked quality, disrupted by the opponent's overhead clears, followed by a failed transition shot into the net, and failure to return to the central position in time.", + "C. Bottom was overly conservative at the crucial point, with low-quality backhand drives failing to break through the opponent's defense, and a net defense error directly led to losing the point, failing to effectively counter Top's wide cross-court shots.", + "D. Bottom repeatedly used overhead tactics to pressure the opponent, but the predictable shot path was countered. A crucial diagonal drive went out, and failure to cover the court promptly led to losing the point." + ], + "answer": "C", + "question": { + "question_zh": "请解释导致该回合失分的原因?", + "question_en": "Please explain the reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001751", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过连续压制后,以精准的正手连贯封网扑向追身球直接封杀对手,迫使bottom回球失误得分", + "B. bottom在对抗中主动抢网时因判断失误击球下网,而top仅通过后场高吊球牵制对手得分", + "C. top在被动情况下通过反手过渡球将球分向bottom空档区域,随后趁对手移动不及用追身扑杀完成得分", + "D. top选手在底线相持中突然使用强力反手过顶高远球击球过网,迫使bottom来不及后退,回球出界得分" + ], + "options_en": [ + "A. Top continuously pressured the opponent and sealed the point with a precise forehand net kill to the body, forcing Bottom to make an error and score.", + "B. Bottom misjudged and hit the shuttle into the net during an aggressive net rush, while Top only used a high clear to restrain the opponent and score.", + "C. Top, in a defensive situation, used a backhand defensive shot to place the shuttle into Bottom's open area, then capitalized on the opponent's slow movement with a body smash to score.", + "D. Top suddenly played a powerful backhand overhead clear during a baseline rally, forcing Bottom to retreat too late and hit the shuttle out, scoring the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合得分的关键原因", + "question_en": "Please analyze the key reasons for scoring in this round" + } + }, + { + "video_uid": "video_001752", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借强大的进攻能力锁定胜局,关键的中场正手跳杀直线精准且压迫性强,此前的搓斜线网前也成功破坏了top的防守节奏。", + "B. 虽然top在中场阶段成功抢网并完成过顶劈杀,但bottom凭借稳定的防守连续打出高质量的过渡球,最终迫使对手因主动进攻下网而失分。", + "C. 在本回合中,top在防守时被bottom连续的后场高远球压制,导致回球出界失误,最终bottom抓住对手体力下降的机会,通过一记轻力的反手挑后场得分。", + "D. bottom在网前通过精细的假动作分球制造了对手的预判失误,随后以快速的反手平抽直线迫使对手回球下网,这一战术组合是得分的关键。" + ], + "options_en": [ + "A. Bottom secured the victory with strong offensive play, executing a precise and oppressive straight midcourt forehand jump smash at the crucial moment, preceded by a successful cross-court net shot that disrupted Top's defensive rhythm.", + "B. Although Top successfully intercepted at the net and executed an overhead smash during the midcourt phase, Bottom relied on steady defense to consistently deliver high-quality transition shots, ultimately forcing the opponent to lose the point by hitting the net during an aggressive attack.", + "C. In this round, Top was pressured by Bottom's consecutive deep clears during defense, leading to an out-of-bounds error. Bottom capitalized on the opponent's fatigue and scored with a light backhand lift to the rear court.", + "D. Bottom created a misjudgment by using delicate deceptive net play, followed by a fast backhand straight drive that forced the opponent to hit the net. This tactical combination was key to scoring." + ], + "answer": "A", + "question": { + "question_zh": "在本回合中,得分的主要原因是什么?", + "question_en": "What was the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001753", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top过于依赖后场被动防守,未能利用抢网机会压制bottom的底线技术,反遭对手通过连续放网和快速平抽压制得分", + "B. top在中前场出现多项低级失误,包括回球下网、网前扑杀犹豫以及假动作分球意图不明确,直接导致bottom抓住机会反击", + "C. top在关键球处理上失误频繁,且多次防守质量不足,未能有效限制bottom的变速突击和网前变化,导致整体节奏被压制", + "D. top在网前连续出现强行过顶的失误,且未能及时衔接变速进攻,导致被bottom抓住空档以精准的分球和劈吊突破防线" + ], + "options_en": [ + "A. Top relied too heavily on passive defense at the backcourt and failed to capitalize on net interception opportunities to suppress Bottom's baseline skills, instead being countered by consecutive net shots and fast drives to score.", + "B. Top made multiple low-level errors in the mid-frontcourt, including netting returns, hesitating on net kills, and unclear deceptive placement intentions, directly allowing Bottom to seize opportunities for counterattacks.", + "C. Top made frequent errors in handling crucial shots and had insufficient defensive quality multiple times, failing to effectively limit Bottom's speed-changing attacks and net play variations, resulting in overall rhythm being suppressed.", + "D. Top made consecutive forced overhead errors at the net and failed to follow up with speed-changing attacks promptly, allowing Bottom to exploit gaps with precise placements and drop shots to break through the defense." + ], + "answer": "C", + "question": { + "question_zh": "请分析这一回合导致失分的主要原因", + "question_en": "Please analyze the main reasons for losing the point in this rally" + } + }, + { + "video_uid": "video_001754", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第二拍抢网时因判断失误误判球路方向,导致身体完全侧向对手左侧场区,被对手突然反手平抽挡至空当区域,因惯性无法及时回身救球造成失分", + "B. bottom在追分阶段出现致命失误,在第五拍中前场正手放网时未能控制落点和力量,直接将球送到对手有利进攻区域,导致被对手直接反击得分", + "C. bottom在第四拍试图通过大角度分球打乱对手站位,但击球线路被对手准确阅读,被快速移动至边线处的对手直接回出高质量过顶高远球压制底线,最终因被动过渡下网失分", + "D. bottom在第三拍使用假动作时因手腕停顿暴露意图,对手预判其正手抽对角动作后提前启动封网,导致bottom被迫强行变线出界失分" + ], + "options_en": [ + "A. Bottom misjudged the ball's direction while attempting a net rush in the second shot, causing their body to fully turn toward the opponent's left court. The opponent suddenly played a backhand flat drive to the open area, and due to inertia, Bottom couldn't recover in time to retrieve the ball, resulting in the loss of the point.", + "B. Bottom made a fatal mistake during the chasing phase. In the fifth shot, while attempting a forehand net shot at the frontcourt, they failed to control the placement and power, sending the ball directly into the opponent's favorable attacking zone, resulting in an immediate counterattack and loss of the point.", + "C. Bottom tried to disrupt the opponent's positioning with a wide-angle split shot in the fourth shot, but the shot trajectory was accurately read by the opponent. The opponent quickly moved to the sideline and returned a high-quality overhead clear to pressure the baseline, ultimately causing Bottom to lose the point due to a passive net shot that failed to clear the net.", + "D. Bottom exposed their intention due to a wrist pause while using a deceptive move in the third shot. The opponent anticipated the forehand cross-court drive and started moving early to intercept at the net, forcing Bottom to attempt a forced change of direction, which went out and lost the point." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请说明导致失分的主要原因是什么?", + "question_en": "For this rally, what was the main reason for losing the point?" + } + }, + { + "video_uid": "video_001755", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过精准的连贯杀上网战术得分,尤其是击球6的反手追身扑球质量极高,直接结束回合。此前的快杀(击球4)也为扑球创造了绝对网前机会。", + "B. top通过连续分球压制对方底线,在击球4的网前小球创造空档后,利用击球6的直线劈杀命中边线得分,此前的网前压迫起到关键作用", + "C. 对方在击球5时被top的假动作骗到右侧,随后接杀下网导致失分。击球3的过顶高远球也让对手陷入被动,最终因移动不及造成失误", + "D. 虽然击球3出现被动过渡,但对方回球质量过低给top留下机会。最终击球6的反手抽对角造成对手判断失误,球拍打到球网上方后得分" + ], + "options_en": [ + "A. top scored through precise and continuous smash-and-net-play tactics, especially the high-quality backhand body net kill at shot 6, which directly ended the rally. The earlier fast smash (shot 4) also created an absolute net opportunity for the net kill.", + "B. top continuously pressured the opponent's baseline with cross-court shots, created an opening with the net drop at shot 4, and scored with a straight-line slice smash landing on the sideline at shot 6. The earlier net pressure played a key role.", + "C. The opponent was deceived by top's fake move to the right at shot 5, then failed to return the smash, resulting in the ball going into the net. The overhead clear at shot 3 also put the opponent in a passive position, ultimately causing a mistake due to insufficient movement.", + "D. Although shot 3 was a passive transition, the opponent's poor return gave top an opportunity. The backhand cross-court drive at shot 6 caused the opponent to misjudge, and the racket hit the ball above the net, resulting in a score." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001756", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在后场通过假动作分球虚晃底角,实际使用反手高远球将球拉到前场,底部球员因预判错误导致回球出界从而得分。", + "B. top在被动情况下通过反手过渡球将球推到底线底角,bottom回球质量不足时强行劈杀对角,依靠对手接球下网完成得分。", + "C. top在关键球选择正手高远球过顶压向底线边线,导致bottom回球出界后迅速上网扑杀得分,但因落点判断失误造成节奏拖沓。", + "D. top在关键球中展现主动进攻能力,通过反手抢网推超身斜线球打乱bottom节奏,并抓住对方放网失误的漏洞实现得分。" + ], + "options_en": [ + "A. Top used a deceptive shot at the backcourt, faking a cross-court shot to the deep corner but actually delivering a backhand clear to the frontcourt. The Bottom player misjudged, resulting in an out-of-bounds return and a point for Top.", + "B. Top, in a passive situation, used a backhand push shot to send the shuttle to the deep corner of the baseline. When Bottom returned with a weak shot, Top forcefully executed a diagonal smash, relying on the opponent's net error to score.", + "C. Top chose a forehand clear shot that arced high over the opponent and pressed toward the baseline sideline in the crucial point, causing Bottom to return the shuttle out of bounds, then quickly moved forward for a net kill to score, but the rhythm became sluggish due to misjudgment of the landing point.", + "D. Top demonstrated proactive attacking ability in the crucial point, disrupting Bottom's rhythm with a backhand net push shot that crossed the body diagonally, and capitalized on Bottom's net shot error to score." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,请解释该运动员是如何实现得分的?", + "question_en": "For this rally, please explain how the player scored the point?" + } + }, + { + "video_uid": "video_001757", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 当Top上网处理分球时因步法移动迟缓错过最佳击球点,随后的反手抽挡球缺乏足够的角度变化被直接压制", + "B. Top在防守反击阶段未能高质量回球到后场深区,导致被对手捕捉到进攻空档,反手高远球的落点控制存在明显缺陷", + "C. 在对手使用过顶技术展开压迫时,Top因预判失误过度向后退守,导致后续抢网时机严重延误形成连续被动", + "D. 对方通过连续的假动作制造防守压力,而Top在处理被动球时选择冒险的平抽技巧,最终因线路控制失误出界" + ], + "options_en": [ + "A. When Top moved forward to handle the split shot, slow footwork caused them to miss the optimal hitting point. The subsequent backhand drive lacked sufficient angle variation and was directly suppressed.", + "B. During the defensive counterattack phase, Top failed to return the shuttlecock to the deep backcourt with high quality, resulting in the opponent exploiting the offensive gap. There was a noticeable flaw in the placement control of the backhand clear.", + "C. When the opponent used an overhead technique to apply pressure, Top misjudged and retreated excessively, leading to a severe delay in seizing the net and resulting in continuous passive play.", + "D. The opponent created defensive pressure through consecutive deceptive moves, while Top chose a risky flat drive when handling the passive shot, ultimately causing the shuttlecock to go out due to poor line control." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合导致失利的主要原因", + "question_en": "Please analyze the main reason for the loss in this rally" + } + }, + { + "video_uid": "video_001758", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前突然停顿后以反手推斜线,对手虽移动快速但未碰到球,依靠细腻的手感迫使对手失误出界,展示了对关键分的掌控力", + "B. bottom凭借网前细腻的反手勾对角得分,关键分上有效利用斜线调动迫使对手失位,反手击球技术优势明显。", + "C. bottom采取假动作使得对手重心前移,随后轻吊后场对角,对手回球下网,bottom在关键分上利用对手预判错误完成得分。", + "D. bottom在底线多次分球到边线后突然加快速度突击直线,对手不及反应导致回球出底线,突显其线路变化和速度优势,在关键分上有效消耗对手体力。" + ], + "options_en": [ + "A. Bottom paused abruptly at the net before pushing a diagonal shot with a backhand. Though the opponent moved quickly, they failed to touch the ball. Bottom forced the opponent's error out of bounds with delicate touch, demonstrating control over crucial points.", + "B. Bottom scored with a delicate cross-court net shot using a backhand at the net, effectively utilizing diagonal shots to force the opponent out of position on crucial points, showcasing clear technical superiority in backhand strokes.", + "C. Bottom used a feint to shift the opponent's weight forward, then executed a light drop shot to the backcourt diagonal, causing the opponent to net the return. Bottom capitalized on the opponent's misjudgment to score on a crucial point.", + "D. Bottom repeatedly played shots to the sidelines from the baseline and suddenly accelerated for a straight smash, catching the opponent off guard and causing the return to go beyond the baseline, highlighting their advantage in shot variation and speed while effectively exhausting the opponent's stamina on crucial points." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请解释得分的原因?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001759", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在连续多拍对抗中bottom发球质量不足,陷入被动后又因假动作欺骗不足被对手预判,最终因抢网失误导致下网", + "B. 对方通过多次高质量过顶劈杀压制底线区域,bottom被迫退到后场时杀球出界,且未能及时组织有效分球化解压力", + "C. bottom在关键的第33拍网前放球质量差,导致对方获得制胜扑杀机会。此外,后场防守的被动衔接和网前控制力不足也是失分主因。", + "D. 双方进入相持阶段后,bottom被对方通过精准分球至空当牵制,因上网速度迟缓无法封堵关键球并造成连续过渡失误" + ], + "options_en": [ + "A. During a prolonged rally, bottom's serve was of poor quality, leading to a passive situation. Further compounded by insufficient deception in feints, the opponent anticipated the shot, and bottom ultimately missed the net due to a rushed net interception.", + "B. The opponent repeatedly pressured the baseline area with high-quality overhead smashes, forcing bottom to retreat. When attempting a smash from the rear court, bottom hit it out of bounds and failed to organize effective cross-court shots to relieve pressure.", + "C. At the crucial 33rd shot, bottom's net shot was of poor quality, giving the opponent a winning net kill opportunity. Additionally, passive defensive transitions at the rear court and insufficient net control were also key reasons for losing the point.", + "D. After both players entered a stalemate, bottom was constrained by the opponent's precise cross-court shots to open spaces. Slow footwork to the net resulted in failure to block the crucial shot, leading to consecutive passive transition errors." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合失分的主要原因", + "question_en": "Please analyze the main reasons for losing the point in this rally." + } + }, + { + "video_uid": "video_001760", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借中场反手抽斜线的强力进攻得分,精准预判顶住对方抢网攻势,反手技术展现侵略性完全压制对手", + "B. bottom在被动中尝试过渡球却被对方底线突击失误,意外得分因对手回球出界,但自身防守的稳定性和应变能力不足", + "C. bottom通过正手抽对角线压迫对手中场,迫使对方回球下网而得分,展现了对线路的精准控制但防守覆盖不足被抓住机会", + "D. bottom在网前使用假动作骗过对手后轻吊对角,利用对方抢网不及导致出界得分,但网前小球变化较少被后续压制" + ], + "options_en": [ + "A. bottom scored with a powerful cross-court backhand drive from midcourt, accurately anticipating and countering the opponent's net rush, showcasing aggressive backhand technique that completely suppressed the opponent.", + "B. bottom unexpectedly scored due to the opponent's baseline attack error (ball out) when attempting a defensive shot under pressure, but revealed instability in defense and poor adaptability.", + "C. bottom scored by pressuring the opponent with a forehand cross-court drive to midcourt, forcing a net error, demonstrating precise line control but revealing insufficient defensive coverage that was exploited.", + "D. bottom scored with a deceptive diagonal drop shot at the net, capitalizing on the opponent's failed net rush causing the ball to go out, but lacked variation in net shots and was subsequently pressured." + ], + "answer": "A", + "question": { + "question_zh": "请对本回合得分原因进行分析评价", + "question_en": "Please analyze and evaluate the reasons for scoring in this round." + } + }, + { + "video_uid": "video_001761", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在防守过程中连续两次使用过顶高远球,导致bottom回动失位,最终top通过精准的反手直线杀球直接得分", + "B. 双方在中后场形成多拍相持后,bottom通过连续平抽球压迫,迫使top在反手位被动状态下无法完成有效防守,最终BOTTOM正手抽对角得分", + "C. bottom通过精准的网前操控和变线,将top压制在被动中。最终top在击球10反手扑斜线时因触网失误,bottom抓住机会得分", + "D. 当top处于网前主导位置时,bottom冒险尝试反手劈杀对角,造成击球力量过大出现出界失误,top抓住机会得分" + ], + "options_en": [ + "A. During the defensive phase, top consecutively used two overhead clears, causing bottom to lose positioning during recovery. Finally, top scored directly with a precise backhand straight smash.", + "B. After a prolonged rally in the mid-to-rear court, bottom applied continuous drive pressure, forcing top into a passive backhand position where effective defense was impossible. Ultimately, bottom scored with a forehand diagonal drive.", + "C. Through precise net control and shot variation, bottom pressured top into a passive position. Ultimately, top made a net touch error while attempting a backhand diagonal net kill on the 10th shot, allowing bottom to seize the opportunity and score.", + "D. While top dominated the net position, bottom risked a backhand cross-court slice smash, resulting in excessive power and an out-of-bounds error. Top capitalized on this opportunity to score." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合中得分的具体原因", + "question_en": "Please analyze the specific reason for scoring in this round." + } + }, + { + "video_uid": "video_001762", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前多次运用分球意图拉开通路,却被对手精准预判并封锁边线,最终被连续压制后因被动过渡不到位失分", + "B. bottom在关键分处理中缺乏质量,尤其是击球17的被动挡网过渡被直接破解,同时多次网前争夺中未能压制对手,最终被压制导致失分", + "C. bottom在关键分采用高强度抢网造成体能透支,后续击球17强行过顶时因手腕停顿失误导致出界,最终被对手抓住空档反击得分", + "D. bottom在网前持续施压时因假动作过度暴露意图,对手通过快速分球线路破解压制,造成bottom回球下网直接失分" + ], + "options_en": [ + "A. Bottom repeatedly attempted cross-court shots to open up the court but was accurately anticipated and blocked at the sidelines by the opponent. After continuous pressure, a passive transition shot fell short, leading to the loss of the point.", + "B. Bottom lacked quality in handling the crucial point, especially the passive block at shot 17 being directly countered, while failing to suppress the opponent in multiple net battles, ultimately being pressured into losing the point.", + "C. Bottom's high-intensity net rushing at the crucial point led to physical exhaustion, and a forced overhead shot at shot 17 resulted in a wrist hesitation error, causing the shuttle to go out. The opponent capitalized on the gap to counterattack and score.", + "D. Bottom overexposed their intention due to excessive deception during sustained net pressure, allowing the opponent to break the suppression with quick cross-court shots, resulting in a net error and direct loss of the point." + ], + "answer": "B", + "question": { + "question_zh": "请分析这一回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001763", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在第6拍的追身平抽中突然改变线路,以快速斜线劈对角压制边线,防守方因预判不足导致接球出界,且后续反攻因节奏被打乱而连续失误", + "B. top在第3拍右前场反手挑高球质量不足,过早交出进攻权,后续防守虽通过第5拍挡网和第7/9拍推挑尝试调整,但未能有效限制对手的主动进攻节奏,最终被对手精准制导得分。", + "C. 防守方在第5拍挡网时重心不稳直接下网失误,随后第7拍抢网挑后场过顶球又因力量控制失当被对手反杀,连续主动失误导致失分", + "D. 对手在第8拍突然采用隐蔽性极强的假动作分球战术,迫使防守方提前启动失误,而防守方在被动状态下连续三次被动推挡均未过网,最终因多拍相持失误输分" + ], + "options_en": [ + "A. The opponent suddenly changed the direction in the 6th shot with a quick flat drive to the body, suppressing the sideline with a fast cross-court slice. The defender misjudged the shot, resulting in an out-of-bounds return, and the counterattack was disrupted, leading to consecutive errors.", + "B. Top's backhand net lift from the right frontcourt in the 3rd shot was of poor quality, surrendering the offensive initiative too early. Although subsequent defense attempted adjustments with a block in the 5th shot and push shots in the 7th/9th shots, it failed to effectively restrict the opponent's aggressive attacking rhythm, ultimately leading to a precise guided score by the opponent.", + "C. The defender lost balance during the 5th-shot block, causing a net error. Subsequently, the 7th-shot net rush and rear-court lift were poorly controlled, allowing the opponent to counter-kill. Consecutive active errors led to the loss of the point.", + "D. The opponent unexpectedly employed a highly deceptive feint and split-shot tactic in the 8th shot, forcing the defender to mis-time the initiation. In a passive state, the defender failed to clear the net in three consecutive passive blocks, ultimately losing the point due to multi-shot rally errors." + ], + "answer": "B", + "question": { + "question_zh": "请解释回合失分的主要原因?", + "question_en": "Please explain the main reasons for losing a rally?" + } + }, + { + "video_uid": "video_001764", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动阶段采取稳妥的过渡策略,通过连续三次高质量的反手平抽将球压在边线附近,但top凭借精准的预判和抢网直接得分造成致命打击", + "B. top通过突然加速上网压制对手节奏,bottom在应对分球时选择强行过顶进攻却出现失误出界,此前的防守虽多次造成对手被动却未能把握反击机会", + "C. top在前三拍主动放网迫使bottom连续后退,bottom在最后一击选择冒险的假动作欺骗性打法时预判失误,导致回球路线被完全封锁而失分", + "D. bottom在关键防守阶段出现致命失误,击球17反手挑球下网直接失分;此前多次被动击球质量不足,未能有效化解top的攻势,关键球处理过于冒进导致漏洞" + ], + "options_en": [ + "A. Bottom adopted a steady transition strategy during the passive phase, executing three high-quality backhand drives to keep the shuttle near the sideline. However, Top scored a decisive point with precise anticipation and a net kill.", + "B. Top suddenly accelerated to the net to suppress the opponent's rhythm, while Bottom chose a forced overhead offensive shot during the cross-court response but missed out of bounds. Despite previously causing Top to be passive in defense multiple times, Bottom failed to capitalize on counterattack opportunities.", + "C. Top actively played net shots in the first three exchanges, forcing Bottom to retreat continuously. In the final shot, Bottom attempted a risky deceptive play but misjudged, resulting in the return route being completely blocked and losing the point.", + "D. Bottom made a fatal mistake during the critical defensive phase, hitting a backhand net lift into the net for a direct loss of point; previously, multiple passive shots lacked quality, failing to effectively counter Top's offensive pressure, and overly aggressive handling of key shots led to vulnerabilities." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合中失分的主要原因是什么?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001765", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在第三拍抢网压迫得分,TOP未能有效压制对方底线并持续被动,最后被对手反手直线分球撕开防线,导致回球出界。", + "B. 虽然TOP在开局通过连续防起对方重杀展现防守韧性,但未能及时上网压迫对手,导致对手在最后一拍反手挑后场空挡得分,整体节奏把控欠佳。", + "C. top在关键防守环节连续失误,尤其第5拍反手高远球质量低下直接送分。此前吊球未能压制对手,反手技术在被动时表现疲软导致被压制。", + "D. TOP在关键球处理上过于急躁,第二拍劈对角质量不足被对手过顶压制,随后的扑网被预判,最终因正手挑后场出界而失分。" + ], + "options_en": [ + "A. The opponent scored by aggressively rushing the net on the 3rd shot, pressuring TOP. TOP failed to effectively pin the opponent to the baseline and remained passive, ultimately being split open by the opponent's backhand straight-line placement, resulting in an out-of-bounds return.", + "B. Although TOP demonstrated defensive resilience early by repeatedly defending against the opponent's heavy smashes, they failed to promptly rush the net to pressure the opponent. This allowed the opponent to score with a final backhand lift to the open backcourt, reflecting poor overall rhythm control.", + "C. TOP made consecutive errors in critical defensive moments, particularly with a poor-quality backhand clear on the 5th shot that directly gave away the point. Earlier drop shots failed to pressure the opponent, and weak backhand technique under pressure led to being dominated.", + "D. TOP was overly hasty in handling the crucial point. The 2nd-shot cross-court slice was of insufficient quality and was overtopped by the opponent. The subsequent net kill was anticipated, leading to a loss of the point due to a forehand lift landing out of bounds." + ], + "answer": "C", + "question": { + "question_zh": "请分析导致该回合失败的主要原因?", + "question_en": "Please analyze the main reasons for the failure in this rally?" + } + }, + { + "video_uid": "video_001766", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在防守过程中出现站位混乱,被bottom连续用下压式杀球压制右区,尽管尝试用反手挡网制造机会,但bottom凭借更稳定的防守反击,通过连续三次过顶高远球逼迫top回球下网完成得分。", + "B. top凭借主动抢攻占据先机,反手推挑过顶直线破坏bottom站位,再通过右中场大斜线推压持续调动对手,迫使bottom被迫起高球后,立刻抓住机会用正手跳杀斜线精准压制,以压制+突击的战术组合实现得分。", + "C. bottom利用网前小球迫使top频繁上网的间隙,突然启动假动作骗开防守重心,随后用正手直线劈对角突破空档,而top因预判失误导致反应不及,最终未能扑救到位造成底线出界", + "D. bottom在接发球阶段持续运用假动作分球战术,通过左中场的过顶劈杀迫使top连续被动过渡,随后bottom凭借精准的正手抽击直线形成压制,最终top在高压下反手击球出界导致失分。" + ], + "options_en": [ + "A. top displayed disorganized positioning during defense, being continuously suppressed by bottom's downward smashes to the right area. Although top attempted to create opportunities with a backhand block at the net, bottom relied on more stable defensive counterattacks, forcing top to return the shuttle into the net with three consecutive overhead clears to secure the point.", + "B. top gained the initiative by actively attacking, disrupted bottom's stance with a backhand push-lift straight over the head, then continuously maneuvered the opponent with a wide-angled push shot to the right mid-court, forcing bottom to lift the shuttle high. Seizing the opportunity, top executed a precise forehand jump smash cross-court, scoring through a combination of suppression and sudden attack tactics.", + "C. bottom utilized net shots to force top to frequently approach the net, then suddenly initiated a deceptive move to misalign the defensive stance, breaking through the gap with a forehand straight slice cross-court. Due to misjudgment, top failed to react in time, ultimately unable to reach the shuttle, resulting in a baseline out.", + "D. bottom consistently employed deceptive shot placement tactics during the serve reception, forcing top into passive transitions with a left mid-court overhead slice smash. Subsequently, bottom applied pressure with an accurate forehand drive straight, ultimately causing top to make a backhand shot out of bounds under pressure, resulting in a lost point." + ], + "answer": "B", + "question": { + "question_zh": "请就这一回合的得分原因进行分析说明", + "question_en": "Please analyze and explain the reason for scoring in this rally." + } + }, + { + "video_uid": "video_001767", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top抢网时连续两次预判过早导致丢掉主动权,陷入被动过渡后因底线平抽出现出界失误而丢分。", + "B. top在进攻环节主动加力造成杀球冒高和过顶失误,被bottom抓住机会用分球压制边路后反击得分。", + "C. top防守时未能及时衔接假动作衔接,被bottom通过手腕骗发力制造空档,最终在中区扣杀时因线路过长下网失分。", + "D. top多次防守环节出现质量问题(特别是挡网冒高、挑球下网),未能有效限制bottom的进攻节奏,最终因反手挡网失误直接失分。" + ], + "options_en": [ + "A. Top anticipated too early twice during net rushes, losing the initiative and falling into passive transitions, ultimately losing the point due to a baseline drive error that went out of bounds.", + "B. Top actively added power during offensive plays, resulting in high smashes and over-the-head errors, allowing Bottom to seize the opportunity to use cross-court shots to pressure the sidelines and counterattack to score.", + "C. Top failed to timely connect with feints during defense, allowing Bottom to create gaps through wrist deception, and ultimately lost the point due to a mid-court smash that went into the net because the shot was too long.", + "D. Top made quality issues in multiple defensive plays (especially high blocks and net lifts into the net), failing to effectively limit Bottom's offensive rhythm, and ultimately lost the point directly due to a backhand block error." + ], + "answer": "D", + "question": { + "question_zh": "请分析这一回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001768", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在逆风场地采用连续吊球战术压制底线,但bottom凭借出色的移动能力多次封网化解险情,最终top在追身战术中因发球出界导致失误丢分。", + "B. top通过精准的线路组合压制对手,击球38以强力跳杀直线直接得分,此前多次通过推挑过顶和网前控制迫使bottom被动防守,关键分时果断进攻抓住机会。", + "C. bottom在多拍相持中通过高远球和反手直线主动拉锯,top因连续上网消耗体力后防守出现漏洞,bottom在第37拍突然压底线导致对手救球下网获得关键分。", + "D. bottom通过假动作分球和勾对角牢牢控制网前,多次迫使top被迫后退防守,第39拍底线高远球直接超出边线后,bottom凭借战术执行拿下关键分。" + ], + "options_en": [ + "A. Top employed consecutive drop shots to pressure the baseline in adverse wind conditions, but Bottom's exceptional movement repeatedly neutralized threats at the net. Ultimately, Top lost the point due to a service error while executing a body-targeting tactic.", + "B. Top suppressed the opponent with precise shot combinations, scoring directly with a powerful jump smash down the line on the 38th shot. Earlier, repeated net lifts and net control forced Bottom into passive defense. Top seized the opportunity with decisive attacks during critical points.", + "C. Bottom engaged in prolonged rallies using clears and backhand straight shots to dominate the exchange. Top's defensive gaps appeared due to fatigue from continuous net approaches. Bottom secured the crucial point by suddenly pressuring the baseline on the 37th shot, causing Top to return the ball into the net.", + "D. Bottom controlled the net with deceptive shots and cross-court net shots, repeatedly forcing Top to retreat defensively. After a baseline clear went out of bounds on the 39th shot, Bottom secured the key point through tactical execution." + ], + "answer": "B", + "question": { + "question_zh": "请分析本回合得分的主要因素。", + "question_en": "Please analyze the main factors contributing to the scoring in this round." + } + }, + { + "video_uid": "video_001769", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在关键球中成功打出高质量的过顶压后场,迫使top被迫回球下网,导致失分,并在网前分球时表现出极强的预判能力。", + "B. top在对手连续进攻时尝试强行反抽对角线分球,但球速偏慢且落点被对手预判,对手顺势打出精准的平抽挡制胜球。", + "C. top在被动防守阶段多次过渡球质量不足,且关键判断失误(如最后一拍抽球球路线选择欠佳),导致被对手抓住机会。", + "D. top在网前相持阶段频繁使用假动作意图骗出对手失误,但对手识破意图后通过快速抢网占据主动,最终以追身杀上网得分。" + ], + "options_en": [ + "A. The opponent successfully executed high-quality overhead clears to the rear court during crucial rallies, forcing top to return the shuttle into the net, resulting in a lost point. Additionally, the opponent demonstrated exceptional anticipation skills during net interceptions.", + "B. While under continuous attack, top attempted a forced cross-court drive to split the opponent’s defense, but the shot was slow and the placement anticipated. The opponent capitalized with a precise flat drive for the winning shot.", + "C. During the passive defensive phase, top repeatedly delivered poor-quality transition shots and made critical judgment errors (e.g., suboptimal shot selection in the final drive), allowing the opponent to seize opportunities.", + "D. In the net stalemate phase, top frequently used deceptive moves to trick the opponent into errors. However, the opponent recognized the intent and gained initiative by swiftly rushing the net, ultimately scoring with a body smash followed by a net kill." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合失利的主要原因?", + "question_en": "Please analyze the main reasons for the loss in this round?" + } + }, + { + "video_uid": "video_001770", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在网前小球争夺中,对手因急于抢网导致回球下网,此时top只是在前一轮用反手挑后场将球过渡到对角线区域,裁判经过鹰眼回放确认球未落地,最终判定得分。", + "B. top通过关键性上网战术得分,14拍平高球压制迫使对手只能过渡,随后迅速上网抢点并在第16拍抓住反手封网机会,斜线扑球果断且线路精准直接得分。", + "C. 在长达25拍的网前缠斗后,top运动员突然以快速假动作迷惑对手,随后利用强力的过顶劈杀将球高高抛至对方底线,对手虽然尝试鱼跃救球但回球擦网出界,主裁判判罚球触线外才算得分。", + "D. top在中后场陷入被动,选择用连续小球战术迫使对手移动,随后在第18拍突然施以直线分球,将球精准击打到对手边线与网前的夹角处,对手未能及时回防扑救导致球出界失分。" + ], + "options_en": [ + "A. During a net duel, the opponent rushed to intercept but netted the shuttle. Top had merely used a backhand lift to transition the shuttle to the diagonal rearcourt in the previous shot. After Hawk-Eye review confirmed the shuttle hadn't touched the ground, the referee awarded the point.", + "B. Top scored through a crucial net play tactic, using 14 flat clears to pressure the opponent into a defensive transition, then swiftly moved forward to intercept and seized the backhand net block opportunity on the 16th shot, executing a decisive and precise cross-court net kill for a direct point.", + "C. After a prolonged 25-shot net exchange, Top suddenly deceived the opponent with a quick feint, followed by a powerful overhead slice that sent the shuttle high to the backcourt. Though the opponent attempted a diving save, the shuttle grazed the net and landed out, with the line judge ruling it out.", + "D. Trapped in a passive position at mid-rear court, Top opted for consecutive drop shots to force the opponent to move, then abruptly delivered a straight drive on the 18th shot, placing the shuttle precisely at the corner of the sideline and net. The opponent failed to recover in time, resulting in an out-of-bounds loss." + ], + "answer": "B", + "question": { + "question_zh": "请分析这一回合的得分关键因素?", + "question_en": "Please analyze the key factors of scoring in this rally?" + } + }, + { + "video_uid": "video_001771", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在中场争夺时,后场扣杀因对手突然的假动作分球而误判方向,导致回球过高被直接拦截得分", + "B. 在被动过渡阶段,抢网时急于发力造成反手抽对角出界,未能切断对手的连续进攻节奏", + "C. 面对对方的过顶高压球,扑杀时因手上停顿意图被识破,导致防守预判失误进而直接下网", + "D. top在网前相持中因放网技术失误导致失分,反手直线放网出现弧线过高问题,拱手让出进攻机会" + ], + "options_en": [ + "A. During the midcourt rally, the rear-court smash was misdirected due to the opponent's sudden deceptive split shot, resulting in a high return that was directly intercepted for a point.", + "B. In the passive transition phase, rushing to generate power during the net interception caused a backhand cross-court drive to go out, failing to disrupt the opponent's continuous offensive rhythm.", + "C. Facing the opponent's overhead high clear, the net kill was anticipated incorrectly due to a detectable pause in the hand motion, leading to a defensive misjudgment and the shot going directly into the net.", + "D. Top lost the point due to a technical error in the net shot during the net exchange, with the backhand straight net shot having an excessively high trajectory, giving away the offensive opportunity." + ], + "answer": "D", + "question": { + "question_zh": "在本回合中,失利的主要原因是什么?", + "question_en": "What was the main reason for losing this round?" + } + }, + { + "video_uid": "video_001772", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom因发球时反手击球力量控制失当,造成后场偷发落点失误出界而失分", + "B. bottom在抢网过程中因急于封堵对手中路分球,回球过高被对手精准扣杀至边线区域", + "C. bottom分球至对手反手空档时手部停顿误导了对手,但后续补位不及被连续压迫至被动失误", + "D. bottom上网时使用假动作欺骗对手却暴露击球路线,被对手预判后击出过顶球导致下网" + ], + "options_en": [ + "A. Bottom lost the point due to a miscontrolled backhand serve, resulting in a failed long serve that went out of bounds.", + "B. Bottom rushed to intercept the opponent's cross-court shot during a net exchange but returned the ball too high, leading to a precise smash to the sideline by the opponent.", + "C. Bottom misled the opponent with a pause when hitting to the backhand gap but failed to recover in time, leading to continuous pressure and a forced error.", + "D. Bottom used a deceptive move when approaching the net but exposed the shot direction, allowing the opponent to anticipate and hit a high clear that caused Bottom to net the ball." + ], + "answer": "A", + "question": { + "question_zh": "请指出这一回合导致失分的具体原因是什么?", + "question_en": "Please identify the specific reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001773", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动防守阶段多次出现过渡质量不足问题,关键分未能制造有效压迫,被动反击时的击球速度和线路变化也未能打乱top的进攻节奏。", + "B. bottom在抢网阶段因移动路线判断错误被top的过顶高远球完全压制,随后因后场防守覆盖不足被连续调动后回球质量骤降最终失误", + "C. bottom在连续使用假动作骗封后出现击球线路选择失误,关键分时将球过度压向边线导致连续出界,且缺乏有效变化的网前小球技术。", + "D. top通过精准的分球和高质量的过顶劈吊持续压制底线,在bottom上网时用突然的网前扑杀打乱其防守节奏,造成回球下网失误。" + ], + "options_en": [ + "A. Bottom repeatedly had issues with insufficient transition quality during passive defense, failing to create effective pressure at critical points. The speed and shot placement variations during passive counterattacks also failed to disrupt Top's offensive rhythm.", + "B. Bottom misjudged the movement path during the net rush, getting completely suppressed by Top's overhead clears, and due to insufficient rear-court defensive coverage, was continuously maneuvered, leading to a sharp decline in shot quality and eventual errors.", + "C. Bottom made errors in shot selection after continuously using deceptive moves to fake blocks, over-pressing the shuttle toward the sidelines at critical points, resulting in consecutive out-of-bounds shots, and lacked effective variations in net shot techniques.", + "D. Top consistently suppressed the baseline with precise split shots and high-quality overhead drop shots, disrupting Bottom's defensive rhythm with sudden net kills when Bottom approached the net, causing net errors." + ], + "answer": "A", + "question": { + "question_zh": "请分析导致该回合Bottom失分的主要原因?", + "question_en": "Please analyze the main reasons for Bottom's loss of points in this round?" + } + }, + { + "video_uid": "video_001774", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在关键分上,top采用了强势的头顶区扣杀过顶球策略,迫使bottom在被动中勉强反抽对角大斜线,导致球出界失误,展现了强大的进攻实力", + "B. top凭借关键的网前战术得分,通过反手放网前直线搓球迫使bottom回球失误,展现了精湛的网前控制能力", + "C. bottom因急于转换场区而出现节奏混乱,top则精准抓住机会用反手放小球到追身位置,而bottom反应不及直接将球下网,凸显了top的预判能力", + "D. bottom在反击中选择扣杀过顶试图压制top,但力量控制不当导致球出界失误,top则凭借稳健的防守逼迫对手出现主动失误,体现了防守反击的有效性" + ], + "options_en": [ + "A. At the critical point, top employed a powerful overhead smash strategy, forcing bottom into a passive cross-court drive that went out, demonstrating strong offensive prowess.", + "B. top scored with a crucial net play tactic, forcing bottom into an error with a backhand straight net drop shot, showcasing exceptional net control.", + "C. bottom lost rhythm due to rushing the court transition, while top seized the opportunity with a backhand drop shot to the body, leaving bottom unable to react in time and hitting the net, highlighting top's anticipation.", + "D. bottom attempted an overhead smash to pressure top but miscontrolled the power, sending the shot out, while top relied on solid defense to force an active error, proving the effectiveness of defensive counterattacks." + ], + "answer": "B", + "question": { + "question_zh": "这一回合的得分关键在于?", + "question_en": "What was the key to winning this rally?" + } + }, + { + "video_uid": "video_001775", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在中场分球至对手边线时被快速上网的对手拦截,其击球线路选择未能避开对方预判", + "B. bottom在抢网阶段使用假动作骗过后突然放网前小球,但因力量控制失误导致球直接出界", + "C. bottom在被动防守阶段反手抽直线过顶球质量不足,未能有效过渡反而将进攻权拱手让出", + "D. 在对手过顶劈吊制造被动局面后,bottom尝试正手抽对角但因身体失去平衡造成回球下网" + ], + "options_en": [ + "A. When bottom split the shuttle to the opponent's sideline at midcourt, it was intercepted by the opponent who quickly rushed to the net, as the shot selection failed to evade the opponent's anticipation.", + "B. During the net rush, bottom used a deceptive move to fake out the opponent but then played a net shot with poor power control, causing the shuttle to go out directly.", + "C. During the passive defensive phase, bottom's backhand straight drive clear lacked quality, failing to effectively transition and instead surrendering the offensive initiative.", + "D. After the opponent created a passive situation with an overhead slice drop, bottom attempted a forehand cross-court drive but lost balance, resulting in the shuttle failing to clear the net." + ], + "answer": "C", + "question": { + "question_zh": "在这一回合中,导致失分的主要原因是什么?", + "question_en": "What was the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001776", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键网前争夺中未能有效限制top的主动压迫,搓球质量不稳定,挑高球和被动挡网时落点控制不足,且在对手连续压迫下未能打出连贯反制得分球。", + "B. bottom在短暂的击球间隙尝试通过停顿制造假动作欺骗对手,却因动作衔接生硬被识破,连续两次低平快球被top直接扣杀导致失分", + "C. top通过频繁的假动作与分球调度成功扰乱bottom的站位,bottom因预判失误多次扑空且在防守回挡时缺乏压迫性,始终处于被动防守状态无法改变局面。", + "D. bottom在抢网过程中多次使用过顶高球试图压制对手,但球速过慢且弧度预测失误,导致top轻松拦截后通过精准的劈杀直接得分。" + ], + "options_en": [ + "A. Bottom failed to effectively limit top's aggressive pressure during crucial net exchanges, with inconsistent net shot quality, insufficient placement control when lifting or blocking passively, and inability to string together counterattacking shots under continuous pressure.", + "B. Bottom tried to deceive top with a hesitation fake during brief hitting intervals, but the stiff motion transition gave it away. Two consecutive low flat drives were directly smashed by top for points.", + "C. Top successfully disrupted bottom's positioning through frequent deceptive shots and tactical placements. Bottom misjudged multiple shots due to poor anticipation and lacked offensive intent in defensive blocks, remaining trapped in passive defense.", + "D. Bottom attempted to suppress top with multiple overhead clears during net rushes, but the slow speed and miscalculated trajectory allowed top to intercept easily and score directly with precise smashes." + ], + "answer": "A", + "question": { + "question_zh": "请指出该回合导致失分的主要原因?", + "question_en": "Please identify the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001777", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过反手抽球打出高压迫性的追身斜线球,迫使top在中前场难以有效反击,奠定了得分基础。", + "B. bottom在底线通过假动作骗到top后场移动后加快节奏突击直线,而top因跑动不及勉强回挡时球拍触网弹出边线实现得分", + "C. 当top抢网压迫时bottom突然改用过顶高吊球,顶住网前形成被动后通过连续推直线压制对手移动范围,最终造成对手回球出界得分。", + "D. bottom利用分球战术将球击向对手边线死角位置,top反应缓慢下被迫用反手强行过渡但未能过网导致失误,形成得分。" + ], + "options_en": [ + "A. Bottom played a high-pressure body-targeted crosscourt shot with a backhand drive, forcing Top to struggle with effective counterattacks in the mid-frontcourt, laying the foundation for scoring.", + "B. Bottom used a deceptive move at the baseline to trick Top into moving backward, then accelerated the pace with a straight smash. Top failed to reach the shuttle in time and barely blocked it, but the racket touched the net and the shuttle popped out of the sideline, resulting in scoring.", + "C. When Top rushed to the net aggressively, Bottom suddenly switched to an overhead high clear, pressuring the frontcourt and creating a passive situation. Then, Bottom continuously pushed straight shots to limit the opponent's movement, ultimately causing the opponent to return the shuttle out of bounds for scoring.", + "D. Bottom used a split-shot tactic to hit the shuttle toward the opponent's sideline corner. Top reacted slowly and was forced to make a passive backhand transition but failed to clear the net, resulting in an error and scoring." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,请解释得分的主要原因?", + "question_en": "For this rally, please explain the main reason for scoring?" + } + }, + { + "video_uid": "video_001778", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在进攻中过于激进选择连续抢网,导致击球点过早丧失防守站位,多次扑球下网且被对手通过分球撕开空当完成反击。", + "B. bottom在防守中多次出现被动过渡,尤其在击球19反手抽球失误后,未能有效回应top的收吊战术,关键分处理缺乏针对性导致连续失位。", + "C. bottom未能识破top的假动作组合,被对方通过过顶高远球配合交叉上网战术所迷惑,最终因回球路线偏差导致关键分出界。", + "D. bottom对top强势的网前封堵准备不足,企图通过挑后场球进行过渡时失误频发,同时移动速度滞后无法覆盖底线空当区域。" + ], + "options_en": [ + "A. Bottom was overly aggressive in offense by choosing to rush the net repeatedly, resulting in premature hitting points and loss of defensive stance. Multiple net kills went into the net, and the opponent exploited the gaps with split shots to complete counterattacks.", + "B. Bottom was repeatedly forced into passive transitions during defense, especially after failing to execute a backhand drive at shot 19, and failed to effectively counter Top's drop shot tactics. The lack of targeted handling of key points led to consecutive positional losses.", + "C. Bottom failed to recognize Top's deceptive moves and was misled by the combination of overhead clears and cross-court net tactics. The final shot missed the line due to incorrect shot placement, leading to the loss of the key point.", + "D. Bottom was unprepared for Top's strong net blocks. Attempts to transition with rear-court lifts resulted in frequent errors, while slow movement speed left the baseline gaps uncovered." + ], + "answer": "B", + "question": { + "question_zh": "请分析导致该回合失分的主要原因", + "question_en": "Please analyze the main reasons for losing the point in this rally." + } + }, + { + "video_uid": "video_001779", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在bottom被迫进行过渡时,top选择反手轻搓过顶落点精准,却因bottom突然提速抢网形成压制,最终top的被动挑球被对手直接劈杀得分。", + "B. top在关键球处理中出现漏洞,击球10的超身推挑球质量不足且落点偏差,未能有效压制对手;同时击球8拦截推斜线后未能延续攻势,被bottom抓住反击机会。", + "C. bottom利用上网后接杀的假动作挑对角成功,top在关键分防守时抢网不及导致出界;而bottom抓住放网机会通过分球压制边线迫使top下网失误。", + "D. top在防守阶段多次运用过顶技术化解被动,但bottom通过快速封网压制后场空档,尽管top尝试反手分球撕裂防线,却被bottom精准预判拦截实现反击得分。" + ], + "options_en": [ + "A. When Bottom was forced into a defensive transition, Top opted for a precise backhand soft cross-court net shot. However, Bottom suddenly accelerated to cover the net, creating pressure. Ultimately, Top's defensive lift was directly smashed by the opponent for a point.", + "B. Top exposed weaknesses in handling crucial shots: the quality and placement of the cross-court net lift (shot 10) were insufficient, failing to effectively pressure the opponent. Additionally, after intercepting and pushing the diagonal (shot 8), Top failed to sustain the offensive momentum, allowing Bottom to seize the counterattack opportunity.", + "C. Bottom successfully executed a deceptive cross-court net lift after approaching the net for a kill return, causing Top to miss the net during a critical defensive play. Bottom then capitalized on the net shot opportunity by splitting the shuttle to the sideline, forcing Top into a net error.", + "D. Top repeatedly used overhead clears to escape defensive situations, but Bottom countered by swiftly covering the net to pressure the rear court gap. Although Top attempted a backhand split to break the defense, Bottom anticipated and intercepted precisely to score on the counterattack." + ], + "answer": "B", + "question": { + "question_zh": "请分析造成本回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001780", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在击球12中尝试反手过顶劈杀时出现击球力度不足,导致球落在底线附近变成被动过渡球,bottom趁机用反手高压扣杀直线直接得分", + "B. top在击球11的网前小球质量较高,迫使bottom被迫上网防守,bottom在仓促间用正手抽对角分球时因角度过小被top预判,最终因球过网后触网下网", + "C. bottom在关键击球13中展现出极佳的进攻能力,利用正手跳杀斜线直接得分,成功把握住了前一分top质量较差的反手拦吊所创造的反击机会。", + "D. bottom通过击球10的假动作骗过对手后突然改用网前勾对角战术,虽然top进行抢网动作但因站位靠后未能及时到位,导致球在底线附近出界完成得分" + ], + "options_en": [ + "A. Top attempted a backhand overhead slice in shot 12 but lacked sufficient power, resulting in the shuttle landing near the baseline as a passive transition shot. Bottom seized the opportunity to score directly with a backhand straight smash.", + "B. Top executed a high-quality net shot in shot 11, forcing Bottom to defend at the net hastily. While attempting a forehand cross-court drive, Bottom's angle was too tight, allowing Top to anticipate and ultimately causing the shuttle to hit the net and fail to cross.", + "C. Bottom demonstrated excellent offensive ability in the key shot 13, scoring directly with a forehand jump cross-court smash, successfully capitalizing on the counterattack opportunity created by Top's poor-quality backhand drop shot in the previous shot.", + "D. Bottom deceived the opponent with a feint in shot 10 and suddenly switched to a cross-court net shot tactic. Although Top attempted to intercept at the net, their positioning was too deep, preventing timely reach and resulting in the shuttle landing out near the baseline to complete the score." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,请对得分原因做出解释?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001781", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 当对手抢网成功实施压迫时,top选择用正手高远球强行过渡,却被对手快速跟进的跳杀过顶技术压制,最终因被动中仓促回放球下网导致丢分,但裁判误判为得分]", + "B. top在反手位使用假动作过顶挑后场欺骗对手,但实际却突然改用平抽快挡直接下网,对手判断失误后退过程中被动回球出边线,形成间接得分情况。", + "C. 在对手猛烈的网前压迫下,top通过连续三次被动过渡球拖延时间,最终对手在反手位强行劈杀出界,造成了得分机会被意外逆转。", + "D. top凭借网前斜线分球和反手推挑大斜线连续压制对手节奏,最终在中后场抓住机会完成高质量正手跳杀斜线得分,展现了绝佳的进攻果断性和线路控制能力。" + ], + "options_en": [ + "A. When the opponent successfully rushed the net and applied pressure, Top chose to forcefully transition with a forehand clear but was suppressed by the opponent's quick follow-up jump smash over the head. Ultimately, due to a rushed passive net shot that went into the net, the point was lost, but the referee mistakenly ruled it as a score.", + "B. Top used a deceptive overhead lift to the rear court from the backhand side to mislead the opponent but suddenly switched to a fast flat drive that went into the net. The opponent misjudged and passively returned the ball out of the sideline during retreat, leading to an indirect point.", + "C. Under the opponent's fierce net pressure, Top delayed time with three consecutive passive transition shots, and eventually, the opponent forced a backhand slash shot that went out, resulting in an unexpected reversal of the scoring opportunity.", + "D. Top continuously suppressed the opponent's rhythm with cross-court net shots and a backhand push lift to the wide diagonal, ultimately seizing the opportunity in the mid-rear court to execute a high-quality forehand jump smash to the diagonal for the point, demonstrating excellent offensive decisiveness and line control." + ], + "answer": "D", + "question": { + "question_zh": "请解释该回合得分的主要原因?", + "question_en": "Please explain the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001782", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom连续使用假动作骗到对手top移动后,通过中场劈杀迫使对手挑后场高球。随后该选手在后场完成高质量跳起勾对角直线,对手因判断失误导致回球出界从而得分", + "B. bottom以正手劈吊假动作欺骗对手top起跳,随后在网前突然改用反手勾对角造成对手失位。利用对手回球下网的失误,在中场用头顶劈杀对角线直接得分终结回合。", + "C. bottom利用反手扑球假动作制造压迫感后,通过连续两次反手挑后场迫使top连续退场。对手在左中场回球质量不足出现出界,bottom顺势封网得分完成防守反击。", + "D. bottom通过反手推挑假动作率先打乱top节奏,并在网前通过正手连贯搓球迫使对手被动挑高。最终在右中场打出高质量正手跳杀直线,直接得分奠定胜局。" + ], + "options_en": [ + "A. Bottom repeatedly used feints to manipulate top's movement, then forced a high clear with a midcourt slice smash. The player then executed a high-quality jumping cross-court net shot straight from the rear court. The opponent misjudged and returned out, conceding the point.", + "B. Bottom deceived top with a forehand slice drop feint, then suddenly switched to a backhand cross-court net shot at the net, causing the opponent to lose position. Capitalizing on the opponent's net error, bottom finished the rally with a high-quality overhead slice smash diagonally.", + "C. Bottom created pressure with a backhand net kill feint, then forced top to retreat continuously with two consecutive backhand clears. The opponent's weak return at the left midcourt went out, allowing bottom to seal the net and score in a defensive counterattack.", + "D. Bottom disrupted top's rhythm first with a backhand push-lift feint, then forced the opponent into a passive high lift with a forehand net shot. Finally, a high-quality forehand jump smash straight down the line secured the winning point." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的关键因素并做出解释。", + "question_en": "Please analyze the key factors of scoring in this rally and provide an explanation." + } + }, + { + "video_uid": "video_001783", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键分的杀球力度不足且推挑过顶球质量偏低,未能有效限制对手网前压迫,反给对手留下致命反击机会。", + "B. 双方在网前形成多拍僵持时,未能有效利用高质量的过顶球破解压迫,反而因急于抢网出现下网失误。", + "C. 面对对手强势的前后场分球压制,关键分的过渡球处理过于保守,被连续逼至被动位置后出现非受迫性出界", + "D. 对方通过巧妙的假动作骗出空档后,精准的分球直接撕裂防守阵型,而防守方反应延迟导致截杀失败。" + ], + "options_en": [ + "A. The smash lacked power at crucial moments, and the quality of the push shot and net lift was subpar, failing to effectively limit the opponent's net pressure while giving them a fatal counterattack opportunity.", + "B. During a prolonged net exchange, the player failed to utilize high-quality clears to break the pressure and instead rushed the net, leading to a net error.", + "C. Facing the opponent's aggressive front-and-back court placement pressure, the transitional shot at the crucial point was overly defensive, leading to consecutive forced errors and an unforced out-bound.", + "D. The opponent cleverly used deceptive moves to create openings, then executed precise placement shots to dismantle the defensive formation, while the defending side's delayed reaction resulted in a failed interception." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合导致失分的关键因素?", + "question_en": "Please analyze the key factors that led to losing the point in this rally?" + } + }, + { + "video_uid": "video_001784", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过高质量的防守反击和线路变化主导整回合,关键球使用反手推挑骗招打乱bottom节奏,并在击球34通过反手挑高球成功化解被动。最终bottom在压力下击球出界送分。", + "B. top尽管尝试用反手推挑制造骗招,但bottom识破线路后快速上网压迫,迫使top在被动中勉强反手勾对角球出界。导致最终bottom抢网得分,因为top主动进攻错误,而自己无法化解压力", + "C. top在防守中多次出现被动过渡,bottom抓住机会用反手分球撕开防守,迫使top在关键击球34时反手抽对角得分,最终因bottom高质量的前三拍压迫导致top被动失误下网", + "D. bottom通过快速抢网和精准的过顶球主导回合,关键球突然后场高压扣杀打乱top节奏,导致top在击球34时反手挑球下网,最终top因被动失误将球下网失分" + ], + "options_en": [ + "A. Top dominated the rally with high-quality defensive counterattacks and variations in shot placement. A key moment was using a backhand push-lift deception to disrupt Bottom's rhythm, and at shot 34, Top successfully resolved a passive situation with a backhand lift. Ultimately, Bottom hit the shuttle out under pressure, conceding the point.", + "B. Despite Top's attempt to create deception with a backhand push-lift, Bottom read the shot and quickly pressured the net, forcing Top into a passive cross-court net shot that went wide. Bottom scored by intercepting at the net, as Top's aggressive play backfired and failed to handle the pressure.", + "C. Top repeatedly made passive transitions in defense, allowing Bottom to seize the opportunity with a backhand drive to split the defense. This forced Top into a backhand drive at the key shot 34, which scored. Ultimately, Bottom's high-quality early-game pressure led to Top's passive error, netting the shuttle.", + "D. Bottom controlled the rally with quick net interceptions and precise overhead clears. A key moment was a sudden rear-court smash that disrupted Top's rhythm, causing Top to net a backhand lift at shot 34. Top eventually lost the point due to a passive error, netting the shuttle." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,请对得分原因进行解析?", + "question_en": "For this rally, please analyze the reason for scoring?" + } + }, + { + "video_uid": "video_001785", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在关键分bottom选择将球连续击打到对手边线试图分球,但落点控制不到位频繁出界,导致连续失分后被对方抓住机会反击得分。", + "B. 双方在中场展开持久对抗中,对手突然变线抢网压迫使得bottom被迫防守反击不利,在被动情况下尝试反手抽球下网丢分,此前多次被对手分球到死角难以处理。", + "C. bottom多次使用假动作试图骗过对手,但被预判后主动进攻路线受阻,反手击球时因重心失衡导致抽球出界,最终关键分处理不够果断。", + "D. bottom在连贯推压环节出现致命失误,尤其是中场反手抽过顶球出界直接送分,此前多次主动进攻未能奏效,关键分心态略显急躁导致技术变形。" + ], + "options_en": [ + "A. At a crucial point, Bottom chose to repeatedly hit shots toward the opponent’s sideline to split the court, but poor placement control led to frequent out-of-bounds errors, resulting in consecutive lost points and giving the opponent an opportunity to counterattack and score.", + "B. During a prolonged mid-court duel, the opponent suddenly changed direction and rushed the net, pressuring Bottom into a defensive counterattack that failed. In a passive position, Bottom attempted a backhand drive but hit the net, losing the point. Earlier, Bottom struggled to handle repeated cross-court shots to the corners.", + "C. Bottom repeatedly used deceptive moves to trick the opponent but was anticipated, blocking aggressive play routes. During a backhand drive, loss of balance caused the shot to go out of bounds. Ultimately, the handling of crucial points lacked decisiveness.", + "D. Bottom made a fatal mistake in the continuous push-and-pressure phase, especially when the mid-court backhand drive went out of bounds, directly giving away the point. Previous aggressive plays were ineffective, and the slightly impatient mindset during crucial points led to technical errors." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合球局失利的主要原因是什么?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001786", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键的第22拍推挑未能有效拉开距离,反而留下进攻空档,同时部分网前对抗和防守反击中未能压制对手,导致被top抓住机会完成得分。", + "B. bottom在分球到边线时被top预判封堵,后续假动作衔接不到位被破解,加上被动过渡阶段频繁漏拍,最终因移动速度不足被对手抓住反击机会得分。", + "C. bottom在反手过渡球时因停顿被top预判路线,连续两拍的拉后场出界浪费优势,而关键局点时网前挑球质量不足被对手拦截完成致命得分。", + "D. bottom在网前抢网时犹豫导致过顶球连续失误,随后防守反击过于激进暴露空档,同时关键分的下网失误让top迅速逆转取得得分。" + ], + "options_en": [ + "A. Bottom failed to effectively create distance with a push shot at the crucial 22nd shot, leaving an offensive gap. Additionally, bottom couldn't suppress the opponent in some net duels and defensive counters, allowing top to seize the opportunity and score.", + "B. Bottom's cross-court shot was anticipated and blocked by top, followed by ineffective deception that was decoded. Frequent missed shots during passive transitions and insufficient movement speed allowed the opponent to capitalize on counterattacks.", + "C. Bottom's backhand transition was paused, allowing top to predict the trajectory. Two consecutive clears went out of bounds, wasting the advantage. At the crucial game point, a poor-quality net lift was intercepted by the opponent for the decisive score.", + "D. Bottom hesitated during net interceptions, leading to consecutive errors with overhead shots. Subsequently, overly aggressive defensive counters exposed gaps, and a key net error allowed top to quickly reverse and score." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,请解释导致失分的原因?", + "question_en": "For this rally, please explain the reason for losing the point?" + } + }, + { + "video_uid": "video_001787", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top的击球力量不足且线路偏直,bottom抓住机会利用网前小球配合快速移动到后场,通过连续挑后场高远球迫使对手出现回球出界失误从而得分", + "B. bottom在接发球时选择保守的过渡球策略,将球轻轻挑过对手网前,恰好让对方判断失误扑球下网,从而意外得分", + "C. bottom抓住top发球质量欠佳的漏洞,果断上网抢网拦截,并以精准的正手扑球压制对手得分", + "D. bottom在回球时采用高质量的假动作骗开对手,随后迅速调整使用反手抽击将球精准打向对方中场空当,迫使对手无法及时反应而得分" + ], + "options_en": [ + "A. Top's shot lacked power and was too straight, allowing Bottom to capitalize by combining a net drop shot with quick movement to the rear court, scoring through consecutive high clears that forced the opponent into an out-of-bounds error.", + "B. Bottom opted for a conservative transitional strategy during the return, gently lifting the shuttle over the net, causing the opponent to misjudge and net the kill, resulting in an unexpected score.", + "C. Bottom seized the opportunity when Top's serve was of poor quality, decisively moved forward to intercept at the net, and scored by accurately executing a forehand net kill to pressure the opponent.", + "D. Bottom used a high-quality deceptive move during the return to mislead the opponent, then quickly adjusted to employ a backhand drive, precisely placing the shuttle to the opponent's midcourt gap, forcing them to react too late and scoring." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001788", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 主要因对方在被动防守时多次出现回球失误:第二拍后场高远球直接出界,第四拍处理网前小球时下网,第六拍在底线处救球时压线成功却因对手让球失误,得分源于对方技术稳定性不足。", + "B. 得分关键在于中后场连续扣杀压制:第二拍劈对角配合强势扣杀制造空挡,第四拍抢网时用过顶挑球调动对手到后场边线,第六拍正手大力抽杀斜线造成对手救球出边界,展现了力量型进攻优势。", + "C. 回合得分核心是精准的落点控制:第二拍快带直线压制对手反手位,第四拍用假动作骗到对手重心后快速变直线,第六拍在右前场用变速勾对角迫使对手扑球下网,通过线路变化迫使对方失误完成得分", + "D. top通过细腻的战术组合得分:第二拍用切搓假动作抢推超身斜线建立优势,第四拍点杀斜线压制对手后场,最终第六拍在左前场以反手挡网斜线结合停顿假动作骗到对手,抢网连贯得分展现了极高的技术和战术执行力。" + ], + "options_en": [ + "A. The primary reason was the opponent's repeated errors during passive defense: The second shot, a rear-court clear, went out directly. The fourth shot, a net shot, failed to clear the net. The sixth shot, a save at the baseline, landed in but the opponent misjudged it as out. The score resulted from the opponent's lack of technical stability.", + "B. The key to scoring was continuous mid- and rear-court smashes for pressure: The second shot, a sliced cross-court shot paired with a powerful smash, created an opening. The fourth shot used an over-the-head net lift to force the opponent to the rear sideline. The sixth shot was a fierce forehand cross-court drive, causing the opponent to save the ball out of bounds, demonstrating the advantage of power-based offense.", + "C. The core of the rally's score was precise placement control: The second shot was a fast straight drive to pressure the opponent's backhand. The fourth shot used a feint to disrupt the opponent's balance before quickly changing to a straight shot. The sixth shot at the right forecourt employed a speed-varied cross-court net shot to force the opponent into a net kill error, completing the score through tactical line changes.", + "D. TOP scored through delicate tactical combinations: The second shot used a slicing and pushing feint to quickly push a cross-court shot past the opponent's body, establishing an advantage. The fourth shot was a cross-court steep smash to pressure the opponent's rear court. Finally, the sixth shot at the left forecourt used a backhand block cross-court combined with a pause feint to deceive the opponent, showcasing superb technical and tactical execution with a quick net follow-up to score." + ], + "answer": "D", + "question": { + "question_zh": "对这一回合的得分原因进行分析", + "question_en": "Analyze the scoring reasons for this rally." + } + }, + { + "video_uid": "video_001789", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借出色的网前控制和果断进攻锁定胜局,在bottom被迫挑高球后迅速启动重杀斜线,攻击空档力度和线路选择极具威胁性。", + "B. bottom通过精准的分球到边线调动top,随后利用假动作骗开防守后快速搓网前得分,线路变化与节奏控制让top反应不及。", + "C. 在bottom被迫进行被动过渡时,top尝试扣杀过顶球却出现出界失误,反而是bottom抓住机会连续重扣直线得分。", + "D. top抢网失败被bottom过顶高远球压制,随后bottom趁其回位不利连续劈杀对角得分,展现了强大的制空权优势。" + ], + "options_en": [ + "A. Top secured the victory with excellent net control and decisive attacks, swiftly initiating a powerful cross-court smash after forcing Bottom to lift the shuttle, with highly threatening power and line selection targeting the open space.", + "B. Bottom scored by precisely distributing the shuttle to the sidelines to maneuver Top, then using a deceptive move to open up the defense before quickly executing a net shot, with line variations and tempo control leaving Top unable to react in time.", + "C. When Bottom was forced into a passive transition, Top attempted an overhead smash but sent the shuttle out, allowing Bottom to seize the opportunity for consecutive powerful straight smashes to score.", + "D. Top failed in a net rush and was pressured by Bottom's high clear, then Bottom capitalized on Top's poor recovery to deliver consecutive diagonal smashes, demonstrating dominant aerial superiority." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001790", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top未能及时预判bottom最后的超身线路,在移动和起跳时机上出现明显滞后,导致关键球直接失分。", + "B. bottom在完成分球到边线后未能保持重心稳定,尝试追打下一拍时因脚下打滑导致回球出界造成失分。", + "C. top在底线相持阶段盲目使用过顶高球试图压制对手,却因击球点过早被对手抢网成功形成制胜突击。", + "D. 在关键分的争夺中bottom选择使用假动作骗使top重心前移,随后通过突然变线至空档完成得分令防守方措手不及" + ], + "options_en": [ + "A. The top player failed to anticipate the bottom player's final cross-court shot in time, showing obvious delay in movement and jump timing, resulting in a direct loss of the crucial point.", + "B. After executing a sideline shot, the bottom player failed to maintain balance and slipped while attempting to chase the next shot, causing the return to go out of bounds and lose the point.", + "C. During the baseline rally, the top player recklessly used an overhead clear to pressure the opponent but was intercepted at the net due to an early contact point, allowing the opponent to launch a winning attack.", + "D. In the crucial point, the bottom player used a deceptive move to lure the top player forward, then suddenly changed direction to an open space, scoring while the defender was caught off guard." + ], + "answer": "A", + "question": { + "question_zh": "请分析以下回合中导致失分的主要原因是什么?", + "question_en": "Please analyze the main reason for losing the point in the following rally." + } + }, + { + "video_uid": "video_001791", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过连续假动作的频率压制网前布局,当top试图抢网时被对方频繁的过顶高远球压制到后场,最终因移动不及导致被动回球下网而失分", + "B. 在关键分的网前多拍博弈中,top因手部停顿的假动作暴露意图过早,被bottom预判分球路线并精准回击出界,导致防守阵型崩溃", + "C. top对bottom的底线分球预判失误过多,虽多次试图上网封堵但路线选择保守,最终在被动时因急于挽救导致直线抽杀出界而失利", + "D. top多次关键击球质量低效:尤其在中场区域的推斜线和被动过渡直线处理随意,过高弧线暴露防守空档,未能有效压制bottom的主动进攻" + ], + "options_en": [ + "A. Bottom suppressed the net setup through frequent feints, and when Top attempted to rush the net, they were repeatedly pushed to the backcourt by Bottom's overhead clears, ultimately leading to a passive return that failed to clear the net due to insufficient movement.", + "B. In the multi-shot net duel at the critical point, Top's early exposure of intent due to a hand-pause feint allowed Bottom to anticipate the shot direction and precisely counter with a line-drive that went out, causing the defensive formation to collapse.", + "C. Top misjudged Bottom's baseline shot placements too often. Although they repeatedly attempted to intercept at the net, their route choices were conservative, ultimately leading to a rushed straight-line smash that went out while trying to recover from a passive position.", + "D. Top's multiple key shots were inefficient in quality: especially the casual handling of cross-court push shots and passive straight-line transitions in the midcourt area, with excessively high trajectories exposing defensive gaps, failing to effectively suppress Bottom's active attacks." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001792", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在中前场推挑斜线时未能完全限制对手进攻空间,后续防守未能有效化解bottom的快速突击导致失分。", + "B. 当top在被动情况下选择过渡性挑后场时,因球飞行弧度过高被bottom轻易拦截并抢网得分,未能化解压力最终失分。", + "C. 在bottom试图通过停顿制造假动作时,top未能及时预判其线路,导致被刁钻的分球压制到边线区域最终失误。", + "D. bottom在上网过程中使用假动作骗过top的防守重心,随后借力打出快速攻击让top反应不及,最终导致得分。" + ], + "options_en": [ + "A. When top pushed a cross-court net lift from the mid-frontcourt, they failed to fully restrict the opponent's attacking space, and the subsequent defense couldn't effectively counter bottom's fast smash, resulting in losing the point.", + "B. When top chose a defensive clear under pressure, the shuttle's flight arc was too high, allowing bottom to easily intercept and rush the net for a point, failing to relieve the pressure and ultimately losing the point.", + "C. When bottom attempted to create a deceptive shot by pausing, top failed to anticipate the trajectory in time, leading to being pressured by a sharp cross-court shot to the sideline and ultimately making an error.", + "D. During the net approach, bottom used a deceptive move to mislead top's defensive stance, then leveraged the momentum to execute a fast attack, leaving top unable to react in time and ultimately scoring the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001793", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第8拍反手抽对角线迫使top直线过渡回球,然而bottom自身反手击球下网失误,随后top通过连续交叉步移动压制网前,最终正手劈对角得分。", + "B. top在第10拍以高质量过顶球压制bottom网前,bottom反手挑球未过网失误,随后top继续以连续劈吊压制底线,在第14拍借力扣杀得分。", + "C. bottom在关键的第11拍正手快杀直线直逼对手左中场,高强度压迫迫使top在第12拍反手勾球时出现出界失误,凭借关键时刻的果敢进攻奠定胜局。", + "D. bottom在第6拍使用反手假动作骗开top的移动路线,但top预判准确并迅速转为正手抽直线,bottom因回动不及导致出界失误完成得分。" + ], + "options_en": [ + "A. Bottom forced Top to return a straight transition shot with a backhand diagonal drive on the 8th shot, but Bottom made a net error with their own backhand shot. Subsequently, Top suppressed the net with continuous crossover steps and scored with a forehand diagonal drop shot.", + "B. Top pressured Bottom at the net with a high-quality overhead clear on the 10th shot, causing Bottom to make a net error with a backhand net lift. Top then continued to suppress the baseline with consecutive drop shots and scored with a smash on the 14th shot by leveraging the momentum.", + "C. Bottom executed a decisive forehand fast straight smash to the opponent's left midcourt on the crucial 11th shot, applying intense pressure that forced Top to make an out-of-bounds error with a backhand cross-court net shot on the 12th shot, securing the victory with bold offensive play at the critical moment.", + "D. Bottom used a backhand deceptive move on the 6th shot to mislead Top's movement, but Top anticipated correctly and quickly switched to a forehand straight drive. Bottom failed to recover in time, resulting in an out-of-bounds error and the point." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,请对得分原因作出解释?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001794", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在底线处通过连续的反手抽对角压制对方左半场,迫使对手被动退到后场后突然以过顶高远球偷袭中场,对方因预判失误未能防起,球直接出底线导致得分", + "B. bottom通过中前场的精准网前控制建立优势,最终在右中场以顶级质量的正手跳杀直线完成致命得分,展现了极强的进攻终结能力。", + "C. 对方在被动过渡中因手上停顿被bottom捕捉机会,其在中后场快速上网并以高质量正手上手劈吊直线让对手反应不及,最终因对手判断失误导致回球下网获得得分。", + "D. bottom在左中场通过欺骗性动作制造假动作,迫使对方后退后突然变向分球到右侧边线,随即利用快速抢网封堵压制对手反应,最终以强力反手抽球迫使对方回球出界完成得分。" + ], + "options_en": [ + "A. Bottom continuously pressured the opponent's left half-court with backhand cross-court drives from the baseline, forcing them to retreat defensively. Suddenly, Bottom played an overhead clear to the midcourt, catching the opponent off guard due to misjudgment. The shuttle landed directly out of bounds, securing the point.", + "B. Bottom established an advantage through precise net control in the mid-frontcourt, ultimately delivering a lethal straight forehand jump smash of top-tier quality at the right midcourt, demonstrating exceptional offensive finishing ability.", + "C. The opponent, caught in a passive transition, was exploited by Bottom due to a momentary hesitation in their stroke. Bottom swiftly advanced from the mid-rear court and executed a high-quality straight forehand overhead drop shot, leaving the opponent no time to react. The opponent misjudged the return, resulting in the shuttle failing to clear the net and awarding the point.", + "D. Bottom used deceptive movements to create a fake at the left midcourt, forcing the opponent to retreat before suddenly changing direction to distribute the shuttle to the right sideline. They then quickly rushed the net to block and suppress the opponent's reaction, finally scoring with a powerful backhand drive that forced the opponent to return the shuttle out of bounds." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001795", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方在多拍相持中突然使用过顶高远球,导致本方回球下网直接丢分,未能及时调整策略", + "B. 在网前小球争夺中因分球判断失误,被对手用反手假动作骗过,最终回球出界丧失关键分", + "C. top在接发环节对球路预判不足,试图主动进攻时动作变形导致拦吊直接出界,错失关键分", + "D. 在抢网上网时因对方抢先下压导致被动过渡,回球未能过网直接下网,未能组织有效防守" + ], + "options_en": [ + "A. The opponent suddenly used an overhead clear during a multi-shot rally, causing the return to hit the net and lose the point directly, failing to adjust the strategy in time.", + "B. A misjudgment in net shot placement during the net duel led to being deceived by the opponent's backhand fake, resulting in the return going out and losing the critical point.", + "C. The top player lacked anticipation in the serve reception, resulting in a deformed stroke during an attempted aggressive play, causing the drop shot to go out directly and missing the crucial point.", + "D. During the net rush, the opponent's early downward press forced a passive transition, and the return failed to clear the net, directly hitting it, preventing effective defensive organization." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合导致失分的关键因素是什么?", + "question_en": "Please analyze the key factors that led to losing the point in this rally." + } + }, + { + "video_uid": "video_001796", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top使用多次假动作制造分球假象诱使bottom移动,实则通过低平快过渡球迫使对手回球下网得分,随后快速上网完成锁定", + "B. top通过正手勾斜线球和大范围推挑调动对手,迫使bottom持续大范围移动,最终在对手失误时把握机会得分。", + "C. top连续以重杀分球压制对手边线,迫使bottom在反手位勉强回球下网,凭借精准的落点控制与连续追身攻击取得得分", + "D. top在底线形成被动时突然抢网使用网前过顶扣杀压制底线,对手因准备不足回球出界得分,配合反手直线形成压制体系" + ], + "options_en": [ + "A. TOP employed multiple feints to create a split-shot illusion, luring BOTTOM to move, then used a low and fast transition shot to force the opponent into a net error, followed by a quick net approach to seal the point.", + "B. TOP scored by using a forehand cross-court net shot and wide push shots to force BOTTOM into constant wide movement, capitalizing on the opponent's error.", + "C. TOP continuously used powerful smashes to pin the opponent near the sideline, forcing BOTTOM into a weak backhand return that went into the net, scoring through precise placement and consecutive body attacks.", + "D. While trapped at the baseline, TOP suddenly rushed to the net for an overhead smash to pressure the baseline, causing the opponent to return out of bounds due to lack of preparation, combined with a backhand straight shot to form a suppression system." + ], + "answer": "B", + "question": { + "question_zh": "请分析此回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this round." + } + }, + { + "video_uid": "video_001797", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借精准的斜线球持续调动对手,尤其在关键球中利用反手推挑和正手收吊的假动作彻底打乱bottom的节奏,最终通过第9球的高质量正手收吊斜线球锁定得分,展现了极强的战术执行力和临场应变能力。", + "B. 在连续多拍相持中bottom陷入被动多次采用过渡球,top则通过连续平抽快挡抢网占据主动,因bottom在第六拍起跳时机判断失误导致回球出界完成得分,主要得益于底线相持中的压制效果。", + "C. top在第四拍通过快速分球压制底线迫使bottom回球下网,在第七拍使用反手劈吊配合假动作骗过防守,最终在第11拍以正手抽对角实现得分,凸显了线路变化与节奏控制能力。", + "D. 面对bottom的强力进攻,top凭借快速移动化解多个被动球,在第十拍突然使用过顶高远球打穿防守,逼迫对手救球后因体力透支回球下网,得分关键在于体能优势和突然改变进攻节奏" + ], + "options_en": [ + "A. top continuously maneuvered the opponent with precise cross-court shots, especially disrupting bottom's rhythm with deceptive backhand push lifts and forehand drop shots during crucial points, ultimately securing the point with a high-quality forehand drop shot cross-court on the 9th shot, demonstrating strong tactical execution and on-court adaptability.", + "B. During a prolonged rally, bottom was forced into passive play with multiple transitional shots, while top seized the initiative with continuous flat drives and quick net interceptions. A misjudged jump timing by bottom on the 6th stroke led to an out-of-bounds return, resulting in the point, primarily due to top's baseline pressure.", + "C. top pressured the baseline with a quick split shot on the 4th stroke, forcing bottom to hit the net, then used a backhand slice drop with deception to outmaneuver the defense on the 7th stroke, and finally scored with a forehand drive cross-court on the 11th stroke, highlighting line variation and rhythm control.", + "D. Facing bottom's aggressive attacks, top relied on swift movement to counter multiple defensive shots, then suddenly deployed an overhead clear on the 10th stroke to breach the defense, forcing bottom to exhaust energy in retrieval and ultimately hit the net due to fatigue. The key to scoring lay in top's physical advantage and sudden shift in offensive rhythm." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally." + } + }, + { + "video_uid": "video_001798", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在回击时因bottom的上网压迫选择被动过渡,但因击球力量不足导致球下网,bottom因此得分", + "B. bottom在击球前做出假动作分球到边线,骗得对手提前移动,随后突然突袭正手下压得分", + "C. bottom通过高远球将对手骗至底线后迅速抢网,对手判断失误未能接住过顶球,造成界外失分", + "D. bottom凭借关键击球直接正手快杀直线得分,抓住对手防守空当完成致命一击" + ], + "options_en": [ + "A. the opponent chose a passive defensive shot due to bottom's net pressure but failed to clear the net due to insufficient power, resulting in bottom's score", + "B. bottom used a deceptive shot to distribute the shuttle to the sideline, tricking the opponent into moving early, then suddenly attacked with a forehand downward shot to score", + "C. bottom lured the opponent to the baseline with a clear, then quickly rushed to the net; the opponent misjudged and failed to return the overhead shot, causing an out-of-bounds error", + "D. bottom scored with a direct forehand fast straight smash by seizing the opponent's defensive gap to deliver the fatal shot" + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001799", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动过渡阶段选择保守的平抽导致被压制,移动中回防斜线球时步伐拖沓,最终在关键球处理时犹豫不决被top压迫下网。", + "B. bottom在对抗中多次尝试过顶高远球但因落点选择失误频繁出界,反而造成自身陷入被动,当试图强行扣杀时被top预判反击得分。", + "C. bottom在防守阶段未能有效执行分球策略,将球击向边线时力量不足导致被对手压制,同时对top的假动作判断失误,未能及时上网封堵。", + "D. bottom在关键分上未能控制好网前球质量,放直线网前时球的弧线过高,过早暴露了进攻意图,使对手获得直接攻击机会。此外对top反扑的威胁预判不足。" + ], + "options_en": [ + "A. Bottom chose a conservative drive during the passive transition phase, leading to being suppressed. Footwork was sluggish when retreating to defend a cross-court shot, and hesitation in handling the crucial point resulted in being pressured by Top into hitting the net.", + "B. Bottom repeatedly attempted overhead clears during the rally but frequently sent them out due to poor placement choices, resulting in being forced into a passive position. When attempting a forced smash, Top anticipated and counterattacked to score.", + "C. Bottom failed to effectively execute the placement strategy during the defensive phase, with insufficient power when hitting towards the sidelines, leading to being suppressed by the opponent. At the same time, Bottom misjudged Top's deceptive move and failed to move forward in time to block.", + "D. Bottom failed to control the quality of the net shot at a crucial point, with the straight net shot having too high a trajectory, prematurely exposing the offensive intention and giving the opponent a direct attacking opportunity. Additionally, there was insufficient anticipation of the threat from Top's counterattack." + ], + "answer": "D", + "question": { + "question_zh": "在这一回合中,导致失分的主要原因是什么?", + "question_en": "What was the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001800", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球14的网前封网时强行扑杀导致下网失误;而击球15面对top的高质量过顶高远球未能及时回位,造成大角度回球出界,间接使得对手获得攻击机会导致失分。", + "B. bottom在击球16的反手搓球质量不足且落点偏差,直接给予对手反击机会;同时在击球17被top的假动作欺骗,未能及时识破战术导致防守失效。", + "C. bottom在击球18的反手分球未能控制落点直接出界;另外在击球16时因top使用连续快节奏的劈吊战术,导致其移动反应迟缓,无法形成有效防守,最终失分。", + "D. 在击球16时bottom选择抢网进攻但被top用劈杀压制,导致回球质量不足;加上击球17时面对对手的直线突击无法及时反应,造成被动回球出界,最终失分。" + ], + "options_en": [ + "A. Bottom forced a net kill at shot 14, causing a net error; at shot 15, facing Top's high-quality overhead clear, Bottom failed to recover in time, resulting in a wide-angle return that went out, indirectly giving the opponent an attacking opportunity and leading to the loss of the point.", + "B. Bottom's backhand net shot at shot 16 was of poor quality with inaccurate placement, directly giving the opponent a counterattack opportunity; meanwhile, at shot 17, Bottom was deceived by Top's deceptive move, failing to recognize the tactic in time, resulting in defensive failure.", + "C. Bottom's backhand cross-court shot at shot 18 failed to control the placement and went out directly; additionally, at shot 16, due to Top's use of consecutive fast-paced drop shots, Bottom's movement reaction was delayed, making it impossible to form an effective defense, ultimately losing the point.", + "D. At shot 16, Bottom chose to rush the net for an attack but was suppressed by Top's smash, resulting in a poor-quality return; at shot 17, Bottom failed to react in time to the opponent's straight-line smash, leading to a passive return that went out, ultimately losing the point." + ], + "answer": "B", + "question": { + "question_zh": "请分析导致本回合失分的主要原因。", + "question_en": "Please analyze the main reasons for losing the point in this rally." + } + }, + { + "video_uid": "video_001801", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom利用假动作骗过对手后快速上网,以精准的分球迫使对手回球出界,随后以快速的抢网压迫对手被动过渡失误,最终通过对手的下网失误完成得分。", + "B. bottom在网前通过连续的假动作制造停顿迷惑对手,随后高挑过顶球迫使对手回球出界,配合快速抢网压迫得分,体现了细腻的网前技术和战术变化。", + "C. bottom通过连续压迫性进攻创造得分机会,关键的跳杀追身球迫使对手被动防守后,迅速上网抢攻追身扑球得分,展现了极强的进攻连贯性和精准的落点控制。", + "D. 对手在底线附近以强力过顶高远球持续压制bottom,导致bottom在被动中连续防守过渡,关键时刻bottom突然变线分球到边线得分,展现了在被动中抓住机会的能力。" + ], + "options_en": [ + "A. Bottom used a deceptive move to mislead the opponent and quickly rushed to the net, forcing the opponent to return the ball out of bounds with precise placement. Then, Bottom pressured the opponent with a fast net rush, causing a passive transition error, and finally scored due to the opponent's net error.", + "B. Bottom used consecutive deceptive moves at the net to create pauses and confuse the opponent, followed by a high clear to force the opponent's return out of bounds. Combined with a fast net rush to pressure the opponent, this demonstrated delicate net skills and tactical variation.", + "C. Bottom created scoring opportunities through continuous aggressive attacks. The crucial jump smash to the body forced the opponent into a passive defense, followed by a quick net rush to kill the body shot, demonstrating strong offensive coherence and precise placement control.", + "D. The opponent consistently pressured Bottom with powerful overhead clears near the baseline, forcing Bottom into passive defensive transitions. At the critical moment, Bottom suddenly changed direction with a cross-court shot to the sideline, showcasing the ability to seize opportunities under pressure." + ], + "answer": "C", + "question": { + "question_zh": "请分析这一回合的得分主要原因。", + "question_en": "Please analyze the main reasons for scoring in this rally." + } + }, + { + "video_uid": "video_001802", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键移动中出现严重失误:击球8上网时的假动作停顿被对手识破导致回球质量下降;击球3抢网时机选择错误造成被动防守,多次被动挑高球被对手利用实现得分。", + "B. 在关键进攻阶段bottom应攻未攻错失良机:击球9的挑后场球线路被对手预判,连续出现出界失误;击球11的反手抽球因击球力度不足频繁挂网,反而让对手持续反扑最终失分。", + "C. bottom在关键分决策过于保守:击球2分球选择安全路线却因线路过直被对手拦截反击;击球6的网前封网动作迟缓未能及时限制对手,间接导致后续防守体系全面失守", + "D. bottom在关键防守环节未能有效化解对手杀球攻势:击球13反手挡网直接失误送分;此外击球5推球弧线过高和击球7挑球角度不足,均未能有效限制对手反攻,导致逐渐陷入被动。" + ], + "options_en": [ + "A. Bottom made serious movement errors at key moments: the fake pause in shot 8 during the net approach was read by the opponent, leading to a decline in return quality; shot 3 net interception timing was poorly chosen, resulting in passive defense and multiple forced high lifts that the opponent exploited to score.", + "B. In a critical offensive phase, Bottom missed opportunities by not attacking when they should have: shot 9 net lift to the backcourt was anticipated by the opponent, resulting in consecutive out-of-bounds errors; shot 11 backhand drive frequently hit the net due to insufficient power, allowing the opponent to counterattack and ultimately lose the point.", + "C. Bottom was overly conservative in decision-making at crucial points: shot 2 placement chose a safe route but was intercepted and countered by the opponent due to being too straight; shot 6 net kill was slow and failed to limit the opponent in time, indirectly causing the subsequent defensive system to collapse.", + "D. Bottom failed to effectively counter the opponent's smash in a crucial defensive moment: a direct error in shot 13 backhand block sent the point to the opponent; additionally, shot 5 push shot had too high a trajectory and shot 7 net lift lacked sufficient angle, both failing to limit the opponent's counterattack, leading to a gradual loss of initiative." + ], + "answer": "D", + "question": { + "question_zh": "分析导致本回合失利的关键失误", + "question_en": "Analyze the key mistakes that led to the loss of this rally" + } + }, + { + "video_uid": "video_001803", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键分防守反击力度不足,主因是对手通过精准分球和快速抢网持续施压,而bottom的网前封堵和落点预判始终处于下风", + "B. bottom在网前连续使用假动作试图骗过对手,但对手预判准确且反应速度更快,导致关键分的连续进攻完全被化解形成被动", + "C. bottom在关键分的战术执行效果有限,多次尝试进攻未达到预期,且防守环节被动应对未能化解top的持续压迫,导致节奏被彻底打乱。", + "D. bottom在被动状态下选择强行进行后场过顶强攻,因击球时机把握欠佳多次造成球下网或出界,丧失了阵地防守的制空权" + ], + "options_en": [ + "A. Bottom lacked sufficient defensive counterattack intensity at the crucial point, primarily due to the opponent's continuous pressure through precise placement and rapid net interception. Bottom's net blocking and anticipation of shots remained at a disadvantage.", + "B. Bottom repeatedly used deceptive moves at the net to mislead the opponent, but the opponent anticipated accurately and reacted faster, completely neutralizing Bottom's consecutive attacks at the crucial point and forcing a passive position.", + "C. Bottom's tactical execution at the crucial point was limited, with multiple attempted attacks failing to meet expectations. The passive defense also failed to counter Top's sustained pressure, completely disrupting the rhythm.", + "D. Bottom opted for forced overhead smashes from a defensive position, but poor timing resulted in multiple shots landing in the net or out of bounds, losing aerial dominance in defensive positioning." + ], + "answer": "C", + "question": { + "question_zh": "导致本回合失分的主要原因是什么?", + "question_en": "What is the main reason for losing the point in this round?" + } + }, + { + "video_uid": "video_001804", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在分球至底线时选择过于保守未能拉开角度,被bottom快速封网控制场区后连续压迫进攻最终造成失分", + "B. top在关键分处理上出现明显失误,面对压制时的挑球未能过网,未能有效化解bottom的进攻压力导致直接丢分。", + "C. top在抢网时出现判断错误,试图扣杀对手的劈吊却因击球点过早导致出界,丧失了压制bottom反击的良机而失分", + "D. top在假动作抽对角后进行过顶挑球,却被bottom识破意图陷入被动防守,因衔接速度不足导致回球质量下降而失分" + ], + "options_en": [ + "A. Top chose an overly conservative shot to the baseline without widening the angle, allowing Bottom to quickly control the net and apply continuous offensive pressure, ultimately causing the loss.", + "B. Top made obvious mistakes in handling key points, failing to lift the shuttle over the net when pressured, and thus couldn't effectively counter Bottom's offensive pressure, leading directly to losing the point.", + "C. Top misjudged during the net rush, attempting to smash Bottom's drop shot but hitting too early, causing the shuttle to go out and losing the chance to suppress Bottom's counterattack.", + "D. After a deceptive cross-court drive, Top attempted an overhead lift, but Bottom anticipated it, forcing Top into passive defense. Due to insufficient transition speed, the return quality dropped, resulting in losing the point." + ], + "answer": "B", + "question": { + "question_zh": "请分析此回合失利的主要原因", + "question_en": "Please analyze the main reasons for losing this rally." + } + }, + { + "video_uid": "video_001805", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 同伴防守站位失误导致对手轻易抢网,top被迫突击时反手推直线力度不足,最终球未过网失分。", + "B. 面对手的连续压迫,top选择用正手挑对角分球寻求反击,但线路过长被对手追身扣杀得分。", + "C. top在最后一击的正手跳杀中未能控制好落点,导致球出界而失分。", + "D. 在关键分上,top试图通过反手挑后场假动作欺骗对手,结果被对手识破反攻,导致回球下网而失分。" + ], + "options_en": [ + "A. Due to a defensive positioning error by the partner, the opponent easily intercepted the net. Forced to attack, top's backhand push shot lacked power and failed to clear the net, losing the point.", + "B. Under continuous pressure from the opponent, top chose a forehand cross-court net lift to counterattack, but the shuttle's trajectory was too long, allowing the opponent to chase it down and score with a body smash.", + "C. In the final shot, top failed to control the landing spot during the forehand jump smash, causing the shuttle to go out and lose the point.", + "D. At the crucial point, top attempted to deceive the opponent with a backhand net lift to the rear court, but the opponent saw through it and counterattacked, resulting in a net shot that lost the point." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合失利的主要原因是什么?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001806", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在网前搓放斜线时选择了假动作骗过bottom,随后bottom的正手挑后场高远球因判断失误导致下网,而对方抢到网前并直线快放得分。", + "B. bottom的正手跳杀直线被对手用反手劈对角大斜线骗过,但随后对方在底线处的分球出现失误下网,bottom则通过抓住对手的回球失误完成得分", + "C. bottom在被动情况下采用过渡球策略,凭借对手失误的过顶劈杀出界而得分,同时对手在关键分时的冒进回球被bottom紧接的反手截杀压制。", + "D. bottom通过正手跳杀直线对右中场的绝对压制建立绝对优势,关键分上依靠凶狠杀球直接打开局面,前场搓放斜线也为后续进攻创造了身位优势。" + ], + "options_en": [ + "A. The opponent used a deceptive cross-court net shot to trick Bottom, who then misjudged the forehand clear to the backcourt, resulting in the ball hitting the net. The opponent quickly moved to the net and scored with a straight fast net shot.", + "B. Bottom's forehand jump straight smash was deceived by the opponent's backhand cross-court slice, but the opponent then made an error at the baseline, hitting the net. Bottom capitalized on the opponent's return mistake to score.", + "C. Bottom adopted a transitional strategy when in a passive situation, scoring due to the opponent's over-the-head slice smash going out of bounds. Meanwhile, the opponent's aggressive return at the critical point was suppressed by Bottom's immediate backhand interception.", + "D. Bottom established an absolute advantage through a forehand jump straight smash that absolutely suppressed the opponent's right midcourt. At the critical point, the aggressive smash directly opened up the game, and the forehand cross-court net shot also created positional advantage for subsequent attacks." + ], + "answer": "D", + "question": { + "question_zh": "请分析本回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this round." + } + }, + { + "video_uid": "video_001807", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在前场推挑时未能制造足够威胁,其过顶斜线推挑力度或落点欠佳,导致被对手迅速反击致命杀球", + "B. top在后场执行过顶高远球时因击球力度过大导致球直接下网,未能形成有效压制直接造成失分", + "C. top在中场采用假动作分球时未能有效骗开对手重心,致使对手预判准确将球劈杀至边线空档完成得分", + "D. top上网移动时手上刻意停顿试图迷惑对手,却反被对手捕捉到破绽迅速抢网压制,最终陷入过渡被动" + ], + "options_en": [ + "A. TOP failed to create sufficient threat when executing a push shot at the frontcourt, as the cross-court net lift lacked power or precision, allowing the opponent to counter with a deadly smash.", + "B. TOP executed an overhead clear from the backcourt with excessive power, causing the shuttle to land directly into the net, failing to establish effective pressure and directly conceding the point.", + "C. TOP attempted a deceptive split shot at the midcourt but failed to effectively shift the opponent's balance, resulting in the opponent anticipating correctly and executing a slash smash into the sideline gap to score.", + "D. TOP deliberately paused during the hand movement while moving forward to the net, intending to deceive the opponent, but was instead caught off guard by the opponent's quick net interception, leading to a forced passive transition." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001808", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方通过频繁的假动作骗到网前空档,而top预判失误试图分球却未能控制落点,最终被对手高速扑杀得分。", + "B. 在对手强势的过顶高压球压迫下,top选择主动扑杀但判断失误导致球下网,且未能及时调整战术应对对手的连续追身攻击。", + "C. 双方在网前形成相持时top急于抢网造成击球点过早,被对手及时封网拦截后通过连续精准的直线分球压制边线,最终造成回球出界。", + "D. top在被动情况下过渡球质量不足,多次放网和挑球未能有效限制对手,关键分上防守线路被压制,导致最后被追身重杀得分。" + ], + "options_en": [ + "A. The opponent frequently used deceptive moves to create net openings, while Top misjudged and attempted to place the shot but failed to control the landing, resulting in a high-speed net kill by the opponent.", + "B. Under the opponent's aggressive overhead clear pressure, Top chose to actively net kill but misjudged, causing the shuttle to go into the net. Additionally, Top failed to adjust tactics in time to counter the opponent's consecutive body attacks.", + "C. During a net stalemate, Top rushed to intercept the shuttle too early, allowing the opponent to block and then continuously place precise straight shots to suppress the sideline, ultimately causing a return shot to go out.", + "D. Top failed to deliver quality transition shots under passive conditions, with insufficient net shots and lifts to effectively limit the opponent. Key defensive lines were suppressed, leading to a final body smash score." + ], + "answer": "D", + "question": { + "question_zh": "分析这一回合失误的主要原因", + "question_en": "Analyze the main reasons for the mistakes in this rally" + } + }, + { + "video_uid": "video_001809", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借连续的战术压制奠定胜局。首先通过正手抢网推斜线建立优势,随后以拦吊和劈杀持续施压,在击球8反手推挑后场迫使bottom被迫深退,最终因对手正手抽球失误直接得分。", + "B. bottom在被动防守阶段展现出色网前技术,利用连续三次搓球制造空档,随后抓住top的扑杀出界漏洞,以其反手高压扣杀完成得分。", + "C. top在后场连续使用正手高远球压制底线,迫使bottom不断横向移动消耗体力,最终bottom在反手位过渡球时因体力不支导致回球下网。", + "D. bottom通过连续假动作骗到前场,却在关键分球时出现预判错误,top抓住其重心失衡的瞬间突然从网前快速起跳完成过顶扣杀" + ], + "options_en": [ + "A. Top secured the victory through continuous tactical pressure. First, they established an advantage with a forehand net push to the diagonal, then maintained pressure with drop shots and smashes. After the 8th backhand net lift to the rear court, they forced Bottom to retreat deeply, ultimately scoring directly due to the opponent's forehand drive error.", + "B. Bottom demonstrated excellent net play during passive defense, creating space with three consecutive net shots, then capitalized on Top's net kill going out of bounds, scoring with a backhand overhead smash.", + "C. Top consistently used forehand clears to pressure the baseline, forcing Bottom to move laterally and exhaust stamina. Eventually, Bottom's backhand transition shot failed due to fatigue, resulting in the ball hitting the net.", + "D. Bottom used consecutive feints to lure Top to the frontcourt but misjudged the critical placement shot. Top seized the moment when Bottom lost balance, suddenly jumping quickly from the net to execute an overhead smash." + ], + "answer": "A", + "question": { + "question_zh": "分析本回合得分的关键因素,选择最合理的原因说明?", + "question_en": "Analyze the key factors of scoring in this round and select the most reasonable explanation." + } + }, + { + "video_uid": "video_001810", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过主动提速和精准落点压制对手,尤其是关键的直线快杀和斜线搓推球迫使top陷入被动,最终逼出反手失误。", + "B. top试图通过连续压底线分球分隔bottom的移动,但bottom冷静过渡并抓住机会,用后场扣杀迫使对方在被动中回球出界。", + "C. bottom在对手过顶高压时,使用假动作让top提前移动,随后突然变直线抽杀球,导致top反应不及回球出界,得分关键在于突然变速。", + "D. top在防守中选择反手挑后场大对角,但bottom迅速抢网截杀并以精准的网前小球迫使对方回球下网,这次得分主要依赖bottom的网前控制能力。" + ], + "options_en": [ + "A. Bottom gained the advantage by actively increasing pace and placing shots accurately, especially with crucial straight fast smashes and cross-court push shots, forcing Top into a passive position and ultimately provoking a backhand error.", + "B. Top tried to split Bottom's movement by continuously pressuring the baseline, but Bottom calmly transitioned and seized the opportunity with a rear-court smash, forcing Top to return the shuttle out under pressure.", + "C. When Top attempted an overhead smash, Bottom used a deceptive move to make Top commit early, then suddenly switched to a straight drive, causing Top to react too late and return the shuttle out. The key to scoring was the sudden change of pace.", + "D. Top chose a defensive backhand lift to the deep diagonal, but Bottom quickly rushed to the net for an interception kill and forced a net error with a precise net shot. This point relied mainly on Bottom's net control." + ], + "answer": "A", + "question": { + "question_zh": "这一回合得分离不开以下哪个因素?", + "question_en": "Which factor contributed to winning this rally?" + } + }, + { + "video_uid": "video_001811", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过频繁使用假动作和过顶高远球压制底线,迫使bottom多次出现判断失误,关键分上主动变线造成bottom回球出界,导致失分。", + "B. bottom在被动防守时反击质量不足,多次尝试均未能打乱top的节奏,关键球处理保守缺乏变化。", + "C. bottom在抢网过程中因预判失误连续放短质量偏差,被top抓住机会用强力劈吊分球到边线撕开空档,最终因移动不及导致下网。", + "D. top在网前通过细腻的搓球结合手部停顿制造欺骗性,连续逼迫bottom陷入被动过渡,关键球以突然加速的劈杀造成bottom被动回球出界。" + ], + "options_en": [ + "A. The top player frequently used deceptive shots and overhead clears to pressure the baseline, forcing the bottom player into misjudgments. Active line changes during crucial points caused the bottom player to return the shuttle out, resulting in the lost point.", + "B. The bottom player's counterattacks lacked quality during passive defense, with multiple attempts failing to disrupt the top player's rhythm. Key shots were handled conservatively without variation.", + "C. The bottom player misjudged during net interceptions, leading to consecutive poor-quality net drops. The top player seized the opportunity with a powerful sliced drop to the sideline, creating an opening. The bottom player failed to reach the shuttle in time, causing it to hit the net.", + "D. The top player employed delicate net shots combined with hand pauses to create deception at the net, continuously forcing the bottom player into passive transitions. A sudden accelerated smash during a crucial point caused the bottom player to return the shuttle out passively." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合中失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001812", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方在后场频繁使用高远球配合强行封网战术,迫使top陷入底线被动,多次被动救球未过网后,bottom抓住上网机会快速平抽抢网,而top在连续被动防守中体力下降,最终在最后一拍因回球力量不足下网失分。", + "B. bottom凭借快速上网压迫和精准的分球策略,连续限制了top的进攻空间,中前场多次通过假动作骗过防守并直接得分。关键分时利用对手抢网不及的漏洞,以突然的重杀压制结束回合,展现出了更强的战术执行力和临场应变能力。", + "C. top在网前争夺中主动发起抢网,但连续被对手识破意图进行反制,导致多次过顶杀球出界。相持阶段急于处理进攻性击球,未能有效控制落点节奏,最终因冒进选择被bottom拦截反击得手,显示出在关键分的耐心不足。", + "D. top发球质量不足且网前处理粗糙,多次被对手通过分球拉开站位。右前场被动防守挑球落点不佳,直接送给bottom致命重杀机会。整回合在防守反击中缺乏有效限制对手的手段,关键分应对明显被动。" + ], + "options_en": [ + "A. The opponent frequently used clears combined with aggressive net pressuring tactics, forcing Top into passive baseline play. After multiple failed defensive net shots, Bottom seized net opportunities for quick flat drives, while Top's stamina declined under continuous defensive pressure, resulting in a final weak return that failed to clear the net.", + "B. Bottom relied on rapid net rushes and precise shot placement strategies to continuously restrict Top's offensive space. In the mid-frontcourt, Bottom repeatedly used deceptive moves to outmaneuver the defense and score directly. At crucial points, Bottom exploited Top's delayed net reactions to finish the rally with sudden smashes, demonstrating superior tactical execution and adaptability.", + "C. Top actively initiated net rushes but was repeatedly countered as the opponent read their intentions, leading to multiple overhead smashes landing out. During extended rallies, Top rushed aggressive shots without effective placement control, ultimately losing due to reckless choices intercepted by Bottom, revealing impatience in crucial points.", + "D. Top's serve quality was insufficient, and the net play was rough, repeatedly allowing the opponent to spread the court with well-placed shots. The defensive net lift from the right frontcourt had poor placement, directly giving Bottom a fatal smash opportunity. Throughout the rally, Top lacked effective means to limit the opponent in defensive counterattacks, showing obvious passiveness in handling crucial points." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,请对导致失分的主要原因进行分析?", + "question_en": "For this rally, please analyze the main reasons that led to losing the point." + } + }, + { + "video_uid": "video_001813", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom主动创造进攻机会,当top被迫回挑高球时抓住关键分,在左中场用正手完成重杀跳杀形成追身斜线直接得分,此前通过假动作、优质放网和全场调动持续压制对手节奏", + "B. bottom在网前多次反手抽斜线压制底线,迫使top选择稳妥挑高球后,通过精准劈对角得分。此前bottom连续使用封网假动作和反手抽杀控制节奏,逐步压缩对手反应时间", + "C. bottom在后场利用精准过顶劈杀压制对手移动,在top被迫回挡下网后锁定胜局。之前连续采用高远球和边线抽击持续消耗对手体力建立优势", + "D. bottom通过持续高远球过渡迫使top进入被动,随后在top回放网时快速抢网突击变直线,最终得分。此前多次用直线重扣和快速分球切割对手站位完成铺垫" + ], + "options_en": [ + "A. The bottom player actively created offensive opportunities, seized the crucial point when the top player was forced to lift a high clear, and executed a forehand jump smash to the body with a crosscourt line for a direct score. Previously, the bottom player consistently suppressed the opponent's rhythm with deceptive moves, high-quality net shots, and full-court movement.", + "B. The bottom player repeatedly used backhand crosscourt drives to pressure the top player at the baseline, forcing a defensive high clear, and then scored with an accurate sliced crosscourt drop shot. Earlier, the bottom player controlled the tempo with fake net shots and backhand drives, gradually reducing the opponent's reaction time.", + "C. The bottom player utilized precise overhead sliced smashes to restrict the opponent's movement, securing the win after the top player was forced to block into the net. Earlier, the bottom player built an advantage by continuously using clears and sideline drives to exhaust the opponent's stamina.", + "D. The bottom player transitioned with continuous clears to force the top player into a passive position, then quickly rushed the net to intercept and attack with a straight-line shot for the final score. Previously, the bottom player set up the play with straight smashes and quick crosscourt shots to disrupt the opponent's positioning." + ], + "answer": "A", + "question": { + "question_zh": "请分析这一回合得分的关键因素?", + "question_en": "Please analyze the key factors of scoring in this rally?" + } + }, + { + "video_uid": "video_001814", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在处理对手的过顶高远球分球时选择强行搓网,未能及时调整击球节奏导致球体下网失败。", + "B. bottom在防守时搓直线网前球质量不足,未能有效压制对手,直接暴露防守漏洞导致失分。", + "C. bottom抢网时预判准确却因移动速度不足被对手直接扣杀得分,暴露出网前防守的应变缺陷。", + "D. bottom在网前使用假动作欺骗对手时出现犹豫和失误,未能形成有效压制,反而使对手迅速反击得分。" + ], + "options_en": [ + "A. The bottom player chose to forcefully play a net shot when handling the opponent's overhead clear, failing to adjust the hitting rhythm in time, resulting in the shuttlecock failing to clear the net.", + "B. The bottom player failed to deliver a quality straight net shot during defense, unable to effectively pressure the opponent, directly exposing defensive weaknesses and leading to the loss of the point.", + "C. The bottom player accurately anticipated the net play but lacked sufficient movement speed, allowing the opponent to directly smash and score, exposing a lack of adaptability in net defense.", + "D. The bottom player hesitated and made errors while attempting to deceive the opponent with a fake action at the net, failing to create effective pressure, which allowed the opponent to quickly counterattack and score." + ], + "answer": "B", + "question": { + "question_zh": "在该回合中,选手失分的主要原因是什么?", + "question_en": "What was the main reason for the player losing the point in this rally?" + } + }, + { + "video_uid": "video_001815", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top上网时因手部停顿被对手预判,假动作分球意图未实现,反而被bottom抢先封网压迫致回球出界。", + "B. top在抢网阶段选择过顶球失误,防守时过渡球线路暴露明显,bottom借力加速突击导致网前球下网。", + "C. top在关键球处理中未能摆脱对手压迫,反手高远球球质量不足且线路变化有限,导致被bottom逮住漏洞进攻得分。", + "D. bottom通过持续压迫逼出top被动状态,top在假动作后线路预判失误,底线分球未达预期致下网" + ], + "options_en": [ + "A. Top's hand pause during the net approach was anticipated by the opponent, causing the intended deceptive net shot to fail, and Bottom seized the opportunity to intercept at the net, forcing Top's return out of bounds.", + "B. Top made an error by choosing an overhead shot during the net rush, and the defensive transition shot had an obvious placement, enabling Bottom to accelerate and attack, resulting in a net shot failure.", + "C. Top failed to break free from the opponent's pressure during the crucial shot, with the backhand clear lacking quality and limited variation in placement, allowing Bottom to exploit the weakness and score.", + "D. Bottom maintained continuous pressure, forcing Top into a passive state. After a deceptive move, Top misjudged the placement, and the baseline shot failed to meet expectations, resulting in a net error." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合失误的主要原因。", + "question_en": "Please analyze the main reason for the mistake in this rally." + } + }, + { + "video_uid": "video_001816", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 分球时bottom选择将球压向对手反手底线,但球速过快直接出界,未形成有效压制且暴露了固定进攻模式。", + "B. top在关键分未能封堵对手网前的战术变化,尤其对bottom反手位勾球的线路和落点预判不足。此前虽多次化解被动局面,但防守衔接质量未能压制对手持续压迫。", + "C. top在抢网时过度使用过顶击球试图压制对方,反被对手借力扣杀,因上网准备不足导致回球下网", + "D. 裁判判定bottom发球时脚踩中线违例,导致直接失分,但球员未能及时质疑判罚,错失申诉机会。" + ], + "options_en": [ + "A. During the split shot, the bottom player chose to push the shuttle to the opponent's backhand baseline, but the excessive speed caused it to land out directly. This failed to create effective pressure and exposed a predictable attacking pattern.", + "B. The top player failed to block the opponent's tactical variations at the net during crucial points, particularly lacking anticipation for the cross-court net shot trajectory and placement from the bottom player's backhand. Although they repeatedly escaped passive situations earlier, the defensive transition quality couldn't suppress the opponent's sustained pressure.", + "C. The top player overused overhead shots when rushing the net in an attempt to dominate, only to be countered by the opponent's smash. Inadequate preparation for the net approach led to a failed return that didn't clear the net.", + "D. The referee called a foot fault on the bottom player for stepping on the center line during service, resulting in a direct point loss. However, the player failed to challenge the call promptly, missing the opportunity to appeal." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合失利的主要原因?", + "question_en": "Please analyze the main reasons for losing this rally?" + } + }, + { + "video_uid": "video_001817", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过网前假动作成功骗过top后强势扑杀,而top由于抢网过早失去平衡无法作出有效防守导致失分。", + "B. top在进攻时选择过多直线进攻线路被对手预判,造成分球质量不足引发防守漏洞导致失分。", + "C. top在后场击球时因急于发力导致击球点偏后,使得回球力量过大出现出界失误直接导致失分。", + "D. top在防守反击中对bottom的快速变速推球准备不足,未能有效限制对手斜线进攻线路导致失分。" + ], + "options_en": [ + "A. Bottom successfully deceived Top with a net fake before executing a strong net kill, while Top lost balance due to rushing the net too early and failed to defend effectively, resulting in losing the point.", + "B. Top chose too many straight attacking lines during the offense, which were anticipated by the opponent, leading to insufficient shot quality and defensive gaps, resulting in losing the point.", + "C. Top's rear-court shot was rushed for power, causing the hitting point to be too far back, resulting in excessive power and an out-of-bounds error, directly losing the point.", + "D. Top was unprepared for Bottom's quick change-of-pace push shot during the defensive counterattack, failing to effectively restrict the opponent's cross-court attacking line, resulting in losing the point." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合导致失分的主要原因。", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001818", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom发球质量偏低给了对手可乘之机,且在被动情况下反手抽球失误导致直接丢分。", + "B. 由于对手在反手位使用假动作欺骗了bottom的判断,使其预判错误随后的过渡球处理不当,最终因回球下网而失分。", + "C. 对手通过高质量的过顶杀球和分球迫使bottom连续后退,而bottom上网移动迟缓且试图扑杀时出现击球点过早导致出界,最终丢分。", + "D. bottom在抢网阶段与对手发生短暂对抗,但对手连续压迫使其陷入被动,最终bottom在被动情况下尝试挑后场球力量不足直接出界导致失分。" + ], + "options_en": [ + "A. The low-quality serve by bottom gave the opponent an opportunity, and the backhand drive error in a passive situation directly resulted in losing the point.", + "B. Due to the opponent's deceptive move at the backhand side, bottom misjudged the shot and mishandled the subsequent transitional shot, eventually losing the point as the shuttle failed to clear the net.", + "C. The opponent forced bottom to retreat continuously with high-quality overhead smashes and cross-court shots, while bottom's slow movement to the net and early hitting point during the attempted net kill caused the shuttle to go out, ultimately losing the point.", + "D. Bottom engaged in a brief net duel with the opponent during the net rush, but the opponent's continuous pressure forced bottom into a passive position, and the attempted rear-court lift with insufficient power went out directly, resulting in losing the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001819", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top在接发时使用假动作骗过对手防守,随后快速上网压迫逼得bottom回球出界而得分,展现了精湛的战术欺骗能力和网前控制。", + "B. Top在接发球阶段因快速上网受阻,被迫做出手腕停顿假动作后强行扣杀对角线,恰巧对手移动迟缓导致球出底线形成乌龙得分。", + "C. top在接发球阶段便主动抢高点分球压制对手,随后抓住bottom被迫挑高球的漏洞,凭借正手重杀直线空档直接得分,展现了快速反击和致命一击的能力。", + "D. 虽然Top分球调动造成对手被动,但因击球线路过直被bottom预判拦截,最终通过连续多拍相持中对手防守漏洞完成得分,体现逆境中的韧性。" + ], + "options_en": [ + "A. Top used a deceptive move to outwit the opponent's defense during the serve reception, then quickly rushed to the net to force Bottom into hitting the shuttle out of bounds, showcasing exquisite tactical deception and net control.", + "B. Top was blocked during a quick net rush in the serve reception phase, forced to perform a wrist-pause deceptive move followed by a desperate cross-court smash. Coincidentally, the opponent's slow movement resulted in the shuttle landing out of bounds, leading to an unforced error and a lucky point.", + "C. Top took the initiative to seize the high point and played a split shot to pressure the opponent during the serve reception, then capitalized on Bottom's forced net lift to score directly with a powerful straight forehand smash into the open space, demonstrating quick counterattacking and a lethal finishing ability.", + "D. Although Top's split shots put the opponent in a passive position, the overly straight shot trajectory allowed Bottom to anticipate and intercept. Eventually, Top scored by exploiting the opponent's defensive gaps during a prolonged rally, highlighting resilience under pressure." + ], + "answer": "C", + "question": { + "question_zh": "请解释这一回合得分的原因?", + "question_en": "Please explain the reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001820", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在底线多拍拉吊过程中过度依赖正手直线抽球却忽视角度变化,面对对手的中路分球战术连续出现预判偏差,关键球选择保守推后场时又被对手预判拦截导致失误。", + "B. top在关键分未能有效破解bottom的软性球路组合,尤其在第19球对反手斜线拦吊的预判和移动出现迟滞,导致直接失误。此前虽多次尝试拉开对手,但未能彻底瓦解bottom的防守连续性。", + "C. 被动相持阶段未能抓住对手过顶球后的站位漏洞,在网前小球争夺中因过早上网陷入被动,后续强行反手劈杀因击球点过低直接下网,且未及时调整战术节奏。", + "D. 因对手在抢网过程中频繁使用假性挑后场动作造成节奏混乱,top在第17球反手位接杀时反应延迟,虽尝试通过手腕停顿制造旋转变化但未能摆脱被动局面最终失误" + ], + "options_en": [ + "A. In the baseline multi-shot clear-and-drop exchanges, Top over-relied on forehand straight drives while neglecting angle variations. Facing the opponent's mid-court split tactic, Top repeatedly misjudged, and when opting for a conservative push to the backcourt during the critical shot, the opponent anticipated and intercepted, causing the error.", + "B. Top failed to effectively counter Bottom's soft shot combinations during crucial points, particularly showing delayed anticipation and movement on the 19th shot against the cross-court backhand drop, resulting in a direct error. Although Top repeatedly attempted to stretch the opponent, they failed to completely dismantle Bottom's defensive continuity.", + "C. During the passive stalemate phase, Top missed the opportunity to exploit the opponent's positional gap after an overhead shot. They became passive due to premature net movement in the net shot duel, followed by a forced backhand slash that went into the net due to a low contact point, and failed to adjust tactical tempo promptly.", + "D. Bottom frequently used deceptive net lift motions during net rushing, disrupting Top's rhythm. On the 17th shot, Top showed delayed reaction to the backhand kill return. Although attempting to create spin variation with a wrist pause, Top failed to escape the passive situation and ultimately committed an error." + ], + "answer": "B", + "question": { + "question_zh": "请分析此回合的失利原因,指出导致关键失误的关键因素。", + "question_en": "Please analyze the reasons for losing this rally and identify the key factors that led to the critical mistakes." + } + }, + { + "video_uid": "video_001821", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. TOP连续使用过顶高远球压迫底线逼迫对手移动,随后快速抢网扣杀击中边线区域,BOTTOM回球力量过大导致出界。", + "B. TOP在被动中打出高质量追身平高球造成对手回球下网,随后迅速上网反手勾对角线路直接得分。", + "C. TOP通过中场正手拦截封网扑斜线球直接压迫对手,结合此前的追身斜线杀球形成连续压制,最终逼迫BOTTOM失误得分。", + "D. TOP利用中场反手分球拉斜线配合突然的假动作杀上网,诱使BOTTOM误判后场区域,随后突然轻吊网前使对手救球不及直接得分。" + ], + "options_en": [ + "A. TOP continuously pressured the baseline with overhead clears to force the opponent to move, then quickly rushed the net for a smash hitting the sideline area, causing BOTTOM to return with excessive power and sending the shuttle out.", + "B. TOP played a high-quality flat body clear from a defensive position, causing the opponent to return into the net, then swiftly rushed forward for a backhand cross-court net shot to score directly.", + "C. TOP intercepted midcourt with a forehand net kill cross-court, directly pressuring the opponent, combined with a previous cross-court body smash to form continuous pressure, ultimately forcing BOTTOM to make an error and score.", + "D. TOP used a midcourt backhand cross-court drive paired with a sudden deceptive smash-and-rush, tricking BOTTOM into misjudging the backcourt area, then abruptly played a light drop shot to the net, making the opponent fail to return and scoring directly." + ], + "answer": "C", + "question": { + "question_zh": "请对这一回合的得分原因进行分析?", + "question_en": "Please analyze the reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001822", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在分球压制对手边线时因过顶高球被拦截反制,上网抢网时机错误导致回球下网,主动进攻选择失误引发失分。", + "B. 面对对手的后场扣杀选择预判性扑杀但失误下网,关键分未能采取防守反击战术而是强行加速导致判断失误丢分。", + "C. 对手通过连续假动作骗到反手位后,因被动过渡球处理不当直接出界,关键分未能果断抢网形成压制导致失分。", + "D. top发球战术被预判后未能及时调整进攻节奏,且在被动防守时反手挡网直接下网,关键球处理过于保守导致失分。" + ], + "options_en": [ + "A. While splitting the shot to pressure the opponent's sideline, the high clear was intercepted and countered. The timing for rushing the net was wrong, causing the return to go into the net. A poor choice in active offense led to the loss.", + "B. Facing the opponent's backcourt smash, a preemptive net kill was attempted but missed into the net. The key point was not handled with a defensive counterattack tactic but with a forced acceleration, resulting in a misjudgment and the loss.", + "C. The opponent used consecutive feints to lure to the backhand side, and the passive transition shot was mishandled, going out directly. The key point was not seized decisively to rush the net and apply pressure, leading to the loss.", + "D. The top serve tactic was anticipated, and the offensive rhythm was not adjusted in time. Additionally, the backhand block went straight into the net during passive defense, and the key shot was handled too conservatively, resulting in the loss." + ], + "answer": "D", + "question": { + "question_zh": "请指出导致本回合失分的主要原因?", + "question_en": "Please identify the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001823", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键分的进攻抽球质量不足,击球3失误偏出边线送给对手机会,击球7反手挑后场被对手预判拦截,最终击球9劈对角出界直接失分,进攻稳定性有待提升。", + "B. bottom在击球3尝试分球失误导致球下网,击球7选择过渡时未能限制对手抢网节奏,最终击球9网前被对手突然扑杀得分,掌控节奏的能力不足暴露防守漏洞。", + "C. bottom在被动防守时选择反手过渡多次失误,击球3和击球7连续出界浪费机会,最终击球9试图过顶时出界送分,防守稳定性严重不足", + "D. bottom在被动防守中连续失误导致关键分丢失,击球3正手抽球动作变形送出机会,击球7反手过渡未能打乱节奏,最终击球9挡网下网彻底断送防守,控网能力不足被对手抓住空档。" + ], + "options_en": [ + "A. Bottom's attacking drive lacked quality at the crucial point. The shot 3 error went wide, giving the opponent an opportunity. The backhand lift on shot 7 was intercepted by the opponent's anticipation. Finally, the cross-court drop on shot 9 went out, directly losing the point. Offensive stability needs improvement.", + "B. Bottom's attempt to distribute the shuttle on shot 3 resulted in a net error. The transition choice on shot 7 failed to limit the opponent's net rush rhythm. Finally, the net shot on shot 9 was suddenly killed by the opponent, exposing defensive weaknesses due to insufficient rhythm control.", + "C. Bottom made repeated errors in passive defense with backhand transitions. Shots 3 and 7 went out consecutively, wasting opportunities. Finally, the attempt to clear high on shot 9 went out, gifting the point. Defensive stability was severely lacking.", + "D. Bottom made consecutive errors in passive defense, leading to the loss of a crucial point. The forehand drive on shot 3 was poorly executed, giving the opponent an opportunity. The backhand transition on shot 7 failed to disrupt the rhythm. Finally, the block on shot 9 went into the net, completely ending the defense. Insufficient net control allowed the opponent to exploit the gap." + ], + "answer": "D", + "question": { + "question_zh": "请分析并解释该回合导致失分的主要原因", + "question_en": "Please analyze and explain the main reasons for losing the point in this rally." + } + }, + { + "video_uid": "video_001824", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 防守过程中因对方突然改变击球节奏造成短暂停顿,随后在抢网竞争中因步法调整失误错失关键球,最终因被动过渡时选择保守战术被压制得分", + "B. top在防守轮转中出现核心失误,第28拍平抽球质量不足暴露空档,第29拍重杀被化解后未能及时调整防守位置,最终被对手抓住机会完成得分。", + "C. 对方通过连续三拍高质量的过顶劈吊成功压制底线,造成防守者在被动状态下被迫起高球,紧接着以精准的假动作分球制造空档后实现得分", + "D. 在关键球处理时因急于进攻选择强行扣杀,导致击球点过早且未能控制力量,最终因球拍挥动轨迹暴露意图过早被对手预判反制得分" + ], + "options_en": [ + "A. During defense, a sudden change in the opponent's shot rhythm caused a brief hesitation. Subsequently, a footwork adjustment error during the net rush competition led to missing the key shot. Finally, choosing a conservative tactic during the passive transition resulted in being pressured and scored against.", + "B. The top player made a core mistake during defensive rotation. The 28th-shot flat drive lacked quality, exposing a gap. After the 29th-shot powerful smash was defended, they failed to adjust their defensive position in time, ultimately allowing the opponent to seize the opportunity and score.", + "C. The opponent successfully pressured the baseline with three consecutive high-quality overhead slice drops, forcing the defender into a passive state and prompting a high lift. They then created a gap with precise deceptive shot placement to score.", + "D. During a crucial point, the player rushed to attack with a forced smash, resulting in an early contact point and uncontrolled power. The racket swing trajectory revealed their intention too early, allowing the opponent to anticipate and counter for a score." + ], + "answer": "B", + "question": { + "question_zh": "请分析造成此次回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001825", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键分处理上出现致命失误,反手杀斜线出界直接丢分,且前半段攻势未能彻底压制对手反而暴露了自身失误问题。", + "B. 回合中top抢网速度过慢被对手过顶压制,且防守时因急于回放斜线出现下网失误,暴露了移动预判的不足。", + "C. 对方通过高质量劈吊迫使top陷入被动,top试图回放大对角时因力量控制失误造成出界,同时前场衔接过于急躁导致节奏被打断。", + "D. 对手采用假动作骗到网前形成压制,后续分球到边线迫使top被动过渡,最终因回球过网高度不足导致下网失分。" + ], + "options_en": [ + "A. Top made a fatal mistake in handling the crucial point, with a backhand cross-court smash going out directly, and the early-stage offensive failed to fully suppress the opponent while exposing his own error issues.", + "B. During the rally, Top was too slow in rushing the net and got overridden by the opponent's high clear, and while defending, he rushed a cross-court net shot leading to a net error, exposing his lack of movement anticipation.", + "C. The opponent forced Top into a passive position with a high-quality sliced drop shot. When Top attempted a cross-court net shot, he lost control of power causing the shot to go out, while his rushed frontcourt connection disrupted the rhythm.", + "D. The opponent used a deceptive move to lure Top to the net, creating pressure, then split the shot to the sideline forcing Top into a passive transition, ultimately resulting in a net error due to insufficient net clearance." + ], + "answer": "A", + "question": { + "question_zh": "请分析以下回合导致失分的主要原因是什么?", + "question_en": "Please analyze the main reason for losing the point in the following rally?" + } + }, + { + "video_uid": "video_001826", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top试图通过连续的上网压制和假动作分球迷惑对手,但bottom成功预判并抢网拦截,随后反击过顶高压得手,导致top回球下网,bottom得分。", + "B. top在进攻中因过度依赖斜线推压导致节奏紊乱,bottom趁机通过精准的过顶高远球将top压制在后场,最后top过渡球失误下网,bottom得分。", + "C. top通过连续抢高点推压分球和斜线攻势持续压制,迫使bottom始终处于被动防守状态,最终对手失误出界完成得分", + "D. bottom在防守中不断使用网前假动作和分球战术,使得top多次回球出界,最终bottom抓住机会扣杀得分,结束了这回合。" + ], + "options_en": [ + "A. top attempted to pressure with consecutive net rushes and deceptive shots to confuse the opponent, but bottom successfully anticipated and intercepted at the net, then countered with an overhead clear, causing top to hit the shuttle into the net, and bottom scored.", + "B. top relied excessively on cross-court push shots during the attack, disrupting their own rhythm. bottom capitalized by accurately executing overhead clears to pressure top at the rear court. Finally, top made an error with a transitional shot into the net, and bottom scored.", + "C. top continuously seized the high point to apply pressure with push shots and cross-court attacks, forcing bottom into a passive defensive stance, ultimately leading to the opponent's error as the shuttle went out of bounds, resulting in a point.", + "D. bottom consistently used deceptive net shots and placement tactics during defense, causing top to repeatedly hit the shuttle out of bounds. Eventually, bottom seized the opportunity to smash and score, ending the rally." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合得分的主要原因。", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001827", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在防守阶段击出过顶高球质量偏差,被对手抓住落点实施网前封堵,导致最后回合被动下网失分。", + "B. bottom试图通过分球配合假动作破解对手压制,但击球线路被对手识破且球速不足,直接被反击得分。", + "C. bottom在抢网时出现明显停顿及假动作,导致对手及时预判并精准扣杀得分,未能有效干扰对手击球路线。", + "D. bottom在被动过渡阶段回球质量不足(如多次被动抽球、挡网效果有限),未能有效破解对手压迫,最终被抓住机会失分。" + ], + "options_en": [ + "A. bottom's defensive overhead clear was of poor quality, allowing the opponent to intercept at the net and forcing a passive net error in the final exchange.", + "B. bottom attempted to counter the opponent's pressure with a cross-court shot combined with deception, but the shot path was read by the opponent and lacked sufficient speed, resulting in a direct counterattack.", + "C. bottom showed obvious hesitation and deception during the net rush, allowing the opponent to anticipate and execute a precise smash, failing to effectively disrupt the opponent's shot path.", + "D. bottom's return quality was insufficient during the passive transition phase (e.g., multiple passive drives, limited effectiveness of blocks), failing to effectively counter the opponent's pressure, ultimately leading to a lost opportunity." + ], + "answer": "D", + "question": { + "question_zh": "在这一回合中,请解释导致失分的主要原因?", + "question_en": "In this rally, please explain the main reason for losing the point?" + } + }, + { + "video_uid": "video_001828", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在第五拍使用反手过顶劈吊,成功骗过bottom的防守判断,bottom被动回球下网导致失分;其后bottom虽尝试分球拉开空档,但未能破解对方强势进攻。", + "B. bottom在第六拍反手直线放网质量偏低,未能限制top抢网,导致关键分失守;防守虽顽强但未能有效破解对方网前战术压制。", + "C. bottom在第四拍防守时被动采用高远球过渡,未能压制top的快速下压进攻,top随即抢网得分;bottom虽积极调整但未能有效限制对方网前压迫。", + "D. bottom在第七拍尝试假动作分球却被top识破,导致球拍出界失误丢分;此前其防守虽稳固但未能及时破解对方持续的底线压制战术。" + ], + "options_en": [ + "A. In the 5th shot, top used a backhand overhead sliced drop shot, successfully deceiving bottom's defensive judgment, causing bottom to make a passive return that went into the net; later, although bottom attempted to create space by spreading the shots, they failed to counter the opponent's aggressive offense.", + "B. In the 6th shot, bottom's backhand straight net shot was of low quality, failing to restrict top's net rush, leading to the loss of the crucial point; despite tenacious defense, bottom couldn't effectively counter the opponent's net pressure tactics.", + "C. In the 4th shot, bottom was forced to play a defensive clear as a transition, failing to suppress top's rapid downward attack, allowing top to rush the net and score; despite active adjustments, bottom couldn't effectively limit the opponent's net pressure.", + "D. In the 7th shot, bottom attempted a deceptive shot but was read by top, resulting in a racket-out error and loss of the point; prior to this, although their defense was solid, they couldn't timely counter the opponent's persistent baseline pressure tactics." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合失分的关键因素是什么?", + "question_en": "Please analyze the key factor of losing the point in this rally." + } + }, + { + "video_uid": "video_001829", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在被动防守中连续应对失当,关键分挑高球直接失误暴露短板。尤其是在中后场挑球质量不足被持续压制,未能有效破解对手的重心压制战术,最终因最后一拍的无谓失误丢分", + "B. 双方在中前场陷入多拍拉锯时,防守方选择保守过渡球却被对方精准拦截,关键分时进攻方突然改变击球手部动作节奏骗出大角度好球,迫使防守方盲目加速下网失误", + "C. 对方通过连续的假动作骗后压前战术成功打乱节奏,关键分时突然变线分球至边线造成死角,而防守方反应延迟导致被动失误未能完成有效拦截", + "D. 虽然进攻方多次尝试过顶高球压制对方上网,但防守方成功抢网化解危机,最终因防守方在最后一击中主动加速突击直线球造成对方下网失误导致得分" + ], + "options_en": [ + "A. The top player made consecutive misplays in passive defense, with a direct error on a crucial point lift shot exposing weaknesses. Particularly, the inadequate quality of mid-backcourt lifts led to sustained pressure, failing to effectively counter the opponent's center-of-gravity suppression tactics, ultimately losing the point due to an unnecessary final-shot error.", + "B. During a multi-shot stalemate at mid-frontcourt, the defender opted for a conservative transition shot but was precisely intercepted. At the crucial point, the attacker suddenly altered hand motion rhythm to deceive a wide-angle winner, pressuring the defender into a rushed acceleration and net error.", + "C. The opponent disrupted the rhythm successfully with consecutive deceptive moves (fake-rear-press-forward tactics). At the crucial point, a sudden cross-court shot to the sideline created a dead angle, while the defender's delayed reaction resulted in a passive error, failing to intercept effectively.", + "D. Although the attacker repeatedly attempted overhead clears to pressure the opponent's net approach, the defender successfully intercepted to neutralize the threat. Ultimately, the defender scored by actively accelerating a straight smash in the final shot, forcing the opponent's net error." + ], + "answer": "A", + "question": { + "question_zh": "请解释这一回合失分的主要原因", + "question_en": "Please explain the main reason for losing this rally" + } + }, + { + "video_uid": "video_001830", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom运用假动作欺骗top后突然进行快速斜线扣杀,而top预判失误未能横向移动到位,导致未能有效拦截造成球落在界外。", + "B. top在底线高压球处理中急于发力导致挥拍线路偏移,被bottom预判到击球角度后迅速启动抢网,最终以劈吊直线实现得分。", + "C. bottom通过精准的分球持续压制top的反手位直线区域,top被迫频繁移动却无法有效衔接上网的过渡球,最终在边线附近防守时未能控制球速导致出界失误。", + "D. top在关键球防守准备不足,被bottom突然改变节奏的斜线劈杀压制,未能及时调整站位和应对方式导致失分。" + ], + "options_en": [ + "A. Bottom used a deceptive move to mislead Top before suddenly executing a fast cross-court smash. Top misjudged the shot and failed to move laterally in time, resulting in an ineffective interception and the shuttle landing out of bounds.", + "B. Top rushed the power in handling the baseline overhead shot, causing the swing path to deviate. Bottom anticipated the shot angle and quickly moved forward to intercept, ultimately scoring with a straight drop shot.", + "C. Bottom consistently pressured Top's backhand straight area with precise placement shots. Top was forced to move frequently but failed to effectively transition to the net, ultimately losing control of the shuttle speed while defending near the sideline, causing an out-of-bounds error.", + "D. Top was inadequately prepared for the crucial defensive shot and was suppressed by Bottom's sudden change of pace with a cross-court slash smash, failing to adjust positioning and response in time, resulting in the loss of the point." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001831", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前通过真假结合的扑球骗开对手重心后,突然反手挑后场大对角,但对手快速抢网拦截失败导致底线出界得分", + "B. bottom通过连续的斜线勾对角和滑吊直线有效压制top,持续扰乱对手重心,最终在左后场以高质量跳杀直线得分", + "C. top在中场通过连续平抽挡对抗迫使bottom出现被动,随后正手劈对角至右后场压底线,利用对手移动不及造成回球出界得分", + "D. top在右中场凭借反手杀追身球逼迫bottom防守失误,最后bottom被动情况下试图放网但因手部停顿导致球下网而得分" + ], + "options_en": [ + "A. Bottom deceived the opponent's balance with a mix of real and fake net kills at the net, then suddenly played a backhand lift to the deep cross-court corner, but the opponent failed to intercept quickly at the net, resulting in a baseline error and score.", + "B. Bottom effectively suppressed top with consecutive cross-court net shots and straight drop shots, continuously disrupting the opponent's balance, and ultimately scored with a high-quality straight jump smash from the left rear court.", + "C. Top forced bottom into a passive position through continuous flat drives at the midcourt, followed by a forehand sliced cross-court shot to the right rear baseline, exploiting the opponent's delayed movement to cause a return error and score.", + "D. Top pressured bottom with a backhand body smash at the right midcourt, causing a defensive error. In a passive situation, bottom attempted a net shot but failed due to a deliberate hand pause, leading to the ball not clearing the net and scoring." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因。", + "question_en": "Please analyze the main reasons for scoring in this rally." + } + }, + { + "video_uid": "video_001832", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在多次关键击球中处理保守,挡网球质量不足(如击球4、8)过早暴露防守空当,关键推球(击球6)角度偏差更让对手获得进攻主动权。", + "B. bottom积极上网意图争夺网前主动权,但对手连续三次精准分球撕开空当,bottom在被动情况下回球力量偏大,被对手抓住后场空当重扣得分。", + "C. bottom在关键分运用过多主动抢攻策略,连续劈对角失误暴露中路空当,最终因持续施压后体力不支被对手打追身球得分。", + "D. 对手通过突然的停顿假动作欺骗bottom判断,连续高质量的过顶球压底线造成bottom回球被动,bottom在追身球(击球5)选择冒险手法导致出界。" + ], + "options_en": [ + "A. Bottom played conservatively in multiple crucial shots, with inadequate quality in net blocks (e.g., shots 4, 8), prematurely exposing defensive gaps. A misplaced push shot (shot 6) further gave the opponent the offensive initiative.", + "B. Bottom actively moved forward to contest net dominance, but the opponent executed three precise cross-court shots to open gaps. Under pressure, Bottom's overhit return was exploited by the opponent's powerful backcourt smash.", + "C. Bottom employed excessive aggressive tactics at key points, with consecutive misdirected slice shots exposing the midcourt. Eventually, fatigue from sustained pressure led to a body shot loss.", + "D. The opponent deceived Bottom's judgment with sudden pause feints. Consistently high-quality clears pressured Bottom into passive returns. Bottom's risky shot choice on a body shot (shot 5) resulted in an out." + ], + "answer": "A", + "question": { + "question_zh": "请结合回合过程,分析导致失分的主要原因?", + "question_en": "Please analyze the main reasons for losing points based on the rally process." + } + }, + { + "video_uid": "video_001833", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在中场使用假动作扣杀后突然向后场放网前小球,bottom反应不及勉强扑救导致回球下网,同时top凭借快速上网限制了对方进攻路线,有效利用场地宽度调动对手", + "B. bottom通过连续正手抽对角压制top边线,但top凭借防守反应将球勾对角至后场空当,bottom回球力量不足下网,体现了攻防转换中的关键反击", + "C. top通过反手停顿假动作制造战术欺骗,在中前场精准推球过顶斜线撕开对手防线,迫使bottom陷入被动防守最终失误,展现了极强的节奏把控能力。", + "D. top在底线利用反手高远球牵制底线,造成bottom回球不到位后快速上网扑杀直接得分,展现了后场衔接进攻的迅猛步伐" + ], + "options_en": [ + "A. Top used a fake smash at the midcourt followed by a sudden net drop to the backcourt, leaving Bottom with no time to react and barely making a save that resulted in the shuttle failing to clear the net. Meanwhile, Top quickly moved forward to limit the opponent's offensive angles, effectively utilizing the court width to maneuver the opponent.", + "B. Bottom continuously drove cross-court with forehand shots to pressure Top's sideline, but Top countered with a defensive cross-court net shot to the backcourt open space. Bottom's weak return failed to clear the net, highlighting a crucial counterattack during the transition between offense and defense.", + "C. Top created tactical deception with a backhand hesitation fake, precisely pushing the shuttle over the opponent's head with a cross-court push shot at the mid-frontcourt, forcing Bottom into passive defense and ultimately causing an error, demonstrating exceptional rhythm control.", + "D. Top used a backhand clear from the baseline to pin Bottom at the backcourt, forcing a weak return. Top then swiftly moved forward for a net kill to score directly, showcasing rapid footwork in transitioning from the backcourt to offense." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合得分的关键原因", + "question_en": "Please analyze the key reasons for scoring in this round." + } + }, + { + "video_uid": "video_001834", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键分的防守反击中出现漏洞,尤其是击球9的反手抽球过渡质量不足,未能有效压制对手进攻节奏,导致bottom抓住机会完成得分。", + "B. 开局阶段top因发球落点选择失误连续送出分数,在对手连续得分气势影响下关键分出现动作变形,反手击球时手腕发力不充分导致出界失分。", + "C. top在前场对抗中主动发起的反手抽压虽形成压制,但被bottom利用超强反应力通过精准的过顶挑后场逼出空档,随后加速上网完成关键封网得分。", + "D. bottom通过频繁的过顶扣杀与假动作分球组合技打乱top防守阵型,在网前抢网时突然改变击球方向造成top回球下网从而得分。" + ], + "options_en": [ + "A. Top exposed defensive flaws during crucial points, particularly the weak backhand drive transition (shot 9), failing to suppress the opponent's offensive tempo, which allowed Bottom to seize the opportunity and score.", + "B. In the opening phase, Top conceded consecutive points due to faulty serve placement choices. Under the momentum of the opponent's scoring streak, Top's technique faltered at critical moments, resulting in insufficient wrist power during the backhand stroke and sending the shuttle out of bounds.", + "C. Although Top initiated an aggressive backhand drive at the frontcourt to pressure Bottom, the latter exploited exceptional reflexes to execute a precise overhead lift to the rear court, creating an opening, then accelerated to the net for a decisive block winner.", + "D. Bottom disrupted Top's defensive formation with frequent overhead smashes combined with deceptive shot placements, then suddenly changed the shot direction during the net rush, causing Top to return the shuttle into the net and lose the point." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,分析造成失分的主要原因?", + "question_en": "For this rally, what is the main reason for losing the point?" + } + }, + { + "video_uid": "video_001835", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom多次尝试将球分向对手边线,试图限制top的移动空间,但落点过于靠近底线且力度不足,反而被top精准抢网压制,尤其在关键分上正手分球出界,使得top得以持续施压并抓住机会反击得分。", + "B. bottom在关键分上过于激进,多次选择强力扣杀试图终结回合,但击球稳定性不足,出现多次下网和出界失误,而top则通过稳健的防守和精准的过顶球反击,最终抓住bottom的一次正手扣杀失误完成得分。", + "C. bottom因体力下降导致防守连贯性不足,尤其是第6击推挑过渡球质量偏低,未能有效压制对手反击,同时在关键分上正手防守的落点控制和上网速度下降,让top抓住机会完成逆转得分。", + "D. top通过连续的假动作和过顶高球有效打乱bottom的节奏,bottom在回防时频繁出现预判错误,尤其是在关键分上未能及时启动抢网,导致多次被动接球下网,最终被对手逼出关键失误而得分。" + ], + "options_en": [ + "A. Bottom repeatedly attempted to direct the shuttle to the opponent's sideline to limit top's movement space, but the landing points were too close to the baseline with insufficient power. Instead, top precisely rushed the net to suppress, especially during crucial points where the forehand cross-court shot went out, enabling top to maintain pressure and seize the opportunity to counterattack and score.", + "B. Bottom was overly aggressive during crucial points, frequently opting for powerful smashes to end the round. However, the shot stability was lacking, resulting in multiple net shots and out-of-bounds errors. Meanwhile, top capitalized on steady defense and precise overhead clears to counterattack, ultimately seizing the opportunity to score after bottom's forehand smash error.", + "C. Bottom's defensive consistency declined due to physical fatigue, especially the poor quality of the 6th push-lift transition shot, which failed to effectively suppress the opponent's counterattack. Additionally, the control over the landing point of the forehand defense and the speed of moving forward decreased during crucial points, allowing top to seize the opportunity and complete a comeback score.", + "D. Top disrupted bottom's rhythm effectively with continuous deceptive moves and overhead clears. Bottom frequently made misjudgments during the retreat, especially failing to initiate a net rush in time during crucial points, resulting in multiple passive net shots and ultimately being forced into critical errors by the opponent to score." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合失利的主要原因?", + "question_en": "Please analyze the main reasons for losing this round?" + } + }, + { + "video_uid": "video_001836", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在对手连续压迫下选择战术调整:面对激进的抢网战术导致被动后,改用大角度推后场过顶球干扰对手节奏,随后凭借对手反手回球失误形成网前压制,最后采用精准搓网前小球逼迫其下网失误而得分,体现了多变的控网策略。", + "B. bottom通过连续压迫性战术得分:先是中前场抢网放斜线调动对手,随后精准跳杀斜线压制对方反手,最后利用对手被动挡网的漏洞,快速上网抢攻并扑出追身斜线球,展现了极强的进攻连贯性和得分决断力。", + "C. bottom在被动局面下通过防守反击得分:首拍因上网步法迟缓被对手分球压制,但凭借精准过顶高远球迫使对手回球质量下降,最后抓住对手被动挡网球速偏慢的机会,直接抽对角直线得分,体现了防守转攻的应变能力。", + "D. bottom利用对手防守漏洞实施分球战术:通过网前连续假动作干扰对手判断,后场突然变线突击边线迫使对手封网失误,再以追身扑杀终结本分,该战术重点在于对边线击球点的精准控制与对手站位空档的捕捉。" + ], + "options_en": [ + "A. Bottom adjusted tactics under the opponent's relentless pressure: after being forced into a passive position by aggressive net interceptions, switching to a deep overhead push shot to disrupt rhythm, then capitalizing on the opponent's backhand error to establish net dominance, and finally scoring with a precise net drop shot to force a net error, demonstrating versatile net control strategies.", + "B. Bottom scored through continuous aggressive tactics: first intercepting at mid-front court with a cross-court net shot to move the opponent, then precisely executing a jumping cross-court smash to pressure the backhand, and finally capitalizing on the opponent's weak block to quickly rush forward for a net kill targeting the body with a cross-court shot, demonstrating strong offensive coherence and scoring decisiveness.", + "C. Bottom scored through counter-attacking from a defensive position: initially being pressured due to slow footwork when approaching the net, but retaliating with an accurate overhead clear to force a weak return, then seizing the opportunity from the opponent's slow-paced block to drive a straight cross-court winner, showcasing adaptability in transitioning from defense to offense.", + "D. Bottom exploited the opponent's defensive gaps with a placement strategy: using consecutive net fake shots to disrupt judgment, suddenly changing direction to attack the sideline from the rear court to force a net interception error, and finishing the point with a body-targeted net kill. The tactic emphasized precise sideline shot control and capitalizing on positional gaps." + ], + "answer": "B", + "question": { + "question_zh": "这一回合中,哪项最能解释得分的核心战术逻辑?", + "question_en": "In this rally, which option best explains the core tactical logic behind scoring the point?" + } + }, + { + "video_uid": "video_001837", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom积极上网并准确预判了top的抽球路线,但两次挑后场球因角度过小遭压制,最后网前勾对角下网失误导致失分。", + "B. bottom在反手抽球时出现预判失误,未能有效拦截top的分球进攻,加上正手挑后场被压制后选择上网时机不当,导致连续被动。", + "C. bottom两次推球质量欠佳且移动调整迟缓,正手停顿推斜线被直接压制,反手推球后失去位置,未能有效应对top的上网压迫。", + "D. bottom虽以正手假动作骗过top但推直线力量不足,反手网前小球被直接扣杀,且在对方抢网后未能及时拉开空当完成防守。" + ], + "options_en": [ + "A. Bottom actively approached the net and accurately predicted top's drive route. However, two lifts to the rear court were pressured due to overly narrow angles, and finally, a crosscourt net shot error (ball into the net) led to losing the point.", + "B. Bottom misjudged the backhand drive, failing to intercept top's split attack effectively. Additionally, after the forehand lift to the rear court was pressured, bottom chose an inappropriate time to approach the net, leading to consecutive passive plays.", + "C. Bottom's two push shots were of poor quality with slow movement adjustment. The forehand pause push crosscourt was directly pressured, and after the backhand push shot, bottom lost position and failed to effectively counter top's net pressure.", + "D. Although bottom deceived top with a forehand fake, the straight push lacked power. The backhand net shot was directly smashed, and after top rushed the net, bottom failed to create space in time for defense." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001838", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方陷入被动过渡阶段时,TOP通过精准的挑后场压制对手移动范围,配合持续网前封堵制造对手回球下网的致命失误从而得分", + "B. 运动员在第8拍使用假动作骗过对手后执行反手分球,随后采用急速过顶扣杀让对手完全失去重心,最终形成绝杀球的必然结果。", + "C. 强攻方因连续杀上网造成对方被迫防守,TOP在第12拍采取高远球结合网前扑杀策略,通过落点变化迫使对手回球出界完成得分。", + "D. TOP在关键分上展现了极强的防守能力和落点控制,尤其是第10拍中场正手斜线挡网精准卸力并压迫对手,直接为最终得分创造机会。" + ], + "options_en": [ + "A. During a passive transitional phase, TOP employed accurate lifts to the rear court to limit the opponent's movement range, coupled with relentless net interceptions to induce a fatal error—a netted return.", + "B. The player used a deceptive move to outmaneuver the opponent on the 8th shot, executing a backhand placement followed by a rapid overhead smash that completely disrupted the opponent's balance, inevitably leading to a winning shot.", + "C. The aggressive side forced the opponent into defensive play through continuous smash-and-net attacks. TOP adopted a strategy combining clears with net kills by the 12th shot, varying placements to pressure the opponent into an error—a return that landed out of bounds.", + "D. TOP demonstrated exceptional defensive skills and placement control during critical points, particularly with the 10th shot—a precise forehand cross-court block at midcourt that deftly absorbed pace and pressured the opponent, directly creating the opportunity for the final score." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的关键因素在于哪些技术环节的运用?", + "question_en": "Please analyze the key technical aspects that contributed to scoring in this rally." + } + }, + { + "video_uid": "video_001839", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动过渡阶段选择使用反手假动作过顶技术意图骗出对手失误,但线路选择过于保守被top直接扣杀压制,后续防守不及导致推挑出界。", + "B. bottom在上网争夺制胜点时主动变线分球到对方弱点区域,但被top预判拦截后被动回挡质量不足,最终在多拍相持中因体力透支导致后场高远球下网。", + "C. bottom在右后场防守阶段的反手抽球质量较差,未能有效遏制top的攻势,导致被压制后又在中场推挑时直接出界失误,未能化解关键压力。", + "D. bottom在对方分球至边线后未能及时侧移调整重心,导致回球力量失控形成被动吊球,top抓住机会通过劈吊上网压制,最终造成本方回球下网失误。" + ], + "options_en": [ + "A. During a passive transition phase, bottom chose to use a backhand deceptive overhead technique in an attempt to trick the opponent into making a mistake. However, the shot placement was too conservative, allowing top to directly smash and suppress it. The subsequent defensive effort was inadequate, leading to a push lift that went out of bounds.", + "B. While competing for the winning point at the net, bottom actively changed the direction of the shuttle to the opponent's weak area, but top anticipated and intercepted it. The passive block in response was insufficient in quality, and after a prolonged rally, bottom's physical exhaustion resulted in a failed backhand clear that went into the net.", + "C. During the defensive phase at the right rear court, bottom's backhand drive was of poor quality, failing to effectively contain top's offensive pressure. This led to being suppressed, followed by a direct out-of-bounds error when attempting a mid-court push lift, ultimately failing to relieve the critical pressure.", + "D. After top directed the shuttle to the sideline, bottom failed to sidestep and adjust their balance in time, causing a loss of control in shot power and resulting in a passive drop shot. Top seized the opportunity to execute a slicing drop shot and advanced to the net, ultimately forcing bottom into a failed return that went into the net." + ], + "answer": "C", + "question": { + "question_zh": "请分析导致本回合失分的关键因素?", + "question_en": "Please analyze the key factors that led to the loss of this rally?" + } + }, + { + "video_uid": "video_001840", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方通过连续假动作与分球压制边线转移防守重心,导致在关键分上预判偏差将球回击出界,未能及时进行有效拦截", + "B. 双方进入多拍拉锯后因移动速度劣势陷入防御被动,关键分选择强攻网前却被对手识破意图,最后一拍被拦截后反抽下网", + "C. top在多拍相持后关键分处理保守导致致命失误,尤其最后一拍网前球下网直接送分,未能有效终结回合且连续进攻节奏被对手打乱。", + "D. 本方在被动过渡阶段急于抢网造成击球质量过低,对手抓住机会以过顶球持续压制,最终因底线判断失误导致回球未能过网" + ], + "options_en": [ + "A. The opponent used consecutive deceptive moves and sideline shots to shift defensive focus, causing a misjudgment during crucial points that resulted in an out-of-bounds return, failing to intercept effectively.", + "B. After entering a prolonged rally, the player was forced into a defensive position due to inferior movement speed. Choosing a strong net attack during crucial points was anticipated by the opponent, leading to an interception and a failed counter-drive into the net.", + "C. The top player made a fatal error due to conservative decision-making during crucial points after a prolonged rally, especially when the final net shot went into the net, directly conceding the point. This failure to effectively end the rally disrupted the continuous offensive rhythm.", + "D. During the passive transition phase, the player rushed to the net, resulting in poor shot quality. The opponent seized the opportunity with deep overhead shots, ultimately leading to a failed return due to a misjudgment at the baseline." + ], + "answer": "C", + "question": { + "question_zh": "请分析导致该回合失利的主要原因?", + "question_en": "Please analyze the main reasons for losing this rally?" + } + }, + { + "video_uid": "video_001841", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 我方在抢网阶段出现主动上网失误,连续三次扑直线下网后虽然尝试假动作分球,但对手预判精准并以快放衔接扣杀终结回合。", + "B. bottom发球后未能有效控制网前,过渡球质量不足且防守被动,导致被持续压制,尤其反手推挑阶段未能摆脱劣势,最终失分。", + "C. 对方通过连续追身平抽压制底线,并利用突然的过顶高远球打乱节奏,在我方被动救球时抓住机会用反手劈对角得分。", + "D. 虽然通过停顿假动作骗到对手放弃封网,但过网后的分球落点偏浅,被对手迅速启动上网推勾斜线,最终因被动过渡出界失分" + ], + "options_en": [ + "A. During the net rush, made an active net error with three consecutive straight net kills landing into the net. Although attempted a deceptive split shot, the opponent anticipated accurately and finished the rally with a fast net shot followed by a smash.", + "B. After serving from the bottom, failed to effectively control the net, with poor-quality transition shots and passive defense, leading to sustained pressure. Especially during the backhand push and lift phase, couldn't break free from the disadvantage, ultimately losing the point.", + "C. The opponent continuously suppressed the baseline with body-targeted flat drives and disrupted the rhythm with sudden overhead clears. Seized the opportunity to score with a backhand cross-court drop shot during our passive retrieval.", + "D. Although deceived the opponent into abandoning the net block with a hesitation fake, the split shot after crossing the net landed too shallow, allowing the opponent to quickly move forward and push a cross-court net shot, ultimately losing the point due to a passive transition shot going out." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001842", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前突然采用假动作分球策略骗取top横向移动,随后快速变直线至空档区域,因top反应不及导致击球出界完成得分。", + "B. top虽在防守中通过过顶高球成功抢回场点,但bottom凭借预判优势迅速压上网前,在顶住对手抽压后以劈吊对角线逼出top的被动回球,最终通过持续压制实现得分。", + "C. top在底线多拍拉锯中因连续使用高远球过度消耗体力,关键分接球时出现下网失误,而bottom趁机通过反手轻吊网前实现得分。", + "D. bottom通过连续压迫性推压战术逐步建立优势,关键的击球18抓住top后场防守空挡,以正手快杀追身球直接得分,展现强烈的进攻终结能力。" + ], + "options_en": [ + "A. Bottom suddenly employed a deceptive split-shot strategy at the net to lure Top into moving sideways, then quickly changed direction to the open area with a straight shot. Top failed to react in time, resulting in the ball going out of bounds and completing the score.", + "B. Although Top successfully regained court position with an overhead clear during defense, Bottom leveraged superior anticipation to quickly press forward to the net. After withstanding Top's drive pressure, Bottom scored with a diagonal slice drop, forcing Top into a passive return, and ultimately achieved the point through sustained pressure.", + "C. Top exhausted excessive stamina due to repeatedly using clears during a baseline rally, leading to a net error at the critical point, while Bottom seized the opportunity to score with a backhand soft drop shot to the net.", + "D. Bottom gradually built an advantage through continuous aggressive push shots, and at the crucial 18th shot, exploited Top's defensive gap in the backcourt with a forehand fast smash to the body, directly scoring and demonstrating strong offensive finishing ability." + ], + "answer": "D", + "question": { + "question_zh": "请分析这一回合的得分关键因素。", + "question_en": "Please analyze the key factors of scoring in this rally." + } + }, + { + "video_uid": "video_001843", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球11果断使用正手跳杀追身球直接得分,通过之前击球7的高质量滑吊建立压制优势,并利用对手被迫上前防守的时机完成致命一击,展现了攻防转换的高效衔接。", + "B. bottom在击球5时通过过顶高球压制对手后场,随后快速抢网至前场压制,利用对手被动防守时突然抽对角得分,体现了前后场调度的高效性。", + "C. bottom在击球3时利用假动作骗过对手重心后,突然抽击追身球,但由于对手防守失误导致回球下网而得分,突显了假动作迷惑战术的有效性。", + "D. bottom在击球9时先用高质量的正手分球到对方边线迫使对手侧移,随后快速上网放网前球,因对手回球出界而得分,展现了分球与网前技术的精准运用。" + ], + "options_en": [ + "A. At stroke 11, bottom decisively used a forehand jump smash to the body for a direct point, having established a dominant position with the high-quality slice drop at stroke 7, and capitalized on the opponent being forced to defend at the net to deliver the finishing blow, showcasing efficient transition between offense and defense.", + "B. At stroke 5, bottom pressured the opponent's backcourt with a high clear, then swiftly rushed to the net for a frontcourt press, scoring with a sudden cross-court drive when the opponent was in passive defense, reflecting the efficiency of front-to-back court maneuvering.", + "C. At stroke 3, bottom used a feint to deceive the opponent's center of gravity, then suddenly struck a body shot, scoring as the opponent's defensive error resulted in the ball failing to clear the net, highlighting the effectiveness of deceptive tactics.", + "D. At stroke 9, bottom first played a high-quality forehand cross-court shot to the sideline to force the opponent to move sideways, then quickly advanced to the net for a net shot, scoring as the opponent's return went out of bounds, demonstrating precise application of cross-court and net play techniques." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因?", + "question_en": "Please analyze the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001844", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在前半场被动过渡时选择过于保守,被对手抓住机会连续压迫并直接得分,无法化解危机。", + "B. top在最后关键球的放网过程中出现失误,未能稳定处理对手的压迫性防守,导致直接失分。", + "C. top在击球前的假动作欺骗意图明显,反而被对手预判并果断反击过顶得分,失去防守机会。", + "D. top在分球到边线时未能准确控制落点,致使对手快速调整到位后抢网得分,造成失误。" + ], + "options_en": [ + "A. TOP chose an overly conservative approach during the passive transition at the frontcourt, giving the opponent the chance to apply continuous pressure and score directly, failing to resolve the crisis.", + "B. TOP made an error in the net shot during the final crucial point, failing to handle the opponent's defensive pressure steadily, resulting in a direct loss of the point.", + "C. TOP's deceptive motion before the shot was too obvious, allowing the opponent to anticipate and decisively counter with an overhead shot, losing the defensive opportunity.", + "D. TOP failed to accurately control the placement when distributing the shuttle to the sideline, allowing the opponent to quickly adjust and intercept at the net, leading to a mistake." + ], + "answer": "B", + "question": { + "question_zh": "请分析此回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001845", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过精准的战术执行连续压制对手,开局利用假动作停顿推球获得主动,后通过持续施压迫使bottom不断被动过渡,最终以正手跳杀直线完成致命一击得分。", + "B. top一开始使用反手挑后场过顶过网取得优势,bottom因移动缓慢无法快速反应,top随后以网前扑杀配合反手挑后场迫使bottom回球下网,最终成功得分。", + "C. bottom通过积极的网前抢网和精准的过顶高远球化解top的压制,随后利用正手抽杀直线迫使top回球出界,最终bottom抓住反攻机会完成得分", + "D. bottom在回球中因预判错误多次将球回出界外,随后top以反手假动作迷惑对手后迅速推后场直线,迫使bottom救球不及,最终top以扣杀追身球导致对手回球下网而得分。" + ], + "options_en": [ + "A. Top continuously suppressed the opponent through precise tactical execution, gaining the initiative at the start by using a deceptive pause push shot, then maintained pressure to force Bottom into passive transitions, ultimately scoring with a forehand jump smash straight.", + "B. Top initially gained an advantage with a backhand lift to the deep rear court over the net. Due to slow movement, Bottom couldn't react quickly. Top then combined a net kill with a backhand lift to force Bottom to net the return, successfully scoring.", + "C. Bottom actively countered Top's pressure with sharp net interceptions and precise overhead clears, then used a forehand drive straight to force Top's return out of bounds. Bottom seized the counterattack opportunity to score.", + "D. Bottom made several misjudgments in returns, sending the shuttle out of bounds. Top then deceived the opponent with a backhand fake before quickly pushing a straight shot to the rear court, forcing Bottom to fail in retrieving. Top finally scored with a body smash, causing the opponent to net the return." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合得分的关键因素?", + "question_en": "Please analyze the key factors of scoring in this round?" + } + }, + { + "video_uid": "video_001846", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top抓住bottom反手推斜线的弱点,以正手快杀追身球直取对手中场,关键球处理果断高效", + "B. bottom在反手推斜线过程中因判断失误导致出界,top借此获得机会直接抽对角得分,防守反击策略应对得当", + "C. bottom企图通过分球到top的反手边线区域制造机会,top及时封网并精准劈对角压制底线空档,导致bottom被动回球下网", + "D. top利用假动作过顶高远球迫使bottom被迫后退,随后迅速上网抢网轻放网前小球,bottom反应不及导致下网" + ], + "options_en": [ + "A. top exploited bottom's weakness in the backhand cross-court push shot and decisively executed a forehand fast smash to the body, targeting the midcourt, handling the crucial point efficiently.", + "B. bottom misjudged the backhand cross-court push shot, causing the shuttle to go out, allowing top to seize the opportunity and score directly with a cross-court drive, demonstrating effective defensive counterplay.", + "C. bottom attempted to create an opportunity by distributing the shuttle to top's backhand sideline, but top promptly intercepted at the net and accurately sliced cross-court to suppress the baseline gap, forcing bottom into a passive return that failed to clear the net.", + "D. top used a deceptive overhead clear to force bottom to retreat, then quickly rushed to the net for a net shot, leaving bottom unable to react in time, resulting in the shuttle failing to clear the net." + ], + "answer": "A", + "question": { + "question_zh": "请结合所给回合的情况,分析本次得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally based on the given situation." + } + }, + { + "video_uid": "video_001847", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 由于bottom在第三拍未能识破对手的假动作,导致中前场站位出现空档,top随后连续调动边线压制导致被动,最终在第七拍时因底线出界而失分。", + "B. bottom在关键防守环节未能有效化解对手攻势,尤其是在中后场多次被压制后,网前应对速度和线路预判出现偏差,最终因第11拍未能及时反应top的斜线放网导致失分。", + "C. 在比赛的第五拍,bottom尝试通过挑后场过顶球制造进攻机会,但球速过高直接下网,后续虽尝试网前封堵但因站位混乱未能扭转劣势而失分。", + "D. bottom在第六拍对对手的分球判断失误,试图抢网但反应过度造成冒进,被top的直线突击得分,最终因小球处理失误而失败。" + ], + "options_en": [ + "A. Due to Bottom's failure to recognize the opponent's deceptive move on the third stroke, a gap appeared in the mid-frontcourt positioning. Top then continuously targeted the sidelines to pressure, resulting in a passive situation. The point was lost when the shuttlecock went out of bounds on the baseline during the seventh stroke.", + "B. Bottom failed to effectively counter the opponent's attack during key defensive moments, especially after being repeatedly pressured in the mid-backcourt. The speed and anticipation of net play were off, ultimately leading to a loss of point due to failing to react in time to Top's cross-court net shot on the 11th stroke.", + "C. On the fifth stroke of the match, Bottom attempted to create an offensive opportunity by lifting a high clear to the backcourt, but the shuttlecock's speed was too high, causing it to go into the net. Although a subsequent net block was attempted, disorganized positioning prevented a turnaround, leading to the loss of the point.", + "D. On the sixth stroke, Bottom misjudged the opponent's placement shot and attempted to rush the net but overreacted, becoming overly aggressive. Top scored with a straight smash, and the point was ultimately lost due to a mishandled net shot." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请对失分原因做出解释?", + "question_en": "For this rally, please explain the reason for losing the point?" + } + }, + { + "video_uid": "video_001848", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键防守环节失误频繁,击球23的反手高远球直接暴露防线,击球21的假动作平高球被识破后调整能力不足。多次处于被动过渡状态且未能有效破解top的网前压迫,最终因击球23的失误为对手提供致命机会。", + "B. bottom在前场小球对抗中连续出现判断失误,击球20的挑后场球弧度过低被直接劈杀,接着面对对手的持续压底线策略缺乏有效破解手段。最后一次近网扑杀因发力过猛导致球拍挥击轨迹失控,最终擦网下网丢分。", + "C. bottom的防守面积覆盖不足导致top反复调打交出破绽,击球22的反手直线过渡球因线路过直被精准拦截。随后的防守反击中连贯性断裂未能形成连续压迫,最终因网前被动时急于变线导致斜线大范围出界。", + "D. bottom的网前压迫不够主动,导致top得以从容启动抢网战术。击球19的后场扣杀质量不足被对手精准拦截,随后补救时的过顶高远球又因线路选择保守被有效封堵,最终的关键分球落点被预判导致直线出界。" + ], + "options_en": [ + "A. Bottom made frequent errors in critical defensive moments. The backhand clear at shot 23 directly exposed the defense line, and the deceptive flat clear at shot 21 was read by the opponent, showing insufficient adjustment ability. Repeatedly forced into passive transitions and failing to effectively counter Top's net pressure, Bottom ultimately provided a fatal opportunity due to the mistake at shot 23.", + "B. Bottom made consecutive judgment errors in the net shot exchanges. The net lift at shot 20 had too low a trajectory and was directly smashed. Facing the opponent's continuous baseline pressure strategy, Bottom lacked effective countermeasures. The final net kill was overhit, causing the racket swing trajectory to lose control, ultimately brushing the net and failing to cross.", + "C. Bottom's defensive coverage was insufficient, allowing Top to repeatedly exploit weaknesses. The backhand straight-line transition shot at shot 22 was too direct and precisely intercepted. The subsequent defensive counterattack lacked continuity, failing to form sustained pressure. Ultimately, when passively trapped at the net, Bottom rushed to change direction, resulting in a wide cross-court out.", + "D. Bottom's net pressure was not proactive enough, allowing Top to comfortably initiate the net rush tactic. The backcourt smash at shot 19 lacked quality and was precisely intercepted by the opponent. The subsequent defensive clear was too conservative in trajectory and effectively blocked. The final crucial shot's placement was anticipated, resulting in a straight-line out." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合导致失分的主要因素?", + "question_en": "Please analyze the main factors leading to the loss of points in this rally?" + } + }, + { + "video_uid": "video_001849", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在中场地带陷入多拍拉锯后,对手因抢网失误出现回球出界,而top选手凭借稳定的过渡球耐心等待机会最终实现被动得分", + "B. top选手通过多次假动作分球扰乱对方判断,配合网前小球与中场快放的节奏变化,在对手重心偏移时突然加速上网突击造成其回球出界", + "C. top通过连续压制和关键球的果断进攻掌握了主动权,尤其最后的杀上网配合精准扑球直接得分展现了强大的进攻终结能力。", + "D. 对方在底线相持中因停顿假动作被有效骗出空档,随后的分球到边线造成对手移动不及,最后通过过顶高远球逼向边线导致其被动下网" + ], + "options_en": [ + "A. After a prolonged multi-shot exchange in the mid-court, the opponent made a net rush error, returning the ball out of bounds. Meanwhile, Top relied on stable transition shots, patiently waiting for an opportunity to score passively.", + "B. Top disrupted the opponent's judgment with repeated fake shots, combining net drops and mid-court fast pushes to vary the rhythm. When the opponent's balance was compromised, Top suddenly accelerated for a net rush, forcing an out-of-bounds return.", + "C. Top gained the initiative through continuous pressure and decisive attacks on key shots, especially the final smash-and-net approach combined with a precise net kill, showcasing strong offensive finishing ability.", + "D. The opponent was effectively lured out of position by a pause fake during the baseline rally, followed by a cross-court shot to the sideline that caused them to move too late. Finally, a deep clear forced them to the sideline, resulting in a passive net error." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合得分的关键因素", + "question_en": "Please analyze the key factors of scoring in this rally." + } + }, + { + "video_uid": "video_001850", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在反手位被动情况下通过突然调整步伐完成过顶扣杀直线,尽管top奋力救球但因分球落点精准至边线死角最终造成对手回球出界", + "B. bottom在底线处通过连续假动作骗出对手预判后突然后场平抽挡直线,尽管top勉强回球但因底部球员网前封堵及时造成对手推挑下网实现得分", + "C. bottom面对top压制时选择被动过渡挑后场高远球,迫使top被迫退至底线后因回球质量不足被底部球员抢到网前机会以搓小球得分", + "D. bottom通过抢网分斜线压制top后,利用对手推挑质量不足之机果断发动正手重杀斜线得分,展现了主动进攻的战术执行力" + ], + "options_en": [ + "A. Bottom, in a passive backhand position, suddenly adjusted footwork to execute an overhead straight smash. Despite Top's desperate retrieval, the precise placement near the sideline caused Top's return to go out of bounds.", + "B. Bottom used consecutive deceptive moves at the baseline to mislead Top's anticipation, then suddenly played a flat backhand drive straight. Although Top managed a weak return, Bottom's timely net block forced Top to push-lift into the net, securing the point.", + "C. Bottom, under pressure from Top, opted for a passive defensive clear to the deep backcourt, forcing Top to retreat. Due to Top's poor return quality, Bottom seized the net opportunity and scored with a tight net shot.", + "D. Bottom scored by aggressively intercepting at the net to cross-court pressure Top, then seized the opportunity to execute a decisive forehand cross-court smash due to Top's poor push-lift quality, demonstrating proactive offensive tactical execution." + ], + "answer": "D", + "question": { + "question_zh": "请解释该回合的得分原因?", + "question_en": "Please explain the reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001851", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在后场防守阶段被对手连续假动作扰乱节奏,尤其在反手区面对对手的拉对角过顶球时,判断失误导致准备动作延迟。随后网前抢网时选择主动扑追身球,却因线路选择过于保守未能突破对手预判,最终被精准高压扣杀终结", + "B. bottom在网前对抗中过度使用挑后场防守战术,频繁被对手识破后以加速劈杀压制后场空档。后续在底线相持阶段面对对手突然变直线的平高球,因移动路线选择失误导致回球下网,丧失了关键分", + "C. bottom多次推球质量不足导致关键失分,尤其在右前场正手推斜线和中前场推挑直线时,球路弧线偏低且未能拉开有效距离,连续给对手创造拦截进攻机会。网前对抗中的被动防守未能化解压力,最终被追身快杀突破防线。", + "D. bottom虽然在开局阶段通过分球压制对手边线取得主动,但中局轮转中因急于上网未能有效封堵对手突然改用的劈吊斜线战术。当对手摆脱被动后采用持续平抽压制,bottom在相持阶段因重心控制不足连续回球出界而失分" + ], + "options_en": [ + "A. Bottom's rhythm was disrupted by the opponent's continuous deceptive moves during rear-court defense, particularly when facing cross-court overhead clears in the backhand area. Misjudgment led to delayed preparation. Later, when attempting to rush the net, Bottom chose an aggressive body net kill, but the shot selection was too conservative to break the opponent's anticipation, ultimately ending with a precise high smash.", + "B. Bottom overused the defensive tactic of lifting clears to the rear court during net play, frequently allowing the opponent to anticipate and counter with accelerated drop smashes to exploit the rear-court gap. Later, during the baseline rally, when facing the opponent's sudden straight flat clear, Bottom chose the wrong movement path, leading to a netted return and the loss of a critical point.", + "C. Bottom's repeated push shots lacked quality, leading to critical losses, especially when executing forehand cross-court push shots in the right frontcourt and straight net lifts in the mid-frontcourt. The trajectory of the shots was too low and failed to create effective distance, continuously giving the opponent opportunities to intercept and attack. Passive defense in net play failed to relieve pressure, ultimately resulting in a breakthrough by a fast body smash.", + "D. Although Bottom initially gained the upper hand by splitting shots to suppress the opponent's sideline, during mid-game rotation, Bottom rushed to the net too eagerly and failed to effectively block the opponent's sudden cross-court drop shot tactic. After the opponent escaped the passive situation, they used continuous flat drives to pressure Bottom, who lost control of their center of gravity during the rally, resulting in consecutive shots going out of bounds and losing points." + ], + "answer": "C", + "question": { + "question_zh": "针对本次回合失分,请分析导致失败的主要技术或战术因素?", + "question_en": "Regarding the loss of this rally, please analyze the main technical or tactical factors that led to the failure?" + } + }, + { + "video_uid": "video_001852", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第三击的假动作意图过于明显,导致对手及时识破并快速反应完成过顶扣杀从而失分", + "B. bottom在第二拍的推斜线落点控制不足,未能有效限制对方抢网空间导致失分", + "C. bottom在网前分球时因为脚步移动延迟,被对手突然抢网时的快速搓小球直接造成回球下网", + "D. bottom在第一拍的被动过渡时选择过顶高远球,却因击球力度不足被对手直接反手扑网得分" + ], + "options_en": [ + "A. Bottom's deceptive move intention in the third stroke was too obvious, allowing the opponent to quickly recognize it and react with an overhead smash to win the point", + "B. Bottom's push shot in the second stroke lacked control in cross-court placement, failing to effectively limit the opponent's net interception space, resulting in a lost point", + "C. Bottom delayed footwork during net placement, allowing the opponent's sudden net interception with a quick net shot that directly caused the return to go into the net", + "D. Bottom chose a defensive clear in the first stroke when under pressure, but due to insufficient hitting power, the opponent directly countered with a backhand net kill to score" + ], + "answer": "B", + "question": { + "question_zh": "请分析本回合失败的主要原因", + "question_en": "Please analyze the main reason for losing this rally" + } + }, + { + "video_uid": "video_001853", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在连续防守中通过灵活运用推挑技术稳住局面,并在关键球用停顿假动作打乱对手后场节奏,最终抓住bottom挑球不到位的机会,以高质量的跳杀劈斜线得分,展现了强大的反击能力和关键分把握能力", + "B. bottom在对抗中因连续防守出现体能下降,被top采用正手区连续平抽技术压制,尽管尝试通过分球到边线试图化解,但由于回球线路过直被top预判,最终因反应不及下网导致失分", + "C. top在底线区域被迫采用抢网球技术处理追身球,通过突然的过顶放网配合真假步法移动扰乱对手节奏,bottom判断失误试图救球时重心失衡,回球挂网送给对手得分机会", + "D. 双方在中后场陷入多拍拉锯,top采取保守的被动过渡策略通过高远球消耗对手,bottom急于进攻时选择风险过高的劈对角线路,结果因击球时机把握不足导致回球明显出界" + ], + "options_en": [ + "A. Top stabilized the situation by flexibly using push and lift techniques during continuous defense, disrupted the opponent's backcourt rhythm with a sudden pause and deceptive move at a critical moment, and finally seized the opportunity when Bottom's lift was not deep enough, scoring with a high-quality jump smash crosscourt, demonstrating strong counterattack ability and clutch performance.", + "B. Bottom experienced a drop in physical fitness due to consecutive defensive plays, was suppressed by Top's continuous forehand drives, and although attempted to resolve the pressure by distributing the shuttle to the sidelines, the overly straight return was anticipated by Top, ultimately leading to a failed reaction and netting the shuttle.", + "C. Top was forced to use a net rush technique to handle a body shot at the baseline, disrupted the opponent's rhythm with a sudden overhead net shot combined with deceptive footwork movements. Bottom misjudged and lost balance while attempting to retrieve the shuttle, netting the return and giving the opponent a scoring opportunity.", + "D. Both players engaged in a prolonged rally in the mid-backcourt. Top adopted a conservative passive transition strategy by using clears to exhaust the opponent, while Bottom opted for an overly risky crosscourt slice when eager to attack, resulting in a clear out due to poor timing." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合中得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001854", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键分选择起球但弧度过高被对手压制,导致上网时失去位置,分球到边线时被对手精准拦截,最终因抢网不及时失分", + "B. top在被动过渡阶段正手高远球直线质量严重不足,未能有效抑制对手攻势,发球阶段也未能建立优势,关键分处理过于保守导致被压制", + "C. top在上网过程中因为手部停顿被对手识破,导致分球策略失败,抢网时选择过顶击球失误下网,未能有效压制对手反击机会", + "D. 对手通过高质量分球迫使top陷入被动,过渡阶段选择保守防挡但节奏被压制,关键分处理犹豫导致失误出界" + ], + "options_en": [ + "A. Top opted for a lift during a critical point, but the excessive trajectory allowed the opponent to overpower it, resulting in a loss of position during the net approach. A shot placed near the sideline was intercepted precisely by the opponent, and the delayed net rush ultimately led to losing the point.", + "B. Top's straight forehand clear during the passive transition phase was severely lacking in quality, failing to effectively suppress the opponent's attack. The serve phase also failed to establish an advantage, and overly conservative play during critical points led to being overpowered.", + "C. Top's hesitation in hand movement during the net approach was detected by the opponent, causing the shot placement strategy to fail. An attempted overhead shot during the net rush resulted in the ball going into the net, failing to effectively suppress the opponent's counterattack opportunity.", + "D. The opponent forced Top into a passive position with high-quality shot placement. During the transition phase, Top chose a conservative block but was overwhelmed in rhythm. Hesitation in handling critical points led to an error with the ball going out of bounds." + ], + "answer": "B", + "question": { + "question_zh": "在这个回合中,导致失分的主要原因是什么?", + "question_en": "What was the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001855", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在前半段激烈对抗后,bottom试图通过强力网前扑杀加速结束回合,但因过于追求角度导致击球时机过早,球未过网直接下网,反而让top得分", + "B. bottom在长时间拉锯后,突然以主动突击前场连贯战术打破僵局,用反手斜线推对角到top反手空档,对手因视线受阻未能及时反应,球直接落在底线附近压线得分", + "C. bottom凭借顽强防守和精准落点压制对手,尤其是最后一次网前正手挡网打出精妙斜线,直接迫使top失误出界", + "D. top在关键分中通过连续放网和假动作分球扰乱节奏,迫使bottom因急于处理正手位高球而突然发力扣杀,结果因控制失误将球狠狠打到了边线外侧导致出界" + ], + "options_en": [ + "A. Following intense exchanges earlier in the rally, Bottom attempted to accelerate the end with a powerful net kill but mistimed the shot due to over-angled pursuit, resulting in the ball failing to clear the net and handing the point to Top.", + "B. After a prolonged rally, Bottom suddenly broke the deadlock with an aggressive frontcourt tactic, using a backhand cross-court push to Top's backhand gap. Top, obstructed by vision, failed to react in time, and the ball landed near the baseline for a line-judge-confirmed point.", + "C. Bottom relied on tenacious defense and precise placement to pressure the opponent, especially with the final forehand block at the net that executed a brilliant cross-court shot, directly forcing Top to make an error and sending the ball out of bounds.", + "D. Top disrupted the rhythm at a crucial point with consecutive net shots and deceptive shots, forcing Bottom to rush a forehand smash from a high ball and lose control, hitting the ball hard out of bounds on the sideline." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合得分的关键因素?", + "question_en": "Please analyze the key factors of scoring in this rally?" + } + }, + { + "video_uid": "video_001856", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动过渡阶段连续三次将球处理到边线附近,top因预判失误连续出现扑球下网和底线出界失误叠加", + "B. 第五拍bottom通过分球战术迫使top被迫移动,而top的抢网速度过慢导致过顶球被拦截,从而丧失反击机会。", + "C. top在第四拍被动推挑直线未能有效拉开对手,且未能及时适应bottom的节奏变化,导致防守漏洞被抓住。", + "D. 在第三拍的网前假动作中top出现明显意图暴露,bottom识破后通过预判封堵直接破解了top的骗球意图。" + ], + "options_en": [ + "A. During the passive transition phase, the bottom player consecutively placed three shots near the sideline. The top player misjudged these, leading to repeated errors—a net kill into the net and a baseline shot out—compounding the mistakes.", + "B. In the fifth shot, the bottom player used a placement tactic to force the top player to move. However, the top player's net rush was too slow, resulting in an overhead interception and loss of counterattack opportunity.", + "C. In the fourth shot, the top player passively pushed a straight net lift, failing to effectively widen the opponent's position. Additionally, the top player couldn't adapt to the bottom player's rhythm changes in time, leading to defensive gaps being exploited.", + "D. During the third shot's net fake, the top player's intention was clearly exposed. The bottom player read it and countered by anticipating and blocking, directly dismantling the top player's deceptive play." + ], + "answer": "C", + "question": { + "question_zh": "请分析这一回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001857", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom防守时强行过顶造成线路选择失误,未能限制对方抢网节奏,关键球被连续压制导致自身站位混乱失去反击机会", + "B. bottom在反手位处理过早暴露意图,导致回球出界并错过衔接上网机会,关键球中未能抢网压制对手主动权被完全掌控。", + "C. bottom移动反应迟缓使假动作被直接识破,分球不到位迫使top陷入被动防守,关键球过渡选择失误暴露防守空档被直接攻击。", + "D. bottom发球质量不足且反手推挑线路选择保守,未能有效破坏top进攻节奏,关键球处理偏高导致被反击时机把握不当。" + ], + "options_en": [ + "A. Bottom's forced overhead shot during defense led to route selection errors, failing to limit the opponent's net interception rhythm. In key shots, they were continuously pressured, causing positional confusion and losing counterattack opportunities.", + "B. Bottom exposed their intention too early when handling the backhand position, resulting in the shot going out of bounds and missing the opportunity to follow up at the net. In key shots, they failed to intercept at the net to suppress the opponent's initiative, allowing complete control.", + "C. Bottom's slow movement reaction made the deceptive action directly recognizable. The placement of shots was inaccurate, forcing top into passive defense. The transition choice in key shots was flawed, exposing defensive gaps that were directly attacked.", + "D. The quality of bottom's serve was insufficient, and the backhand push/net lift route selection was conservative, failing to effectively disrupt top's offensive rhythm. The key shot was handled too high, leading to improper timing for counterattacks." + ], + "answer": "D", + "question": { + "question_zh": "请分析本回合失利的主要原因?", + "question_en": "Please analyze the main reasons for losing this round?" + } + }, + { + "video_uid": "video_001858", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在右侧后场通过高质量过顶球有效压制对手反手位,但移动中因抢网过度造成回球出界失误", + "B. bottom在中前场积极抢抽追身球后未能延续压迫态势,右后场被动抽球质量偏低未能摆脱压力,最后面对top快速下压时移动反应稍显滞后,防守漏洞被对手抓住", + "C. bottom在中前场频繁使用分球意图扰乱对手站位,但击球线路过浅且手上停顿明显暴露意图,top抓住空档直接扑压得分", + "D. bottom在网前通过假动作骗出对手扑球后再快速回抽中场,但因击球力度不足被top预判并完成过顶压制得分" + ], + "options_en": [ + "A. Bottom effectively pressured the opponent's backhand with a high-quality overhead clear from the right rear court, but overcommitted to the net during movement, resulting in an out-of-bounds error.", + "B. Bottom actively intercepted the body drive at the mid-frontcourt but failed to maintain pressure, then executed a low-quality passive drive from the right rear court without relieving pressure, and finally showed slight delay in movement when reacting to Top's fast smash, leaving a defensive gap exploited by the opponent.", + "C. Bottom frequently used cross-court shots at the mid-frontcourt to disrupt the opponent's positioning, but the shots were too shallow with obvious hand pauses that revealed intentions, allowing Top to seize the opening and score with a direct net kill.", + "D. Bottom deceived the opponent with a feint at the net to draw out a net kill, then quickly drove the shuttle to the midcourt, but due to insufficient power, Top anticipated and scored with an overhead smash." + ], + "answer": "B", + "question": { + "question_zh": "请分析导致本回合失分的主要原因。", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001859", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在对方上网压迫时选择分球到边线,对手移动不及判断失误导致球出界,侧面体现其线路变化能力。", + "B. bottom在被动过渡阶段突然通过反手挑后场过顶球,迫使对手回球下网,突显了关键分的应变策略。", + "C. bottom运用假动作骗过对手防守重心后,突然杀直线球造成对方救球不及,展示了细腻的战术欺骗技巧。", + "D. bottom凭借快速连贯的进攻节奏持续施压,通过正手重杀斜线球直接得分,展现了强势的进攻意识和击球质量。" + ], + "options_en": [ + "A. Bottom chose to place the shuttle near the sideline when the opponent rushed to the net, causing the opponent to misjudge and fail to reach it, resulting in the shuttle going out of bounds. This highlights Bottom's ability to vary shot placement.", + "B. Bottom suddenly played a backhand net lift to the deep court during a passive transition, forcing the opponent to hit the shuttle into the net, showcasing strategic adaptability in crucial points.", + "C. Bottom used a deceptive move to mislead the opponent's defensive stance, then abruptly executed a straight smash, leaving the opponent no time to react. This displayed refined tactical deception skills.", + "D. Bottom maintained continuous pressure with a fast and coherent offensive rhythm, scoring directly with a powerful forehand cross-court smash, demonstrating strong offensive awareness and shot quality." + ], + "answer": "D", + "question": { + "question_zh": "请分析此回合得分的原因", + "question_en": "Please analyze the reason for scoring in this round." + } + }, + { + "video_uid": "video_001860", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在进攻时使用频繁的假动作分球意图欺骗对手,但被对方识破后预判精准封网得分,导致边线区域的防守空当被有效利用。", + "B. top在防守反击中多次出现质量不足的被动挡网,关键球处理过于勉强导致抽球下网失分,中场区域的过渡球缺乏威胁难以摆脱对手压制。", + "C. 回球过程中过度使用过顶技术试图压制对手,但由于球路预测失误造成连续出界,同时未能及时上网封堵对方反击线路。", + "D. 抢网环节节奏把控失误引发连续被动,对手凭借高质量挑后场球完全掌控主动权,最终因网前争夺落败导致失分" + ], + "options_en": [ + "A. Top frequently used deceptive shot placements to mislead the opponent during the attack, but the opponent anticipated accurately and intercepted the net shot to score, effectively exploiting the defensive gaps in the sideline area.", + "B. Top repeatedly made passive blocks of insufficient quality during defensive counterattacks, and the key shot was handled too forcefully, resulting in a drive into the net and losing the point. The transition shots in the midcourt area lacked threat, making it difficult to break free from the opponent's pressure.", + "C. Excessive use of overhead shots to pressure the opponent during the rally led to consecutive out-of-bounds due to misjudgment of the shot trajectory. Additionally, failing to move forward promptly to block the opponent's counterattack lines contributed to the loss.", + "D. Misjudging the rhythm in the net interception led to continuous passive play. The opponent took full control of the initiative with high-quality net lifts to the rear court, ultimately losing the point due to defeat in the net struggle." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001861", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在中后场持续使用平高球控制网前区域,利用对手的频繁过渡失误造成其扑球下网而取得关键得分", + "B. bottom通过连续的大范围斜线调动,迫使top持续被动防守,最后抓住top的挑高球,果断使用跳杀重扣斜线完成致命击球", + "C. bottom频繁上网抢网制造压力,在第三拍突然使用假动作过顶配合连续劈对角压制,迫使top在被动中回球出界导致得分", + "D. bottom通过分球打调动对手底线大角度,配合节奏变化的平抽过程中,凭借快速反应在对手回放高球时精准扣杀直线得分" + ], + "options_en": [ + "A. Bottom consistently used flat clears from the mid-rear court to control the net area, exploiting the opponent's frequent transitional errors to force a net kill into the net, securing the crucial point.", + "B. Bottom continuously mobilized the opponent with wide cross-court shots, forcing Top into passive defense, and finally seized the opportunity when Top lifted a high ball, decisively executing a jump smash cross-court to deliver the fatal shot.", + "C. Bottom frequently rushed to the net to pressure the opponent, then suddenly used a deceptive overhead shot combined with consecutive sliced cross-court shots in the third stroke, forcing Top to return the ball out of bounds under pressure, resulting in the point.", + "D. Bottom employed placement shots to move the opponent to the backcourt corners, combined with drives of varying tempo, and capitalized on quick reflexes to accurately smash straight down the line when the opponent returned a high ball." + ], + "answer": "B", + "question": { + "question_zh": "请解释该回合得分的主要原因", + "question_en": "Please explain the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001862", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方在连续底线压制下,因被Top反手抽对角的刁钻线路所迫,在被动状态下被迫快速突击直线扣杀,但因判断失误直接将球扣出界,让Top得分。", + "B. 在双方网前短球对抗中,Top尝试假动作骗出对手的站位后,突然运用轻柔的小球偷袭对角,虽球速不快却因对手移动不及回球下网,从而间接得分。", + "C. Top在一次过顶高球的对攻中,突然在对方准备击球前变化节奏,用网前勾对角小球,尽管球速不快但对方不及反应,使得回球下网球,最终得分。", + "D. top凭借出色的连贯衔接锁定胜局,从中后场跳杀施压后迅速上网,正手斜线推球精准钉在底线死角,以顶级的落点控制和节奏变化直接得分。" + ], + "options_en": [ + "A. Under continuous baseline pressure from Top, the opponent was forced into a passive state by Top's tricky backhand cross-court drive, hastily attempting a straight-line smash but misjudging and hitting the ball out, giving Top the point.", + "B. During a net shot exchange, Top used a deceptive move to lure the opponent out of position, then suddenly played a delicate cross-court drop shot. Though the shot wasn't fast, the opponent failed to reach it in time, resulting in a net error and an indirect point for Top.", + "C. In a high clear rally, Top abruptly changed the tempo just before the opponent's shot, playing a cross-court net shot. Despite the slow speed, the opponent couldn't react in time, causing a net error and ultimately scoring the point.", + "D. Top secured the victory with excellent continuous play, pressuring with a jump smash from the mid-backcourt and quickly moving forward to the net, executing a precise forehand cross-court push shot that landed on the baseline corner, scoring directly with top-tier placement control and tempo variation." + ], + "answer": "D", + "question": { + "question_zh": "请分析本回合得分的主要原因?", + "question_en": "Please analyze the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001863", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top以反手假动作分球骗到bottom回球出界,随后迅速上网采用扑网战术压制底线,因对手未能有效防守导致失误。", + "B. Top通过网前反手搓直线控制网前迫使bottom陷入被动,随后在后场正手劈杀直线球一击制胜,关键分进攻质量极佳。", + "C. Top假动作展示反手勾对角迷惑了对手重心,随后突然正手高远球过顶冲击底线,造成bottom回球质量偏低最终出界", + "D. Top在网前连续三次反手挑直线接发球技术压制,随后以网前搓后场大斜线制造空档,使bottom回球质量过差直接下网。" + ], + "options_en": [ + "A. Top deceived Bottom with a backhand feint, causing them to return the shuttle out of bounds, then quickly moved forward to the net to apply a net kill tactic, pressuring the baseline and leading to an ineffective defense by the opponent.", + "B. Top controlled the net with a straight backhand net shot, forcing Bottom into a passive position, then secured the point with a straight forehand slash smash from the rear court, demonstrating excellent offensive quality at the crucial moment.", + "C. Top used a backhand cross-court net shot feint to misalign the opponent's balance, then suddenly struck a forehand clear to the baseline, causing Bottom to return with poor quality and ultimately sending the shuttle out of bounds.", + "D. Top applied continuous straight backhand net lifts to suppress the serve return, then created space with a deep cross-court net shot to the rear court, resulting in a poor return by Bottom that went into the net." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请对得分原因做出解释?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001864", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom面对对手强势压制时选择被动过渡策略,在第三拍利用手腕停顿制造压后场假象,随后快速上网截杀迫使对手回球出界,最终通过对手失误完成得分。", + "B. bottom在第二拍通过反手分球到边线迫使对手迅速移动,随后在第四拍运用假动作后突然打出直线过顶球造成对手判断失误,最终利用对手回球质量不高的挑高球实施网前抢搓迫使对方下网失误,从而得分。", + "C. bottom通过精准的战术执行奠定胜局:第二拍假动作抢推斜线过顶球拉开对手站位,第四拍正手抢网搓球迫使top被迫移动至后场,最终抓住对手挑高球的空档,从中后场完成满分跳杀得分。", + "D. bottom在第二拍采取假动作后快速上网,在第四拍通过反手劈杀斜线形成底线压迫,迫使对手退防守中回球下网,最后借力扣杀对方空档得分。" + ], + "options_en": [ + "A. bottom opted for a passive transition strategy under the opponent's aggressive pressure, using a wrist pause in the third shot to fake a deep clear before swiftly intercepting at the net to force the opponent's shot out, ultimately scoring through the opponent's error.", + "B. bottom forced the opponent to move quickly with a second-shot backhand cross-court drive to the sideline, then used a deceptive fourth-shot straight clear to cause a misjudgment, and finally exploited the opponent's weak net lift to execute a net kill drop shot, forcing a net error to score.", + "C. bottom secured the victory through precise tactical execution: a deceptive second-shot push shot cross-court clear to pull the opponent out of position, followed by a fourth-shot forehand net kill drop shot forcing top to retreat to the backcourt, and finally capitalizing on the opponent's loose net lift to score with a perfect jump smash from mid-backcourt.", + "D. bottom employed a deceptive second-shot followed by a quick net approach, then delivered a fourth-shot backhand slice cross-court smash to create baseline pressure, forcing the opponent into a defensive net error, and finally capitalized with a smash into the open space to score." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合的得分关键因素是什么?", + "question_en": "Please analyze the key factors of scoring in this rally." + } + }, + { + "video_uid": "video_001865", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过快速抢网压制对手防守,使得top在被动中选择保守过渡回球,从而创造扣杀得分机会", + "B. bottom通过精准的边路线分球到对方底线两角,造成对手跑动不及导致击球出界", + "C. bottom在上网过程中使用手腕停顿制造假动作后突然抽击过顶球,对手误判方向后回球下网", + "D. bottom凭借追身跳杀球直接压制top,迫使对手出现致命失误" + ], + "options_en": [ + "A. bottom aggressively rushed the net to pressure the opponent's defense, forcing top into a passive defensive return, thus creating a smash opportunity for scoring", + "B. bottom accurately placed shots to the deep corners of the opponent's baseline with tight cross-court drives, causing the opponent to fail in reaching the ball and hitting it out", + "C. bottom used a wrist pause during the net approach to create a deceptive action, then suddenly struck an overhead drive, leading the opponent to misjudge the direction and return the ball into the net", + "D. bottom directly pressured top with a body-jump smash, forcing the opponent into a fatal error" + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要原因?", + "question_en": "Please analyze the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001866", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动中采用过顶高远球迫使top被迫抢网,随后通过连续杀上网压制对手反手位迫使回球出界", + "B. bottom凭借快速上网封网打乱对手节奏,通过连续假动作分球到空档,最终以网前扑杀直接得分", + "C. bottom利用反手停顿骗出对手上网后,突然压后场底线分球至边线,导致对手移动不及直接下网", + "D. bottom通过正手滑吊精准调动对手至左中场,变速战术迫使top陷入被动,关键球处理果断高效" + ], + "options_en": [ + "A. Bottom countered a passive situation with an overhead clear to force Top to rush the net, then applied continuous smash-and-net pressure on the opponent’s backhand side, forcing an out-of-bounds return.", + "B. Bottom disrupted the opponent’s rhythm with a quick net interception, used consecutive deceptive shots to direct the ball to open space, and ultimately scored directly with a net kill.", + "C. Bottom deceived the opponent into moving forward with a backhand hesitation, then suddenly pushed a deep shot to the baseline and directed it to the sideline, causing the opponent to fail in reaching the ball and hitting it into the net.", + "D. Bottom accurately maneuvered the opponent to the left midcourt with a forehand slice drop shot, then used a tempo-changing tactic to force Top into a passive position, executing decisive and efficient key shots." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的关键因素所在?", + "question_en": "Please analyze the key factors of scoring in this rally?" + } + }, + { + "video_uid": "video_001867", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在击球18尝试抢网但被bottom以过顶劈杀压制,导致其陷入被动,随后bottom在击球20通过分球迫使对手向后场移动,最后击球22以反手网前轻搓让top回球出界,整套战术以精准的落点控制为主。", + "B. bottom采用防守反击战术,在击球18时以反手放网后迅速上网压迫,击球20通过连续平抽压制迫使对手回球下网,随后立刻封网得分,整个回合以快速转换节奏和压迫性防守制胜。", + "C. bottom在击球18时通过反手抽球形成攻势,击球20时突然改变节奏使用假动作让对手无法判断方向,随后在击球22以正手场区大角度直线球撕开对手防线,最终凭借线路变化和对手移动失误完成得分。", + "D. bottom通过精准的正手进攻组合压制对手,击球18的正手勾球迫使top大范围移动陷入被动,击球20收吊控制对方重心后,最终在击球22以中后场正手快杀完成致命一击,整套战术执行连贯且线路安排合理。" + ], + "options_en": [ + "A. Top attempted to rush the net at shot 18 but was suppressed by Bottom's overhead slice smash, leading to a passive position. Bottom then forced Top to move backward with a placement shot at shot 20. Finally, at shot 22, Bottom secured the point with a delicate backhand net shot, causing Top to return the shuttle out of bounds. The entire tactic focused on precise shot placement control.", + "B. Bottom adopted a defensive counterattack strategy. At shot 18, Bottom played a backhand net shot and quickly rushed forward to apply pressure. At shot 20, Bottom continuously drove flat shots to force the opponent into a net error, immediately followed by a net kill to score. The entire rally was won through rapid rhythm shifts and oppressive defensive play.", + "C. Bottom initiated an offensive with a backhand drive at shot 18. At shot 20, Bottom suddenly changed the rhythm with a deceptive move, leaving the opponent unable to predict the direction. Subsequently, at shot 22, Bottom tore open the opponent's defense with a wide-angle straight shot from the forehand court, ultimately scoring through shot placement variations and the opponent's movement error.", + "D. Bottom suppressed the opponent with precise forehand attacking combinations. The forehand cross-court net shot at shot 18 forced Top to move extensively and fall into a passive position. After controlling the opponent's center of gravity with the drop shot at shot 20, Bottom delivered the fatal blow with a fast forehand smash from the mid-rear court at shot 22. The entire tactic was executed coherently with well-arranged shot placements." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001868", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在网前连续使用假动作试图骗开对手,却因动作停顿被top预判路线,随后反攻时抽球力量过大导致多次下网且失去节奏控制", + "B. top通过抢网创造控网球机会,bottom在网前防守时多次冒进扑杀,被对手预判路线后以高压吊小技术压制,最终因回球线路单一被封堵", + "C. top通过连续过顶劈杀和精准分球压制底线,造成bottom被动救球时重心失衡,最终在关键分上网时未能保持击球稳定性导致出界", + "D. bottom在被动防守时多次回球质量不足(尤其右后场抽球直接送至对手手边),未能有效限制top的网前连贯进攻,关键球上网意图失败后被对手抓住空档机会" + ], + "options_en": [ + "A. Bottom attempted to deceive the opponent with consecutive feints at the net but was predicted due to the pause in motion. Subsequently, during the counterattack, excessive drive power led to multiple nets and loss of rhythm control.", + "B. Top created net control opportunities by rushing the net. Bottom aggressively attempted net kills during net defense but was predicted by the opponent, who countered with high-pressure drop shots. Ultimately, due to repetitive return routes, Bottom was blocked.", + "C. Top suppressed the baseline with consecutive overhead smashes and precise placements, causing Bottom to lose balance during passive saves. Ultimately, Bottom failed to maintain shot stability during the crucial net play, resulting in an out.", + "D. Bottom repeatedly delivered poor-quality returns during passive defense (especially the drive from the right backcourt sent directly to the opponent's hand), failing to effectively limit Top's continuous net attacks. After the failed net-intent on the crucial point, the opponent exploited the gap." + ], + "answer": "D", + "question": { + "question_zh": "请分析此回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001869", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过网前连贯抢高点建立优势,关键第六拍反手扑杀精准执行追身斜线战术,抓住top被动防守的破绽直接得分展现了战术执行力和抓机会能力", + "B. top在被动过渡时因判断失误导致底部下网,而bottom及时封网压迫促使对手回球下网,成功守住关键分展示了对网前机会的敏锐把握", + "C. bottom利用反手假动作骗过对手后迅速变线至对角,配合强力过顶高远球迫使top回球出界,最终通过连续压迫创造机会得分体现了快速反应和变速突击能力", + "D. bottom通过底线分球迫使top横向跑动消耗体力,随后在对方移动过程中抢网截杀直线命中,利用战术多样性消耗对手移动能力实现得分体现了多拍相持中的体能优势和线路变化" + ], + "options_en": [ + "A. Bottom seized the initiative by dominating the net area with continuous high-position play. The crucial sixth backhand net kill executed a precise body-aimed crosscourt tactic, capitalizing on Top's passive defensive flaw to score directly, demonstrating tactical execution and opportunity-grasping ability.", + "B. Top's misjudgment during a passive transition led to a net error, while Bottom promptly pressured the net to force another net error from the opponent, successfully securing the crucial point by demonstrating sharp awareness of net opportunities.", + "C. Bottom deceived the opponent with a backhand fake before swiftly changing direction to the diagonal, combining it with a powerful overhead clear to force Top's return out of bounds. The final score through continuous pressure showcased quick reflexes and sudden acceleration ability.", + "D. Bottom exhausted Top's stamina through baseline placements that forced lateral movement, then intercepted with a straight net kill during the opponent's motion. Scoring through tactical variety to wear down mobility demonstrated endurance advantage and shot variation in extended rallies." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001870", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键分连贯性衔接时因中途停顿被对手预判路线,随后分球未能压住底线被精准拦截,且在对手抢网时未及时上网封堵造成连续被动失误。", + "B. top在击球15使用假动作分球意图被对手识破后,主动变直线导致出界,同时前场网前球未能有效抢网被连续压制,且被动时过度依赖过顶球造成节奏混乱。", + "C. top在击球8完成高质量劈对角后未及时回位,导致bottom在非压迫状态下连续使用正手重杀压制,且底线上网衔接过慢使得对手获得连续抢网得分机会。", + "D. top在关键球处理上过于保守,尤其是击球13正手推直线未能拉开空间导致被压制,此外多次被对手调动后未能有效反制,防守端对bottom的快杀和扑球准备不足。" + ], + "options_en": [ + "A. During the key point transition, top's mid-shot pause allowed the opponent to predict the route, followed by a split shot that failed to press the baseline and was precisely intercepted. Additionally, top failed to promptly move forward to block the net when the opponent contested it, resulting in consecutive passive errors.", + "B. After the deceptive split shot intention in shot 15 was read by the opponent, top actively changed to a straight shot resulting in an out. Meanwhile, the net shots at the frontcourt failed to effectively contest the net, leading to continuous suppression. Over-reliance on overhead clears during passive situations also caused rhythm disruption.", + "C. After executing a high-quality cross-court drop in shot 8, top failed to return to position promptly, allowing bottom to continuously use forehand heavy smashes for suppression in a non-pressured state. The slow transition from baseline to net also gave the opponent opportunities for consecutive net contest points.", + "D. top was overly conservative in handling crucial shots, especially in shot 13 where the forehand push straight failed to create space, leading to being suppressed. Additionally, top failed to effectively counter after being repeatedly maneuvered by the opponent, and was unprepared for bottom's fast smashes and net kills on the defensive end." + ], + "answer": "D", + "question": { + "question_zh": "请分析本回合导致失分的关键因素?", + "question_en": "Please analyze the key factors that led to the loss of points in this round?" + } + }, + { + "video_uid": "video_001871", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动状态下正手抽直线出现明显失误,未能有效处理top制造的压迫性球路", + "B. bottom在后场试图用假动作骗过对手时停顿时间过长,导致top预判准确并抢先完成高质量拦截形成制胜得分", + "C. top利用分球和过顶球成功压制bottom的站位,bottom被迫勉强反手抽球但出现下网失误,导致整体回球线路单一缺乏变化", + "D. bottom在网前抢网时主动加速突击得分,但由于击球线路选择过于保守未能延续进攻节奏最终被对手反击" + ], + "options_en": [ + "A. Bottom made an obvious mistake with a forehand drive straight in a passive state, failing to effectively handle the aggressive shots created by top.", + "B. Bottom attempted to deceive the opponent with a feint at the rear court but paused too long, allowing top to anticipate accurately and execute a high-quality interception for the winning point.", + "C. Top successfully pressured bottom's positioning with split shots and overhead clears, forcing bottom into a difficult backhand drive that resulted in a net error, leading to a lack of variety in the overall return shots.", + "D. Bottom actively accelerated to intercept at the net and scored, but due to overly conservative shot selection, failed to maintain the offensive rhythm and was eventually countered by the opponent." + ], + "answer": "A", + "question": { + "question_zh": "请分析这一回合导致失分的主要原因是什么?", + "question_en": "Please analyze what is the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001872", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top借助反手高远球假动作骗到对手重心前压,随即用网前勾对角配合快速上网封网,导致bottom判断失误将球拍框出界", + "B. 在底线多拍相持中bottom通过主动抢网占据优势,但被top用被动过渡球巧妙化解后,反手挑后场空挡造成对方下网得分", + "C. top通过正手推挑斜线拉开对手站位,随后凭借左后场的正手拦吊直线变速成功打乱对手节奏,连续的战术组合迫使bottom陷入被动最终失误", + "D. bottom在底线区域连续三次高质量的反手分球至边线,但由于top突然祭出劈杀迫使对方回球出界而得分" + ], + "options_en": [ + "A. top used a backhand clear feint to trick the opponent into shifting their weight forward, then employed a cross-court net shot followed by a quick net kill, causing bottom to misjudge and hit the frame out of bounds", + "B. during a baseline rally, bottom gained an advantage by aggressively rushing the net, but top cleverly countered with a passive transition shot, then exploited the backcourt gap with a backhand lift, forcing the opponent to hit the net and score", + "C. top used a forehand push shot cross-court to widen the opponent's stance, then disrupted the opponent's rhythm with a forehand straight drop shot from the left rear court, and the continuous tactical combinations forced bottom into a passive position, ultimately leading to an error", + "D. bottom executed three high-quality backhand cross-court shots to the sideline in the baseline area, but top suddenly deployed a smash, forcing the opponent to return the ball out of bounds and score" + ], + "answer": "C", + "question": { + "question_zh": "请分析这一回合得分的关键因素所在?", + "question_en": "Please analyze the key factors in scoring this rally?" + } + }, + { + "video_uid": "video_001873", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键防守阶段线路选择单一,击球4的被动高远球质量不足且落点缺乏压迫性,决胜分时对top的假动作未能识破导致预判失误。", + "B. bottom在网前截击处理时过于冒进导致出界频发,同时被top识破其惯用直线分球策略,最终因推后场球质量不佳被对手反压制得分。", + "C. bottom在防守阶段频繁采用被动过渡手法消耗体能,但top通过突然增加击球节奏配合过顶劈杀形成致命一击,破坏了bottom的移动预判。", + "D. bottom多次选择被动放网失误导致前场失位,而top则利用高质量的抢网配合假动作骗飞对手,随后以精准的后场劈对角迫使bottom回球下网" + ], + "options_en": [ + "A. Bottom's shot selection was too predictable during the critical defensive phase. The quality of the fourth shot, a passive clear, was insufficient, and its placement lacked pressure. At the decisive point, Bottom failed to recognize Top's deceptive move, resulting in a misjudgment.", + "B. Bottom was overly aggressive in net interceptions, leading to frequent out-of-bounds errors. Additionally, Top anticipated Bottom's habitual straight cross-court strategy. Ultimately, due to poor quality of the push shot to the rear court, Bottom was counter-pressed and lost the point.", + "C. Bottom frequently resorted to passive transitional shots during the defensive phase, exhausting stamina. However, Top suddenly increased the tempo of shots combined with an overhead slice smash, delivering a fatal blow that disrupted Bottom's movement anticipation.", + "D. Bottom repeatedly opted for passive net shots, resulting in errors and loss of position at the front court. Meanwhile, Top capitalized on high-quality net interceptions paired with deceptive moves to misdirect Bottom, followed by a precise rear-court cross-court slice that forced Bottom to hit the net." + ], + "answer": "A", + "question": { + "question_zh": "请分析这一回合导致失利的主要因素是什么?", + "question_en": "Please analyze the main factors that led to the loss in this rally." + } + }, + { + "video_uid": "video_001874", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键球处理中反应不及时,过于保守,反手挡网下网未能突破对方重杀造成的压力网前危机", + "B. 对方连续使用假动作欺骗防守战术成功,迫使top在上网争夺时预判失误,导致反手挑后场出界未能有效分球", + "C. 由于前场持续过渡球质量不足,被对手果断封网压制后,反手分球到边线位置因力量控制失误直接出界终结回合", + "D. 在抢网过程中因对方突然改变击球节奏而措手不及,强行上网处理过顶高球导致回球下网未能化解被动局面" + ], + "options_en": [ + "A. Top failed to react promptly during the crucial shot, being too conservative. The backhand block into the net couldn't break the pressure from the opponent's powerful smash, resulting in a net crisis.", + "B. The opponent successfully used consecutive deceptive moves to mislead the defense, forcing Top to misjudge during the net approach, leading to a backhand lift that went out of bounds and failed to distribute the shuttle effectively.", + "C. Due to consistently poor quality of transitional shots at the frontcourt, Top was decisively suppressed by the opponent's net block. The backhand distribution to the sideline went out of bounds directly due to a power control error, ending the rally.", + "D. During the net rush, Top was caught off guard by the opponent's sudden change in shot rhythm. The forced net play on an overhead high ball resulted in a net return, failing to resolve the passive situation." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,请对失分原因做出解释?", + "question_en": "For this rally, please explain the reason for losing the point?" + } + }, + { + "video_uid": "video_001875", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top利用分球迫使对手在底线区域多次横向移动,随后抓住对方重心不稳的瞬间实施扑网战术,趁对手抢网不及时直接封底线得分。", + "B. top通过持续调动逼迫bottom连续后退防守,当对手在被动情况下被迫使用挑高球时,迅速跟进正手跳杀直线得分,展现了优秀的进攻把握能力。", + "C. top以假动作骗过对手后突然实施反手抽球对角线,导致bottom判断失误未能到位,最终通过暴力扣杀迫使对手被动回球出界而得分。", + "D. top在底线对攻中通过精准的过顶高远球压制对手防守,逼迫bottom被迫防守时出现下网失误,最终凭借对手的失误完成得分" + ], + "options_en": [ + "A. Top used placement shots to force the opponent into repeated lateral movements along the baseline. Seizing the moment when the opponent was off-balance, Top executed a net rush tactic, capitalizing on the opponent's delayed net interception to directly block the baseline and score.", + "B. Top continuously forced Bottom to retreat defensively through sustained rallies. When the opponent was compelled to use a net lift under pressure, Top swiftly followed up with a forehand jump smash straight to score, demonstrating excellent offensive execution.", + "C. Top deceived the opponent with a feint before suddenly executing a backhand drive cross-court, causing Bottom to misjudge and fail to reach the shot. Ultimately, Top forced a passive return out of bounds with a powerful smash to score.", + "D. Top suppressed the opponent's defense with precise overhead clears during baseline exchanges, forcing Bottom into a defensive error where the shot went into the net. The point was ultimately secured due to the opponent's mistake." + ], + "answer": "B", + "question": { + "question_zh": "请解释该回合中得分的主要技术执行要点", + "question_en": "Please explain the key technical execution points for scoring in this rally." + } + }, + { + "video_uid": "video_001876", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球19的反手勾对角网前时引发现状突破,随后通过连续假动作摇摆让top判断失误,在被迫挑后场后bottom用如手术刀般的劈对角精准制导导致top回球出界完成得分", + "B. bottom通过击球18的大力跳杀压后场逼迫top被动防守,top被迫挑高球后bottom未能及时跟进,但top在第二拍的抽球力量过大出界,bottom因此幸运得分。", + "C. bottom凭借精准的网前技术和细腻的球路变化锁定胜局,尤其是击球20的正手斜线放网前球,迫使top陷入被动并最终挑球出界。", + "D. bottom在击球22尝试强行抢网与top的迎面拼杀中,右手反手突然变向直线得分,但top因积极封网导致重心前倾过度而判断错误。" + ], + "options_en": [ + "A. bottom triggered a breakthrough with a backhand cross-court net shot at shot 19, followed by continuous deceptive moves that misled top's judgment. After being forced to lift to the rear court, bottom delivered a surgical slice cross-court shot, precisely guiding the shuttle out of top's reach for the point.", + "B. bottom pressured top into passive defense with a powerful jump smash at shot 18 to the rear court. After top was forced to lift high, bottom failed to follow up promptly, but top's second-shot drive was overly powerful and went out, granting bottom a lucky point.", + "C. bottom secured the victory with precise net play and delicate shot variations, especially the forehand cross-court net shot at shot 20, which forced top into a passive position and ultimately resulted in a net lift going out.", + "D. bottom scored with a sudden backhand straight-line shot at shot 22 during a forced net rush and frontal clash with top, but top misjudged due to overcommitting to the net, causing excessive forward lean." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合得分的主要原因。", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001877", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在获得重杀主动权后未能延续攻势,中前场过顶抽球质量偏低反陷被动,且在最后关键球反手挡网下网直接失分,关键分把握能力不足。", + "B. 整回合因对手强势的网前封堵始终处于被动,底线上手挑后场被拦截后反压迫,最终因强行反手抽球质量不足直接下网失误", + "C. 在被动状态下过度依赖网前小球防守,被对手过顶压制后节奏完全被打乱,关键球网前扑杀因击球时手部停顿失误出界。", + "D. 对手通过连续假动作和分球逼出底线上网失误,底线上手抽对角质量不足被拦截,最后关键分抢网不及导致球直接出界失分。" + ], + "options_en": [ + "A. After gaining the initiative with a powerful smash, bottom failed to maintain the offensive. The quality of the mid-frontcourt overhead drive was poor, leading to a passive position. Moreover, the final crucial backhand block at the net went into the net, directly losing the point, indicating insufficient ability to handle key points.", + "B. Throughout the rally, the opponent's aggressive net blocking kept the player in a passive position. The baseline forehand lift to the rear court was intercepted, leading to counter-pressure. Ultimately, the forced backhand drive was of insufficient quality and went directly into the net, resulting in an error.", + "C. In a passive state, there was excessive reliance on defensive net shots. After being suppressed by the opponent's overhead shots, the rhythm was completely disrupted. The crucial net kill at the key point resulted in an out due to a hand pause during the shot.", + "D. The opponent used consecutive feints and placement shots to force an error at the baseline when approaching the net. The baseline forehand drive crosscourt was of insufficient quality and got intercepted. Finally, the key point was lost due to failing to reach the net in time, causing the ball to go out directly." + ], + "answer": "A", + "question": { + "question_zh": "请分析导致本回合失分的主要原因。", + "question_en": "Please analyze the main reasons for losing the point in this rally." + } + }, + { + "video_uid": "video_001878", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 当对手通过连续平抽制造持续压力时,top在抢网过程中未能预判对方的反手变线意图,随后处理被动过渡球时选择保守的网前小球却因力量不足直接出界。", + "B. top在击球9的正手抽球质量极低,未能摆脱被动局面反而暴露空档,同时多次处理被动球时位置和手法调整不够到位,导致被对手抓住反击机会。", + "C. 在对手采用多拍拉锯战术时,top虽然通过频繁的横向移动勉强将球回击,但始终未能有效改变击球线路,最终因连续三次被动回球都被压制在边线区域而失分。", + "D. 双方在网前争夺中因对手突然使用假动作骗开空档,而top在处理分球时过于冒进选择强力过顶球,最终因下网失误直接导致失分。" + ], + "options_en": [ + "A. When the opponent applied continuous pressure with successive flat drives, Top failed to anticipate the backhand cross-court intention during the net rush. Subsequently, when handling a defensive transition shot, Top chose a conservative net drop but lost the point due to insufficient power, sending the ball out of bounds.", + "B. Top's forehand drive on the 9th shot was extremely poor in quality, failing to escape the passive situation and instead exposing a gap. Additionally, the positioning and technique adjustments when handling defensive shots were not adequate, leading to the opponent seizing the counterattack opportunity.", + "C. While the opponent employed a multi-shot rally tactic, Top barely returned the shots through frequent lateral movements but consistently failed to effectively alter the shot trajectory. Eventually, Top lost the point after three consecutive defensive returns were all suppressed in the sideline area.", + "D. During the net play, the opponent suddenly used a deceptive move to create an opening. Top, being overly aggressive in the split shot, opted for a powerful overhead shot but ultimately lost the point due to a net error." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请分析导致失分的关键因素?", + "question_en": "For this rally, please analyze the key factors that led to the loss of the point?" + } + }, + { + "video_uid": "video_001879", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在后场通过连续三次高远球过顶压制对方移动,随后突然反手放小球到空当,对手被动中扑救不及导致下网,凭借对手失误获得得分。", + "B. bottom凭借主动进攻连续施压,尤其在左中场连续两次高质量杀斜线(包含重杀)压制对手,最终通过反手抢网抽斜线得分,关键球处理果断且节奏把握精准。", + "C. bottom从右中场配合假动作劈对角和直线分球,配合网前反手挑后场制造空档,对手急于抢攻时回球出界,最终因对手判断失误完成得分。", + "D. bottom在被动情况下连续抽对角过渡牵制对手,迫使双方形成多拍拉锯后,对手因体力不支回球下网,最终通过防守消耗实现得分。" + ], + "options_en": [ + "A. bottom applied pressure from the rear court with three consecutive overhead clears, then suddenly played a backhand drop shot to an open space. The opponent failed to retrieve it in time, resulting in a net error, and bottom scored due to the opponent's mistake.", + "B. bottom relied on aggressive offense to maintain continuous pressure, especially with two high-quality cross-court smashes (including a powerful smash) from the left midcourt to suppress the opponent, and ultimately scored with a decisive backhand net shot drive cross-court, demonstrating precise rhythm control and bold key shot execution.", + "C. bottom used a combination of deceptive cross-court drop shots and straight drives from the right midcourt, along with a backhand net lift to the rear court to create an opening. The opponent rushed to attack but hit the shuttle out, leading to a point due to the opponent's misjudgment.", + "D. bottom, while in a defensive position, repeatedly drove cross-court to restrain the opponent, forcing a prolonged rally. The opponent, exhausted, eventually hit the shuttle into the net, allowing bottom to score through defensive attrition." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要因素及关键动作", + "question_en": "Please analyze the main factors and key actions that led to scoring in this rally." + } + }, + { + "video_uid": "video_001880", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球3采用网前轻吊分球战术,迫使top被迫退至后场,随后利用击球5的强力抽直线压制边线,最终对手因判断失误将球回出界线", + "B. 对手在击球过程中出现假动作后未能及时启动,bottom通过连续的拉后场高远球迫使top陷入被动防守,最终在击球11时因球速过快导致回球出界失分", + "C. bottom抓住top过渡球质量下滑的机会,通过击球6的抽斜线追身球撕开防线,随后击球8连贯上网施压奠定胜局,最终击球10正手劈杀大斜线一击制胜", + "D. 尽管top通过击球5的劈对角造成bottom陷入被动,但bottom在击球7时快速抢网并使用假动作骗开对手重心,随后击球9的精准斜线劈杀直接得分" + ], + "options_en": [ + "A. Bottom employed a net drop split tactic (shot 3), forcing Top to retreat to the rear court, then suppressed the sideline with a powerful straight drive (shot 5), ultimately causing the opponent to misjudge and hit the ball out of bounds.", + "B. The opponent failed to react in time after a deceptive move during the rally. Bottom forced Top into passive defense with consecutive rear-court clears, ultimately causing Top to lose the point by hitting out due to the excessive speed of shot 11.", + "C. Bottom seized the opportunity when Top's transitional shot quality declined, tearing the defense with a cross-court body drive (shot 6), then followed up with a net pressure (shot 8) to set up the winning position, and finally secured the point with a forehand cross-court slash (shot 10).", + "D. Although Top put Bottom in a passive position with a cross-court slash (shot 5), Bottom quickly rushed the net (shot 7) and used a deceptive move to shift the opponent's balance, then scored directly with a precise cross-court slash (shot 9)." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合中得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001881", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 由于网前分球质量过高被对手直接拦截,配合时未能及时预判对手过顶杀球线路,中场过渡阶段主动变线失误导致节奏被打乱", + "B. 整个回合中防守反击不够积极,假动作骗后场时被对手识破后直接扑杀得分,关键球处理时分球落点过于集中被压制", + "C. top在关键分处理上连续失误:右前场放网前球质量极差丧失主动权,随后反手处理中场斜线抽球时急于发力导致出界。其防守时的线路选择与被动衔接稳定性不足,未能有效化解对手压迫。", + "D. 主动上网压迫时被对手用劈吊技术化解,被动防守阶段调整步伐不及时,连续平抽时因线路选择过于单一丧失主动权" + ], + "options_en": [ + "A. Due to the excessively high quality of the net shot, it was directly intercepted by the opponent. The partner failed to anticipate the opponent's overhead smash in time, and the active change of direction during the midcourt transition phase resulted in a mistake, disrupting the rhythm.", + "B. Throughout the rally, the defensive counterattack was not aggressive enough. The deception for the backcourt was read by the opponent, who directly net-killed for a point. The placement of key shots was too concentrated, leading to suppression.", + "C. Top made consecutive mistakes in handling key points: the quality of the right forecourt net shot was extremely poor, losing the initiative, followed by an over-eager backhand drive from midcourt that went out of bounds. The defensive shot selection and passive transition stability were insufficient, failing to effectively counter the opponent's pressure.", + "D. When actively pressing forward to the net, the opponent countered with a drop shot. During the passive defensive phase, footwork adjustments were not timely, and continuous flat drives with overly predictable shot selection resulted in a loss of initiative." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合失利的主要原因?", + "question_en": "Please analyze the main reasons for losing this rally?" + } + }, + { + "video_uid": "video_001882", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在底线相持中形成多拍拉锯战,top持续通过平抽球逼迫bottom移动失衡,最终bottom在被动救球时因重心不稳出现回球出界失误。", + "B. top通过精准的网前控制与主动进攻压制对手,尤其是正手平高球的欺骗性处理和关键分上网战术,迫使bottom陷入持续被动并出现致命失误。", + "C. bottom在抢网对抗中主动采取过顶球战术意图压制,但因击球力量控制失误导致球体下网,最终top借对手战术反噬实现得分。", + "D. top在被动防守中灵活运用分球和假动作组合,通过突然变速与落点变化形成压制,诱发bottom在高度预判错误后回球出界导致得分。" + ], + "options_en": [ + "A. Both sides engaged in a baseline rally with multiple exchanges, with top consistently using flat drives to disrupt bottom's balance, ultimately causing bottom to lose stability during a desperate retrieval and return the shuttle out of bounds.", + "B. top suppressed the opponent through precise net control and proactive offense, especially with deceptive handling of the forehand flat clear and a net-rush tactic at critical points, forcing bottom into continuous passivity and resulting in a fatal error.", + "C. bottom actively employed an overhead shot tactic in a net duel to suppress, but due to a mishit in power control, the shuttle failed to clear the net, allowing top to capitalize on the opponent's tactical backfire for the point.", + "D. top flexibly utilized a combination of split shots and deceptive moves during passive defense, creating pressure through sudden speed changes and placement variations, inducing bottom to misjudge and return the shuttle out of bounds." + ], + "answer": "B", + "question": { + "question_zh": "在这次回合中,导致得分的关键因素是什么?", + "question_en": "In this rally, what was the key factor that led to scoring the point?" + } + }, + { + "video_uid": "video_001883", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在对手进行分球后未能及时上网压迫,导致其抢网成功并扣杀得分,反映出对关键落点的快速反应能力欠缺", + "B. top虽发起高质量直线杀球但未能延续进攻压力,被对手用巧妙的反手斜线球得分暴露了防守预判不足", + "C. 对方通过连续的网前假动作骗出空档,随后突然发力的过顶高球造成我方回球下网,暴露了对对手假动作的识破能力不足", + "D. 因处于被动过渡阶段我方选择保守挑后场球被对手预判并直接杀球得分,表明在压力下战术调整灵活性不足" + ], + "options_en": [ + "A. After the opponent played a split shot, our side failed to quickly move forward to apply pressure, allowing them to rush the net and score with a smash, reflecting a lack of quick reaction to key placements.", + "B. Although Top initiated a high-quality straight smash, they failed to maintain offensive pressure, allowing the opponent to score with a clever backhand cross-court shot, exposing insufficient defensive anticipation.", + "C. The opponent used consecutive deceptive net shots to create an opening, then suddenly played a high over-the-head clear, causing our side to hit the net, revealing a lack of ability to read deceptive plays.", + "D. While in a passive transition phase, our side opted for a conservative net lift to the rear court, which the opponent anticipated and directly smashed to score, indicating insufficient tactical flexibility under pressure." + ], + "answer": "B", + "question": { + "question_zh": "请分析这一回合导致失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally" + } + }, + { + "video_uid": "video_001884", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在抢网时误判了对手的分球意图,提前卡位到左侧导致右侧出现空档,最终被对手精准挑后场得分暴露防守预判缺陷", + "B. bottom在相持阶段与同伴出现轮转配合失误,因沟通不畅导致双压战术执行失败,被对手抓住机会发动连续进攻", + "C. bottom在被动接滑吊时反手勾球过于冒进,未能稳住局面最终下网失误,暴露了在高压情况下关键分处理稳定性不足的问题", + "D. bottom未能识破对手击球前的手部停顿假动作,被突然的过顶劈杀压制到后场,回球出界后因移动反应慢未能及时挽救" + ], + "options_en": [ + "A. Bottom misjudged the opponent's placement intention during the net rush, prematurely positioned to the left side leaving a gap on the right, and was ultimately scored by the opponent's precise net lift to the backcourt, exposing defensive anticipation flaws.", + "B. Bottom and their partner had a rotation coordination error during the rally, leading to a failed double-pressure tactic execution due to poor communication, allowing the opponent to seize the opportunity and launch continuous attacks.", + "C. Bottom was overly aggressive with a backhand cross-court net shot when passively defending a drop shot, failed to stabilize the situation and eventually hit the net, exposing insufficient stability in handling crucial points under high pressure.", + "D. Bottom failed to recognize the opponent's hand pause deception before the shot, was suppressed by a sudden overhead slash smash to the backcourt, and missed the return out of bounds due to slow movement reaction, unable to recover in time." + ], + "answer": "C", + "question": { + "question_zh": "请分析本回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001885", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对方在底线附近使用反手直线球试图压制,却因为击球力量过大导致球出界,bottom趁机通过网前小球过渡得分", + "B. bottom抓住top回球未有效拉开的机会,凭借高质量的正手斜线杀球精准攻击对手左侧空档死角得分,展现了卓越的进攻把握能力", + "C. bottom在被动情况下试图抢网过程中使用手腕停顿制造 deception,但被对手预判到线路,反被精准反吊底线得手,本回合实际应为对方得分", + "D. top在多拍相持中突然采用假动作过顶劈杀骗出对手的扑救,随后迅速变向到右场大角度分球,迫使对方移动不及下网失分" + ], + "options_en": [ + "A. The opponent attempted to pressure with a backhand straight shot near the baseline but overhit, causing the shuttle to go out. Bottom capitalized by transitioning with a net shot to score.", + "B. Bottom seized the opportunity when Top failed to effectively widen the court with the return, scoring with a high-quality forehand cross-court smash precisely targeting the opponent's left-side dead zone, demonstrating excellent offensive execution.", + "C. Bottom attempted a net interception under passive conditions, using wrist hesitation to create deception, but the opponent anticipated the shot and countered with a precise baseline drop, resulting in the point actually belonging to the opponent.", + "D. Top suddenly employed a deceptive overhead slice during a multi-shot rally, luring the opponent into a dive save, then swiftly changed direction with a wide-angle cross-court shot to the right, forcing the opponent to miss due to insufficient movement." + ], + "answer": "B", + "question": { + "question_zh": "请简要分析本回合得分的主要原因", + "question_en": "Please briefly analyze the main reasons for scoring in this round" + } + }, + { + "video_uid": "video_001886", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在抢网过程中多次出现击球点过早的问题,导致球速不足被对手直接反攻,加之被动过渡阶段缺乏变化,连续平抽时反手变直线失误频发造成失分。", + "B. 对手利用底线大角度分球持续压制top的反手位,而top在关键分中尝试反手抽对角时出现发力过猛直接出界,同时网前封网时被对方用假动作骗过后退补救不及", + "C. 对方通过连续假动作和高弧度过顶技术频繁迫使top被迫后退,而top在处理网前小球时预判偏差明显,多次被对手快速分球到空档区域导致失分。", + "D. top在被动防守中反手技术稳定性不足,尤其关键分的挡网失误直接失分,同时主动进攻时(如反手抽球)质量偏低,未能有效扭转被动局面。" + ], + "options_en": [ + "A. Top repeatedly hit the ball too early during net interceptions, resulting in insufficient speed that allowed the opponent to counterattack directly. Additionally, during passive transitions, Top lacked variation, with frequent errors in backhand straight drives during continuous flat exchanges, leading to lost points.", + "B. The opponent consistently pressured Top’s backhand with wide-angle baseline shots. During critical points, Top attempted a backhand cross-court drive but overhit, sending the ball out directly. Meanwhile, at the net, Top was deceived by the opponent’s fake motion, retreated too late, and failed to recover in time.", + "C. The opponent frequently forced Top to retreat by using consecutive deceptive shots and high-arcing over-the-head techniques. Top showed obvious misjudgment when handling net shots, repeatedly losing points as the opponent quickly placed the ball into open spaces.", + "D. Top lacked stability in backhand technique during passive defense, especially the critical net block error that directly cost the point. Meanwhile, the quality of active attacks (e.g., backhand drive) was subpar, failing to effectively reverse the passive situation." + ], + "answer": "D", + "question": { + "question_zh": "请分析这一回合导致失分的主要因素有哪些?", + "question_en": "Please analyze the main factors that led to the loss of points in this rally." + } + }, + { + "video_uid": "video_001887", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在击球7时使用过顶杀球压制对手底线,对手因来不及回位导致回球下网,而bottom凭借力量优势夺取决胜分。", + "B. 当对手在击球5强行抢网出现被动时,bottom选择稳妥的过渡球策略,使得对手回球出界从而间接取得得分。", + "C. bottom通过连续战术组合得分:先在击球6用停顿假动作骗出对手启动,再于击球8抓住空档反手放斜线网前球,以极高精度和预判制胜。", + "D. 底线相持阶段bottom通过大范围移动消耗对手体力,最终对手在击球9的反手下网失误直接导致本回合得分" + ], + "options_en": [ + "A. At stroke 7, Bottom used an overhead smash to pressure the opponent at the baseline. The opponent failed to recover in time, resulting in a netted return, allowing Bottom to secure the winning point with power advantage.", + "B. When the opponent aggressively intercepted at stroke 5 and was forced into a defensive position, Bottom opted for a safe transition shot, causing the opponent to return the shuttle out of bounds and indirectly score the point.", + "C. Bottom scored through continuous tactical combinations: first using a pause feint at stroke 6 to deceive the opponent's movement, then seizing the opportunity at stroke 8 with a backhand cross-court net shot of exceptional precision and anticipation to win the point.", + "D. During the baseline rally, Bottom exhausted the opponent's stamina through extensive movement. Ultimately, the opponent's backhand error at stroke 9 (netted return) directly led to the point being scored." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合得分的关键因素是什么?", + "question_en": "Please analyze the key factors in scoring this rally." + } + }, + { + "video_uid": "video_001888", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动过渡中选择将球分向top的正手边线区域,利用大角度调动对手重心后,趁对手移动时强行劈对角斜线得分。", + "B. bottom在相持阶段果断变速,用正手直线滑吊到top的左前场区域,球速和落点均精准压制对手,迫使top被动防守得分。", + "C. bottom在前场借助反手假动作骗过防守,突然以过顶扣杀直击top空档,让对手因来不及转身导致回球出界得分。", + "D. bottom通过连续三拍平抽挡压制后,用网前小球制造对手扑救时间差,顶住对方回球线路导致top挥拍滞后直接下网得分。" + ], + "options_en": [ + "A. While in a passive transition, bottom chose to distribute the shuttle to top's forehand sideline area, exploiting a wide angle to shift the opponent's balance, then forcefully sliced a cross-court diagonal shot during top's movement to score.", + "B. During the rally, bottom decisively changed pace and executed a forehand straight drop shot to top's left frontcourt area, precisely controlling both the speed and placement to pressure top into a passive defensive return, resulting in a point.", + "C. At the frontcourt, bottom used a backhand deceptive move to mislead the defense, then suddenly delivered an overhead smash straight into top's open space, causing the opponent to fail to turn in time and return the shuttle out of bounds for a point.", + "D. After three consecutive flat drives to pressure top, bottom played a tight net shot to create a timing gap in the opponent's retrieval, then blocked the return trajectory, causing top's delayed swing and a direct net error for the point." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合中得分的主要原因?", + "question_en": "Please analyze the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001889", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借第17拍的假动作挡网得分,通过精准的正手斜线利用对手站位空档,战术设计具有欺骗性和突然性,展现顶级选手的进攻判断力。", + "B. 在对手被动过渡阶段,bottom通过分球将球精准击向边线空档,但由于自己移动过快陷入被动,反被对手利用反斜线劈对角得分,这种失误暴露了攻防转换漏洞。", + "C. 面对对手强有力的扣杀,bottom利用假动作分球制造犹豫后,突然变直线到空当,但因击球力量不足导致球下网失分,这体现关键分的应变能力缺陷", + "D. 双方在底线多拍相持后,bottom果断启动抢网技术,通过过顶扣杀直接压制对手反手位,迫使对方正手救援不及导致出界,体现其网前主动进攻意识。" + ], + "options_en": [ + "A. Bottom scored with a deceptive block at the net on the 17th shot, utilizing a precise forehand cross-court to exploit the opponent's positional gap. The tactical design was deceptive and sudden, showcasing the offensive judgment of a top player.", + "B. During the opponent's passive transition phase, Bottom accurately directed the shuttle to the sideline gap with a split shot. However, due to overcommitting to the movement, Bottom was caught off guard as the opponent countered with a reverse cross-court slice to score, exposing a flaw in offensive-defensive transition.", + "C. Facing a powerful smash from the opponent, Bottom created hesitation with a deceptive split shot before suddenly changing to a straight shot to the open space. However, insufficient power caused the shuttle to fail to clear the net, revealing a lack of adaptability in crucial points.", + "D. After a prolonged baseline rally, Bottom decisively initiated a net rush technique, directly suppressing the opponent's backhand with an overhead smash, forcing an unsuccessful forehand rescue that resulted in the ball going out. This demonstrated proactive net-attacking awareness." + ], + "answer": "A", + "question": { + "question_zh": "请解释这一回合得分的关键原因?", + "question_en": "Please explain the key reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001890", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在中场突然打出过顶高远球,top试图压线时因回球力量过大导致球出界直接失分", + "B. 对手通过精准的分球压制底线,top被迫后退过程中击球质量不足,被对手快速上网扣杀得分", + "C. 持球方在多拍相持中突然加速抢网成功,导致top反应不及回球下网直接丢分", + "D. top在网前防守时判断失误,被对手假动作干扰导致重心失衡,最终反手被动挑球出界直接失分" + ], + "options_en": [ + "A. The opponent suddenly played an overhead clear from midcourt. Top attempted a line shot but overhit the return, sending it out of bounds and directly conceding the point", + "B. The opponent suppressed the baseline with precise placement, forcing Top to retreat, resulting in a weak return that was quickly intercepted by the opponent's net kill for a point", + "C. The serving side suddenly accelerated and successfully rushed the net during a multi-shot rally, leaving Top unable to react in time and hitting the return into the net, directly losing the point", + "D. Top misjudged the defensive play at the net, was disrupted by the opponent's deceptive move, lost balance, and ultimately hit a backhand passive net lift out of bounds, directly conceding the point" + ], + "answer": "D", + "question": { + "question_zh": "请分析导致本次回合失分的关键原因", + "question_en": "Please analyze the key reasons for losing the point in this rally" + } + }, + { + "video_uid": "video_001891", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过网前小球变化将球轻放至前场对角,随后快速上网封堵对手回击路线,迫使对方回球下网,其细腻手法与快速上网策略直接导致得分。", + "B. bottom凭借中后场正手劈杀斜线的致命一击完成得分,该击球线路精准且力量控制极佳,直接压制对手难以有效防守。", + "C. bottom在相持阶段突然进行节奏变化,通过假动作虚晃向对手正手方后再变线抽直线,这使得对手无法调整站位而被动放网失误,其假动作与线路突袭成为致胜关键。", + "D. bottom在对方压迫中打出一记过顶高远球,球的高弧线几乎擦过对手头顶坠落,对手因判断失误未能后撤拦截,导致回球直接出界,这个突发球路选择获得关键得分。" + ], + "options_en": [ + "A. Bottom varied the play with a delicate net shot to the front diagonal, then quickly rushed forward to block the opponent's return path, forcing a net error. The refined technique and rapid net-rushing strategy directly resulted in the point.", + "B. Bottom scored with a lethal forehand cross-court smash from the mid-rear court, where the shot placement was precise and power control was excellent, directly suppressing the opponent's ability to defend effectively.", + "C. Bottom suddenly altered the rhythm during the rally, using a deceptive motion to fake a shot toward the opponent's forehand before switching to a straight drive. This left the opponent unable to adjust their stance, resulting in a passive net error. The deception and sudden line change were key to winning the point.", + "D. Bottom countered the opponent's pressure with an overhead clear that nearly grazed the opponent's head before dropping. The opponent misjudged the trajectory and failed to retreat in time, leading to an out-of-bounds return. This unexpected shot choice secured the crucial point." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,请解释导致得分的关键因素", + "question_en": "For this rally, please explain the key factors that led to scoring." + } + }, + { + "video_uid": "video_001892", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球时通过假动作骗过top,但自身回球质量不佳导致出界或下网,属于个人失误而非战术问题", + "B. top在接发后未能限制对手的进攻空间,发高球给予bottom充分的起跳和击球空间,导致关键分防守漏洞", + "C. bottom在关键分时主动使用分球策略,让top难以判断方向,同时通过快速上网封堵线路,导致防守脱节", + "D. top在接发后因移动速度不足被对手压制到后场,连续三次被动过渡球中因回球线路被预判而失去位置" + ], + "options_en": [ + "A. Bottom deceived top with a feint during the shot, but the poor quality of the return led to the shuttlecock going out or into the net, which was a personal error rather than a tactical issue.", + "B. After the serve return, top failed to limit the opponent's attacking space, giving bottom enough jumping and hitting space with a high clear, resulting in a defensive gap at the critical point.", + "C. At the critical point, bottom actively used a split shot strategy, making it difficult for top to judge the direction, while quickly moving forward to block the line, causing a disjointed defense.", + "D. After the serve return, top was pushed to the backcourt due to insufficient movement speed, and lost position in three consecutive passive transition shots as the return trajectory was predicted." + ], + "answer": "B", + "question": { + "question_zh": "请分析导致该回合失分的主要原因是什么?", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001893", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在第3拍底线球失控出界后,bottom通过 第6拍强势的网前扑杀直接得分,但关键发力瞬间腰部动作变形导致球过网后呈下坠轨迹,却意外让top误判漏接完成了得分。", + "B. bottom第5拍使用前场假动作骗到对手扑救失误后,突然反手切球至正手大角度空档,造成top回球下网。随后第7拍快速跟进封网迫使对手挑高球,从而占据主动权实现得分。", + "C. bottom通过连贯的前后场衔接建立优势,第4拍中后场重杀压制对手后场,第6拍在右前场的推球结合细腻的停顿和上网动作,精准的斜线落点让top无法有效防守,最终锁定得分。", + "D. top在第4拍压迫性抢网时主动失误下网,bottom借此获得网前控制权。随后连续两拍平抽中利用脚步优势调整到位,最后一记旋转强烈的劈吊对手反手位空档得分。" + ], + "options_en": [ + "A. After losing control of a baseline shot on the 3rd stroke, Bottom directly scored with a fierce net kill on the 6th shot. However, a momentary waist misalignment during the critical power phase caused the shuttle to dip unexpectedly after crossing the net, leading Top to misjudge and miss the return.", + "B. On the 5th shot, Bottom used a deceptive net shot to trick Top into a misjudged lunge, then suddenly played a backhand slice to the wide open forehand corner, causing Top to hit the net. Subsequently, Bottom quickly followed up with a net kill on the 7th shot, forcing Top to lift the shuttle high, thus gaining the initiative to score.", + "C. Bottom established dominance through seamless front-to-back court transitions. A powerful rear-court smash on the 4th shot pressured the opponent’s backcourt, followed by a well-executed push shot at the right frontcourt on the 6th shot, combining a delicate pause and net approach. The precise cross-court placement left Top unable to defend effectively, securing the point.", + "D. Top made an unforced error by hitting the net during an aggressive net rush on the 4th shot, allowing Bottom to seize net control. Bottom then capitalized with two consecutive flat drives, using superior footwork to adjust position, and finished with a sharply spinning drop shot to Top’s unguarded backhand corner for the point." + ], + "answer": "C", + "question": { + "question_zh": "这一回合得分的主要原因是什么?", + "question_en": "What is the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001894", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对对手强势的抢网压迫,top在被动中采用轻巧过渡球技巧,对手回球出界导致得分。", + "B. top在后场连续进攻中展现压制力,通过正手斜线重杀直接得分,充分展现进攻威胁性。", + "C. top在底线相持阶段突然发力,但因击球过顶力量不足,对方回球下网造成得分。", + "D. top在前场通过连续上网并配合假动作骗过防守,随后用反手分球至边线迫使对手判断失误,最终得分。" + ], + "options_en": [ + "A. Facing the opponent's strong net pressure, top skillfully played a delicate defensive shot in a passive situation, leading to the opponent's return going out of bounds and scoring.", + "B. top demonstrated dominance in continuous backcourt attacks, scoring directly with a powerful forehand cross-court smash, fully showcasing offensive threat.", + "C. top suddenly accelerated during a baseline rally, but due to insufficient power in the overhead shot, the opponent's return went into the net, resulting in a point.", + "D. top moved forward continuously and used deceptive moves to mislead the defense, then scored by playing a backhand cross-court shot to the sideline, forcing the opponent to misjudge." + ], + "answer": "B", + "question": { + "question_zh": "请分析本回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001895", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在被动局面下多次出现质量偏低的过渡球,第5拍右前场放网质量不足直接将进攻权让出,未能有效化解对手持续施压", + "B. top在第三拍试图通过假动作配合分球突破防守,但预判失误导致球出界,被对手抓住机会展开连续压制", + "C. top面对对手主动上网施压时选择强行后场杀球突破,但受制于对方预判拦截导致回球下网直接交出分数", + "D. top在抢网时因线路选择错误与同伴产生干扰未能及时补位,对手抓住空档连续过顶球压制致阵型崩溃" + ], + "options_en": [ + "A. Top repeatedly played low-quality transition shots under passive situations. The 5th-shot net shot at the right frontcourt was insufficient in quality, directly surrendering the offensive initiative and failing to effectively counter the opponent's sustained pressure.", + "B. Top attempted to break through the defense with a feint and cross-court shot at the 3rd shot but misjudged, resulting in the shuttle going out. The opponent seized the opportunity to launch continuous pressure.", + "C. Top opted for a forceful rear-court smash to break through when pressured by the opponent's aggressive net play but was intercepted due to the opponent's anticipation, causing the shuttle to go into the net and directly conceding the point.", + "D. Top interfered with their partner due to incorrect shot selection during the net rush, failing to cover the court in time. The opponent exploited the gap with consecutive overhead shots, leading to a collapse in formation." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合失败的主要原因?", + "question_en": "Please analyze the main reason for the failure in this rally?" + } + }, + { + "video_uid": "video_001896", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在左前场反手抢网推挑斜线得分,此前通过网前勾球调动对手,成功创造得分机会并精准执行。", + "B. 在对手抢网阶段选择网前扑对角迫使对方退场救球,随后通过连续小球压迫对手回球出界得分。", + "C. 对方因在右后场被动过渡时突发假动作过顶吊球,导致对手移动不及下网失误而得分。", + "D. top通过反手位假动作骗开对手后,突然变直线出界造成对方判断失误从而得分。" + ], + "options_en": [ + "A. TOP scored with a cross-court backhand push shot at the left frontcourt after creating the opportunity by maneuvering the opponent with a cross-court net shot, successfully executing the play with precision.", + "B. During the opponent's net rush, TOP chose a diagonal net kill to force the opponent to retreat and retrieve the shot, then scored by continuously pressuring with small shots until the opponent hit the ball out.", + "C. The opponent unexpectedly used a deceptive overhead drop shot during a passive transition at the right rear court, causing the other player to fail to reach the ball in time and hit it into the net, resulting in a point.", + "D. TOP deceived the opponent with a backhand fake, then suddenly changed to a straight shot that went out, causing the opponent to misjudge and score." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001897", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 下方选手bottom在回球时出现预判失误,被top通过假动作骗到后场空档,随后top突然改用劈吊直线迫使对手移动不及,主要原因是bottom对战术变化准备不足导致失分。", + "B. top通过防守反击成功得分。在多次周旋后抓住bottom摆脱机会,利用正手劈杀斜线球精准下压得分,展现优秀的防守反击能力和机会把握能力。", + "C. top在被动过渡阶段强行启动正手抽杀直线,尽管处于被压制状态仍选择冒险进攻,凭借对手接杀球时判断失误直接得分,反映出在不利局面下选择强攻的决策特点。", + "D. top凭借连续正手过顶挑后场迫使bottom被动回球,随后快速上网使用反手小球偷袭得分,通过节奏变化打乱对方防守布局,最终在网前争夺中占据主动权。" + ], + "options_en": [ + "A. The bottom player misjudged the return, as top used a deceptive move to lure them into the backcourt gap. top then suddenly switched to a straight drop shot, catching the opponent off guard due to insufficient preparation for tactical changes, which led to the lost point.", + "B. top scored through a successful counterattack from defense. After multiple exchanges, top seized the opportunity when bottom attempted to break free, using a forehand cross-court smash to accurately press the shuttle down, demonstrating excellent defensive counterattacking skills and the ability to capitalize on opportunities.", + "C. top aggressively initiated a forehand straight drive during a passive transition phase. Despite being under pressure, top chose a risky offensive play and scored directly due to the opponent's misjudgment when receiving the smash, reflecting a decision-making trait of opting for strong attacks in unfavorable situations.", + "D. top forced bottom into a passive return by continuously using forehand overhead clears to the backcourt, then quickly moved forward to score with a deceptive backhand net shot. By varying the pace, top disrupted the opponent's defensive setup and ultimately gained the upper hand in the net duel." + ], + "answer": "B", + "question": { + "question_zh": "针对本回合,请分析该分球得分的核心原因是什么?", + "question_en": "For this rally, what is the core reason for scoring the point?" + } + }, + { + "video_uid": "video_001898", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对对方的顽强防守,top连续使用手腕停顿假动作迷惑对手后突然发力正手抽对角,迫使对手扑救失误下网,整套战术结合了假动作分球和积极的上网压迫,尤其是网前轻挡配合反手放网斜线有效牵制对手站位", + "B. top凭借快速连贯和精准的落点控制主导进攻,关键分正手抢高点勾网前斜线得分,整套战术执行兼具压迫性和灵活性,尤其是后场跳杀和过顶推挑有效拉开对手防守空档", + "C. 对方因连续假动作分神导致回球出界,而top队员则巧妙使用前场轻搓网前再配合后场过顶平抽实现压制,整套配合通过频繁变线创造空档,尤其侧身正手快速平抽造成对手仓促下网", + "D. 对方在对手压迫下选择被动挑后场却发生出界失误,而top在底线处利用反手快速上网搓斜线后迅速分球至边线边角,通过频繁改变击球节奏打乱对方防守布局,最终依靠精准的反手分球造成对手移动不及直接得分" + ], + "options_en": [ + "A. Facing the opponent's stubborn defense, top employed consecutive wrist-pause feints to deceive before suddenly unleashing a forehand cross-court drive, forcing a net error from the opponent. The entire tactic combined deceptive placements with aggressive net pressure, especially the soft net block paired with a backhand cross-court net shot, effectively restricting the opponent's positioning.", + "B. Top dominated the offense with fast transitions and precise placement control, scoring the crucial point with a forehand high-tempo cross-court net shot. The entire tactical execution combined pressure and flexibility, especially the jump smash from the rear court and the overhead push-lift effectively creating gaps in the opponent's defense.", + "C. The opponent was distracted by consecutive feints, resulting in an out-of-bounds return, while the top player cleverly used a soft net shot followed by an overhead flat drive to maintain pressure. The entire sequence created gaps through frequent cross-court shots, particularly the quick forehand flat drive from the side, forcing the opponent into a rushed net error.", + "D. Under pressure, the opponent opted for a passive rear-court lift but committed an out-of-bounds error. Meanwhile, top utilized a quick backhand approach to the net for a cross-court net shot, then swiftly redirected the shuttle to the sideline corner. By constantly varying the tempo, they disrupted the opponent's defensive setup, ultimately scoring with a precise backhand placement that left the opponent unable to react in time." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001899", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在多拍相持中top主动采用过顶高远球压制对手网前区域,迫使对手连续起高球后形成优势,但关键分反手过渡球出现失误,最终靠正手追身直线球逼迫对手回球出界而得分。", + "B. top凭借多拍中的快速抢点和精准球路压制对手,关键分上利用正手追身斜线球打出高威胁进攻得分。从击球2到击球6持续用推挑压制对手底线,打乱对方节奏后在最后抢网中一锤定音。", + "C. 双方在底线僵持中对手突然加强回球质量,top被迫用停顿制造假动作迷惑对手重心,随后在被动情况下突击反手小球得分,但关键分因预判失误导致回球出界,最终靠对手回球下网幸运得分。", + "D. 面对对手持续分球至边线的策略,top通过连续两次假动作欺骗对手移动方向,随后突然抽击追身直线球造成对手被动,但实际得分因对手回球下网形成失误,而非top主动得分" + ], + "options_en": [ + "A. In a prolonged rally, Top actively used overhead clears to pressure the opponent's net area, forcing consecutive lifts and gaining an advantage. However, a backhand transition error occurred at the crucial point. The point was finally won as a forehand straight body shot forced the opponent to hit out.", + "B. Top consistently pressured the opponent with quick interceptions and precise shot placements during the rally. At the crucial point, a high-threat forehand cross-court body shot secured the point. From shot 2 to shot 6, Top used push shots and net lifts to pin the opponent at the baseline, disrupting their rhythm before sealing the point with a decisive net kill.", + "C. During a baseline deadlock, the opponent suddenly increased shot quality, forcing Top to use a pause to fake a shot and mislead the opponent's movement. Top then scored with a backhand drop shot under pressure, but at the crucial point, a misjudgment led to an out shot. The point was eventually won due to the opponent's net error.", + "D. Facing the opponent's strategy of consistently splitting shots to the sidelines, Top deceived the opponent's movement direction with two consecutive fake shots, then suddenly drove a straight body shot to put the opponent under pressure. However, the actual point was won due to the opponent's net error, not Top's active scoring." + ], + "answer": "B", + "question": { + "question_zh": "请对本回合的得分原因进行详细说明。", + "question_en": "Please provide a detailed explanation of the scoring reasons for this round." + } + }, + { + "video_uid": "video_001900", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top急于抢网形成封挡时,因预判失误导致拍面角度不当使球直接出底线", + "B. 对方使用假动作分球骗出空档,top反应不及造成被动防守最终回球出界", + "C. 对手通过过顶扣杀制造压迫,top尝试反拉直线时因发力过猛导致球下网", + "D. top在被动状态下反手挡网出现失误,未能有效处理对手劈杀迫使的机会" + ], + "options_en": [ + "A. Top rushed to intercept at the net for a block but misjudged the shot, leading to improper racket face angle and sending the ball directly out of the baseline.", + "B. The opponent used a deceptive shot to create an opening, and Top failed to react in time, resulting in a passive defensive return that went out of bounds.", + "C. The opponent created pressure with an overhead smash, and Top attempted a straight-line counterattack but hit the net due to excessive force.", + "D. Top made a mistake with a backhand block in a passive state, failing to effectively handle the opportunity forced by the opponent's sliced smash." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001901", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在长时间相持中未能有效破解top的压制策略,关键分回球线路选择偏保守(多次直线球被预判),且被动下过渡球质量偏低(如右后场滑吊被直接得分前的3次低质量平高球),导致被连续调动后出现判断失误。", + "B. 在相持阶段双方攻防转换频繁时,bottom选择采用过顶高远球战术意图压迫对方,但因击球力量控制不足导致球多次出界,且在被动过渡阶段急于改变节奏反被top抓住漏洞反击得分。", + "C. top凭借精准的假动作和分球控制迫使bottom多次被动防守,而bottom在关键球选择过度上网抢网导致站位失衡,回球线路选择单一且被对手预判,最终因频繁下网失误输掉关键分。", + "D. top连续使用斜线大角度分球造成bottom大幅度跑动,bottom在防守中尝试运用滑板击球技术但多次挂网,同时关键分时选择强行扣杀却被对手预判线路,最终因进攻选择失误导致失分" + ], + "options_en": [ + "A. In a prolonged rally, the bottom player failed to effectively counter the top player's suppression strategy. The shot selection during crucial points was overly conservative (repeated straight shots were anticipated), and the quality of defensive shots under pressure was poor (e.g., three low-quality clears before the right backcourt slice drop shot that directly conceded the point), leading to misjudgment after being continuously maneuvered.", + "B. During the rally with frequent offensive and defensive transitions, the bottom player opted for an overhead clear tactic to pressure the opponent. However, due to insufficient power control, the shots repeatedly went out of bounds. In defensive situations, the bottom player rushed to change the tempo, only to be exploited by the top player's counterattacks.", + "C. The top player used precise deception and shot placement to force the bottom player into repeated defensive positions. The bottom player overly committed to net interceptions during critical points, resulting in unbalanced positioning. The shot selection was predictable and anticipated by the opponent, ultimately leading to frequent net errors and losing the crucial point.", + "D. The top player consistently used cross-court wide-angle shots to force the bottom player into extensive movement. The bottom player attempted to employ slice shots during defense but repeatedly hit the net. During crucial points, the bottom player chose aggressive smashes, but the shots were anticipated by the opponent, leading to offensive errors and conceding the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001902", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借强大的防守反击能力,从被动中连续通过推挑过顶压制底线,迫使bottom陷入被动。最后一拍正手抢网扑斜线精准抓空档,展现顶级网前终结能力", + "B. top在网前通过连续三次真假动作的分球成功骗取对手移动,当bottom重心偏移瞬间突然反手劈对角直线,导致对手完全来不及反应", + "C. 第三拍bottom主动失误将球击出边线后,top迅速上网封网压迫对手,最终底线下压球逼出对手被动挑后场救球被扑杀得分", + "D. bottom在多拍拉吊中出现体力不支,top抓住机会用大范围斜线调动创造机会,随后正手扣杀直线直插对方死角" + ], + "options_en": [ + "A. Top demonstrated strong defensive counterattacking skills, continuously pushing and lifting high clears to the baseline from a passive position, forcing Bottom into a defensive stance. The final forehand net kill cross-court precisely targeted the open space, showcasing top-tier net finishing ability.", + "B. Top executed three consecutive deceptive shots at the net to mislead the opponent's movement. As Bottom's weight shifted, Top suddenly played a backhand cross-court drop shot, leaving the opponent with no time to react.", + "C. After Bottom's active error on the third shot sent the ball out of bounds, Top quickly moved forward to pressure the opponent at the net. A powerful downward shot to the baseline forced Bottom into a defensive lift, which was then killed for the point.", + "D. Bottom showed signs of fatigue during a prolonged rally. Top seized the opportunity to create openings with wide cross-court shots, followed by a straight forehand smash into the opponent's dead corner." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合得分的主要因素是什么?", + "question_en": "Please analyze the main factors contributing to the scoring in this rally." + } + }, + { + "video_uid": "video_001903", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom未能有效破解对手假动作和斜线调动战术,在被动防守时过渡球质量不足且预判失误,最终无法应对top突然加速的攻击性杀球。", + "B. bottom在分球时过度依赖边线变线造成自身步伐紊乱,同时对对手突然改变击球速度的节奏变化缺乏有效应对手段,在多次被动防守中网前配合失误并最终因回球落点偏出底线失分。", + "C. top在相持阶段频繁采用吊球迫使bottom前后场移动失衡,而bottom未能及时调整防守策略集中网前,反而多次尝试勉强的反手抽球导致回球质量不稳定,最终因下网失误失去得分机会。", + "D. 双方在多拍拉锯中bottom因体能劣势导致回球质量逐步下降,尤其是在关键分上未能有效限制对手假动作后的快攻衔接,最终因预判顶部突然变线到中场区域的回球出现失误丢分。" + ], + "options_en": [ + "A. The bottom player failed to effectively counter the opponent's deceptive shots and cross-court tactics, resulting in poor-quality transition shots during passive defense and misjudgment, ultimately unable to handle the top player's sudden aggressive smash.", + "B. The bottom player overly relied on sideline variations during shot placement, causing footwork disarray, and lacked effective countermeasures against the opponent's sudden changes in shot speed. Multiple passive defensive errors at the net led to a misplaced return that landed out of bounds.", + "C. The top player frequently used drop shots during the rally, disrupting the bottom player's balance between front and backcourt. The bottom player failed to adjust the defensive strategy to focus on the net, instead attempting forced backhand drives, resulting in unstable returns and ultimately a net error that cost the point.", + "D. During extended rallies, the bottom player's declining physical stamina led to a gradual drop in return quality, especially failing to counter the opponent's fast attacks after deceptive shots at critical points. A misjudgment of the top player's sudden cross-court shot to the midcourt area resulted in losing the point." + ], + "answer": "A", + "question": { + "question_zh": "请分析本回合失分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001904", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键球处理上失误明显,尤其是右后场平高球缺乏威胁性,未能压制对手反击空间。", + "B. 分球质量不高多次将球击至对手正手位未能拉开站位反被快速反击扣杀失分!", + "C. 上网时移动迟缓导致未能及时封网,被对手利用大角度斜线球突破防线最终失分。", + "D. 在假动作后的真实击球选择上犹豫不决,未能有效欺骗对手被预判拦截直接得分。" + ], + "options_en": [ + "A. Top made obvious mistakes in handling key shots, especially the flat clear to the right rear court lacked threat, failing to suppress the opponent's counterattack space.", + "B. Poor placement quality repeatedly sent the shuttle to the opponent's forehand side, failing to widen the stance and instead being countered with a quick smash to lose the point!", + "C. Slow movement during the net approach led to failure in timely net blocking, allowing the opponent to break the defense with a wide cross-court shot and eventually lose the point.", + "D. Hesitation in shot selection after the deception resulted in failure to effectively mislead the opponent, who anticipated and intercepted the shot for a direct point." + ], + "answer": "A", + "question": { + "question_zh": "请对该回合的失分原因进行分析?", + "question_en": "Please analyze the reasons for losing the point in this rally?" + } + }, + { + "video_uid": "video_001905", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在中后场多回合拉吊相持阶段,对方因连续防守导致体能下降,我方通过持续高远球压制底线迫使对手回球下网,最终凭借耐心周旋而非主动进攻完成得分,战术执行相对保守", + "B. 面对对手强势抢网的压迫性战术,我方采用假动作后突然改变击球方向尝试骗球,但因过顶高远球弧线控制失当,对手未能及时截杀造成回球出界,得分过程显得较为依赖对手失误。", + "C. top在持续调动对手后,把握住关键机会果断完成左后场跳杀重杀斜线,在时机选择和杀球质量上展现出绝对压制力,得分手段干脆利落。", + "D. 对方球员在网前使用分球战术试图压制我方边区时,因击球过狠导致球偏离既定路线飞出边线,而我方通过被动防守的过渡球恰好让对手回球失误,整个过程缺乏主动进攻的威胁性。" + ], + "options_en": [ + "A. During a prolonged rally of clears and drops in the mid-rear court, the opponent's stamina declined due to continuous defense. We persistently pressured the baseline with clears, forcing the opponent to hit the shuttle into the net. Ultimately, the point was secured through patient maneuvering rather than proactive offense, reflecting a relatively conservative tactical execution.", + "B. Facing the opponent's aggressive net-rushing tactic, we attempted a deceptive shot by suddenly changing the hitting direction. However, due to poor control of the overhead clear's trajectory, the opponent failed to intercept in time, resulting in an out-of-bounds return. The scoring process relied heavily on the opponent's mistake.", + "C. After continuously moving the opponent around, top seized the critical opportunity to decisively execute a left rear-court jump smash cross-court, demonstrating absolute dominance in timing and smash quality, with a clean and efficient scoring method.", + "D. When the opponent used a split-shot tactic at the net to pressure our side, the excessive force caused the shuttle to deviate from the intended trajectory and go out of bounds. Our defensive transition shot coincidentally led to the opponent's error, lacking proactive offensive threat throughout the process." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合中得分的关键原因", + "question_en": "Please analyze the key reasons for scoring in this rally." + } + }, + { + "video_uid": "video_001906", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在抢网环节占据主动却突然出现停顿失误,导致对手抓住机会挡网得分,此前的连续过渡球已成功消耗了对手的移动能力。", + "B. 对手通过精准的假动作骗过top的判断,迫使top被迫起高球被直接扣杀得分,此前的分球失误和过顶球出界也削弱了进攻主动性。", + "C. top在上网过程中因步伐过早暴露意图,被对手识破后精准拦截落点导致回球下网,此前的假动作分球已创造有利局面。", + "D. top在关键击球中未能把握机会,最后一次切吊直接下网失误是失分主因。此前的多次被动防守未能有效摆脱压力,导致进攻节奏被压制。" + ], + "options_en": [ + "A. Top took the initiative in the net play but suddenly made a hesitation error, allowing the opponent to seize the chance and score with a net block. Previous consecutive transitional shots had successfully exhausted the opponent's mobility.", + "B. The opponent deceived Top's judgment with precise deceptive moves, forcing Top to lift the shuttle high and get smashed directly. Earlier placement errors and overhead shots going out of bounds also weakened offensive initiative.", + "C. Top exposed the intention too early with footwork during the net approach, leading to a precise interception by the opponent and causing the return shot to hit the net. Earlier deceptive placement shots had already created a favorable situation.", + "D. Top failed to seize the opportunity in the crucial shot, with the final drop shot directly hitting the net as the primary reason for losing the point. Previous multiple passive defensive plays failed to effectively relieve pressure, leading to suppressed offensive rhythm." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,请分析导致失分的主要原因?", + "question_en": "For this rally, please analyze the main reason for losing the point?" + } + }, + { + "video_uid": "video_001907", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom利用细腻的网前球技术不断偷袭top的空挡,迫使top频繁扑杀出现下网失误,自身则通过反手挑后场配合快搓分球控制节奏,最终以精准的平抽挡得分", + "B. top在比赛中段出现预判失误,被bottom连续后场扣杀压制至网前被动,最终bottom因回球出界导致得分。此前top虽尝试过顶高远球和假动作分球,但节奏被bottom有效破解", + "C. top凭借出色速度连续压迫,在被推后场时快速启动正手拦截,以满分快杀斜线完成致命一击。此前通过网前分球和快速抢高点战术持续施压,迫使bottom陷入被动防守", + "D. bottom在相持阶段连续使用过顶球压制top的反手位,造成其重心后仰无法及时回球,最后利用快速劈对角得分。此前top的主动上网和骗球战术因预判准确被破解,陷入被动" + ], + "options_en": [ + "A. Bottom utilized delicate net shot techniques to repeatedly exploit Top's gaps, forcing Top into frequent net kills that resulted in net errors. Meanwhile, Bottom controlled the tempo with backhand lifts to the backcourt and fast net shot placements, eventually scoring with a precise flat drive.", + "B. Top misjudged during the mid-game, allowing Bottom to suppress them with consecutive backcourt smashes, pushing Top into a passive net position. Ultimately, Bottom scored due to Top's return going out. Earlier, Top attempted overhead clears and deceptive shot placements, but Bottom effectively disrupted their rhythm.", + "C. Top relied on excellent speed to continuously pressure, quickly initiating a forehand interception when pushed to the backcourt, finishing with a perfect fast smash crosscourt for the lethal strike. Earlier, they maintained pressure through net shot placements and rapid high-point attacks, forcing Bottom into passive defense.", + "D. Bottom consistently used overhead clears to pressure Top’s backhand during the rally, causing them to lean back and fail to return in time. Bottom then scored with a fast sliced crosscourt. Earlier, Top’s aggressive net approaches and deceptive tactics were accurately read, leaving them passive." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,请说明导致得分的原因?", + "question_en": "For this rally, please explain the reason for scoring?" + } + }, + { + "video_uid": "video_001908", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在被动防守时选择强行跃起击打出界,同时top抓住空档通过底线过顶高远球压制,最终在底线对抗中抓住机会得分。", + "B. bottom在网前多次分球至边线试图调动对手,但被top预判意图后快速抢网扑杀,导致回球下网直接失分。", + "C. bottom在持续压制对手后未能一鼓作气终结回合,关键分防守对top的滑吊预判不足,未能及时封堵直线线路,最终被对手的关键球逆转。", + "D. bottom在滑吊防守中提前移动至斜线封堵,却被top利用假动作后的真实直线抽击打穿防线,未能及时调整防守位置导致失分。" + ], + "options_en": [ + "A. While defending passively, the bottom player chose to forcefully jump and hit the ball out of bounds. Meanwhile, the top player exploited the gap with a deep overhead clear to pressure, eventually seizing the opportunity to score during the baseline exchange.", + "B. The bottom player repeatedly placed shots near the sideline at the net to maneuver the opponent, but the top player anticipated the intention and quickly rushed the net for a kill, causing the bottom player to hit the ball into the net and lose the point directly.", + "C. After continuously pressuring the opponent, the bottom player failed to seize the moment to finish the rally. They lacked anticipation for the top player's sliced drop shot at the crucial point and couldn't block the straight line in time, ultimately being reversed by the opponent's decisive shot.", + "D. The bottom player moved early to cover the cross-court during the sliced drop defense, but the top player used a feint followed by a straight drive to breach the defense. The bottom player failed to adjust their defensive position in time, resulting in the loss of the point." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001909", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在前几拍连续使用全场大范围调动成功后,主动改变战术进行网前压迫,导致top在关键分选择强行劈对角时出现下网失误,同时防守时未及时收缩站位。", + "B. top在关键第11拍左中场抽直线时弧线控制不佳,未能有效限制对手反击,且此前多次被动挡网质量偏低,防守端未能有效化解bottom的过顶战术。", + "C. top在中后场被动防守时过度依赖平抽技巧,未能及时切换到高远球化解bottom的连续头顶区压制,最终在第11拍反手击球时因发力过猛导致出界失误", + "D. top在第11拍前未能有效采用假动作迷惑对手,导致对手预判准确并迅速抢网反击,同时关键分中未能果断执行分球到底线空档的战术,反而在中场过渡时被对手持续压制。" + ], + "options_en": [ + "A. Bottom successfully employed full-court rallies in the early shots, then proactively shifted to net pressure tactics, causing Top to make a forced cross-court slice error on the crucial point. Additionally, Top failed to tighten the defensive stance in time.", + "B. Top failed to control the trajectory effectively when driving straight from the left midcourt on the crucial 11th shot, failing to limit the opponent's counterattack. Additionally, the passive net blocks earlier were of low quality, and the defense failed to neutralize Bottom's overhead tactic.", + "C. Top overly relied on flat drives during passive defense in the mid-rear court, failing to switch to clears to counter Bottom's continuous overhead pressure. This led to an overhit backhand shot on the 11th stroke, resulting in an outbound error.", + "D. Top did not effectively use deceptive moves to mislead the opponent before the 11th shot, allowing the opponent to anticipate accurately and quickly intercept at the net. Moreover, Top hesitated to execute the tactic of distributing the shuttle to the open backcourt during the crucial point, instead being continuously pressured in the midcourt transition." + ], + "answer": "B", + "question": { + "question_zh": "请分析本回合导致失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001910", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在防守阶段通过精准的反手挑后场过渡球为自己回位争取时间,最终逼迫对手在后场强行扣杀出现出界失误而得分", + "B. 双方在多拍拉锯中形成相持,top利用对手移动迟缓的特点,连续使用过顶高球争取时间,在对方被动过渡时抓住直线空档得分", + "C. top凭借高效的进攻压制连续得分,通过关键球的快杀、抢网和斜线压迫形成压制,尤其是中后场跳杀斜线为得分奠定基础", + "D. 对手在网前分球时出现判断失误,被top抓住空档以假动作骗过防守后,突然加速抢网扑杀造成对手被动回球下网" + ], + "options_en": [ + "A. Top defended precisely with backhand lifts to the backcourt to regain positioning, eventually forcing the opponent into an off-court error with a rushed smash from the backcourt.", + "B. Both players engaged in a multi-shot stalemate, with Top capitalizing on the opponent's slow movement by repeatedly using overhead clears to buy time, then seizing the straight-line gap when the opponent was forced into a passive transition.", + "C. Top scored continuously with efficient offensive pressure, using fast smashes, net interceptions, and cross-court pressure to dominate, especially with mid-backcourt jump smashes to the cross-court laying the foundation for scoring.", + "D. The opponent made a misjudgment during net shot placement, allowing Top to exploit the gap with a deceptive move, suddenly accelerating for a net kill that forced a weak return into the net." + ], + "answer": "C", + "question": { + "question_zh": "对这一回合的得分原因进行分析,指出该运动员是如何取得得分的关键因素?", + "question_en": "Analyze the reasons for scoring in this rally and identify the key factors that led to the player's success." + } + }, + { + "video_uid": "video_001911", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在抢网环节展现出极强的积极性压制了top的进攻,然而因自身底线球多次压线出界而得分无效,加上top突然改变战术偷袭后场才直接丢分。", + "B. bottom在相持阶段通过连续高质量平抽制造机会,可惜在最后网前争夺中因与top发生相互干扰的意外碰撞,被迫退防时被动形成的高远球被top抓住机会反击得分", + "C. bottom在被动防守时多次出现低质量过渡球,未能有效破解top节奏,关键分的防�굴击球下网直接导致失分。面对top的主动进攻缺乏有效反击手段,防守稳定性不足且未能抓住反攻机会。", + "D. bottom在关键分上通过高质量过顶杀球打乱了top的节奏,但由于网前小球处理过于急躁导致出界失误,同时top对分球线路预判失误才造成失分。" + ], + "options_en": [ + "A. Bottom showed strong aggressiveness in net play, suppressing Top's attacks. However, multiple baseline shots landed out of bounds, invalidating potential points. Additionally, Top suddenly changed tactics with a surprise rear-court shot, directly causing the loss.", + "B. Bottom created opportunities through consecutive high-quality drives during the rally. Unfortunately, a collision with Top during the final net exchange forced a defensive retreat. The resulting passive clear was exploited by Top for a counterattack and the winning point.", + "C. Bottom repeatedly played low-quality defensive shots when under passive defense, failing to effectively disrupt Top's rhythm. A key point was lost due to a defensive shot that went into the net. Facing Top's aggressive attacks, Bottom lacked effective countermeasures, showing insufficient defensive stability and failing to seize counterattack opportunities.", + "D. Bottom disrupted Top's rhythm with high-quality overhead smashes at critical points, but overly hasty net shot handling led to out-of-bounds errors. Meanwhile, Top misjudged the placement of the shots, resulting in lost points." + ], + "answer": "C", + "question": { + "question_zh": "请分析此回合失利的主要原因", + "question_en": "Please analyze the main reasons for losing this round." + } + }, + { + "video_uid": "video_001912", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在击球11的被动拦截中推球出界,关键分处理不当直接失分;击球9滑吊质量不足(球速较慢)也为对手创造了反击机会。", + "B. 关键失误源自击球12的抢网判断错误,被对手用假动作骗至相反方向后被动救球下网;击球6的分球到边线时力量控制偏差直接导致失分", + "C. 此回合中击球10的分球未能压制对手底线位置,导致对手成功抢网得分;击球7的假动作被对手识破后失去了进攻主动权。", + "D. 主要问题出现在击球8的上网衔接时手部停顿过于明显,被对手抓住机会用过顶劈杀迫使失误;击球5的过渡球线路选择也存在明显漏洞。" + ], + "options_en": [ + "A. TOP's passive interception in shot 11 resulted in a push shot going out, directly losing the point due to poor handling of the critical moment; the low-quality slide drop shot in shot 9 (relatively slow speed) also created a counterattack opportunity for the opponent.", + "B. The critical mistake stemmed from the misjudgment in rushing the net for shot 12, where the opponent used a deceptive move to lure TOP to the opposite direction, resulting in a passive net save that went into the net; the split shot to the sideline in shot 6 had a power control deviation, directly causing the loss of the point.", + "C. In this rally, the split shot in shot 10 failed to pressure the opponent's baseline, allowing them to successfully rush the net and score; the deceptive move in shot 7 was read by the opponent, leading to a loss of offensive initiative.", + "D. The main issue occurred during the net transition in shot 8, where the excessive hand pause was too obvious, giving the opponent an opportunity to force an error with an overhead slice smash; the shot selection for the transitional shot in shot 5 also had obvious flaws." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001913", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在底线相持中突然使用反手假动作假装击斜线,随后改用正手击出高远过顶球,导致top回球出界从而得分。", + "B. bottom通过反手展搓斜线分球成功调动top防守范围,在关键球压迫中迫使对手出现失误,最终把握住机会得分。", + "C. bottom处于被动过渡阶段将球回至对方中场区域,top急于进攻出现预判错误导致回球下网,bottom被动中意外得分。", + "D. bottom抢网成功后快速上网压迫,在连续两次正手杀球被top防守后,第三次劈吊对方中场空挡迫使对手被动失误得分。" + ], + "options_en": [ + "A. Bottom suddenly used a backhand feint to pretend hitting cross-court during a baseline rally, then switched to a forehand clear over the top, causing top to return the shuttle out of bounds and thus scoring.", + "B. Bottom successfully mobilized top's defensive range by using a backhand cross-court slice to spread the shuttle, forcing the opponent into an error under pressure during the crucial point, and ultimately seized the opportunity to score.", + "C. Bottom, in a passive transition phase, returned the shuttle to the opponent's mid-court area. Top, eager to attack, misjudged and hit the shuttle into the net, resulting in an unexpected score for bottom in a passive situation.", + "D. After a quick net kill, bottom rushed to the net to apply pressure. After two consecutive forehand smashes were defended by top, the third shot was a forehand drop shot to the mid-court gap, forcing the opponent into a passive error and scoring." + ], + "answer": "B", + "question": { + "question_zh": "请分析本回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this round." + } + }, + { + "video_uid": "video_001914", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键分时试图用假动作过顶高远球欺骗对手,但球速过慢被对手预判反击,导致反拍抽杀下网。", + "B. 对手通过连续平抽让bottom处于被动,bottom在回防时急于过渡,但反手挑球力量不足未能过网,造成直接失分。", + "C. bottom在中场过渡阶段多次采用分球战术,但落点过于靠近对手习惯区域,被对手连续封网压制,最终网前抽球出界失分。", + "D. bottom在长时间相持后网前专注度下降,尤其最后一球反手搓放网前时落点选择失误,直接导致失分。尽管此前多次通过劈杀和跳杀创造机会,但关键分未能稳定处理网前球。" + ], + "options_en": [ + "A. At the crucial point, Bottom attempted to deceive the opponent with a fake overhead clear, but the slow speed allowed the opponent to anticipate and counter, resulting in a backhand drive shot into the net.", + "B. The opponent kept Bottom passive with continuous flat drives. While defending, Bottom rushed the transition but the backhand net lift lacked power and failed to clear the net, causing a direct loss.", + "C. Bottom frequently used the split shot tactic during midcourt transitions, but the placements were too close to the opponent's preferred zones, leading to consecutive net blocks and pressure, ultimately losing the point with a net drive shot going out.", + "D. Bottom's focus at the net declined after a prolonged rally, especially with a misplaced net shot choice on the final backhand drop shot, directly causing the loss. Despite creating opportunities earlier with slice smashes and jump smashes, the key point was mishandled due to unstable net play." + ], + "answer": "D", + "question": { + "question_zh": "请指出导致该回合失利的核心原因?", + "question_en": "Please identify the core reason that led to the loss of this rally?" + } + }, + { + "video_uid": "video_001915", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top运用假动作骗到bottom重心转移后快速上网,通过精准扑杀得分,而bottom因预判错误未能及时封网阻止", + "B. top通过快速抢网占据主动,连续压迫迫使bottom在被动中尝试过渡,但bottom的回球未能过网,最终top抓住机会得分。", + "C. bottom试图用反手分球到边线制造威胁,但top及时横跨场地以精准的反手回挡压制,bottom因节奏被打乱导致回球出界失误。", + "D. bottom通过精准的滑吊直线球制造威胁,迫使top在后续回球中出现失误下网,最终抓住机会得分。" + ], + "options_en": [ + "A. Top used a deceptive move to mislead Bottom's weight transfer, then quickly rushed the net and scored with a precise net kill, while Bottom failed to intercept due to misjudgment.", + "B. Top took the initiative by quickly rushing the net, continuously pressuring Bottom to attempt a defensive shot in a passive position, but Bottom's return failed to clear the net, allowing Top to seize the opportunity to score.", + "C. Bottom attempted to create a threat with a cross-court backhand shot to the sideline, but Top swiftly covered the court and countered with a precise backhand block, disrupting Bottom's rhythm and causing an out-of-bounds error.", + "D. Bottom created a threat with a precise straight-line drop shot, forcing Top to make an error by hitting the net in the subsequent return, and ultimately seized the opportunity to score." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001916", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在应对top的连续下压时调整站位及时,但主动进行假动作骗攻后出现判断失误,过渡球路线过于保守被对手预判,导致关键分处理失准", + "B. bottom在关键进攻环节选择过于激进,主动抢攻导致反手分球落点偏出界,且被对手利用过顶高远球压制后未能及时上网,导致节奏完全被top掌控", + "C. bottom在关键防守环节处理不当,反手挡网质量偏低导致直接漏掉防守机会,且在被连续压迫后缺乏有效反击手段,过渡球路线选择未能制约top的进攻节奏", + "D. bottom在分球选择上精准压制了对手空档,但top突然启动抢网并完成高质量过顶扣杀,迫使bottom被迫退场导致回球下网失分" + ], + "options_en": [ + "A. Bottom adjusted positioning timely against Top's consecutive smashes but misjudged after attempting a deceptive shot. Overly conservative transitional routes were anticipated by the opponent, causing inaccuracy in handling the crucial point.", + "B. Bottom opted for overly aggressive plays during the key offensive phase, leading to an out-of-bounds backhand placement after an active attack. Additionally, failing to move forward promptly after being pinned by Top's overhead clear resulted in complete loss of rhythm control.", + "C. Bottom mishandled the key defensive moment with a low-quality backhand block that missed the defensive opportunity, and lacked effective counterattacks after being continuously pressured, with transitional shot selections failing to disrupt Top's offensive rhythm.", + "D. Bottom precisely targeted the opponent's gap with placements, but Top suddenly rushed the net and executed a high-quality overhead smash, forcing Bottom to retreat and resulting in a netted return." + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合中失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001917", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在击球7的挡网出现重大瑕疵后,top做出正手扑球,使其因过于着急导致球下网,bottom成功得分。", + "B. bottom在击球4的被动阶段选择重杀对角,造成top防守不及回球下网,最终实现得分。", + "C. bottom在击球6时因对方抢网失误选择挑后场过渡,top随后精准的反手过顶高球迫使对手被动回球出界,导致bottom得分。", + "D. 面对top在击球5的高速劈杀,bottom通过侧身移动完成高质量的防守吊对角,迫使top扑球下网从而得分。" + ], + "options_en": [ + "A. After a major flaw in the block at shot 7 by bottom, top executed a forehand net kill, causing the ball to go into the net due to over-eagerness, allowing bottom to score.", + "B. During the passive phase at shot 4, bottom opted for a powerful cross-court smash, leaving top unable to defend in time and netting the return, ultimately securing the point.", + "C. At shot 6, bottom chose a clear to the backcourt as the opponent failed to intercept at the net. Top then delivered a precise backhand overhead clear, forcing the opponent into a passive return that went out, resulting in a point for bottom.", + "D. Facing a high-speed smash at shot 5 by top, bottom moved sideways to execute a high-quality defensive cross-court drop shot, forcing top to net the net kill and thus scoring." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合的得分关键因素是什么?", + "question_en": "Please analyze the key factors for scoring in this rally." + } + }, + { + "video_uid": "video_001918", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在对抗中主动分球至对手边线区域,利用假动作欺骗对手重心转移,随后突然变直线扣杀制胜,而top因移动不及未能触及球而得分。", + "B. bottom因对手top在前场防守时出现判断失误,导致回球落点过近网前,通过及时的扑杀配合快速上网封堵战术,趁对手重心未稳直接得分。", + "C. bottom凭借精准的战术组合得分。先通过正手劈杀施加压力,迫使top落入被动防守,随后果断采用正手拦吊改变节奏,突然的软硬结合让top失去重心,直接得分。", + "D. bottom通过反手过顶击球制造压迫感,导致top回球出界。随后通过快速攻向对方反手位缺口和连续挑后场压制,最终引发对手回球下网失误而得分。" + ], + "options_en": [ + "A. Bottom actively split the shuttle to the opponent's sideline during the rally, using a deceptive move to mislead Top's weight transfer. They then suddenly switched to a straight smash for the winning shot, while Top failed to reach the shuttle due to insufficient movement.", + "B. Bottom capitalized on Top's misjudgment during frontcourt defense, which resulted in a return landing too close to the net. They seized the opportunity with a timely net kill and quick follow-up to block the frontcourt, scoring directly while Top was off-balance.", + "C. Bottom scored with precise tactical combinations. First, they applied pressure with a forehand smash, forcing Top into passive defense. Then, they decisively used a forehand block-drop to change the rhythm. The sudden mix of hard and soft shots caused Top to lose balance, resulting in a direct point.", + "D. Bottom created pressure with an overhead backhand shot, causing Top to return the shuttle out of bounds. They then quickly attacked the gap in Top's backhand area and followed up with consecutive net lifts to the rear court, ultimately forcing Top to make a net error and score." + ], + "answer": "C", + "question": { + "question_zh": "请解释这一回合的得分原因", + "question_en": "Please explain the reason for scoring in this rally." + } + }, + { + "video_uid": "video_001919", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过精准的网前控制和持续防守制造机会,在击球27中以高质量放网球压迫对手,最终通过反手扑直线果断进攻完成得分", + "B. 对手在击球30中出现回球下网失误,导致bottom意外得分,而bottom在整回合中的反手抽球力量不足,但对手失误是主要原因", + "C. 对手在被动情况下过度防守反击,bottom通过连续平抽直线压制,最终对手回球出界造成得分,但自身战术偏向防守为主", + "D. bottom在击球25使用假动作骗过对手后,以强力过顶高远球压制对手,但因为对手抢网不及导致得分,而非主动进攻" + ], + "options_en": [ + "A. Bottom created opportunities through precise net control and consistent defense, pressured the opponent with a high-quality net shot at stroke 27, and decisively scored with a backhand straight net kill.", + "B. The opponent made a net error at stroke 30, leading to an unexpected point for Bottom. Although Bottom's backhand drives lacked power, the opponent's mistake was the primary reason.", + "C. The opponent over-defended in a passive situation. Bottom continuously pressured with straight drives, and the opponent's shot went out, resulting in the point, though Bottom's tactics leaned more toward defense.", + "D. Bottom deceived the opponent with a feint at stroke 25, then suppressed them with a powerful overhead clear. However, the point resulted from the opponent failing to intercept at the net, not from active offense." + ], + "answer": "A", + "question": { + "question_zh": "在这一回合中,选手bottom成功得分的主要原因是什么?", + "question_en": "In this rally, what was the main reason why the player 'bottom' successfully scored the point?" + } + }, + { + "video_uid": "video_001920", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在防守对手杀球时反手挡网失误,未能有效化解压力,最终因关键分处理不当导致失分。", + "B. 对手通过假动作骗出空档后精准分球至边线,导致top上网预判失误未能及时到位,最终因移动滞后造成回球出界而失分。", + "C. 对手通过连续压迫造成top处于被动防守状态,当top尝试后场过渡时因力量控制不足,最终因回球下网直接导致失分。", + "D. top在抢网对抗中试图强行进攻过顶,但击球时机选择失误导致球速失控,最终因线路偏移过大未能过网而失分。" + ], + "options_en": [ + "A. TOP made a mistake in blocking the opponent's smash with a backhand net shot, failing to effectively relieve the pressure, and ultimately lost the point due to poor handling of the critical moment.", + "B. The opponent used a deceptive move to create an opening and precisely placed the shuttle to the sideline, causing TOP to misjudge the net approach and fail to reach in time, ultimately losing the point due to delayed movement and an out-of-bounds return.", + "C. The opponent's continuous pressure forced TOP into a passive defensive position. When TOP tried a rear-court transition, insufficient power control led to the shuttle failing to clear the net, directly resulting in losing the point.", + "D. TOP attempted a forced overhead attack during a net duel but mistimed the shot, causing the shuttle speed to go out of control, ultimately losing the point as the trajectory deviated too much and failed to clear the net." + ], + "answer": "A", + "question": { + "question_zh": "分析导致这一回合失分的直接原因", + "question_en": "Analyze the direct cause of losing this rally." + } + }, + { + "video_uid": "video_001921", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 第7拍分球至边线未能有效限制对手移动空间,导致对方快速抢网反击得分,而击球5的假动作过顶球和击球9的过渡球处理过于保守加重了防守压力。", + "B. 击球9的假动作高远球被对手识破后形成高压反攻,加之击球3的过顶球出界和击球5的被动挡网持续暴露防守漏洞最终导致失分。", + "C. 因击球8的过渡球直接出界造成失分,同时击球4的网前球处理犹豫和击球7的反手分球失误形成了连续丢分的连锁反应", + "D. top在击球10正手抽球时因线路选择失误导致球下网直接失分,此前击球6高远球未能压制对手和击球8挡网被动也使其陷入连续防守的被动局面。" + ], + "options_en": [ + "A. The 7th shot (a cross-court shot to the sideline) failed to effectively limit the opponent's movement space, allowing the opponent to quickly rush to the net and counterattack for a point. Additionally, the 5th shot (a deceptive overhead shot) and the 9th shot (a transitional shot) were overly conservative, increasing defensive pressure.", + "B. The 9th shot (a deceptive clear) was anticipated by the opponent, leading to a smash counterattack. Combined with the 3rd shot (an overhead shot that went out) and the 5th shot (a passive block), defensive weaknesses were continuously exposed, ultimately resulting in the loss of the point.", + "C. The 8th shot (a transitional shot) went directly out, causing the loss of the point. Meanwhile, hesitation in handling the 4th shot (a net shot) and a mistake in the 7th shot (a backhand cross-court shot) created a chain reaction of consecutive lost points.", + "D. During the 10th shot, a forehand drive was played with poor line selection, causing the shuttle to go into the net and resulting in a direct loss of the point. Previously, the 6th shot (a clear) failed to suppress the opponent, and the 8th shot (a block) was passive, putting the player in a continuous defensive situation." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合失分的主要原因并说明过程?", + "question_en": "Please analyze the main reason for losing the point in this rally and describe the process." + } + }, + { + "video_uid": "video_001922", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在左中场反手过渡球直接送出简单杀球机会,此前的推挑后场也未能拉开足够防守空间导致连续被动", + "B. 对手通过网前假动作骗出底线空档,而bottom未能及时封堵导致失分,此前的抢网节奏也未能有效压制对方的被动反击", + "C. 双方在中场形成多拍拉吊时,bottom分球到对手薄弱的后场区域却被精准拦截,加之此前的过顶球尝试未能制造足够威胁陷入被动", + "D. bottom在右中场防守时因急于衔接未能控制落点,错失反攻机会,此前的连续对角线推球反而暴露了防守重心方向" + ], + "options_en": [ + "A. At the left midcourt, bottom's backhand defensive shot directly gave away an easy smash opportunity. The earlier push-and-lift to the rear court also failed to create enough defensive space, leading to consecutive passive plays.", + "B. The opponent used a net fake to open up the baseline gap, and bottom failed to block in time, resulting in a lost point. The earlier net-rushing tempo also failed to effectively suppress the opponent's passive counterattack.", + "C. During a multi-shot rally at the midcourt, bottom's cross-court shot to the opponent's weak rearcourt area was intercepted precisely. Additionally, the earlier overhead shot attempt failed to create sufficient threat, leading to passive play.", + "D. While defending at the right midcourt, bottom rushed the transition and failed to control the placement, missing a counterattack chance. The earlier consecutive diagonal push shots also exposed the defensive weight distribution." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合失利的关键原因?", + "question_en": "Please analyze the key reason for losing this rally?" + } + }, + { + "video_uid": "video_001923", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom发球质量较一般且落点控制不足,未能限制top接发进攻空间", + "B. bottom在网前封网时因被top的假动作欺骗,未能及时抢网导致分球到边线后仍无法组织有效反击", + "C. top在接发球时因对底线分球的预判失误,选择反手过渡但线路偏正被对手直接扣杀得分", + "D. bottom在底线多拍相持中因急于变线选择劈对角,但击球时机过早造成回球下网" + ], + "options_en": [ + "A. The quality of the serve by bottom was average with insufficient placement control, failing to limit top's attacking space in the return.", + "B. At the net, bottom was deceived by top's deceptive move and failed to intercept in time, resulting in a placement shot to the sideline that still couldn't set up an effective counterattack.", + "C. During the return, top misjudged the deep placement shot and opted for a backhand defensive shot, but the trajectory was too central, allowing the opponent to smash directly for the point.", + "D. In a baseline rally, bottom rushed to change direction with a cross-court slice but hit the shot too early, causing the shuttle to go into the net." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合中失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001924", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对top的快速抢网战术,bottom选择通过持续中场过顶高球消耗对手体能,最终在top回球质量下降时抓住机会精准吊对角空当得分,体现了对比赛节奏的精准判断。", + "B. bottom利用假动作骗过top的防守重心后,突然改用反手平抽直线分球,迫使top在被动中勉强扑救造成回球出界,整套战术配合展现了精准的节奏把控和线路变化。", + "C. top在底线多拍相持中连续运用网前小球和高远球压制,导致bottom移动不及选择勉强后场暴发力,结果因击球力度过大导致球直接出底线,证明防守反击战术的有效性。", + "D. bottom在关键分上通过左中场正手追身斜线杀球制造威胁,逼迫top出现失误,这一攻击线路选择和击球质量直接奠定了胜局。" + ], + "options_en": [ + "A. Facing Top's fast net-rushing tactic, Bottom opted to consume the opponent's stamina with consistent midcourt overhead clears. Finally, when Top's shot quality declined, Bottom seized the opportunity to score with an accurate cross-court drop shot into the open space, showcasing precise judgment of the match rhythm.", + "B. Bottom used a feint to deceive Top's defensive stance and suddenly switched to a backhand straight drive, forcing Top to make a desperate save in a passive position, resulting in the ball going out of bounds. The entire tactical sequence demonstrated precise rhythm control and line variation.", + "C. Top continuously used net drops and clears to pressure Bottom during a baseline rally, causing Bottom to rush a powerful backcourt shot. The excessive force led to the ball going out of bounds, proving the effectiveness of the defensive counterattack tactic.", + "D. Bottom created a threat with a forehand cross-court body smash from the left midcourt at a crucial point, forcing Top to make a mistake. This choice of attacking line and shot quality directly secured the victory." + ], + "answer": "D", + "question": { + "question_zh": "请解释本回合得分的主要原因?", + "question_en": "Please explain the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001925", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键分的反手被动勾球出现致命失误,未能有效处理前场压迫球导致下网", + "B. bottom在被动过渡阶段选择网前挑球高度不足,被对手预判拦截后以过顶劈杀得分", + "C. 对手通过连续分球压制底线迫使bottom被迫大范围移动,最终反手击球未能过网直接失误", + "D. bottom在网前对抗中被对手的假动作骗到右侧后,正手扑杀未及时上网导致抢网失败" + ], + "options_en": [ + "A. Bottom made a fatal error with a backhand cross-court net shot at a crucial point, failing to handle the net pressure effectively and hitting the ball into the net.", + "B. Bottom chose a net lift with insufficient height during a passive transition, which was anticipated and intercepted by the opponent, who scored with an overhead smash.", + "C. The opponent continuously placed shots to the baseline, forcing Bottom to move extensively, resulting in a failed backhand shot that didn't clear the net.", + "D. Bottom was deceived by the opponent's fake move to the right during a net duel, failing to advance quickly enough for a forehand net kill, leading to a failed net interception." + ], + "answer": "A", + "question": { + "question_zh": "请指出该回合导致失分的主要原因?", + "question_en": "Please identify the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001926", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在关键过渡阶段未能有效化解对手施压,最后一击反手放网失误导致失分,防守稳定性不足", + "B. 由于上网移动速度不足未能及时抢占有利位置,最终在被动状态下勉强劈吊边线但球速不足导致下网", + "C. 对方通过精准的反手过顶技术压制底线后,利用假动作欺骗防守,迫使防守方被动回球出界造成失分", + "D. 主动选择冒险的网前扑杀策略时出现预判偏差,导致击球时机延误让对手抓住机会完成制胜扣杀" + ], + "options_en": [ + "A. The top player failed to effectively counter the opponent's pressure during the crucial transition phase, and the final backhand net shot error led to the loss of the point due to insufficient defensive stability.", + "B. Due to insufficient speed in moving forward to the net, the player failed to secure an advantageous position in time, ultimately resulting in a forced slice to the sideline in a passive state, but the shot lacked speed and went into the net.", + "C. The opponent suppressed the baseline with a precise backhand overhead shot, then used a deceptive move to mislead the defense, forcing a passive return that went out of bounds, resulting in the loss of the point.", + "D. When actively choosing a risky net kill strategy, there was a misjudgment in anticipation, causing a delay in the hitting timing, which allowed the opponent to seize the opportunity and execute a winning smash." + ], + "answer": "A", + "question": { + "question_zh": "请解释这一回合失分的主要原因。", + "question_en": "Please explain the main reason for losing the point in this rally." + } + }, + { + "video_uid": "video_001927", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手通过精准的假动作骗到网前空档,导致top预判失误后被动回球下网,暴露了防守专注度不足的问题", + "B. top在关键分处理不够冷静,面对连续压制选择高风险扑球却出现失误,未能有效应对对手的网前施压", + "C. 双方在多拍相持中对方突然使用过顶高球打破压制,top被迫在极端被动位置勉强回挡导致回球出界", + "D. top在被动防守阶段选择冒险分球到边线,尽管成功压制了对手但被快速抢网扑杀,反映线路选择存在偏差" + ], + "options_en": [ + "A. The opponent used precise deception to create a net gap, causing the top player to misjudge and passively return the shuttle into the net, exposing a lack of defensive focus", + "B. The top player lacked composure in handling the crucial point, opting for a high-risk net kill under continuous pressure but committing an error, failing to effectively counter the opponent's net pressure", + "C. During a multi-shot rally, the opponent suddenly used an overhead clear to break the pressure, forcing the top player into an extremely passive position where a desperate block resulted in an out-bound return", + "D. During passive defense, the top player risked a cross-court drive to the sideline. Although successfully pressuring the opponent, they were quickly intercepted by a net kill, reflecting poor shot selection" + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合中输掉一分的主要原因", + "question_en": "Please analyze the main reason for losing the point in this rally" + } + }, + { + "video_uid": "video_001928", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. BOTTOM在主动进攻阶段发力过猛,第3拍劈杀因击球点过低造成出界,第6拍反手直线重杀被对手高质量救回,最终因连续强攻失误自我崩盘导致失分", + "B. BOTTOM在关键防守环节连续犯错,第9拍正手挡网过渡质量严重不足,第7拍反手推挑未能有效拉开空间反而暴露防守漏洞,最终因网前被动防守的多次失误导致丢分", + "C. THROAT在关键分上过于依赖网前压迫,第8拍扑杀被对手成功拦截后,第10拍放网质量不足遭反击,最终因底线防守轮转不及而陷入被动结局", + "D. THROAT在攻防转换环节出现犹豫,第5拍反手过渡时选择过于保守导致底线空档暴露,第11拍网前扑杀因对手提前预判而被化解,最终因主动进攻停滞失去得分机会" + ], + "options_en": [ + "A. BOTTOM overexerted during the active offense phase: the 3rd-shot slice smash went out due to a low contact point, and the 6th-shot backhand straight smash was retrieved by the opponent with high quality. Ultimately, continuous forced-attack errors led to self-collapse and losing the point.", + "B. BOTTOM made consecutive mistakes in critical defensive moments: the 9th-shot forehand block net transition was severely lacking in quality, and the 7th-shot backhand push lift failed to effectively create space, instead exposing defensive gaps. Ultimately, multiple errors in passive net defense led to losing the point.", + "C. THROAT overly relied on net pressure at critical points: the 8th-shot net kill was successfully intercepted by the opponent, and the 10th-shot net shot lacked quality, leading to a counterattack. Ultimately, the failure to rotate baseline defense in time resulted in a passive outcome.", + "D. THROAT hesitated during the offense-defense transition: the overly conservative choice on the 5th-shot backhand transition exposed the baseline gap, and the 11th-shot net kill was countered due to the opponent's anticipation. Ultimately, the stagnation in active offense resulted in losing the scoring opportunity." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合失败的主要原因", + "question_en": "Please analyze the main reason for losing this rally" + } + }, + { + "video_uid": "video_001929", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第35拍正手抽对角线直线压中线得分,此前通过第32拍分球至边线迫使top被迫上网,随后第33拍反手挑后场造成对方回球出界。", + "B. bottom在第34拍上网时用平抽快攻斜线压制,并在第32拍以假动作骗对手后撤,导致top在第33拍高远球因质量不足被其直接反击得分", + "C. bottom凭借第34拍正手跳杀劈杀大斜线直接得分,该杀球线路精准且质量顶尖。此前通过第32拍平高斜线压制对手后仰,迫使top第33拍高远球质量下滑,为终结进攻创造机会。", + "D. bottom在第34拍用反手过顶挑直线打中压线得分,并在第31拍用勾对角线动作骗到对手后仰,使top在第33拍扑网时出现失误下网。" + ], + "options_en": [ + "A. Bottom scored with a forehand drive straight down the line at the 35th shot. Previously, the 32nd shot placement to the sideline forced Top to rush to the net, followed by a backhand lift to the backcourt at the 33rd shot, causing the opponent to return the shuttle out of bounds.", + "B. Bottom scored by pressuring with a fast drive cross-court at the 34th shot when moving to the net. At the 32nd shot, a deceptive move tricked the opponent into retreating, leading Top to deliver a poor-quality clear at the 33rd shot, which was directly countered for the point.", + "C. Bottom scored directly with a forehand jump smash cross-court at the 34th shot, which was precise and of top quality. Previously, the 32nd shot flat high clear cross-court pressured the opponent into a backward lean, forcing Top to deliver a poor-quality clear at the 33rd shot, creating the opportunity to finish the attack.", + "D. Bottom scored with a backhand overhead lift straight down the line at the 34th shot. At the 31st shot, a cross-court net shot deceived the opponent into leaning back, causing Top to make a net kill error at the 33rd shot, resulting in the shuttle failing to clear the net." + ], + "answer": "C", + "question": { + "question_zh": "对于这个回合,请解释得分的主要原因", + "question_en": "For this rally, please explain the main reason for scoring." + } + }, + { + "video_uid": "video_001930", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过连续三次网前小球压迫对手,最终对手在急于抢网时出现挥拍未触球的直接失误拿下关键分", + "B. top在被动防守时通过底线附近的大角度分球消耗对手移动能力,对手因体力不支回球下网从而得分", + "C. top通过快推和节奏变化持续压制,关键的右后场正手劈杀斜线球强势锁定胜局,成功迫使对手被动失误", + "D. top利用反手区假动作骗到对手重心偏移后,快速扣杀直线球造成对手被动扑救时球拍过网击球失误,最终得分" + ], + "options_en": [ + "A. top applied relentless net shot pressure with three consecutive drops, ultimately causing the opponent to completely miss the shuttle during an overeager net rush", + "B. top relied on defensive wide-angle drives near the baseline to exhaust the opponent's mobility, leading to a net error due to fatigue", + "C. top continuously pressured the opponent with fast push shots and tempo changes, and decisively secured the point with a powerful forehand cross-court slash from the right rear court, forcing the opponent into a passive error", + "D. top used a deceptive backhand shot to mislead the opponent's weight shift, then swiftly executed a straight smash, causing the opponent to make a net touch error during a desperate lunge" + ], + "answer": "C", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001931", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在网前主动抢网并打出直线过顶球,然而bottom预判准确回出高质量平抽直线,迫使top击球出界失分从而得分。", + "B. bottom利用假动作分球骗过后顶防守后,迅速以正手高远球控制底线,迫使top在被动中回球下网,最终通过底线压制完成得分。", + "C. bottom通过精准的战术执行完成得分,先以网前斜线分球打乱top节奏,随后在左后场果断正手平抽直线创造压力,直接导致top回球失误。", + "D. bottom在底线多次使用正手拉吊结合战术压制对方反手,随后以网前小球和假动作分球,间接造成top回球出界完成得分。" + ], + "options_en": [ + "A. Top actively intercepted at the net and played a straight overhead shot, but bottom anticipated accurately and returned with a high-quality straight drive, forcing top to hit the ball out of bounds and lose the point.", + "B. Bottom used a deceptive shot to bypass the rear defense, then quickly controlled the baseline with a forehand clear, forcing top into a passive return that went into the net, ultimately scoring through baseline pressure.", + "C. Bottom scored through precise tactical execution, first disrupting top's rhythm with a cross-court net shot, then decisively hitting a straight forehand drive from the left rear court to create pressure, directly causing top to make a return error.", + "D. Bottom repeatedly used a combination of forehand clears and drop shots to pressure top's backhand from the baseline, followed by a net shot and deceptive shot, indirectly causing top to return the ball out of bounds and score." + ], + "answer": "C", + "question": { + "question_zh": "请解释本回合得分的主要原因?", + "question_en": "Please explain the main reason for scoring in this round?" + } + }, + { + "video_uid": "video_001932", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过正手杀斜线至左后场拉开对手站位,在关键阶段持续施压,迫使对手出现致命失误", + "B. after被动情况下选择勾对角过顶过渡球,bottom未能及时启动抢网导致回球直接飞出底线", + "C. after通过反手抽对角分球至右侧边线打乱对手移动节奏,利用快速上网压迫造成对方回球出界", + "D. bottom在网前突然做出头顶区假动作后改推直线,骗过防守队员使得对手判断失误导致下网" + ], + "options_en": [ + "A. bottom executed a forehand cross-court smash to the left rear court, widening the opponent's stance, and maintained continuous pressure during the critical phase, forcing the opponent into a fatal error.", + "B. after chose a cross-court net shot as a defensive lob in a passive situation, and bottom failed to react quickly enough to intercept at the net, causing the return to fly directly out of bounds.", + "C. after played a backhand drive cross-court to the right sideline, disrupting the opponent's movement rhythm, and utilized a quick net rush to pressure, causing the opponent's return to go out of bounds.", + "D. bottom suddenly feigned an overhead shot at the net before changing to a straight push shot, deceiving the defender and causing the opponent to misjudge, resulting in the ball failing to clear the net." + ], + "answer": "A", + "question": { + "question_zh": "在这次回合中,请分析导致得分的关键因素是什么?", + "question_en": "In this rally, what is the key factor that led to scoring the point?" + } + }, + { + "video_uid": "video_001933", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在被动防守中突然使用过顶挑球改变节奏,bottom虽尝试抢网但预判错误导致回球出界,最终以战术变化实现得分。", + "B. top运用底线分球配合手腕停顿制造假动作,诱使bottom判断失误后突击直线,对手因预判错误回球下网导致得分。", + "C. 在多拍相持阶段,bottom凭借快速上网封网压制了top的网前路线,但因体能下降导致后场防守空档过大,被top抓住机会扣杀斜线得分。", + "D. top通过网前抢推过顶斜线压制对手防线,连续调动使bottom陷入被动,最终逼迫对手在左后场出现关键失误。" + ], + "options_en": [ + "A. Top suddenly changed the tempo with an overhead net lift during passive defense. Although Bottom attempted a net kill, misjudgment led to an out-of-bounds return, scoring through tactical variation.", + "B. Top used deep clears combined with a wrist pause to create a deceptive shot, misleading Bottom's judgment before executing a straight smash, causing the opponent to net the return due to misjudgment.", + "C. During a prolonged rally, Bottom suppressed Top's net play with quick net interceptions but left a large gap in rear-court defense due to fatigue, allowing Top to seize the opportunity for a cross-court smash.", + "D. Top pressured the opponent's defense by aggressively pushing a cross-court net shot over the head, continuously moving Bottom into a passive position, ultimately forcing a critical error in the left rear court." + ], + "answer": "D", + "question": { + "question_zh": "请解释该回合的得分原因?", + "question_en": "Please explain the reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001934", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过主动施压打开局面,先在击球2用推挑拉开角度,再以击球4跳杀压迫防线,最终抓住中场机会用劈杀大斜线精准得分,进攻层次清晰且关键球处理果断", + "B. bottom在被动过渡阶段连续三次用分球化解压力,随后突然加快节奏用劈对角攻击空当,因对手移动不及导致下网失误,暴露了防守反击中的突然变速战术效果", + "C. bottom采用假动作骗开对手重心后,通过多次过顶高远球迫使对手陷入被动,最后利用对手回球质量下降时突击直线得分,体现了耐心周旋与捕捉失误机会的能力", + "D. bottom通过多次放网前球调动对方前后场,当对手被迫上网时果断用大力跳杀压中场,迫使对手勉强扑救导致回球出界,展现了网前控制与强力进攻的衔接配合" + ], + "options_en": [ + "A. bottom created opportunities by applying active pressure, first using a push shot to widen the angle at stroke 2, then pressuring the defense with a jump smash at stroke 4, and finally seizing the mid-court chance to score precisely with a sliced smash down the wide line. The offensive sequence was clear, and key shots were handled decisively.", + "B. bottom defused pressure with three consecutive split shots during the passive transition phase, then suddenly accelerated the pace with a sliced cross-court attack targeting the open space. The opponent failed to move in time, resulting in a net error, exposing the effectiveness of sudden tempo changes in defensive counterattacks.", + "C. bottom used a feint to disrupt the opponent's balance, then forced the opponent into a passive position with multiple overhead clears, and finally capitalized on the opponent's declining shot quality to score with a straight-line attack. This demonstrated patience in maneuvering and the ability to seize mistakes.", + "D. bottom repeatedly used net shots to move the opponent between front and back courts. When forced to approach the net, the opponent was pressured by a powerful jump smash to the mid-court, leading to a desperate net kill that sent the shuttle out of bounds. This showcased seamless coordination between net control and aggressive offense." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reasons for scoring in this rally" + } + }, + { + "video_uid": "video_001935", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在连续压制对手后急于终结回合,正手扑追身球因击球力量控制失衡导致出界,未能把握住前三场的主动优势。", + "B. 在被动防守阶段选手被迫使用正手抽击直线试图挽救,但受到对手凌厉的网前封堵干扰,导致回球出底线且无力改变局面,未能延续防守反击战术的延续性。", + "C. 选手在主动相持阶段选择反手劈吊对角线意图迷惑对手,但击球高度预判偏差过大导致球拍触网出界,关键分处理时战术执行出现重大失误。", + "D. 选手在取得领先后尝试通过连续挑后场压制对手,但误判风向导致球落在边线界外,在关键分选择过度保守的战术布局反而丧失优势" + ], + "options_en": [ + "A. After continuously pressuring the opponent, top rushed to finish the rally. The forehand net kill aimed at the body went out due to imbalanced power control, failing to capitalize on the early-game dominance.", + "B. In the passive defensive phase, the player was forced to attempt a forehand straight drive to salvage the rally but was disrupted by the opponent's sharp net block, resulting in the shot going out beyond the baseline and failing to sustain the defensive counterattack strategy.", + "C. During the active rally phase, the player chose a backhand cross-court slice drop shot to deceive the opponent but misjudged the shot height severely, causing the racket to touch the net and go out. This was a critical tactical execution error at a crucial point.", + "D. After taking the lead, the player tried to suppress the opponent with consecutive backcourt lifts but misjudged the wind direction, causing the shuttle to land outside the sideline. The overly conservative tactical choice at a crucial point led to losing the advantage." + ], + "answer": "A", + "question": { + "question_zh": "请分析此回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001936", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在底线防守时因提前预判失误未能封堵直线空档,而top抓住机会用正手大力扣杀迫使对方慌乱中将球回出界外造成得分", + "B. top在关键的最后一击中,利用反手停顿骗术制造网前假动作,精准放出直线网前球,成功迫使bottom预判失误并出现重心后撤的防守漏洞。", + "C. 当top处于被动过渡时突然使用反手假动作分球迷惑对手,随即变被动为主动抢网并采用压迫式劈吊,导致bottom判断错误且接球出界。", + "D. top通过连续三次反手挑后场过顶球配合大角度分球,造成bottom左右横移失误进而失去重心,最后以快速杀对角完成致命一击。" + ], + "options_en": [ + "A. Bottom failed to block the straight gap due to early misjudgment while defending at the baseline, and top seized the opportunity with a powerful forehand smash, forcing bottom to panic and return the ball out of bounds, resulting in the point.", + "B. In the crucial final shot, top used a backhand hesitation deception to create a net fake, precisely placing a straight net shot, successfully forcing bottom to misjudge and retreat, creating a defensive gap.", + "C. When top was in a passive transition, they suddenly used a backhand fake cross-court shot to confuse the opponent, then turned defense into offense by rushing the net and applying a pressured drop shot, leading to bottom's misjudgment and an out-of-bounds return.", + "D. Top employed three consecutive backhand net lifts to the deep court combined with wide-angle cross-court shots, causing bottom to lose balance due to lateral movement errors, and finished with a fast cross-court smash for the decisive point." + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因是什么?", + "question_en": "Please analyze the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001937", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对bottom在底线连续的强势扣杀,top虽积极尝试抢网但移动速度不足,未能及时封堵击球点,最终被迫选择无谓的平高球却回球弧线过低,直接被对手把握时机反击扣杀得分。", + "B. 当top试图以主动进攻压制bottom的中场时,多次采用过顶高远球试图打乱节奏,但bottom迅速分球到边线拉开空档,导致top防守范围过大,最终在反击中被迫仓促击球导致回球出界失分。", + "C. top在击球时频繁使用手上停顿的假动作意图欺瞒bottom,却反被对手识破并主动抢网上前压迫,致使top在勉强防守的网前轻挡球直接下网而失利。", + "D. top在被动防守中缺乏有效的反击手段,尤其在被连续压制中场后,过渡球质量不高且落点单一,未能有效遏制bottom的进攻节奏,最终因最后一板挡网防守的落点被预判而失分。" + ], + "options_en": [ + "A. Facing Bottom's consecutive powerful smashes from the baseline, Top actively tried to intercept at the net but lacked sufficient movement speed, failing to block the hitting point in time. Ultimately, Top was forced to opt for a reckless flat clear with an overly low trajectory, which Bottom seized the opportunity to counter-smash for the point.", + "B. When Top attempted to suppress Bottom's midcourt with aggressive offense, multiple overhead clears were used to disrupt the rhythm. However, Bottom quickly split the shots to the sidelines, creating open spaces and forcing Top to cover an excessively large defensive area. In the counterattack, Top was compelled to make a rushed shot, resulting in an out-of-bounds error and losing the point.", + "C. Top frequently employed hand-pause deception techniques to mislead Bottom, but Bottom recognized the feints and proactively rushed to the net to apply pressure. This forced Top into a desperate defensive net shot, which went straight into the net, resulting in a loss.", + "D. Top lacked effective counterattacking means in passive defense, especially after being continuously pressured at the midcourt. The quality of transitional shots was poor with predictable placements, failing to effectively curb Bottom's offensive rhythm. Eventually, Top lost the point as the placement of the last block was anticipated." + ], + "answer": "D", + "question": { + "question_zh": "请分析该回合失利的主要原因?", + "question_en": "Please analyze the main reason for losing this rally?" + } + }, + { + "video_uid": "video_001938", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在上网过程中虽然频繁使用假动作意图骗出对手站位,但分球落点选择过于集中在对手强侧,被精准拦截后陷入持续压制。", + "B. bottom在被动防守阶段过度依赖反手推挑,多次出现质量不足的过渡球,关键分处理保守导致被压制,未能有效破解对手的控网战术。", + "C. bottom在抢网阶段通过快速移动多次截杀得手,但未能顺势拉开比分,在对手反手过顶高压后防守判断出现明显失误。", + "D. bottom在后场处理底线球时过分追求进攻质量,导致过多的高压球尝试被对手借力打力,最终因体能下降出现被动相持失误" + ], + "options_en": [ + "A. While frequently using deceptive moves during net approaches to manipulate the opponent's positioning, bottom's placement choices were overly concentrated on the opponent's strong side, resulting in precise interceptions and sustained pressure.", + "B. During passive defense, bottom overly relied on backhand push shots and net lifts, frequently producing low-quality transition shots. Conservative play at critical points led to being suppressed, failing to effectively counter the opponent's net control tactics.", + "C. Bottom secured multiple interceptions during net-rushing phases with quick movements but failed to capitalize on the momentum to widen the lead. A clear defensive misjudgment occurred after the opponent's backhand overhead clear.", + "D. Bottom excessively pursued offensive quality when handling baseline shots, leading to excessive smash attempts that were countered by the opponent's power absorption. Eventually, stamina depletion caused passive rallying errors." + ], + "answer": "B", + "question": { + "question_zh": "请分析此回合失分的主要原因", + "question_en": "Please analyze the main reasons for losing this rally." + } + }, + { + "video_uid": "video_001939", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在争夺网前球时选择快速搓球意图限制对手,但落点过于靠近中场被对方及时反手抽压斜线得分。", + "B. bottom在反击中使用正手劈杀试图压制对手,但因准备不足未能控制弧度,被对方借力扣杀至底线区域得分。", + "C. bottom在接发球时利用假动作骗过对手重心后再行挑后场,但发力瞬间失去身体平衡导致回球下网造成失分。", + "D. bottom在接发球后选择反手推挑试图改变节奏,但击球力度和落点控制不足,导致球过顶后直接出界失分。" + ], + "options_en": [ + "A. During the net play, bottom opted for a quick net shot to restrict the opponent, but the placement was too close to the midcourt, allowing the opponent to promptly counter with a backhand drive to the diagonal for a point.", + "B. During the counterattack, bottom attempted a forehand smash to pressure the opponent, but due to inadequate preparation, failed to control the trajectory, allowing the opponent to leverage the power and smash to the deep court area for a point.", + "C. While receiving the serve, bottom used a deceptive move to mislead the opponent's center of gravity before lifting to the rear court, but lost body balance at the moment of hitting, causing the return to go into the net and resulting in a lost point.", + "D. After receiving the serve, bottom chose a backhand net lift to change the rhythm, but due to insufficient hitting power and poor placement control, the ball went over the opponent's head and directly out of bounds, resulting in a lost point." + ], + "answer": "D", + "question": { + "question_zh": "请分析此回合失分的主要原因?", + "question_en": "Please analyze the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001940", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键进攻时被top的精准分球压制,导致自身移动迟缓,关键网前球判断失误,最终在强攻直线时被迫出界。", + "B. bottom频繁使用假动作意图欺骗对手,却因动作太过明显暴露意图,连续过渡球质量不足,被top抓住空档扣杀得分。", + "C. bottom在关键机会未能有效抢网,多次被top的过顶高压压制,防守中勉强反手推后场反而下网导致失分。", + "D. bottom在关键击球中失误过多,尤其最后反手推斜线出界致命;多次获得杀球机会时威胁不足,未能抓住top防守漏洞实现逆转。" + ], + "options_en": [ + "A. Bottom was suppressed by Top's precise placement during key attacks, resulting in slow movement and misjudgment of a crucial net shot. They were eventually forced to hit a straight smash out.", + "B. Bottom frequently used deceptive moves to trick the opponent, but the obvious execution exposed their intent. Poor-quality transition shots allowed Top to capitalize on the opening with a winning smash.", + "C. Bottom failed to effectively intercept at the net during critical moments and was repeatedly pressured by Top's overhead clears. A forced backhand push from defense landed in the net, causing the loss.", + "D. Bottom made too many errors in crucial shots, especially the fatal cross-court backhand push that went out. They lacked threat during multiple smash opportunities and failed to exploit Top's defensive gaps to turn the tide." + ], + "answer": "D", + "question": { + "question_zh": "请指出该回合导致失分的主要原因?", + "question_en": "Please identify the main reason for losing the point in this rally?" + } + }, + { + "video_uid": "video_001941", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 面对对方压迫性扣杀时选手选择被动过渡,通过连续搓球迫使对手失误下网从而意外获得本回合得分", + "B. 在网前形成对峙后,选手突然改变击球方向用反手过顶高球制造压力,使对方被动防守时回球下网直接得分", + "C. 运动员通过正手分球到对方右侧边线迫使对手移动不及,对方回球出界后该选手抓住机会击出过顶高远球完成得分", + "D. top凭借关键分的出色进攻终结本轮,在右中场以正手拦截扑追身球直接得分,展现了极强的主动争胜意识。" + ], + "options_en": [ + "A. When facing the opponent's aggressive smash, the player opted for a passive transition, forcing the opponent into a net error with consecutive net shots to unexpectedly win the rally.", + "B. After a net confrontation, the player suddenly changed the shot direction with an overhead backhand clear to create pressure, causing the opponent to make a defensive error and hit the net for a direct score.", + "C. The athlete forced the opponent to move by playing a forehand cross-court shot to the right sideline, and when the opponent's return went out of bounds, the player seized the opportunity to score with an overhead clear.", + "D. Top secured the rally with an excellent offensive play at the crucial point, intercepting a body shot with a forehand net kill at the right midcourt for a direct score, demonstrating a strong proactive winning mentality." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,请解释该运动员成功得分的主要因素?", + "question_en": "For this rally, please explain the main factors that led to the athlete's successful scoring?" + } + }, + { + "video_uid": "video_001942", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom过于执着于使用欺骗性分球战术,被对手识破后多次形成被动局面,最终在关键分上被对手预判路线强攻得分,凸显战术执行缺乏针对性。", + "B. bottom在接发球阶段就因抢网节奏判断失误,连续让对手占据网前优势,最终因被动回放后场时未能控制落点而被拦截得分,暴露出战术衔接脱节的问题。", + "C. bottom在防守端屡次出现预判失误,面对对手的过顶劈吊未能及时反拉过渡,导致被压制到后场后仓促击球下网,反映出防守体系的稳定性不足。", + "D. bottom虽在进攻端多次制造杀伤(如劈杀、快杀),但未能彻底压制对手,且在击球24的上网抢抽中因过于冒进导致击球出界失误,暴露了关键分处理不够细腻的问题。" + ], + "options_en": [ + "A. Bottom overly relied on deceptive placement tactics, which were read by the opponent, leading to multiple passive situations. Ultimately, the opponent anticipated the route and scored with a strong attack on crucial points, highlighting a lack of targeted tactical execution.", + "B. Bottom misjudged the net-rush timing during the serve reception, allowing the opponent to repeatedly dominate the net. Eventually, a passive clear to the backcourt failed to control the placement, resulting in an interception score, exposing disjointed tactical transitions.", + "C. Bottom repeatedly made misjudgments in defense, failing to counter-lift in time against the opponent's overhead sliced drop shots. This resulted in being pushed to the backcourt and hastily hitting the net, reflecting instability in the defensive system.", + "D. Although bottom created multiple offensive threats (e.g., sliced smashes, fast smashes), they failed to fully suppress the opponent. Additionally, during the 24th shot's net rush drive, over-aggressiveness led to an out-of-bounds error, exposing a lack of finesse in handling crucial points." + ], + "answer": "D", + "question": { + "question_zh": "请分析本回合失利的主要原因?", + "question_en": "Please analyze the main reasons for the loss in this round?" + } + }, + { + "video_uid": "video_001943", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 球员利用高吊过顶球迫使对手后退被动,随后快速抢网封网压迫对手,使其回球下网得分。", + "B. 运动员通过假动作骗开对手重心后,突然加速上网突击直线球,对手预判失误导致回球出界。", + "C. 本回合采用防守反击战术,抓住机会进行防反劈杀,以斜线球路将球击到对手左侧空档得分。", + "D. 在多拍僵持后突然用分球将球击向右侧边线,对手移动不及的瞬间扣杀死角完成得分" + ], + "options_en": [ + "A. The player utilized a high clear to force the opponent back into a passive position, then quickly rushed to the net to intercept and pressure the opponent, resulting in a failed return that went into the net.", + "B. The player used a feint to deceive the opponent's center of gravity, then suddenly accelerated to rush forward and execute a straight smash, causing the opponent to misjudge and return the shuttle out of bounds.", + "C. This rally adopted a defensive counterattack tactic, seizing the opportunity to counter with a sliced smash, directing the shuttle diagonally to the opponent's left gap to score.", + "D. After a prolonged rally, the player suddenly redirected the shuttle to the right sideline, and as the opponent failed to move in time, executed a smash to the corner to score." + ], + "answer": "C", + "question": { + "question_zh": "请解释该回合得分的主要原因。", + "question_en": "Please explain the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001944", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 对手在左后场进行分球时因判断失误导致下网,top被动处理时使用过顶高远球成功牵制对方边线区域", + "B. top凭借关键球的精准处理得分:在左前场抓住对手被动时,通过连贯上网的停顿扑击打出追身斜线球,高质量的线路变化直接压制对手反应", + "C. top在网前抢网未果后选择持续压迫中路,迫使对手在后场强行劈吊出现出界失误,形成连续压制", + "D. top在防守反击中运用假动作骗开对手重心,随后突然加速上网形成追身压制,但因线路选择保守被对手被动过渡化解" + ], + "options_en": [ + "A. The opponent made a net error due to misjudgment when splitting the shot at the left rear court, while top successfully contained the opponent's sideline area with an overhead clear during passive play", + "B. top scored by precise handling of the crucial shot: seizing the opponent's passive moment at the left forecourt, executing a consecutive net approach with a delayed net kill to hit a body-targeted cross-court shot, directly suppressing the opponent's reaction with high-quality line variation", + "C. After failing to intercept at the net, top opted for continuous pressure on the central area, forcing the opponent to attempt a rear-court sliced drop shot that went out of bounds, creating sustained suppression", + "D. In a defensive counterattack, top used a feint to disrupt the opponent's balance, then suddenly accelerated to the net for body-targeted suppression, but the conservative line choice allowed the opponent to passively transition and neutralize the attack" + ], + "answer": "B", + "question": { + "question_zh": "请分析该回合得分的主要原因", + "question_en": "Please analyze the main reason for scoring in this rally" + } + }, + { + "video_uid": "video_001945", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在对方抢网成功后迅速启动上网,在bottom过顶高远球未果的情况下通过高质量劈吊对角得分", + "B. top在被动过渡阶段采用分球战术,将球击向bottom的空档区域,迫使对方移动不及未触到球而得分", + "C. top通过反手抽球假动作欺骗对手后,突然将球直线抽到底线造成界外,最终依靠bottom回球出界得分", + "D. top抓住bottom的过顶推挑机会,从中后场果断正手重杀斜线得分,攻击线路精准且力度十足" + ], + "options_en": [ + "A. top quickly moved forward after bottom's net kill, capitalizing on bottom's failed over-the-head clear to score with a high-quality diagonal drop shot.", + "B. top adopted a split-shot tactic during the passive transition phase, directing the shuttle to bottom's open space, forcing them to miss the shuttle due to insufficient movement.", + "C. top deceived the opponent with a backhand drive feint, then suddenly drove the shuttle straight to the baseline resulting in an out, ultimately scoring as bottom failed to return the shuttle in bounds.", + "D. top seized the opportunity of bottom's over-the-head push lift, decisively executing a powerful forehand cross-court smash from the mid-rear court to score, with precise attacking trajectory and full strength." + ], + "answer": "D", + "question": { + "question_zh": "请指出该回合得分的主要原因是什么?", + "question_en": "Please identify the main reason for scoring in this rally." + } + }, + { + "video_uid": "video_001946", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在底线抽球因球速过慢且弧线过高被对手预判,导致反手击球出边线失误送分。bottom虽尝试连续扑杀但未形成压制,最终靠着对手主动失误得手,此前的多拍更多消耗了bottom的跑动体力。", + "B. bottom通过连续的网前勾球和反手扑杀成功得分,尤其在对手放网失误后迅速反应,精准反手扑斜线命中空档。此前的多次调动也打乱了top的防守节奏。", + "C. bottom在后场底线试图扣杀时击球过早形成过顶球,被top精准斜线扑杀反击。但top因发力过猛导致快球出界失误,bottom在被动接杀中勉强将球回至中场区域,最终因对方进攻失误得分。", + "D. top通过连续假动作分球到边线后,快速上网抢网封网,却因判断失误提前垫球下网。bottom在对手进攻时未及时回撤却意外得益,此前双方在中半场的左右拉吊并未形成明显节奏压制。" + ], + "options_en": [ + "A. top's baseline drive was too slow and high, allowing the opponent to anticipate it, resulting in a backhand shot error that went out of bounds. Although bottom attempted consecutive net kills, they failed to establish pressure and ultimately scored due to the opponent's active error. The previous long rallies mainly exhausted bottom's running stamina.", + "B. bottom scored through consecutive cross-court net shots and backhand net kills, especially by reacting quickly after the opponent's net shot error and accurately hitting a backhand kill diagonally into the open space. Previous multiple displacements also disrupted top's defensive rhythm.", + "C. bottom attempted a smash from the back baseline but hit the ball too early, resulting in a lob that was countered by top's precise diagonal net kill. However, top's powerful shot went out of bounds due to excessive force. bottom barely returned the ball to the midcourt during the passive defense, ultimately scoring due to the opponent's offensive error.", + "D. top used consecutive deceptive shots to distribute the ball to the sidelines and quickly rushed to the net for a net block, but misjudged and prematurely tapped the ball into the net. bottom benefited unexpectedly without timely retreat during the opponent's attack. Previous cross-court lifts in the midcourt by both sides did not establish clear rhythm pressure." + ], + "answer": "B", + "question": { + "question_zh": "这一回合得分的主要原因是什么?", + "question_en": "What was the main reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001947", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在第13拍关键放网前球质量极差直接馈赠对手得分机会,且此前多次处于被动局面时过渡球处理效果不佳,未能有效摆脱top的持续下压攻势", + "B. bottom假动作欺骗动作被top识破后,接对方过顶高压球时判断失误出现冒扑,同时此前在边线分球战术执行中缺乏变化导致节奏被完全掌握", + "C. bottom上网过程中因移动迟缓被对手强行劈杀压制,被动过渡时急于发力出现回球下网,加上之前处理主动局面时未及时完成致命一击错失战机", + "D. bottom在第17拍尝试分球时击球点选择过早导致线路偏斜,加之抢网未果后被动防守时出现明显停顿,被top抓住机会实施精准的过顶压制" + ], + "options_en": [ + "A. At the 13th shot, bottom executed an extremely poor net shot, directly gifting the opponent a scoring opportunity. Additionally, during previous passive situations, the transition shots were poorly handled, failing to effectively escape from top's continuous smashing pressure.", + "B. After bottom's deceptive move was read by top, a misjudgment occurred when receiving the overhead smash, leading to a rushed net kill. Meanwhile, the lack of variation in earlier cross-court tactics allowed top to fully control the rhythm.", + "C. Due to sluggish movement during the net approach, bottom was suppressed by a forced slice smash. In the passive transition, an overeager power shot resulted in the ball failing to clear the net. Earlier, during active situations, the failure to deliver a finishing strike also cost the opportunity.", + "D. At the 17th shot, bottom attempted a cross-court shot but chose the contact point too early, resulting in a skewed trajectory. Coupled with a failed net rush and an obvious pause during passive defense, top seized the chance to execute a precise overhead clear." + ], + "answer": "A", + "question": { + "question_zh": "请分析该回合出现失分问题的核心原因", + "question_en": "Please analyze the core reason for losing the point in this rally" + } + }, + { + "video_uid": "video_001948", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 由于对手在第6拍至第12拍连续扑杀造成体能透支,Top抓住机会通过后场高远球配合网前小球消耗对手,最终对手在网前挑球下网导致得分。", + "B. top凭借第18拍中后场正手跳杀斜线展现出绝对攻杀优势,此前连续通过劈杀、快杀建立压制,主动进攻能力始终占据上风,关键分处理果断且质量极佳。", + "C. Top在第9拍通过分球技术将球击至边线死角迫使对手移动不及,在后续通过连续假动作欺骗对手后突然劈吊对角,对手预判失误出界完成得分。", + "D. 面对对手在第15拍的强势抢网压迫,Top采取被动过渡战术将球回至对方中场空档,对手匆忙回放导致球高出边界方才取得得分" + ], + "options_en": [ + "A. Due to the opponent's exhaustion from consecutive net kills between the 6th and 12th shots, Top seized the opportunity to wear them down with deep clears combined with net shots. The opponent eventually failed to lift the net shot, resulting in the point.", + "B. Top demonstrated absolute offensive dominance with a forehand jump cross-court smash at the 18th shot, having previously established pressure through consecutive drop smashes and fast smashes. Their proactive attacking ability consistently held the upper hand, handling crucial points decisively with exceptional quality.", + "C. At the 9th shot, Top used a split shot to place the ball at the sideline corner, forcing the opponent to move late. Followed by consecutive deceptive moves, Top suddenly executed a cross-court drop shot, causing the opponent to misjudge and send the ball out for the point.", + "D. Facing the opponent's aggressive net pressure at the 15th shot, Top adopted a passive transition tactic, returning the ball to the opponent's midcourt gap. The opponent hastily played a net shot, sending the ball too high and out of bounds, granting the point." + ], + "answer": "B", + "question": { + "question_zh": "该回合的得分关键原因是什么?", + "question_en": "What was the key reason for scoring in this rally?" + } + }, + { + "video_uid": "video_001949", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top拒绝与bottom在网前纠缠,第三拍通过反手抢推斜线过顶拉开距离,第五拍则精准捕捉到bottom过渡阶段的漏洞,以正手点杀跳杀直取对方右侧空档完成得分。", + "B. 在第二拍选择被动过渡时用反手停顿制造过顶假象,第五拍趁对手重心后仰时突然正手快推直线,但因球路过短迫使bottom被迫起球失误导致我方间接得分。", + "C. 开局通过连续假动作骗出bottom前场空档后,第三拍使用反手分球到右侧边界线,第五拍趁对手横向移动未稳时用正手重扣直线球直接得分,完全打乱对方节奏。", + "D. 在第三拍通过正手高远球迫使bottom被迫后退,第五拍突然插入网前搓球造成对手判断失误,此时bottom回球下网因被压迫而出现被动防守的漏洞最终得分。" + ], + "options_en": [ + "A. Top refused to engage with Bottom in a net duel, used a backhand push shot cross-court to create distance in the third shot, and then precisely exploited Bottom's transitional weakness in the fifth shot with a forehand jump smash straight into the opponent's right gap to score.", + "B. In the second shot, Top chose a passive transition with a backhand pause to fake an overhead shot. In the fifth shot, Top suddenly played a forehand fast push shot straight while the opponent's weight was leaning back, but the shot was too short, forcing Bottom to lift the ball incorrectly, resulting in an indirect point.", + "C. At the start, Top used consecutive deceptive moves to lure Bottom into leaving a frontcourt gap. In the third shot, a backhand cross-court shot was played to the right sideline, and in the fifth shot, a forehand powerful straight smash was executed while the opponent was off-balance from lateral movement, scoring directly and disrupting their rhythm.", + "D. In the third shot, Top forced Bottom to retreat with a forehand clear, then suddenly inserted a net drop in the fifth shot, causing a misjudgment. Bottom's return went into the net due to pressure, revealing a defensive gap that led to the point." + ], + "answer": "A", + "question": { + "question_zh": "这一回合中,选手取得得分的主要原因是什么?", + "question_en": "In this rally, what is the main reason the player scored the point?" + } + }, + { + "video_uid": "video_001950", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 我方在上网过程中预判出现偏差,被对手用突然的网前小球结合快速斜线假动作骗到场边线区域,最终回球出界", + "B. 对方通过连续平抽逼迫我方处于被动防守,我方在急于过渡时未能控制击球力度,导致回球下网造成失分", + "C. 双方网前对抗时对方突然使用高质量过顶劈杀配合大角度分球压制,我方在被动状态下抢网失误导致回球下网", + "D. top在关键过渡球中击球质量不足,未能有效压制对手反扑,被对手利用反手假动作和大角度球破解进攻节奏后失去防守重心" + ], + "options_en": [ + "A. Our anticipation was off during the approach to the net, and the opponent deceived us with a sudden net drop shot followed by a quick cross-court fake, luring us to the sideline area. The final return went out of bounds.", + "B. The opponent used continuous drives to force us into passive defense. In a rushed transition, we failed to control the shot power, resulting in a netted return and the loss of the point.", + "C. During the net duel, the opponent suddenly executed a high-quality overhead slice smash combined with a wide-angle cross-court shot, putting us in a passive position. Our rushed net interception resulted in a netted return.", + "D. Top's shot quality was insufficient during the crucial transition, failing to effectively suppress the opponent's counterattack. The opponent used a backhand deception and wide-angle shots to disrupt the offensive rhythm, causing Top to lose defensive balance." + ], + "answer": "D", + "question": { + "question_zh": "在这一回合中,请指出失分的主要原因是什么?", + "question_en": "In this rally, what was the main reason for losing the point?" + } + } +] diff --git a/finebadmintonbenchmark/benchmark_round_comment_updated.json b/finebadmintonbenchmark/benchmark_round_comment_updated.json new file mode 100644 index 0000000000000000000000000000000000000000..1d8c74b53ef6ae6f0bf970aac4658ba1e3edf435 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_round_comment_updated.json @@ -0,0 +1,5752 @@ +[ + { + "video_uid": "video_001951", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合top在遭到底盘压迫时未能有效控制节奏,导致多次回球出界,而bottom的假动作与快速抢网形成压制。建议top强化步伐灵活性,提升高压防守中的精准度与反应速度并加强网前预判能力。", + "B. 这一回合bottom通过细腻的网前战术和强势进攻掌控了节奏,而top在防守过渡后缺乏有效反击手段。建议top提升推挑球后的快速调整能力,同时增强后场被动局面下的防守反击效率。", + "C. 这一回合bottom的过顶高球屡次压制,top则以精准分球和快速上网应对。问题在于bottom在优势局面下未能延续进攻,应加强关键球的战术执行能力与多拍相持耐力培养。", + "D. 这一回合bottom依赖网前压迫但后场漏洞明显,top通过强行扣杀和精准分球实现逆转。建议bottom加强后场移动与防守衔接,同时细化假动作后的衔接速度与落点变化。" + ], + "options_en": [ + "A. In this rally, the top player failed to control the tempo under baseline pressure, resulting in multiple out-of-bounds returns, while the bottom player's deceptive moves and rapid net interceptions created dominance. It is advised that the top player strengthen footwork flexibility, improve accuracy and reaction speed in high-pressure defense, and enhance net anticipation.", + "B. In this rally, the bottom player controlled the pace with delicate net tactics and aggressive attacks, while the top player lacked effective countermeasures after defensive transitions. It is recommended that the top player improve quick adjustment after net lifts and enhance defensive counterattack efficiency in passive backcourt situations.", + "C. In this rally, the bottom player repeatedly suppressed with overhead clears, while the top player responded with precise placement and quick net approaches. The issue was the bottom player's inability to sustain attacks in advantageous situations. They should strengthen tactical execution in crucial points and develop multi-shot endurance.", + "D. In this rally, the bottom player relied on net pressure but had obvious backcourt weaknesses, while the top player achieved a reversal through forced kills and precise placement. It is suggested that the bottom player improve backcourt movement and defensive transitions, while refining follow-up speed and placement variations after deceptive moves." + ], + "answer": "B", + "question": { + "question_zh": "以下哪项最能全面评价该回合的表现?", + "question_en": "Which of the following best comprehensively evaluates the performance of this rally?" + } + }, + { + "video_uid": "video_001952", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合因bottom多次通过网前小球和放网技巧成功破解top的进攻,但top通过强势抢网化解了危机。bottom在被动时尝试假动作分球却因击球力量不足被直接扣杀,显示其网前技术与进攻衔接存在断层,建议加强网前突袭的衔接能力和手部爆发力。", + "B. 本回合展现了攻防转换的典型博弈。top通过多次推挑和落点调动持续压制对手,成功将bottom束缚在被动防守中。bottom虽有连续杀球进攻但防守漏洞明显,尤其在被动时缺乏变化手段。建议防守时需提升击球质量和线路变化,避免被对手直接突击得分。", + "C. 本回合中bottom通过高频假动作和分球战术持续制造威胁,top因频繁预判失误被压制在后场。bottom在被动时选择强行杀球导致多次出界,而top依靠精准的过顶球打破僵局。建议bottom需增强对抗中的线路稳定性和对手压迫下的选择合理性。", + "D. 本回合展现了bottom高效的反击战术运用。bottom通过精准的网前小球下压和快速过渡球持续压迫对手,成功将top限制在被动防守中。top虽尝试通过放网和搓球寻找机会,但主动失误频繁且进攻威胁不足,尤其在追身时步伐混乱导致防守漏洞频出。建议top需加强主动进攻意识,提升杀球威慑力与节奏变化能力,减少非受迫性失误对战术执行的干扰。" + ], + "options_en": [ + "A. In this rally, Bottom repeatedly disrupted Top’s offense with net shots and delicate net plays, but Top countered with aggressive net interceptions. Bottom attempted deceptive split shots when passive but failed due to insufficient power, resulting in direct kills, exposing a disconnect between net techniques and offensive transitions. It is advised to improve net-rush coordination and hand explosiveness.", + "B. This rally showcased a classic game of offense-defense transition. Top continuously pressured the opponent through multiple net lifts and placement variations, successfully trapping Bottom in passive defense. Although Bottom launched consecutive kill attacks, defensive weaknesses were evident, especially lacking variation when passive. It is recommended to improve shot quality and placement variation during defense to avoid direct counterattacks.", + "C. In this rally, Bottom consistently created threats through high-frequency deceptive moves and split shots, forcing Top into misjudgments and suppressing them at the backcourt. Bottom opted for forced kills when passive, resulting in multiple out-of-bounds shots, while Top broke the deadlock with precise overhead clears. It is advised for Bottom to enhance shot stability under pressure and make more rational choices when oppressed.", + "D. This round demonstrated bottom's efficient counter - attack tactical application. bottom continuously pressured the opponent through precise net - shot dinking and rapid transition shots, successfully restricting top to passive defense. Although top tried to find opportunities through net shots and net - rolling, there were frequent unforced errors and insufficient offensive threats. Especially when facing shots to the body, top's footwork was chaotic, leading to frequent defensive loopholes. It is recommended that top strengthen the awareness of active offense, enhance the deterrence of kill shots and the ability to change rhythms, and reduce the interference of unforced errors on tactical execution." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合的分析,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally analysis?" + } + }, + { + "video_uid": "video_001953", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在中场展开了激烈的网前争夺,bottom展现出色的假动作骗球能力,多次通过过顶击球破解对手封网,但top在关键分处理时因急于进攻出现出界失误,建议提升处理关键分时的分寸控制能力", + "B. 回合呈现明显网前压制态势,top通过高质量网前小球连续施压,而bottom在被动局面下缺乏有效过渡手段,尤其在关键分处理上暴露了相持能力不足的问题,建议加强被动状态下的反手过渡技术稳定性", + "C. 回合节奏偏向防守反击,top在被动过渡中多次运用反手平抽技术化解危机,而bottom因急于抢网连续出现下网失误,建议优化在高压状态下的战术选择和击球稳定性", + "D. 全场对抗以底线正手攻防为核心,top凭借强力杀球完全占据上风,bottom虽尝试通过大角度分球调动对手,但因移动速度不足始终处于防守态势,建议强化回放球的威胁性和步法响应速度" + ], + "options_en": [ + "A. Both sides engaged in intense net battles in the midcourt, with bottom demonstrating excellent deceptive shot skills, repeatedly using overhead shots to break through the opponent’s net block. However, top made out-of-bounds errors due to aggressive play in key points. It is recommended to improve control over shot precision in critical moments.", + "B. The rally showed a clear net dominance, with top applying continuous pressure through high-quality net shots, while bottom lacked effective transition methods under passive conditions, especially exposing insufficient endurance in key points. It is recommended to strengthen the stability of backhand transition techniques in passive situations.", + "C. The rally leaned toward defensive counterattacks, with top frequently using backhand drives to resolve crises during passive transitions, while bottom made consecutive net errors due to eagerness to rush the net. It is recommended to optimize tactical choices and shot stability under high-pressure conditions.", + "D. The entire confrontation focused on baseline forehand offense and defense, with top dominating through powerful kills. Although bottom attempted to move the opponent with wide-angle placements, they remained defensive due to insufficient movement speed. It is recommended to enhance the threat of net lifts and improve footwork response speed." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001954", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合堪称攻防转换的经典案例,bottom凭借体能优势和快速推挑的连贯性完全主导了比赛节奏,通过斜线与直线的交叉击球打乱对手站位。top在中后场应对高压时失误增多,暴露了关键分抗压能力不足的问题。建议接发球方需增强网前预判和快速启动能力,而主动方在大比分领先时也需保持战术稳定性。", + "B. 这个回合因top的过顶劈杀失误而形成转折点,bottom利用假动作骗开对手后连续打出高质量过渡球,但主动上网时被top用劈吊对角压制,最终因底线判断失误出界。双方在关键球处理上均暴露经验不足导致节奏失控的问题。", + "C. 回合初期top通过快速抢网和中场控制占据优势,bottom被迫过多采用被动的高远球防守,导致场区覆盖能力不足。但bottom凭借放网前小球和直线加速突然变线实现逆转,体现出后场球员在被动时的应变能力和底线相持质量不足的明显对比。", + "D. top展现了出色的防守反击和落点控制,bottom在关键分中多次出现回球出界和网前失误,导致节奏失衡;通过高质量的高远球压制对手后场,top成功将比赛拖入多拍相持并掌握主动权,而bottom在领先时心态急躁,战术过于保守。bottom的网前小球技术本可压制对手,却因主动失误过多而浪费得分机会,建议top需加强网前预判,而bottom应提升底线相持能力和关键分心态管理,避免因过度求稳错失战机。" + ], + "options_en": [ + "A. This rally was a classic case of offense-defense transition. Bottom completely dominated the pace with physical advantage and the consistency of quick push-and-lift shots, disrupting the opponent's positioning through cross-court and straight shots. Top made increasing errors under backcourt pressure, exposing a lack of composure in crucial points. The receiving side should improve net anticipation and quick start ability, while the active side must maintain tactical stability when leading by a large margin.", + "B. The rally took a turning point due to Top's overhead slice error. Bottom used deceptive moves to open the court and delivered high-quality transition shots but was suppressed by Top's cross-court sliced drop during the net approach, ultimately making a baseline misjudgment that sent the shuttle out. Both sides showed inexperience in handling key shots, leading to rhythm loss.", + "C. Initially, Top gained advantage through quick net interceptions and midcourt control, forcing Bottom into excessive defensive clears that exposed coverage gaps. However, Bottom reversed the situation with net shots and sudden straight-line accelerations, showcasing the reactive ability of rear-court players under pressure and the stark contrast in baseline rally quality.", + "D. Top demonstrated excellent defensive counterattacks and shot placement control. Bottom made several out-of-bounds returns and net-front mistakes in crucial points, leading to a loss of rhythm. By using high-quality clears to suppress the opponent's backcourt, Top successfully dragged the game into a multi-shot stalemate and took the initiative. However, Bottom became impatient when leading and the tactics were too conservative. Bottom's net shot technique could have suppressed the opponent, but too many unforced errors wasted scoring opportunities. It is recommended that Top should strengthen pre-judgment at the net, while Bottom should improve the ability to hold out in the baseline rallies and manage the mentality in crucial points, avoiding missing the battle opportunities due to being overly cautious." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001955", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场教科书式超长拉锯战,bottom通过精准的线路控制和持续压迫战术主导全场,正手 weaponry(杀球/抽球)展现绝对优势。top虽在防守中段有不错表现,但关键时刻上网压迫不足且反手衔接薄弱,暴露了在高压防守时缺乏终结手段的问题。建议加强反手位攻防转换训练,多拍相持中需更果断切换线路。", + "B. 高潮出现在bottom连续使用过顶高球和挑后场压制节奏,top虽然反手衔接流畅但正手突击始终未能突破底线上网,最终因底线分球出界丢分。建议bottom减少强行杀球频率,多运用劈吊结合变速策略,在中段防守时增加直线突击比例。", + "C. 本回合中top选手通过精妙的假动作与分球战术压制底线,bottom在反手位多次出现过度压迫导致回球下网,尤其在关键分阶段因抢网过快而失去平衡。建议bottom在被动防守时加强过渡球质量,并提升判断对手骗球能力,同时强化网前搓挑技术细节。", + "D. 整个回合展现了top的网球式防守反击精髓,他在网前小球处理和反手变速勾对角方面压迫感十足,通过持续调动bottom全场移动实现逆转。bottom虽在后场正手武器威胁显著,但过于依赖直线进攻导致线路单一,关键分上网时出现多次非受迫性失误。建议加强网前封网意识和发球多样性,多拍相持中需增强防守转身速度与斜线变化能力,同时提升心理抗压素质与战术执行力。" + ], + "options_en": [ + "A. This was a textbook marathon rally, where bottom dominated the court with precise line control and continuous pressure tactics, showcasing absolute superiority in forehand weaponry (kills/drives). Although top showed decent performance during the defensive mid-game, they lacked sufficient net pressure at critical moments and had weak backhand transitions, exposing their inability to finish under high-pressure defense. It is recommended to strengthen backhand attack-defense transition training and be more decisive in switching lines during extended rallies.", + "B. The climax occurred when bottom consistently used overhead clears and net lifts to control the tempo. Although top had smooth backhand transitions, their forehand attacks failed to break through the baseline net pressure, ultimately losing the point due to a baseline placement error. It is recommended that bottom reduce forced kill attempts and employ more drop shots combined with pace variations, while increasing straight attacks during mid-game defense.", + "C. In this round, top player suppressed the baseline with exquisite deception and placement tactics, while bottom repeatedly over-pressed on the backhand side, resulting in net errors, especially during key points where rushing the net too quickly led to loss of balance. It is recommended that bottom improve the quality of defensive transition shots and enhance the ability to detect opponents' deception, while refining details in net lift techniques.", + "D. The entire rally demonstrated the essence of top's tennis-style counter-attack defense. He exerted intense pressure in handling net shots and using the backhand variable-speed cross-court shots. He achieved a comeback by continuously making bottom move across the court. Although bottom's forehand shots in the backcourt were significantly threatening, he overly relied on straight-line attacks, resulting in a single-shot line. He committed several unforced errors when approaching the net at crucial points. It is recommended to strengthen the awareness of net blocking and the diversity of serving. In long rallies, it is necessary to enhance the defensive turning speed and the ability to change shots to diagonal lines. At the same time, improve mental stress resistance and tactical execution." + ], + "answer": "A", + "question": { + "question_zh": "以下哪个选项最准确地评价了本回合的整个比赛情况?", + "question_en": "Which of the following options most accurately evaluates the overall match situation of this round?" + } + }, + { + "video_uid": "video_001956", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过反手挑后场与网前扑杀的战术组合展开主动压制,利用快速过渡球打乱bottom的站位节奏,导致其回球质量下降。bottom在相持阶段过于依赖斜线进攻且反手区失误较多,建议提升反手高压挑球技术和网前搓球的突然性,同时加强底线区域的防守覆盖能力以应对top的落点变化。", + "B. top展现防守优势,多次通过分球和过顶反击压制bottom。然而后者的反手推球和网前压迫战术对top造成威胁,最终在相持中凭借突然的扑网得分。top需改善防守时的回球质量以提升对抗bottom的抢网能力。", + "C. bottom凭借滑吊与正手杀球的组合战术持续压迫对手,通过球路变化迫使top频繁调整重心,最终击垮其防守稳定性。top在被动期间过于依赖直线球且网前处理粗糙,建议加强中场高压下的应变能力和反手推球质量。", + "D. 双方围绕中场展开拉锯战,bottom在抢网时选择冒险性高压扣杀,因预判失误导致球下网送出得分。top通过精准吊对角和借力回放成功化解压力,凸显其在被动局面下的防守智慧。" + ], + "options_en": [ + "A. Top initiates active suppression through the tactical combination of net lift to the backcourt with a backhand stroke and net kill at the net front. By using quick transition shots, Top disrupts the stance rhythm of Bottom, causing a decline in the quality of Bottom's return shots. During the stalemate phase, Bottom relies too much on cross - court shots and makes more mistakes in the backhand area. It is recommended that Bottom improve the technique of high - pressure net lift with a backhand stroke and the suddenness of net rolling at the net front. At the same time, Bottom should strengthen the defensive coverage in the baseline area to deal with the change of Top's shot landing points.", + "B. Top demonstrated defensive prowess, repeatedly suppressing Bottom with split shots and overhead counters. However, the latter’s backhand pushes and net pressure tactics posed threats, eventually scoring with a sudden net kill during the rally. Top needs to improve defensive shot quality to better counter Bottom’s net-rushing ability.", + "C. Bottom consistently pressured the opponent with a combination of slice drops and forehand kills, varying shot placements to force Top to frequently adjust their stance, ultimately breaking their defensive stability. Top relied too heavily on straight shots during passive phases and had rough net play, suggesting improvements in mid-court high-pressure adaptability and backhand push shot quality.", + "D. Both sides engaged in a mid-court tug-of-war, with Bottom opting for a risky overhead smash during a net rush but misjudging and sending the ball into the net. Top deftly relieved pressure with precise cross-court drops and borrowed-force net shots, showcasing defensive wisdom in passive situations." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001957", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现高强度攻防转换,bottom凭借中后场重杀压制对手节奏,但自身防守回球质量波动影响优势转化。top在被动中展现了顽强防守,却在反击时急于进攻出现失误,暴露了高压情况下精准度不足的问题。网前搓球与推挑的运用对后续得分机会创造至关重要,建议在防守过渡中加强落点变化。", + "B. 本回合呈现低效多拍拉锯,top持续通过反手推边线压制底线区域,却因发球后场控制不足导致节奏被破。bottom在网前频繁使用假动作欺骗得利,但关键分的过顶劈杀连续出界暴露了技术短板。建议通过提高网前扑杀锐利度减少过渡球数量,加强正手高压球稳定性方能扭转局势。", + "C. 本回合整体呈现防守主导的拉锯态势,bottom在底线多拍相持中展现了极强的防守韧性,通过频繁的重复落点消耗对手体能,但主动突击进攻次数较少导致得分效率偏低。top在网前占据明显优势,通过精准的扑杀和搓放创造多次主动得分机会,但在关键分处理时过度保守,未能果断下压终结回合。建议bottom增加对角线调动的线路设计,top则需提升在前场先取分的侵略性,同时双方应强化对中后场大范围跑动中回球质量的稳定性控制。", + "D. 本回合关键转折于bottom的半场跳杀失误,其连续两拍重扣使体能急速下降。top通过精准分球调动落点后,利用抢网压线球化解被动局面。但其勾对角网前球未能有效变速,被bottom预判后打出后场cross kill。建议完善网前随球步伐防止重心失衡,增加假动作延迟以进一步削弱对手防守判断。" + ], + "options_en": [ + "A. This rally featured high-intensity offensive and defensive transitions. Bottom suppressed the opponent's rhythm with powerful kills from the mid-backcourt, but fluctuating defensive return quality hindered advantage conversion. Top demonstrated tenacious defense under pressure but made aggressive errors during counterattacks, revealing precision issues under high pressure. The use of net shots and push lifts was crucial for creating subsequent scoring opportunities. It is recommended to enhance placement variation during defensive transitions.", + "B. This rally involved inefficient multi-shot exchanges. Top consistently pushed the sideline with backhand shots to pressure the baseline but lost rhythm due to inadequate backcourt serve control. Bottom frequently used deceptive moves at the net for gains, but consecutive cross-court kill errors on key points exposed technical flaws. It is advised to increase net kill sharpness to reduce transitional shots and improve forehand high-pressure shot stability to reverse the situation.", + "C. In this round, the overall situation was dominated by defense, with a seesaw battle. Bottom demonstrated extremely strong defensive tenacity in the multi-shot stalemate at the baseline. By frequently repeating the landing points, Bottom consumed the opponent's physical energy. However, the relatively few number of active surprise attacks led to a low scoring efficiency. Top had an obvious advantage at the net, creating multiple active scoring opportunities through precise net kills and net shots. But when dealing with crucial points, Top was overly conservative and failed to make a decisive downward pressure to end the round. It is recommended that Bottom increase the design of diagonal mobilization lines. Top needs to enhance the aggression to score first in the frontcourt. At the same time, both sides should strengthen the control of the stability of the quality of the returned balls during large - scale running in the middle - backcourt.", + "D. The turning point of this rally was Bottom's failed mid-court jump kill, as two consecutive powerful smashes rapidly drained stamina. Top regained initiative by precisely placing shots to manipulate positioning, then used quick net presses to escape passive situations. However, their cross-court net shot failed to effectively vary pace, allowing Bottom to anticipate and execute a backcourt cross kill. Improving net follow-up footwork to prevent balance loss and adding deceptive delays are recommended to weaken opponent's defensive reads." + ], + "answer": "A", + "question": { + "question_zh": "这一回合的整体表现应如何评价?", + "question_en": "How should the overall performance of this rally be evaluated?" + } + }, + { + "video_uid": "video_001958", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个技术战术博弈明显的多拍回合,bottom凭借精准的斜线调度和主动压迫占据主动,而top防守虽顽强但陷入被动后节奏控制能力不足。建议top在高压防守时可优先保证回球质量而非强行拉开,而bottom展现了通过线路变化创造进攻机会的高效策略。", + "B. 这一回合中top选手展现了全面的控制力,通过连续假动作过顶和侧身上网制造得分机会。bottom防守中频繁陷入底线与网前的转换失误,特别是最后因过度追求斜线变直线被判出界,建议bottom增强网前手上动作的欺骗性与步伐衔接稳定性。", + "C. 全程以bottom被动防守为主,top采用分球战术持续拉开对方防线,但关键分处理中出现两次挑后场失误造成节奏中断。bottom在18拍后通过突然加快击球力度转变局面,最终以過頂高球成功得分,这说明底线相持仍是破局关键。", + "D. 双方在多拍中形成明显对抗,top通过快速上网截击压迫对手接发节奏,bottom因身体重心偏移导致多次下网失误。建议bottom加强平抽挡技术以争夺网前主导权,而top可减少劈杀频率改为更多放网小球干扰对手判断" + ], + "options_en": [ + "A. This was a multi-shot rally with clear technical and tactical interplay. Bottom took the initiative with precise cross-court placements and aggressive pressure, while Top showed tenacious defense but lacked rhythm control when forced into passivity. It's suggested that Top prioritize shot quality over forced extensions during high-pressure defense, whereas Bottom demonstrated an effective strategy of creating attacking opportunities through shot variations.", + "B. In this rally, Top displayed comprehensive control, creating scoring chances through consecutive fake overhead shots and sideline approaches. Bottom frequently faltered in transitions between baseline and net play, particularly with a cross-court-to-straight shot that went wide. It's recommended that Bottom enhance deception in net handwork and improve footwork coordination stability.", + "C. The rally was dominated by Bottom's passive defense, with Top employing split-shot tactics to stretch the opponent's defense. However, Top mishandled two key points with backcourt lift errors, disrupting the rhythm. Bottom shifted momentum after the 18th shot by suddenly increasing shot power and eventually scored with a successful overhead clear, highlighting baseline endurance as the key to breaking deadlocks.", + "D. Both sides engaged in intense multi-shot exchanges, with Top pressuring Bottom's return rhythm through quick net interceptions. Bottom suffered multiple net errors due to off-balance positioning. It's advised that Bottom strengthen drive-block techniques to contest net dominance, while Top could reduce smash frequency in favor of more net drops to disrupt opponent judgment." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最符合现场表现?", + "question_en": "Which evaluation best matches the on-court performance for this rally?" + } + }, + { + "video_uid": "video_001959", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom展现了极强的网前缠斗能力和关键分把握能力,通过不断调动对手网前并最终抓住转主动的机会完成致命一击,而top在防守连续性与战术应变上暴露出细节处理不足。", + "B. top展现了出色的网前控制和关键分处理能力,通过落点变化压制对手网前并主动得分,而bottom在防守节奏和战术针对性上出现失误,多次被动救球导致失分。", + "C. top凭借出色的过顶劈杀和快速抢网压制了bottom的前场站位,尽管bottom尝试用分球和假动作进行反制,但top精准的落点控制持续破坏其节奏,在底线相持阶段更以强势压迫导致bottom回球下网。", + "D. 双方在网前阶段形成短暂均势,但top通过突然的停顿骗过bottom的扑杀后迅速上网压制,而bottom因过渡球质量不足连续出界,最终top依靠细腻的小球技术和关键分稳定发挥锁定胜局。" + ], + "options_en": [ + "A. Bottom demonstrated exceptional net play and clutch performance, constantly moving the opponent to the net and seizing the opportunity to turn defense into offense for a decisive strike, while Top exposed weaknesses in defensive consistency and tactical adaptability with insufficient detail handling.", + "B. Top demonstrated excellent net control and the ability to handle crucial points. By varying the landing points, Top suppressed the opponent at the net and actively scored points. On the other hand, Bottom made mistakes in defensive rhythm and tactical pertinence, and lost points many times due to passive retrieves.", + "C. Top relied on superb overhead smashes and rapid net interception to suppress Bottom's frontcourt positioning. Although Bottom attempted to counter with cross-court shots and deceptive moves, Top's precise placement continuously disrupted their rhythm, and strong baseline pressure eventually forced Bottom to hit the net.", + "D. Both players briefly reached a stalemate at the net, but Top deceived Bottom with a sudden pause before rushing forward to dominate the net. Bottom's poor-quality transition shots repeatedly went out of bounds, allowing Top to secure victory with delicate net play and steady performance in crucial points." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一项评价最能概括双方表现的整体特点?", + "question_en": "Which evaluation best summarizes the overall characteristics of both players' performance in this rally?" + } + }, + { + "video_uid": "video_001960", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场教科书级的攻防拉锯战.top展现了顶尖选手的战术执行力,通过假动作、过顶球与杀球的立体进攻组合牢牢控制主动权;bottom的防守韧性突出,但关键分变线质量不足,暴露在高压局势下单板球稳定性需加强的问题。", + "B. 这回合的关键在于bottom的防守韧性,面对top的连续重杀和假动作攻击,bottom通过精准的停顿和鱼跃救球将球救回,迫使top在追球时出现被动,最终bottom抓住机会发力扣杀得分,逆转局势的过程中展现了更成熟的临场应变能力,而top在节奏把控上存在明显不足。", + "C. 全场呈现典型的相持球特征,双方频繁采用过渡球和高远球维持回合,尽管top偶尔尝试过顶球制造威胁,但bottom的站位失误频发,导致多次下网和边线出界,最终top通过网前小球精准得分,但整个回合并未体现高水平选手应有的战术执行效率。", + "D. 这回合展现了bottom选手卓越的战术应变能力,利用分球、假动作和抢网多次化解top的攻势;而top在被动中过度依赖重杀,导致多次出界失误,最终bottom凭借关键分变线得分,显示出台上选手的全面性特长与主动调整能力,而top则暴露了在压力下技术变形的问题。" + ], + "options_en": [ + "A. This was a textbook-level offensive-defensive tug-of-war. Top demonstrated the tactical execution of a top-tier player, firmly controlling the initiative through a multi-dimensional offensive combination of feints, overhead clears, and kills. Bottom's defensive resilience stood out, but the quality of their cross-court shots at critical points was insufficient, exposing the need to improve single-shot stability under high-pressure situations.", + "B. The key to this rally lay in bottom's defensive resilience. Facing top's consecutive kills and feint attacks, bottom returned the shots with precise pauses and diving saves, forcing top into passive positions while chasing the shuttle. Ultimately, bottom seized the opportunity to score with a powerful kill, reversing the situation and demonstrating more mature on-court adaptability, while top showed obvious shortcomings in rhythm control.", + "C. The entire rally exhibited typical rallying characteristics, with both sides frequently using transitional shots and clears to sustain the exchange. Although top occasionally attempted overhead clears to create threats, bottom's frequent positioning errors led to multiple net shots and sideline outs. Top ultimately scored with a precise net shot, but the rally did not reflect the tactical execution efficiency expected of high-level players.", + "D. This rally showcased bottom's exceptional tactical adaptability, using split shots, feints, and net interceptions to repeatedly neutralize top's attacks. Top, when passive, overly relied on powerful kills, resulting in multiple out-of-bounds errors. Ultimately, bottom scored with a cross-court shot at a critical point, displaying the all-around strengths and proactive adjustment abilities of a table player, while top revealed issues with technical breakdowns under pressure." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪个评价最能全面概括其技术特点和战术表现?", + "question_en": "For this rally, which of the following evaluations best comprehensively summarizes its technical characteristics and tactical performance?" + } + }, + { + "video_uid": "video_001961", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借假动作分球和精准过顶高球多次化解top的压迫,而top虽然通过上网压迫占据优势,却因连续三次回球下网丧失主动权。两人在网前争夺中展现的远近配合展现了双打战术素养。", + "B. 双方在本次回合陷入多拍拉锯,bottom依靠逼抢网前和连续平抽技术占据主动,top在被动时尝试勾对角却因击球时机过早被拦截。最终bottom通过主动推后场取得优势并锁定得分。", + "C. bottom展现了出色的战术调整能力,通过改变直线球路和强力杀球迅速打破场上均势,主动上网压迫和被动防守中的搓球技术处理得当。top虽然依靠劈吊和封网尝试扭转局势,但关键分时的线路选择和连续进攻能力明显不足,导致多次机会球未能转化为得分。", + "D. top展现了出色的战术调整能力,通过改变直线球路和强力杀球突破对手防线,主动上网压迫和被动局面下的勾球技术尤为关键。bottom虽努力通过高远球和推挑寻求反击,但临场应变和关键分质量控制仍需加强。" + ], + "options_en": [ + "A. Bottom repeatedly countered Top's pressure with deceptive split shots and precise overhead clears. Although Top gained an advantage through net pressure, they lost the initiative due to three consecutive shots into the net. Both players showcased their doubles tactical awareness through coordinated near-far net play.", + "B. Both sides engaged in a prolonged rally, with Bottom taking the initiative through aggressive net pressure and continuous flat drives. Top attempted cross-court shots when passive but was intercepted due to premature timing. Bottom ultimately secured the advantage and scored by actively pushing the shuttle deep.", + "C. Bottom demonstrated excellent tactical adjustment ability. By changing the straight shot trajectory and powerful kills, the balance on the court was quickly broken. The net shot techniques in active net attacks and passive defenses were handled properly. Although Top tried to reverse the situation by relying on split drop shots and net blocking, there were obvious deficiencies in line selection and continuous offensive ability at critical points, resulting in many opportunities for scoring not being converted into points.", + "D. Top demonstrated outstanding tactical adjustment skills, breaking through the opponent's defense by altering straight shots and powerful kills. The aggressive net pressure and cross-court shots in passive situations were particularly crucial. Bottom attempted to counter with clears and net lifts, but on-court adaptability and quality control during key points still need improvement." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001962", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合为顶级防守反击战术的典范,top凭借出色控网和底线多变落点维持优势,而bottom在网前争夺中暴露反手衔接慢和主动进攻不足的问题。尽管bottom尝试通过杀上网迫近比分,但因关键分上过于激进导致失误增多,最终因反手相持稳定性较差失去主动权。建议bottom强化反手网前压制及关键分耐心度,减少非受迫性失误以增强持续施压能力。", + "B. 整个回合充分体现top的进攻主导性,其多次以快速过顶平抽combined with 强烈劈杀压制bottom半场,而bottom因连续救球导致移动迟缓且频繁出界,最终因体力分配不当败北。建议bottom强化多拍相持中的步伐衔接与防守反击意识。", + "C. 这是一个教科书级的网前战术教学回合,bottom全程通过精准的落点控制和强势的网前压迫逐步蚕食top的主动权。top虽在中后场杀吊结合展现一定威胁,但面对bottom持续施压时,网前相持中的反手技术短板和关键分决策犹豫成为败因。建议top加强反手网前主动抢网能力,避免陷入被动防守状态。", + "D. 回合进程呈现bottom被动挨打的态势,其多次被动过渡球出现下网失误,而top凭借强势抢网占据主动权。尽管bottom尝试假动作分球制造威胁,但关键分上仍因主动进攻意识不足错失良机,建议强化进攻果断性与线路变化" + ], + "options_en": [ + "A. This rally is a model of the top - level defensive counter - attack tactics. Top maintained the advantage with excellent net control and variable landing points at the baseline. However, Bottom exposed problems such as slow backhand connection and insufficient active offense in the net - front contention. Although Bottom tried to close the score by using the strategy of killing and then rushing to the net, due to being too aggressive on key points, the number of mistakes increased. Eventually, due to poor stability in backhand rallies, Bottom lost the initiative. It is recommended that Bottom strengthen the backhand net - front suppression and patience on key points, reduce unforced errors, and enhance the ability to continuously apply pressure.", + "B. The rally fully showcased top's offensive dominance. They repeatedly suppressed bottom’s half-court with fast overhead drives combined with powerful slash kills, while bottom’s delayed movement and frequent out-of-bounds due to continuous retrievals resulted in improper stamina allocation. Bottom should improve footwork transitions during extended rallies and defensive counterattack awareness.", + "C. This was a textbook example of a net-play tactical rally. Bottom systematically eroded top's initiative through precise placement and aggressive net pressure. Although top demonstrated some threat with a combination of kills and drop shots from mid-to-rear court, their backhand weakness in net exchanges and hesitation in critical points led to defeat. It is recommended that top strengthen proactive net interception skills to avoid passive defense.", + "D. The rally revealed bottom’s passive stance, with multiple forced transitional shots ending in net errors, while top seized initiative with aggressive net interceptions. Despite bottom’s attempts to create threats with deceptive shot placements, their lack of offensive decisiveness in critical points cost opportunities. It is advised to enhance attacking boldness and shot variation." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最恰当地评价了这一回合的整体表现?", + "question_en": "Which of the following best evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_001963", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合是以后场重扣为焦点的多拍拉锯战,top尽管拥有强劲的杀球力量,但缺乏线路变化,被bottom通过精准的防守反击和细腻的平抽挡技术有效限制。bottom在关键分上保持冷静,通过网前封网与后场突击相结合的策略,逐步掌握主动权。建议发球方需强化后场技术的多变性,利用不同击球角度打乱对方防守,在相持阶段控制节奏而非一味强攻,避免因急于求成导致非受迫性失误。此外,接发方应注重提升后场防守的韧劲,通过高质量防守创造反击机会。", + "B. 本回合呈现防守反击主导局面,top在被动阶段通过超强防守多次化解险情,bottom因主动进攻欲望过强导致出界失误增多。建议top应加强主动进攻比例,bottom需学会在压力下稳定执行战术。", + "C. 本回合是典型的网前战术攻防战,top凭借精准的斜线调动和网前勾对角策略掌握主动,bottom虽技术全面但关键球心态稍显急躁。建议接发方需加强网前小球的稳定性,避免在被动阶段因简单失误断送优势。", + "D. 本回合以底线多拍拉吊为主,top通过高质量的平抽挡压制底线得分,bottom在相持阶段频繁出现回球下网情况。建议bottom加强中后场对抗中的落点控制,可通过预判提前启动减少被动失误。" + ], + "options_en": [ + "A. This rally is a multi-shot seesaw battle centered around powerful smashes from the backcourt. Although Top has a strong killing power, he lacks variety in shot lines and is effectively restricted by Bottom through precise counterattacks after defense and delicate drive shots. Bottom remains calm at crucial points and gradually takes the initiative by combining net shots at the frontcourt and sudden attacks from the backcourt. It is recommended that the serving side should strengthen the variability of their backcourt techniques, disrupt the opponent's defense by using different hitting angles, control the rhythm during the stalemate phase instead of blindly attacking forcefully, and avoid unforced errors due to eagerness for quick success. In addition, the receiving side should focus on improving the tenacity of their backcourt defense and create counterattack opportunities through high-quality defense.", + "B. This rally was dominated by defensive counterattacks. The top player repeatedly defused threats with exceptional defense during passive phases, while the bottom player committed more out-of-bounds errors due to overly aggressive offensive intentions. It is recommended that the top player increase proactive offensive plays, and the bottom player learn to execute tactics steadily under pressure.", + "C. This rally was a typical net-play tactical battle. The top player took the initiative with precise cross-court shots and cross-court net shots, while the bottom player, despite being technically well-rounded, showed slight impatience in crucial moments. It is recommended that the receiving side improve the stability of net shots to avoid losing advantages due to simple errors during passive phases.", + "D. This rally primarily featured baseline exchanges with long rallies. The top player scored by suppressing the baseline with high-quality flat drives, while the bottom player frequently hit the net during sustained rallies. It is recommended that the bottom player enhance placement control in mid-to-rear court confrontations and reduce passive errors by anticipating and initiating movements earlier." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪一项评价最为准确?", + "question_en": "Which of the following evaluations is the most accurate for the overall performance of this rally?" + } + }, + { + "video_uid": "video_001964", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合以top的假动作骗开bottom后快速上网抢攻为核心,bottom被动中勉强杀球过顶球时未能控制弧度导致出界。建议在面临假动作时应保持站位并优先确保回球深度,而非冒险进攻。", + "B. 本回合呈现快速压制型模式,top通过高频分球和抢网占据主动,而bottom在被动防守中未能及时预判对手的过顶技术,最终因回球下网失分。建议提升对关键球的预判能力,并在底线多采用变线战术以分散对手防守。", + "C. 回合呈现典型的防守反击模式,bottom通过高质量杀球占据主动,而top在关键球处理上过于激进导致失分。建议在被动局面下应先确保回球稳定性,待找准机会再尝试 offensive shot。", + "D. 回合表现为典型的底线拉吊对抗,bottom虽然尝试杀球但缺乏足够的速度和角度变化,导致top能够从容上网封堵。最终bottom因急于起球出现出界失误,建议加强杀球的多样性并控制击球手型避免手腕发力过猛。" + ], + "options_en": [ + "A. This rally centered on Top's deceptive move to wrong-foot Bottom followed by a quick net attack. Bottom's desperate overhead kill attempt lacked trajectory control, resulting in an out-of-bounds error. When facing deception, maintaining stance and prioritizing shot depth is recommended over risky offensive attempts.", + "B. This rally demonstrated a fast-paced suppression pattern. Top dominated with frequent split shots and net interceptions, while Bottom failed to anticipate the opponent's overhead technique during passive defense, ultimately losing the point due to a netted return. It is recommended to improve anticipation of key shots and employ more baseline cross-court tactics to disrupt the opponent's defense.", + "C. The rally showcased a typical defensive-counterattacking pattern. Bottom took the initiative with high-quality kills, while Top lost points due to overly aggressive shot selection in crucial moments. It is advised to prioritize shot stability in passive situations and attempt offensive shots only after identifying opportunities.", + "D. The rally exhibited a classic baseline lift-and-drop duel. Bottom attempted kills but lacked sufficient speed and angle variation, allowing Top to comfortably intercept at the net. Bottom eventually committed an out-of-bounds error while rushing a lift. It is advised to diversify kill techniques and control wrist power to avoid excessive force." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001965", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合进攻主导权完全掌握在top手中,但bottom通过精准的分球与假动作多次化解危机,这提醒队员发球后需迅速完成抢网并压制对手中场空档区域。", + "B. 本回合防守方始终保持稳定站位,对手因自身失误过多导致失分,这说明在底线区域缺乏有效的过顶压制能力。后续应加强发球后的大范围跑动与直线球的线路变化来提升进攻威胁性。", + "C. 本回合攻守转换迅速,top的发球质量有效限制了对手应对空间,而bottom在关键球处理中过于激进暴露漏洞。比赛中需注意在中前场球时优先保证回球质量和成功率,减少非受迫性失误。", + "D. 本回合在关键分中top因犹豫不决导致过渡球质量下降,被bottom抓反击机会实现逆转。建议提升网前小球的快速衔接能力,避免在被动情况下强行进行高难度进攻尝试。" + ], + "options_en": [ + "A. In this round, the offensive initiative was entirely in Top's hands, but Bottom repeatedly defused crises through precise placements and deceptive moves. This serves as a reminder for players to quickly rush the net after serving and suppress the opponent's midcourt gaps.", + "B. In this round, the defensive side maintained a stable stance throughout, with the opponent losing points due to excessive self-inflicted errors. This indicates a lack of effective overhead suppression in the baseline area. Moving forward, emphasis should be placed on enhancing large-scale movement after serving and varying straight-shot trajectories to increase offensive threat.", + "C. In this round, the transition between offense and defense was swift. Top's high-quality serves effectively limited the opponent's response space, while Bottom was overly aggressive in handling key shots, exposing vulnerabilities. During the match, it is crucial to prioritize shot quality and success rate in mid-frontcourt play, reducing unforced errors.", + "D. In this round, Top's indecisiveness during critical points led to a decline in transitional shot quality, allowing Bottom to seize counterattack opportunities for a comeback. It is advisable to improve quick transitions for net shots and avoid attempting high-difficulty offensive plays under passive conditions." + ], + "answer": "C", + "question": { + "question_zh": "对于此回合的整体表现,以下哪个评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this round?" + } + }, + { + "video_uid": "video_001966", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此球关键在top的反手分球控制压制了bottom的移动空间,迫使bottom多次采用被动过渡球。bottom通过连续三次高质量平抽扣杀强行突破防线,最终以追身直线得分。tip:建议双方在比赛末段增强变速拉吊,在对手重心转移瞬间抢出台前控制。", + "B. 回合焦点在于bottom的网前假动作与过顶高远球组合,成功干扰top的抢网节奏。top在被动状态下多次尝试正手抽对角进攻,但因挥拍速率不足导致出界。建议bottom加强假动作与线路结合的频率,同时top需强化在被动时的弓箭步启动速度与平抽稳定性提升。", + "C. 回合中bottom因持续使用正手高频抽球占据主动,但top通过连续头顶区劈杀封网反制。关键分上bottom因急于攻击而出现连续下网失误,暴露了关键分专注力问题。建议bottom在高压时增加平抽中的暂停顿挫技巧,top则需提升后场防守覆盖范围与预判角度", + "D. 此回合展现了攻防转换的典型模式。bottom凭借反手推挑的线路控制逐步渗透,最终以高质量平抽球终结;top虽尝试正手劈杀主动施压,但后程节奏把控不足,过渡球选择保守且落点针对性差,未能将压力转化为得分机会。建议提升被动状态下的变速击球和斜线变化以提升防守反击效率。" + ], + "options_en": [ + "A. The key to this point was Top's backhand placement control, which confined Bottom's movement space, forcing multiple passive transition shots. Bottom broke through the defense with three consecutive high-quality drive kills, ultimately scoring with a straight body shot. Tip: Both players should enhance tempo variations in lifts during late-game stages to seize frontcourt control during opponent's weight shifts.", + "B. The rally highlighted Bottom's combination of net fake shots and overhead clears, successfully disrupting Top's net-rushing rhythm. Top repeatedly attempted forehand cross-court drives in passive situations but hit out due to insufficient swing speed. Recommendation: Bottom should increase the frequency of combining fake shots with line variations, while Top needs to improve lunge-start speed and drive stability in passive scenarios.", + "C. Bottom dominated early with continuous forehand high-frequency drives, but Top countered with consecutive overhead slice net kills. At crucial points, Bottom's eagerness to attack led to consecutive net errors, exposing focus issues under pressure. Recommendation: Bottom should incorporate pause-and-go techniques in drives during high-pressure situations, while Top needs to expand backcourt defensive coverage and anticipation angles.", + "D. This rally demonstrated a classic pattern of offense-defense transitions. Bottom gradually penetrated through backhand push-and-lift line control, ultimately finishing with a high-quality drive. Top attempted to apply pressure with forehand slice kills but lacked rhythm control in the later stages, opting for conservative transition shots with poor placement targeting, failing to convert pressure into scoring opportunities. Recommendation: Improve speed variation and cross-court variations in defensive counters to enhance efficiency." + ], + "answer": "D", + "question": { + "question_zh": "对这一回合的整体表现,以下哪个评价最为贴切?", + "question_en": "Which of the following evaluations best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_001967", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中bottom展现了稳定的防守能力,多次在被动时通过高质量的过渡球化解危机,但主动进攻的侵略性明显不足,top虽然网前抢网积极但线路选择单一,需加强中后场的落点控制和假动作运用", + "B. 这是一个攻防转换频繁的回合,top展现极佳的控网能力和线路变化意识,反手技术在关键分发挥决定性作用。bottom前场把控不错但防守稳定性不足,需提升在被动时的防守质量和线路选择", + "C. 本回合攻防转换较少呈现一边倒态势,top的控网能力未能有效压制对手,反手失误较多影响关键分处理。bottom防守稳健且线路选择合理,但主动进攻质量不足,需加强前场压迫和进攻连贯性。", + "D. 整个回合进攻节奏由top完全掌控,通过连续的重杀和劈吊压制底线,但多次因击球过顶出界导致浪费机会,bottom防守顽强却缺乏主动得分手段,需要提升网前小球质量和进攻衔接速度" + ], + "options_en": [ + "A. During the rally, the bottom player demonstrated stable defensive skills, repeatedly resolving crises with high-quality transition shots when under pressure. However, their active offensive aggression was noticeably lacking. The top player was aggressive in net interceptions but had monotonous shot selection, needing to enhance mid-backcourt placement control and deceptive moves.", + "B. This was a rally with frequent offensive and defensive transitions. The top player demonstrated excellent net control and awareness of shot variation, with the backhand technique playing a decisive role in crucial points. The bottom player had decent frontcourt control but lacked defensive stability, needing to improve defensive quality and shot selection when under pressure.", + "C. In this rally, the offensive and defensive transitions are less one-sided. The player named top's ability to control the net failed to effectively suppress the opponent. A relatively high number of backhand errors affected the handling of crucial points. The player named bottom has a solid defense and makes reasonable line choices, but the quality of their active attacks is insufficient. They need to strengthen the pressure in the frontcourt and the coherence of their attacks.", + "D. The offensive rhythm of the entire rally was completely dominated by the top player, who consistently pressured the baseline with heavy kills and drop shots. However, multiple shots went out due to excessive height, wasting opportunities. The bottom player showed tenacious defense but lacked active scoring methods, needing to improve net shot quality and offensive transition speed." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,以下哪一项评价最能全面准确地反映整体表现?", + "question_en": "For this rally, which of the following evaluations most comprehensively and accurately reflects the overall performance?" + } + }, + { + "video_uid": "video_001968", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合top凭借出色的网前小球技术和连续分球迫使bottom不断横向移动,最终以一记突然的底线滚网球得分;而bottom在上网过程中显得脚步拖沓且假动作不足,防守时多次被动过渡反而被压制,暴露出在网前相持中的线路选择能力不足,建议加强步法移动和假动作欺骗性以破解紧逼防守", + "B. 本回合top展现了精妙的假动作和精准的分球策略,在bottom的压迫下多次用过顶高远球稳定局面,并通过快速抢网创造机会;而bottom在关键分上连续出现下网失误,其劈杀虽然力量大但线路单一,导致top有效预判封网压制,建议加强下压时的线路变化和网前预判能力", + "C. 本回合bottom在后场连续三次强力过顶高球压制top的反手位,但由于击球时机把握不佳导致球出界,而top则通过多次高质量的劈吊和快速上网截击化解危机,最终抓住bottom防守漏洞以一记反拍直线得分;bottom的主动失误较多暴露了关键分时心态波动,建议加强高压态势下的击球稳定性训练", + "D. 本回合bottom通过多次中场及后场的强势进攻逐步建立优势,特别是劈杀得分展现了顶级杀球能力;而top在防守反击中过于保守,关键击球缺乏压制力,建议加强分局面势判断和主动变线能力以提升关键分把握" + ], + "options_en": [ + "A. In this round, the top player forced the bottom player into constant lateral movement with exceptional net shot techniques and continuous placements, ultimately scoring with a sudden baseline net roller. Meanwhile, the bottom player appeared sluggish in footwork and lacked deception during net approaches, often resorting to passive transitions under pressure, exposing weaknesses in shot selection during net rallies. It is recommended to improve footwork and deceptive techniques to break tight defenses.", + "B. In this round, the top player demonstrated exquisite deception and precise placement strategies, repeatedly stabilizing the situation with overhead clears under pressure from the bottom player and creating opportunities with quick net interceptions. On the other hand, the bottom player made consecutive net errors at critical points. Although their smashes were powerful, the predictable trajectory allowed the top player to effectively anticipate and block at the net. It is recommended to improve line variation during downward shots and net anticipation skills.", + "C. In this round, the bottom player attempted to pressure the top player’s backhand with three consecutive powerful overhead clears from the rear court, but poor timing resulted in the shots going out. The top player, however, countered with high-quality drop shots and quick net interceptions to neutralize the threat, eventually capitalizing on the bottom player’s defensive gap with a backhand straight winner. The bottom player’s frequent unforced errors revealed mental fluctuations during key points. It is recommended to enhance shot consistency training under high-pressure situations.", + "D. In this round, the bottom player gradually built an advantage through multiple strong attacks at the midcourt and rear court, particularly scoring with a smash that showcased top-tier killing ability. Meanwhile, the top player was overly conservative in defensive counterattacks, lacking pressure in crucial shots. It is recommended to improve situational judgment and active line-changing skills to enhance key-point execution." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_001969", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现强烈攻防转换特征,bottom多次采用追身直线球打乱top节奏,但关键分过于依赖正手重杀导致失误累积。top则通过频繁的反手开底线调动对手,暴露了bottom在连续杀上网战术下的步伐漏洞,建议增加假动作配合劈吊变化。", + "B. 全回合焦点集中在网前博弈,top通过持续控网压制底线,.bottom被迫频繁上网解球。关键分时top以反手扑杀形成压制,而bottom因假动作不足导致边路空档过大,应强化网前小球变化与落点精准度,同时需提升反手位防守衔接的连贯性。", + "C. 本回合呈现防守反击经典博弈,bottom在被动时通过挑后场摆脱压力,并在关键分展现果断杀伤力。top虽掌控节奏但关键球质量下滑,暴露了后场突击后衔接稳定性问题,需加强防守反击中的球路欺骗性。", + "D. 全场较量围绕底线对抗展开,top凭借精准的后场平抽突击占据主动,bottom被迫频繁底线上网解球。关键分错失源自bottom连续三次放网质量不足,而top因急于求成出现三次过腰违例,双方应加强多拍相持中的变速能力与落点控制。" + ], + "options_en": [ + "A. This round featured intense offense-defense shifts. The bottom player disrupted the top player's rhythm with multiple straight body shots but over-relied on forehand kills at critical points, accumulating errors. The top player exploited the bottom player's footwork flaws in continuous kill-and-rush tactics through repeated backhand baseline drives. Incorporating deception with sliced drops is suggested.", + "B. The entire round focused on net play. The top player consistently controlled the net to suppress the baseline, forcing the bottom player to frequently approach for returns. At key points, the top player dominated with backhand net kills, while the bottom player's lack of deception left excessive sideline gaps. Improving net shot variations/accuracy and enhancing backhand defensive transitions are advised.", + "C. This round showcased a classic defensive-counterattacking duel. The bottom player relieved pressure by lifting deep shots when passive and displayed decisive killing power at critical points. The top player controlled the tempo but suffered declining shot quality in crucial moments, exposing stability issues in post-rush transitions. Strengthening deception in defensive-counterattacking rallies is recommended.", + "D. The match revolved around baseline clashes. The top player dominated with precise flat drives, compelling the bottom player to frequently intercept at the baseline. Critical-point losses stemmed from the bottom player's three consecutive poor net shots, while the top player committed three waist-high violations due to impatience. Both sides should enhance pace-shifting and placement control during extended rallies." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一项最能全面评价该回合的战术表现?", + "question_en": "Which of the following best comprehensively evaluates the tactical performance of this round?" + } + }, + { + "video_uid": "video_001970", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中双方攻防转换频繁,bottom通过稳定过渡球和抢网逐渐扭转被动局面,而top的过顶强攻屡屡因出界失误丧失优势。建议top应强化平抽快挡的衔接速度以破解底线僵局。", + "B. 回合进程呈现明显压制与反制态势,top通过精准扑球撕开防线掌控主动,而bottom在中前场关键球处理过于激进导致崩盘。建议防守方应提升被动球的存活率,优先保证回球质量后再寻求反击机会。", + "C. 回合呈现一边倒形势,bottom因过渡球处理过于保守始终处于被动,而top利用连续假动作骗出空档连续得分。建议防守方应增加主动上网频率以打破对手节奏掌控权。", + "D. 回合整体形成胶着态势,bottom凭借精准分球与假动作屡屡化解top的高压进攻,而top在关键分处理上失误频频,导致战局形成拉锯。建议双方需加强网前小球控制以提升得分效率。" + ], + "options_en": [ + "A. The rally saw frequent shifts between offense and defense, with bottom gradually turning the tide through stable transition shots and net interceptions, while top's overhead smashes often missed the mark due to out-of-bounds errors. It is advised that top should increase the speed of drive-and-block transitions to break the deadlock at the baseline.", + "B. The rally displayed a clear pattern of suppression and counterplay, with top taking control by tearing through the defense with precise net kills, while bottom's overly aggressive handling of crucial shots at the mid-frontcourt led to a collapse. It is advised that the defensive side should improve the survival rate of passive shots, prioritizing shot quality before seeking counterattack opportunities.", + "C. The rally was one-sided, with bottom remaining passive due to overly conservative transition shots, while top exploited the gaps with consecutive deceptive plays to score continuously. It is advised that the defensive side should increase proactive net approaches to disrupt the opponent's rhythm and regain control.", + "D. The rally remained evenly contested, with bottom repeatedly defusing top's high-pressure attacks through precise cross-court shots and deceptive plays, while top made frequent errors in handling key points, resulting in a stalemate. Both sides are advised to enhance net shot control to improve scoring efficiency." + ], + "answer": "B", + "question": { + "question_zh": "在这一回合的对抗中,以下哪个评价最符合比赛进程的整体情况?", + "question_en": "In this rally, which of the following evaluations best describes the overall progression of the match?" + } + }, + { + "video_uid": "video_001971", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合攻防转换激烈,bottom在防守中展现韧性,通过变化球路和关键分把握终结得分。top的主动攻击威胁显著,但关键分失误影响了整体表现,需加强高压下的稳定性。", + "B. 本回合双方攻防互有压制,bottom高压下多次过渡球失误丧失主动权,最终因网前球下网丢分。top虽主动失误较多,但凭借抢网技术与线路变化持续施压显示更强战术执行力,bottom需强化底线相持", + "C. 本回合攻防转换较少,top在防守中展现韧性,通过精准落点和关键分处理带走胜利。bottom的进攻威胁有限,且关键分失误较多,需提升主动进攻的压迫性和稳定性。", + "D. 本回合攻防节奏缓慢,top在防守中表现稳固,多次通过稳健防守化解bottom攻势,并抓住关键失误反击得分。bottom主动进攻积极但稳定性不足,网前多次失误暴露短板,需加强基础功底。" + ], + "options_en": [ + "A. This round featured intense offensive and defensive transitions. The bottom player demonstrated resilience in defense, scoring by varying shot placements and seizing key points. The top player's aggressive attacks posed significant threats, but errors on crucial points affected overall performance, requiring improved stability under pressure.", + "B. This round saw mutual offensive and defensive pressure from both sides. The bottom player lost initiative due to multiple transition errors under pressure, eventually conceding a point with a net error. Despite more unforced errors, the top player maintained pressure with net-rushing techniques and varied shot placements, demonstrating stronger tactical execution. The bottom player needs to enhance baseline consistency.", + "C. There were fewer offensive and defensive transitions in this rally. Top showed tenacity in defense and secured the victory through precise shot placement and handling of crucial points. Bottom's offensive threat was limited, and there were more mistakes on crucial points. Bottom needs to improve the pressure and stability of their proactive attacks.", + "D. This round had a slow offensive and defensive tempo. The top player showed solid defense, repeatedly neutralizing the bottom player's attacks with steady play and capitalizing on key mistakes to counter-score. The bottom player was proactive in offense but lacked consistency, with frequent net errors exposing weaknesses, indicating a need to strengthen foundational skills." + ], + "answer": "A", + "question": { + "question_zh": "以下哪项最准确地描述了本回合的整个过程?", + "question_en": "Which of the following most accurately describes the entire process of this round?" + } + }, + { + "video_uid": "video_001972", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合属于底线拉吊类型,top通过高质量平抽快挡占据主动,bottom在被动时尝试反手挑后场球却速度不足形成过渡,最终在多拍相持后top底线正手挑后场出界。应强化防守反击时的手腕控球能力,并优化网前封网的压迫时机。", + "B. 赛点回合呈现网前博弈特征,bottom运用假动作骗过对手后精准下压,top在被动防守中多次使用劈杀化解危机,可惜在关键分反手抽对角时因线路过开导致下网。bottom应增强半场防守时的体能分配,而top需提升网前高压防守技术。", + "C. 这是一个典型的攻防转换回合,bottom展现了强大的控场能力,通过多变的球路和快速的场地覆盖破坏对手节奏。top在被动时虽有高远球和挡网球过渡,但关键分反手放网失误暴露了网前技术的短板,建议加强近网过渡的质量和落点控制。", + "D. 这回合以底线相持为主,top通过连续正手重扣压制bottom防线,bottom被迫后退中击出过顶高球却因力量过大致使球出界。top在追球过程中体现爆发力优势,但关键分扑杀时机选择不当导致失分,应提升网前衔接的应变能力。" + ], + "options_en": [ + "A. This was a baseline lift-and-drop rally. Top gained initiative through high-quality fast drives and pushes. Bottom attempted a passive backhand lift but lacked speed, resulting in a weak transitional shot. After prolonged exchanges, top's forehand baseline lift went out. Strengthening wrist control during defensive counters and optimizing net pressuring timing are suggested.", + "B. The match point rally featured net play tactics. Bottom used deceptive moves to outmaneuver the opponent before executing a precise downward shot. Top countered with multiple defensive slices when under pressure but lost the crucial point with a wide backhand cross-court drive that hit the net. Bottom should optimize mid-court stamina allocation, while top needs to enhance overhead defensive techniques.", + "C. This was a classic offense-defense transition rally. Bottom demonstrated strong court control, disrupting the opponent's rhythm with varied shots and quick court coverage. Top relied on clears and blocks when passive, but a crucial backhand net shot error exposed the weakness in net play. It's advised to improve the quality and placement of near-net transitional shots.", + "D. The rally was dominated by baseline exchanges. Top pressured bottom's defense with consecutive forehand smashes, forcing bottom to retreat and hit an overhead clear that went out due to excessive power. Top showed explosive speed in chasing the shuttle but lost the crucial point due to poor net kill timing. Work on adaptive net transition skills is recommended." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001973", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合整体节奏较为平缓,双方多以过渡球为主,top试图通过轻放网前引出bottom的起球机会但效果有限,而bottom防守稳健却缺乏有效的反击手段,最终因球路重复导致得分点难以创造。", + "B. 本回合展现了激烈的攻防转换,top多次利用推挑试图拉开对手但未能完全压制,而bottom凭借稳定的手法和压迫性回球逐步占据主动。建议top在关键球决策时需更加稳健,避免在被动局面下被迫冒险。", + "C. 本回合因双方多次出现关键球的出界失误而陷入焦灼,top在关键时刻未能把握住得分机会,而bottom的假动作虽多却因线路单一未能奏效。建议双方加强针对性训练以减少低级失误。", + "D. 本回合攻防节奏由top完全掌控,凭借精准的网前球和快速突击压制bottom,虽然bottom频繁使用劈杀试图反击但效果有限,最终因自身失误过多导致失分。建议bottom加强防守反击技巧,减少主动失误,同时在多拍相持中寻求落点变化而非盲目强攻。" + ], + "options_en": [ + "A. The overall tempo of this rally was relatively slow, with both sides primarily relying on transitional shots. Top attempted to lure bottom into lifting by softly placing net shots but achieved limited success, while bottom defended steadily yet lacked effective counterattacks, ultimately struggling to create scoring opportunities due to repetitive shot patterns.", + "B. This rally showcased intense offensive-defensive transitions. Top repeatedly attempted to stretch the opponent with net lifts but failed to fully dominate, while bottom gradually gained the upper hand with stable techniques and aggressive returns. It is suggested that top should make more steady decisions during crucial points to avoid forced risks in passive situations.", + "C. This rally became deadlocked due to repeated out-of-bounds errors on key shots by both sides. Top failed to capitalize on scoring opportunities at critical moments, while bottom's deceptive moves proved ineffective due to predictable shot placement. Both players are advised to strengthen targeted training to reduce unforced errors.", + "D. In this rally, the offensive and defensive rhythm was completely controlled by top. With precise net shots and rapid assaults, top suppressed bottom. Although bottom frequently used smashes in an attempt to counterattack, the effect was limited. Eventually, bottom lost points due to too many self - errors. It is recommended that bottom strengthen the skills of defensive counter - attack, reduce active errors, and seek changes in landing points during multi - shot stalemates instead of blindly launching strong attacks." + ], + "answer": "B", + "question": { + "question_zh": "以下哪个选项最能全面反映这一回合的综合表现?", + "question_en": "Which option best comprehensively reflects the overall performance of this rally?" + } + }, + { + "video_uid": "video_001974", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这回合体现了bottom在被动状态下的顽强表现,多次通过挑后场球化解top压制并在关键分时打出倒地救球。top虽占据主动却因网前失误错失得分,需强化对底线高远球的压制力度并提升网前控制的侵略性", + "B. 这回合展现了顶级选手的攻防转换能力,top利用对手过渡失误逐步施压最终得分。bottom在被动时应加强网前控球和关键分质量,减少低级失误", + "C. 虽然top尝试通过过顶球和网前小球调动bottom,但bottom凭借出色的防守反击能力将球过渡到全场,最终bottom在最后一拍以高质量劈吊得分。top应加强底线进攻稳定性避免主动失误,同时减少对过渡球的压力", + "D. Bottom通过精准网前控制和关键分压制主导了本回合,Top因主动进攻失误频频而陷入被动,应减少强攻选择增加防守稳定性" + ], + "options_en": [ + "A. This rally highlighted bottom's resilience in passive situations, repeatedly using backcourt lifts to counter top's pressure and executing a diving save at a critical point. Despite dominating the rally, top lost the point due to net errors and should intensify baseline clear pressure while enhancing aggressive net control.", + "B. This rally showcased the top player's ability in offense-defense transitions, with top gradually applying pressure by capitalizing on the opponent's transitional errors and eventually scoring. bottom should enhance net control and key-point quality when passive, reducing unforced errors.", + "C. Although top attempted to maneuver bottom with clears and net drops, bottom relied on exceptional defensive counterattacks to transition the shuttle across the court, eventually scoring with a high-quality slice drop on the final shot. top should strengthen baseline offensive consistency to avoid unforced errors and reduce pressure on transitional shots.", + "D. Bottom dominated this rally through precise net shot control and key point suppression. Top fell into a passive position due to frequent mistakes in active attacks and should reduce the choice of powerful attacks and increase defensive stability." + ], + "answer": "B", + "question": { + "question_zh": "以下哪个选项最准确地评价了这一回合的全场表现?", + "question_en": "Which of the following options most accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_001975", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了攻防转换的戏剧性。bottom通过搓斜线和假动作试图调动对手,但关键分的推挑弧度控制失误,暴露空档。top在化解进攻后迅速抓住反击机会,用追身跳杀完成致命一击。建议bottom在关键分时需提升推挑的落点精准度,而top的快速判断和连贯击球组合值得称赞", + "B. bottom通过精准的分球拉开了top的防线,在反手区形成压制优势。但top在被动情况下突然启动上网战术,以突然的劈杀改变节奏直接得分。bottom未能预判对手变线意图,暴露了关键分的专注力不足", + "C. 本回合重点展现了防守反击的战术执行力。top选手通过劈吊后场和连续小球压迫成功压制bottom,但在关键分的直线扣杀因击球点过早出现出界失误。bottom趁机通过精准的网前挑后场扭转局势,并借助反手抽对角实现连续得分。建议top在关键分时需优化击球时机选择,而bottom的网前控制与防守转攻能力应成为比赛范例,其脚步移动和线路变化组合展现了更强的战术执行力", + "D. 技术焦点集中在网前争夺,bottom通过假动作骗出top的冒进扑杀,随后以挑后场球强行扭转局势。可惜关键分的过渡球过软被压制,top通过稳定防守等待机会实现反超,体现防守反击的策略优势" + ], + "options_en": [ + "A. This rally showcased the drama of offense-defense transitions. Bottom attempted to maneuver the opponent with cross-court net shots and deceptive moves, but a miscontrolled lift at the crucial point exposed gaps. Top swiftly seized the counterattack opportunity after defending, finishing with a lethal jump kill to the body. Bottom should improve lift placement accuracy at key moments, while Top's quick judgment and seamless shot combinations deserve praise.", + "B. Bottom stretched Top's defense with precise placements, gaining dominance in the backhand area. However, Top abruptly initiated a net rush tactic when passive, scoring directly with a sudden slice kill to shift momentum. Bottom failed to anticipate the opponent's directional change, revealing insufficient focus at critical points.", + "C. This rally mainly demonstrated the tactical execution of defensive counterattack. The top player successfully suppressed the bottom player by using sliced drop shots to the backcourt and consecutive net shots. However, the top player made an out-of-bounds error in the straight-line kill at the key point due to hitting the shuttlecock too early. Taking this opportunity, the bottom player reversed the situation by accurately net lifting from the net area to the backcourt, and achieved consecutive scores by using backhand cross-court drives. It is recommended that the top player optimize the choice of hitting timing at key points. The bottom player's net control and ability to transition from defense to attack should be regarded as an example in the game. Their combination of footwork movement and shot line changes demonstrated stronger tactical execution.", + "D. Technical focus centered on net play. Bottom deceived Top with fake motions to induce a reckless net kill, then forcibly reversed momentum with a deep lift. Unfortunately, a weak transitional shot at the crucial point allowed Top to counterattack through steady defense, highlighting the strategic advantage of defensive counterplay." + ], + "answer": "A", + "question": { + "question_zh": "以下哪个选项最全面准确地反映了此回合的竞技表现?", + "question_en": "Which option most comprehensively and accurately reflects the competitive performance of this rally?" + } + }, + { + "video_uid": "video_001976", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合突显防守反击战术优势,top通过连续斜线过渡球迫使bottom出现击球失误,最终以一记突然的劈吊网前得分。建议bottom在防守阶段增加高压过顶球破坏对手网前节奏,而top应减少直线高远球改用反手分球创造进攻机会。", + "B. 回合呈现典型的后场压迫战术胜利,bottom通过持续调动和主动抢网制造得分机会的策略贯彻得非常彻底。建议top在遭遇被动时尝试更多斜线过渡球而非直线挑高球,可有效延缓对手进攻节奏。", + "C. 回合展示出经典的防守反击战术优势,top凭借出色的网前防守和精准劈杀锁定胜局。建议bottom减少盲目后场强攻,转而加强平抽挡环节的相持能力以提升回合控制力。", + "D. 回合展现了网前欺骗战术的成功,bottom多次通过假动作分球和高远球压制对手前场,top因被动防守未能及时封网导致失分。建议top在面对突击时优先使用底线分球而非直线挑高球,同时增强对过顶球的预判能力,以减少被动下网的失误。" + ], + "options_en": [ + "A. The rally highlighted the advantage of defensive counterattack tactics. Top forced bottom into hitting errors through consecutive cross-court transition shots, ultimately scoring with a sudden slice drop shot. It is suggested that bottom add overhead smashes during defensive phases to disrupt the opponent's net rhythm, while top should reduce straight clears and opt for backhand placement shots to create offensive opportunities.", + "B. The rally demonstrated a classic victory of rear-court pressure tactics. Bottom thoroughly executed the strategy of creating scoring opportunities through continuous movement and active net interception. It is suggested that top try more cross-court transition shots instead of straight net lifts when under pressure, which can effectively slow down the opponent's offensive rhythm.", + "C. The rally showcases the classic defensive counterattack tactical advantage. Top secures the victory with excellent net defense and precise smashes. It is recommended that Bottom reduce blind strong attacks at the backcourt and instead strengthen the ability to hold one's ground in the drive and block strokes to improve the control of the rally.", + "D. The rally showcased the success of net deception tactics. Bottom repeatedly used fake shots and clears to pressure the opponent's frontcourt, while top failed to intercept in time due to passive defense, leading to lost points. It is advised that top prioritize baseline shots over straight net lifts when facing sudden attacks and improve anticipation of overhead shots to reduce forced net errors." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001977", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了网前控制与后场进攻的完整战术链。top通过细腻的搓放假动作和空间拉开策略逐步建立优势,终局阶段的杀球执行堪称教科书级别。bottom虽展现一定网前技术,但后场被动时的相持能力不足,建议加强被动状态下的过渡球稳定性及后场快速启动能力。", + "B. 本回合充分体现网前小球博弈的重要性,top通过连续轻挡假动作成功欺骗对手重心,随后在底线下手相持中占据主动。bottom虽然在移动拦截环节反应迅速,但关键分处理犹豫导致杀上网战术失效,暴露出分球线路选择单一且过顶球衔接滞涩的短板。", + "C. 本回合围绕底线对攻与假动作配合展开,top利用大范围调动制造空档,通过高质量分球持续压制bottom防守范围。bottom在被动接杀时频繁采取挑后场战术以求喘息,但网前主动抢网失误过多,建议强化对过顶球落点的精准控制而非单纯依赖防守反击。", + "D. 本回合以防守反击为核心策略,top多次在底线通过低平快的下手球压制对方移动,却因假动作使用过多导致关键分出现判断失误。bottom凭借快速的横向移动化解了多个被动局面,但关键分上选择过于保守,应加强假动作后的衔接质量而非单纯依赖防守过渡。" + ], + "options_en": [ + "A. This rally showcased a complete tactical chain of net control and rear-court offense. The top player gradually built an advantage through delicate net shot feints and space-opening strategies, with the execution of kills in the final stage being textbook-perfect. The bottom player demonstrated some net skills but lacked endurance in passive rear-court situations. It is recommended to improve the stability of transition shots and the ability to quickly initiate movement from the rear court.", + "B. This rally fully highlighted the importance of net shot exchanges. The top player successfully deceived the opponent's balance with consecutive light block feints and then took the initiative in baseline underhand rallies. The bottom player reacted swiftly in interception but hesitated on key points, leading to the failure of the kill-and-rush tactic. This exposed weaknesses in single-shot selection and sluggish overhead shot transitions.", + "C. This rally revolved around baseline exchanges and feint coordination. The top player created openings through wide-range mobilization and continuously suppressed the bottom player's defensive range with high-quality shot placements. The bottom player frequently resorted to lifting shots to the rear court for breathing room when passively receiving kills but made too many net-rushing errors. It is advised to improve precise control over overhead shot placements rather than relying solely on defensive counterattacks.", + "D. This rally centered on a defensive counterattack strategy. The top player repeatedly suppressed the opponent's movement with low, flat, and fast underhand shots from the baseline but made judgment errors on crucial points due to excessive use of feints. The bottom player relied on quick lateral movement to resolve multiple passive situations but was overly conservative on key points. They should enhance the quality of follow-ups after feints rather than solely depending on defensive transitions." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪项评价最能整体概括比赛进程?", + "question_en": "For this rally, which of the following evaluations best summarizes the overall match progression?" + } + }, + { + "video_uid": "video_001978", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合战术侧重底线对抗,双方频繁使用平抽挡技术展开对攻。TOP在中场相持阶段展现出色移动能力,但扣杀稳定性不足导致多次出界。BOTTOM在被动防守中表现抢眼,通过直线大角度回球制造威胁,但关键分未能把握主动权,需提升进攻时机的选择和网前衔接质量。", + "B. 本回合呈现典型的攻防拉锯场面,BOTTOM通过精准防守和连续后场扣杀多次化解危机,展现了顽强的斗志。而TOP在网前主动进攻时失误较多,后场线路变化不够,未能有效压制对手。需加强防守稳定性及关键分的战术执行,尤其在衔接配合上存在明显欠缺。", + "C. 本回合呈现典型的攻防压制场面。TOP利用主动抢推和连续网前施压掌握节奏,展现了强大的进攻连贯性。BOTTOM在被动时缺乏有效反击手段,网前技术和过渡球质量存在明显短板,需加强关键球的精准度和线路变化。", + "D. 本回合呈现激烈攻防转换。BOTTOM依靠防守反击质量高和线路变化丰富扳回劣势,TOP主动进攻压迫性不足,网前衔接失误较多,未能有效限制对手的反击机会。" + ], + "options_en": [ + "A. This rally emphasized baseline exchanges, with both sides frequently engaging in drive battles. TOP exhibited exceptional movement during mid-court stalemates but suffered from inconsistent kills leading to multiple out-of-bounds. BOTTOM stood out in passive defense, creating threats with straight-line wide-angle returns, yet failed to seize initiative in critical points, requiring better offensive timing and net transition quality.", + "B. This rally featured a typical back-and-forth defensive battle, with BOTTOM repeatedly weathering the storm through precise defense and consecutive backcourt kills, displaying tenacious fighting spirit. TOP, however, committed frequent errors during active net attacks and lacked variation in backcourt shots, failing to effectively suppress the opponent. Defensive stability and tactical execution in key points need reinforcement, especially in transitional coordination.", + "C. This rally showcased a typical offensive-defensive dominance scenario. TOP controlled the tempo with aggressive push shots and continuous net pressure, demonstrating strong offensive consistency. BOTTOM lacked effective countermeasures when passive, with noticeable weaknesses in net play and transition shot quality, requiring improvement in precision and shot variation for crucial points.", + "D. This rally presented a fierce attack-defense transition. BOTTOM reversed the disadvantage by relying on high-quality counterattacks from defense and rich changes in shot lines. TOP's proactive attacks lacked pressure, and there were many errors in the connection at the net, failing to effectively limit the opponent's counterattack opportunities." + ], + "answer": "C", + "question": { + "question_zh": "以下哪个选项最能全面反映该回合的整体表现?", + "question_en": "Which option best comprehensively reflects the overall performance of this rally?" + } + }, + { + "video_uid": "video_001979", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现明显的网前博弈特征,top因多次上网时假动作被识破导致被动,bottom通过精准的分球和过顶技术成功压制,尤其依靠高质量的扑杀与封网占据主动权,但top关键分的反手直线失误直接导致失分,需强化对角线分球意识。", + "B. 本回合双方均陷入技术选择的混乱,top因急于使用平抽挡导致过多下网球失误,bottom则因过度依赖后场高远球失去进攻主动性,最终因来回球时间过长导致体力不足,需在网前战术设计和攻防转换速度方面共同提升", + "C. 本回合bottom展现了压倒性的进攻威胁,其连续三次过顶杀球迫使top频繁退至后场被动防守,而top仅通过被动过渡和勉强劈杀勉强维持比赛,遗憾的是bottom关键分出现两次出界失误,使top得以通过突然上网抢网逆转局势", + "D. 本回合双方攻防转换激烈,top通过持续的中场控制和高质量杀球压制对手,展现了极强的相持能力和关键分把握水准。bottom虽多次尝试通过直线球路改变节奏,但频繁的被动击球(如推挑后场)和防守漏洞使其难以扭转局势,需提升网前小球质量与关键分抗压能力。" + ], + "options_en": [ + "A. This round was characterized by prominent net play. Top became passive as their deceptive moves at the net were frequently read by Bottom, who successfully suppressed them with precise placements and overhead techniques, especially dominating with high-quality net kills and blocks. However, Top's backhand straight shot error at a critical point directly led to losing the rally, highlighting the need to enhance cross-court placement awareness.", + "B. Both players exhibited confusion in technical choices this round. Top made excessive net errors due to eagerness to use drives, while Bottom lost offensive initiative by over-relying on rear court clears. Ultimately, prolonged rallies led to physical exhaustion, calling for joint improvements in net tactics and transition speed.", + "C. This round saw Bottom display overwhelming offensive dominance, with three consecutive overhead kills forcing Top into passive defense at the rear court. Top barely sustained the game with forced slices and desperate kills. Unfortunately, Bottom's two out-of-bounds errors at critical points allowed Top to reverse the situation with a sudden net rush.", + "D. This round featured intense offensive and defensive transitions. Top consistently controlled the midcourt and suppressed the opponent with high-quality kills, demonstrating strong rallying ability and clutch performance. Bottom attempted to change the rhythm with straight shots but struggled to turn the tide due to frequent passive shots (e.g., net lifts) and defensive gaps, needing to improve net shot quality and pressure-handling in critical points." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一项最能全面概括本回合的攻防态势和运动员表现?", + "question_en": "Which of the following best summarizes the overall offensive and defensive situation of this round and the players' performance?" + } + }, + { + "video_uid": "video_001980", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在回合中展开了激烈的攻防转换,bottom虽尝试通过强力杀球压制对手,但top选手凭借出色的防守反击和快速抢网多次化解危机,最终因球下网而遗憾失利,凸显了关键时刻技术稳定性的重要性。", + "B. top通过精准的防守反击化解bottom的进攻并抓住机会反击得分,bottom因自身失误较多错失关键分,此回合凸显防守反击在关键分的高效运用。", + "C. top选手通过精准的过顶高远球和灵活的前后场调动牢牢掌控节奏,bottom因频繁失误与预判偏差而陷入被动,最终因网前小球处理不当导致失分,展现了对关键分时心理压力应对能力的重要性。", + "D. bottom通过持续的进攻压迫和流畅的杀上网连贯完全主导回合,top因防守漏洞和关键分技术执行不稳定遗憾丢分,此回合展现了高水平单打对抗中的主动进攻战术优势。" + ], + "options_en": [ + "A. Both sides engaged in intense offensive-defensive transitions during the rally. Although Bottom attempted to suppress the opponent with powerful kills, Top player repeatedly countered the threats with excellent defensive returns and quick net interceptions. Bottom ultimately lost the point due to a netted shot, emphasizing the importance of technical stability in crucial moments.", + "B. Top defuses Bottom's attacks through precise counterattacks after defense and seizes the opportunity to score a counterattack point. Bottom misses crucial points due to numerous self - mistakes. This round highlights the efficient use of counterattacks after defense in crucial points.", + "C. Top player firmly controlled the tempo with precise overhead clears and flexible front-to-back court movements, while Bottom fell into passivity due to frequent errors and misjudgments, ultimately losing the point due to improper net shot handling. This highlighted the importance of coping with psychological pressure during critical points.", + "D. Bottom completely dominated the rally through sustained offensive pressure and seamless kill-and-net follow-ups, while Top lost the point due to defensive gaps and unstable execution of key techniques. This rally showcased the advantage of proactive offensive tactics in high-level singles matches." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001981", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的攻防转换回合,bottom凭借细腻的网前手法和线路变化主导节奏,尤其是击球9的战术执行堪称完美。top在防守阶段虽多次尝试拉开但未能压制对手,关键分处理上的犹豫和失误暴露了在高压局面下的稳定性问题,建议加强被动情况下的线路选择和击球精准度。", + "B. 这个回合体现了top在主动进攻中的全面优势,他在击球阶段连续使用变速劈吊和大范围调动压制bottom,尤其是击球9的果断扣杀彻底打乱了对手节奏。bottom在防守时虽然多次放网试图过渡,但线路选择单一且落点偏差较大,导致关键分争夺中连续失分,显示出在高压防守下的抗压能力和相持稳定性不足,建议针对性加强防守反击时的连贯性和针对性落点训练。", + "C. 这是一个典型的进攻压制回合约,top通过强力的过顶劈杀和大角度分球完全压制bottom的移动空间。尽管bottom在网前尝试假动作和停顿技术,但top敏锐的预判和快速反应化解了所有威胁,并在最后回合以精准的底线扣杀直接得分,证明其对攻战术的执行力和压迫性优势。", + "D. 这是一个快节奏的网前博弈回合约,双方选手在近网区域展开了5次以上的短球对抗。bottom通过连续的分球和停顿技术展开心理战,top则凭借高爆发性的抢网能力实现多次拦截,但最终因bottom在last ball时突然改变击球高度完成绝杀,显示了网前战术的不可预测性与果决执行的重要性中" + ], + "options_en": [ + "A. This is a classic offense-defense transition rally. Bottom dominated the rhythm with delicate net play and shot placement variations, especially the flawless execution of the 9th shot tactic. Although top attempted to create openings during the defensive phase, they failed to suppress the opponent. Hesitation and errors in crucial points revealed stability issues under pressure, suggesting improvement in shot selection and precision during passive situations.", + "B. This rally demonstrated the comprehensive advantage of top in active offense. During the shot phase, he continuously used variable - speed sliced drop shots and large - scale mobilization to suppress bottom. In particular, the decisive kill at shot 9 completely disrupted the opponent's rhythm. Although bottom tried to play net shots for transition several times during defense, the line selection was single and the landing points deviated significantly, resulting in consecutive losses in the crucial point contention, indicating insufficient pressure - resistance ability and stability in the stalemate under high - pressure defense. It is recommended to strengthen the coherence and targeted landing point training in defensive counter - attacks.", + "C. This is a typical offensive suppression rally. Top completely restricted bottom's movement space with powerful overhead smashes and wide-angle placements. Despite bottom's attempts at deception and hold-and-hit techniques at the net, top's sharp anticipation and quick reactions neutralized all threats. The rally concluded with a precise baseline kill, demonstrating top's offensive execution and pressing superiority.", + "D. This is a fast-paced net duel rally featuring over five short exchanges in the frontcourt. Bottom engaged in psychological warfare through continuous placements and hold-and-hit techniques, while top countered with explosive net interceptions. However, bottom's sudden shot height variation on the last ball secured the kill, highlighting the unpredictability of net tactics and the importance of decisive execution." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001982", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个节奏多变的回合,双方通过斜线与直线球路频繁调动对手站位。bottom展现了更出色的网前主动性和进攻连贯性,而top在被动情况下缺乏有效的压制手段,关键分处理的稳定性不足限制了反击效果。", + "B. 双方在网前对抗中展现顶级水准,bottom依托快速移动化解top的假动作分球,通过斜线劈对角持续施压。top在关键分采取保守的过渡策略,因主动抢网失误频繁导致节奏被打乱,最终因网前衔接的瑕疵丧失优势地位。", + "C. 整个回合以直线球路为主导,top利用强力扣杀和精准的过顶球持续压制bottom反手位。bottom在被动中通过网前小球与分球尝试化解压力,但多次因回球下网错失反击机会,显示出在相持阶段处理球的细腻度不足。", + "D. 比赛呈现高压互攻态势,top凭借快速抢网和假动作骗击连续压制bottom底线区域。bottom在被动中选择冒险扣杀试图扭转局面,但因击球线路被预判导致多次出界,最终因进攻选择过于激进而未能实现逆转效果。" + ], + "options_en": [ + "A. This was a rally with varied pace, where both sides frequently shifted their opponent's positioning with cross-court and straight shots. Bottom demonstrated superior net initiative and attacking consistency, while top lacked effective suppression methods when passive, and the instability in handling key points limited the counterattack effectiveness.", + "B. Both sides showcased top-level net play, with bottom relying on quick movement to counter top's deceptive placement shots and applying sustained pressure with cross-court sliced diagonals. Top adopted a conservative transition strategy at key points, frequently losing rhythm due to net interception errors, ultimately ceding the advantage due to flaws in net transitions.", + "C. The entire rally was dominated by straight shots, with top using powerful kills and precise overhead clears to continuously pressure bottom's backhand. Bottom attempted to relieve pressure with net shots and placement shots when passive but missed counterattack opportunities due to frequent net errors, revealing a lack of finesse in handling the ball during extended exchanges.", + "D. The match displayed a high-pressure attacking duel, with top relying on quick net interceptions and deceptive shots to consistently pressure bottom's baseline. Bottom opted for risky kills when passive to turn the tide but was anticipated multiple times, leading to out shots, ultimately failing to reverse the situation due to overly aggressive shot selection." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001983", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合核心是中后场的激烈对抗,bottom多次用分球和过顶技术调度top跑动,但因连续网前失误丧失主动权。top则通过突然加速抢网与平抽压制扭转局势,显示出在被动时依赖防守反击而非主动变线的战术偏好值得改进。", + "B. 这是一个典型的防守反击回合,bottom凭借细腻的网前技术和多变的落点控制逐步施压,假动作与勾球线路变化展现战术执行力。top需提升在被动局面下的应变速度,在过渡球中增加旋转或节奏变化,避免过度依赖单一技术导致被压制。", + "C. 回合始于bottom连续的网前直线球压制,但因其动作速率不足被top预判破解。当bottom尝试中路劈杀被挡回后,top因线路判断延迟导致被动,此时bottom应果断使用下压式过顶杀球而非勾对角,才能最大化自身力量优势", + "D. 整个回合呈现明显的进攻主导态势,bottom通过连续重扣overhead击球压制top半场,其底线区直线球与网前扑杀形成高效配合。但top在防守中暴露站位问题,需加强双打轮转意识,建议采用先封堵再反击的战术结构来破解对方压迫。" + ], + "options_en": [ + "A. The rally's core was intense mid-to-rear court exchanges. Bottom repeatedly used split shots and overhead techniques to maneuver Top's movement but lost initiative due to consecutive net errors. Top reversed the situation with sudden net rushes and flat drives, revealing a tactical preference for defensive counters over proactive line changes in passive phases that needs improvement.", + "B. This is a classic defensive counterattack rally. Bottom gradually applied pressure with delicate net play and varied placements, showcasing tactical execution through deceptive shots and cross-court variations. Top needs to improve reaction speed in passive situations, adding spin or pace changes during transitional shots to avoid over-reliance on a single technique leading to suppression.", + "C. The rally began with Bottom's consecutive straight net shots, but Top anticipated and countered due to Bottom's insufficient swing speed. When Bottom attempted a mid-court smash that was blocked back, Top's delayed line judgment led to passivity. At this point, Bottom should have decisively used a downward overhead kill instead of a cross-court net shot to maximize their power advantage.", + "D. The entire rally displayed a clear offensive dominance. Bottom continuously suppressed Top's half-court with powerful overhead smashes, effectively combining baseline drives with net kills. However, Top exposed positioning issues in defense, requiring better doubles rotation awareness. Adopting a 'block-first-then-counter' tactical structure is recommended to break the opponent's pressure." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "For this rally, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_001984", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合展现了发球战术的重要性,bottom用非正手技术制造威胁,而top在高压球处理上暴露出急躁心态。建议接发球员需保持第一拍稳定性,避免过度压迫导致低级失误", + "B. 主要问题在于bottom的假动作骗不过对方上网,致使top得以精准拦截网前球。建议练习停顿+轻放组合技术,提升网前对抗中的节奏欺骗能力与快速变线能力", + "C. 本回合bottom通过连续上网压迫展现了积极战术思维,但top在关键分球至边线时出现预判失误,导致底线空档被利用。建议加强边线假动作配合上网步伐,提升底线移动效率", + "D. 全程较量集中于top的抢网质量控制,其过顶高压球因击球点过高造成出界失误,而bottom在被动过渡中防守意识薄弱。需强调抢网时机选择与防守反击体系的建构" + ], + "options_en": [ + "A. This rally highlighted the importance of serving tactics, with the bottom player creating threats using non-forehand techniques, while the top player revealed an impatient mindset in handling smashes. It is recommended that the receiver maintain stability in the first shot to avoid excessive pressure leading to unforced errors.", + "B. The main issue was the bottom player's failed deception, allowing the top player to intercept the net shot precisely. It is recommended to practice the stop-and-drop combo technique to improve rhythm deception and quick cross-court ability in net duels.", + "C. In this rally, the bottom player demonstrated proactive tactical thinking through continuous net pressure, but the top player misjudged a crucial shot to the sideline, leaving the baseline vulnerable. It is advised to enhance sideline deception combined with net movement and improve baseline efficiency.", + "D. The entire exchange focused on the top player's net control quality, with their overhead smash going out due to an excessively high contact point, while the bottom player showed weak defensive awareness during passive transitions. Emphasis should be placed on net interception timing and the construction of a defensive counterattack system." + ], + "answer": "A", + "question": { + "question_zh": "对于此次回合的评价,以下哪一个选项最为恰当?", + "question_en": "Which of the following options is the most appropriate evaluation of this rally?" + } + }, + { + "video_uid": "video_001985", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合进攻方杀上网战术未能有效执行,多次出现失误。防守方通过稳健的后场高远球成功化解压迫,建议增加反手过渡球稳定性。网前小球质量差异是决定胜负的核心因素,而非突击能力。", + "B. 技术细节上的不足主导了回合结果,bottom的劈吊因弧度过低造成频繁下网,而防守方通过连续平抽挡创造反击机会。胜负核心在于底线相持阶段的截击成功率,而非主动进攻战术的选择,建议双方提升近网击球时的握拍稳定性与预判能力。", + "C. 这是一次教科书级的杀上网战术展示,bottom通过节奏变化和落点控制完全主导回合进程。建议防守方在面临压迫时增加直线劈杀反击,而非单一防守。正手区域的突击能力差异是本回合胜负关键。", + "D. 本回合完美展现了分球与假动作的协同运用,bottom借助网前小球与头顶区劈杀交叉压制造成对手误判。防守方因过度关注直线防御而忽视底线空档,最终因反手位封网失误导致失分,需强化多拍相持时的多区域覆盖能力。" + ], + "options_en": [ + "A. The attacker's kill-and-net-rush tactic was poorly executed in this rally, with multiple errors. The defender successfully neutralized the pressure with steady backcourt clears. It is recommended to improve backhand transition shot consistency. The quality of net drops, not attacking ability, was the decisive factor in this rally.", + "B. Technical flaws dictated the outcome of this rally. bottom's sliced drops frequently failed to clear the net due to insufficient trajectory, while the defender created counterattacking opportunities through continuous flat drives. The key to victory lay in interception success rates during baseline exchanges, not in aggressive tactics. Both sides are advised to improve grip stability and anticipation for close-net shots.", + "C. This is a textbook demonstration of the kill-and-net-rush tactic, where bottom completely dominated the rally through tempo variations and placement control. It is recommended that the defender increase straight smashes as counterattacks when under pressure, rather than relying solely on defense. The difference in forehand area attacking ability was the key to winning this rally.", + "D. This round perfectly showcased the coordinated use of placement and deception, with bottom alternating between net drops and overhead smashes to force misjudgments from the opponent. The defender over-focused on straight-line defense, neglecting the baseline gap, and ultimately lost the point due to a backhand net block error. It is advised to strengthen multi-region coverage during extended rallies." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一项最准确地评价了该回合的表现?", + "question_en": "Which of the following most accurately evaluates the performance of this rally?" + } + }, + { + "video_uid": "video_001986", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. this round demonstrated bottom's dominant net play and superior defensive anticipation, effectively countering top's forced drop shots and angled hits.虽在关键分的进攻衔接稍显急躁导致出界失误,但整体控网和假动作制造能力远胜top, 令其陷入被动防守却未能抓住反击机会才是失利关键", + "B. bottom依靠强力杀球和精准的分球压制了top的网前空间,其主动进攻能力展现明显优势。top在防守时虽然尝试通过过顶球和抢网寻求反击,但因线路选择保守导致被动,关键分的网前处理失误和战术执行迟缓才是失分主因。", + "C. 回合中top的网前小球技术和线路变化有效干扰了bottom的进攻节奏,其节奏把控和得分机会捕捉能力值得肯定。bottom虽在杀球环节占据优势,但关键分的网前处理和防守预判仍需加强,过度依赖进攻而放松对对手假动作的警惕是失分主因。", + "D. 双方在关键分的节奏配合与线路控制均呈现高水平,top的网前假动作成功欺骗了bottom,但追球过程中因步法衔接失误导致下网。而bottom因判断分球线路偏差过大也错失得分良机,整体失误较多是失分核心原因。" + ], + "options_en": [ + "A. This round demonstrated Bottom's dominant net play and superior defensive anticipation, effectively countering Top's forced drop shots and angled hits. Though slight impatience in offensive transitions caused out-bound errors in crucial points, their overall net control and deceptive shot creation far surpassed Top's, trapping them in passive defense while failing to seize counterattack opportunities as the key reason for defeat.", + "B. Bottom relied on powerful kill shots and precise placements to suppress Top's net space, demonstrating clear superiority in active offense. While Top attempted counterattacks with clears and net rushes during defense, conservative shot selections led to passivity. Net play errors and delayed tactical execution in crucial points were the primary causes for losing points.", + "C. Top's net drop shots and variations effectively disrupted Bottom's offensive rhythm, showcasing commendable tempo control and scoring opportunity awareness. Although Bottom held an advantage in kill shots, their net play and defensive anticipation in crucial points need improvement. Over-reliance on offense and lack of vigilance against deceptive shots were the main reasons for losing points.", + "D. Both players displayed high-level coordination and shot control in crucial points. Top successfully deceived Bottom with net feints but failed to return due to footwork missteps. Bottom also missed scoring chances due to misjudged placements, with overall unforced errors being the core reason for losing points." + ], + "answer": "C", + "question": { + "question_zh": "对于该回合的整体技术表现,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall technical performance in this round?" + } + }, + { + "video_uid": "video_001987", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合堪称攻防转换的教科书:前半段双方斗网前耐心周旋,后半段bottom通过节奏突变掌控主动。top需提升杀球后的连续压迫能力,而bottom展现了从拖延战到突然爆发的战术执行力,特别是正手强攻的稳定性值得借鉴。", + "B. 回合上半段是网前直线球的博弈,中局阶段bottom因急于提速导致多次击球出界陷入被动,而top抓住机会通过假动作骗取空间后重扣得分。bottom应加强相持阶段的稳定性,top的骗拍战术意识则展示了高超的战术预判能力,展现出在关键球上的压迫技巧", + "C. 本回合暴露了攻守转换的迟钝:top全程以强势杀球压制对手底线,bottom陷入被动防守屡次失误。top应减少盲目重扣以保存体能,而bottom需加强网前预判能力,可惜两人始终未能形成有效相持,比赛呈现单方面碾压态势。", + "D. 本回合是长短结合战术的精彩演绎:top通过多拍过渡消耗对手体力,bottom则利用 Suddenly 加速突击创造机会。虽然最终bottom因反手斜线球出界失去得分良机,但双方对场地的全面运用和攻守转换时机的把握都值得研究,尤其是网前小球的细腻处理极具学习价值。" + ], + "options_en": [ + "A. This rally can be considered a textbook example of offense-defense transitions: the first half featured patient net play from both sides, while the latter half saw the bottom player seize control through sudden tempo shifts. The top player needs to improve continuous pressure after smashes, whereas the bottom player demonstrated tactical execution from delaying to sudden bursts, especially the stability of forehand attacks is worth learning.", + "B. The first half of the rally was a battle of straight net shots. In the mid-phase, the bottom player rushed to speed up, causing multiple shots to go wide and fall into passivity, while the top seized the chance to score with a deceptive setup followed by a powerful smash. The bottom should improve consistency during extended exchanges, whereas the top's deceptive tactics revealed advanced strategic anticipation, demonstrating pressure skills in critical moments.", + "C. This round exposed the sluggishness in the transition between offense and defense. Top continuously suppressed the opponent's baseline with powerful kill shots, and Bottom fell into passive defense and made frequent mistakes. Top should reduce blind heavy smashes to conserve physical strength, while Bottom needs to enhance the anticipation ability at the net. Unfortunately, the two players never managed to form an effective stalemate, and the game presented a one-sided crushing situation.", + "D. This rally was a brilliant display of combining long and short tactics: the top exhausted the opponent's stamina through multi-shot transitions, while the bottom created opportunities with sudden acceleration strikes. Though the bottom missed a scoring chance due to a backhand crosscourt shot going wide, both players' comprehensive court coverage and timing in transitions deserve study, particularly the delicate net shot handling which holds great learning value." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001988", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom展现了出色的战术执行力,通过多变的击球线路和节奏调整占据主动;而top虽有强力杀球但稳定性不足,需提升在复杂多拍后的关键分处理能力。这一回合凸显了攻防转换中线路控制的重要性。", + "B. 双方在多拍拉锯中展现了相似的战术思路,但bottom在关键时刻过于保守,缺乏主动进攻意识,导致被迫防守。而top在中后场的调度失误率偏高,这一回合更凸显了关键分时主动进攻的重要性,而非线路调整的作用。", + "C. top凭借精准的落点控制和稳定的防守反击占据了优势;而bottom的进攻虽有变化但落点不清晰,多次出现出界失误。回合中防守反击的效率才是决定性的关键,攻防转换应注重防守质量而非单纯线路变化。", + "D. top展现了极强的进攻火力,连续多拍中依靠超高质量的杀球压制了bottom,但bottom未能有效防守过顶高球。本回合显示强力进攻能在关键时刻打破僵局,而非单纯线路变化的作用,运动员应强化杀球质量的稳定性。" + ], + "options_en": [ + "A. Bottom demonstrated excellent tactical execution, taking the initiative through varied shot placements and tempo adjustments. While top had powerful kills, their consistency was lacking, requiring improvement in handling crucial points after complex rallies. This rally highlighted the importance of shot placement control during transitions between offense and defense.", + "B. Both sides displayed similar tactical approaches during extended rallies, but bottom was overly conservative at critical moments, lacking proactive offensive intent, which forced them into defensive positions. Top, meanwhile, had a high error rate in mid-to-rear court coordination. This rally underscored the importance of proactive offense during crucial points rather than relying solely on shot placement adjustments.", + "C. Top gained the upper hand with precise placement control and steady defensive counters. Bottom's attacks, though varied, lacked clear placement and resulted in multiple out-of-bounds errors. The efficiency of defensive counters proved decisive in this rally, emphasizing the need to prioritize defensive quality over mere shot variation during transitions.", + "D. Top showcased overwhelming offensive firepower, consistently suppressing bottom with ultra-high-quality kills during extended rallies. However, bottom failed to effectively defend against overhead clears. This rally demonstrated that powerful offense can break deadlocks at critical moments, emphasizing the need for athletes to stabilize kill quality rather than focusing solely on shot variation." + ], + "answer": "A", + "question": { + "question_zh": "以下哪个评价最能准确反映这一回合的整体表现?", + "question_en": "Which of the following evaluations most accurately reflects the overall performance of this rally?" + } + }, + { + "video_uid": "video_001989", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本次交锋是典型的多拍相持战,双方均采用大量过渡球维持局面,bottom凭借稳定的网前假动作与持续性平抽实现逆转,而top在关键分的主动加速和致胜突击环节完全失效", + "B. 该回合呈现bottom战术执行优势,其通过频繁的左右场区调动让top陷入被动,最终以高质量的后场劈吊迫使对手下网,反观top在防守时的站位轮转和预判反应存在明显缺陷", + "C. 此回合展现了bottom成功的防守反击策略,通过精准的分球与过顶技术迫使top连续失误,而top在上网和抢网点控制方面显得准备不足,最终因底线判断错误而导致失分", + "D. 这是一个典型的由进攻压制转化为得分的回合,top利用节奏变化与场地调动占据主动,反观bottom在防守移动和关键过渡球处理上暴露短板,特别是最后半场球的质量把控需加强" + ], + "options_en": [ + "A. This exchange was a typical multi-shot rally where both sides relied heavily on transition shots to maintain the game. The bottom player achieved a turnaround with consistent net deception and sustained flat drives, while the top player completely failed in accelerating at crucial moments and executing winning smashes.", + "B. This rally demonstrated the bottom player's tactical superiority, frequently shifting the top player between left and right court areas to force them into a passive position. The bottom player ultimately secured the point with a high-quality rear-court slice drop, while the top player showed obvious flaws in defensive positioning, rotation, and anticipation.", + "C. This rally showcased the bottom player's successful defensive counterattack strategy, using precise placement and overhead shots to force consecutive errors from the top player. The top player appeared unprepared in net play and net control, ultimately losing the point due to a misjudgment at the baseline.", + "D. This was a typical rally where offensive pressure was converted into a winning point. The top player took the initiative by varying the pace and moving the opponent around the court, while the bottom player exposed weaknesses in defensive movement and key transition shots, particularly in controlling the quality of mid-court shots towards the end." + ], + "answer": "D", + "question": { + "question_zh": "针对该回合的战术执行与技术表现,以下哪项评价最能概括整体情况?", + "question_en": "Regarding the tactical execution and technical performance in this rally, which of the following evaluations best summarizes the overall situation?" + } + }, + { + "video_uid": "video_001990", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现典型的网前博弈战,bottom凭借细腻的手法和稳定的防守节奏,在多次被动局面下通过搓放技术化险为夷。top虽在后场跳杀展现力道,但网前控球的稳定性不足成为败因,尤其需要加强中前场高压对抗时的心理素质和线路变化。", + "B. 本回合凸显中后场的网前压制能力差异,top凭借重扣形成持续施压,bottom则因防守面积过小屡屡失误。关键转折点出现在top连续三次高压扣杀得手,暴露bottom的被动防守体系在对抗强攻时难以持续支撑的问题,需提升防守连贯性与补位意识。", + "C. 本回合围绕全面调动展开,bottom通过前后场大范围调动为跳杀创造空间,但top精湛的封网技术频繁拦截得分。决胜球因bottom的过顶劈杀球速过慢被top精准拦截,反映其在多拍相持后的关键球质量把控不足,需要强化中后场进攻的突然性和速度变化。", + "D. 本回合以底线对抗为主轴,top通过连续平抽挡制造压迫感,然而bottom始终以精准的劈吊化解攻势。最终决胜分在于top的反手抽球出现出界,其拉吊突击战术未能有效压制对手,应强化相持阶段的线路突然性与得分果断性。" + ], + "options_en": [ + "A. This round showcased a typical net play battle. Bottom player relied on delicate techniques and steady defensive rhythm to turn the tide with net shots despite multiple passive situations. Although Top player demonstrated power with backcourt jump kills, the lack of stability in net control became the losing factor, especially needing to strengthen mental composure and shot variation during mid-frontcourt high-pressure exchanges.", + "B. This round highlighted the disparity in mid-backcourt net pressure capabilities. Top player maintained sustained pressure with powerful smashes, while Bottom player made repeated errors due to insufficient defensive coverage. The critical turning point occurred when Top player scored three consecutive overhead smashes, exposing Bottom player's passive defensive system struggling to sustain against strong attacks, necessitating improvements in defensive continuity and positioning awareness.", + "C. This round revolved around comprehensive court coverage. Bottom player created space for jump smashes through wide front-backcourt movements, but Top player's exquisite net interception skills frequently scored points. The deciding shot came when Bottom player's overhead slice kill was too slow, allowing Top player to intercept precisely, reflecting insufficient quality control in crucial shots after extended rallies. Bottom player needs to enhance suddenness and speed variation in mid-backcourt attacks.", + "D. This round was dominated by baseline rallies. Top player created pressure through continuous flat drives, yet Bottom player consistently neutralized the attacks with precise slice drops. The decisive point came when Top player's backhand drive went out, as their lift-and-smash tactic failed to effectively suppress the opponent. They should enhance sudden shot variation and scoring decisiveness during prolonged rallies." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面概括本回合的技战术特点及胜负关键?", + "question_en": "Which of the following best comprehensively summarizes the technical and tactical characteristics of this round and the key factors determining the outcome?" + } + }, + { + "video_uid": "video_001991", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现典型的攻防转换模式,bottom通过主动进攻持续施压掌握主动,而top在面临压迫时缺乏有效破解手段,过度依赖防守过渡反而陷入被动。建议防守时需提升回球质量以缓解压力。", + "B. 本回合以bottom的积极防守为核心,通过高远球和过顶技术迫使top陷入被动,而top尽管尝试分球变线却未能突破对手防线。建议加强底线相持中的假动作运用以干扰对手预判。", + "C. 这场对决充满了非受迫性失误,top和bottom在关键球处理上都显得犹豫不决,多次出现下网或出界的情况,导致节奏混乱。建议在高压情况下提升专注力和击球稳定性。", + "D. 整个回合展现了均衡的攻守平衡,top持续使用精准的多点分球压制bottom的防线,而bottom通过迅速的抢网化解危机并掌握主动权。建议加强底线区域的防守以遏制对手的分球策略。" + ], + "options_en": [ + "A. The rally demonstrated a typical offense-defense transition pattern. The bottom player maintained pressure through proactive attacks, while the top player lacked effective countermeasures under pressure, overly relying on defensive transitions and thus falling into passivity. It is recommended to improve shot quality during defense to alleviate pressure.", + "B. This rally centered on the bottom player's aggressive defense, employing clears and overhead techniques to force the top player into passivity. Despite attempting placement and line variations, the top player failed to breach the opponent's defense. It is suggested to incorporate more deceptive moves during baseline rallies to disrupt the opponent's anticipation.", + "C. This duel was riddled with unforced errors. Both the top and bottom players appeared indecisive in handling crucial shots, frequently committing net or out errors, leading to chaotic rhythm. It is recommended to enhance focus and shot stability under high-pressure situations.", + "D. The entire rally showcased a balanced offense-defense dynamic. The top player consistently used precise multi-point placements to pressure the bottom player's defense, while the bottom player swiftly intercepted at the net to neutralize threats and seize the initiative. It is advised to strengthen baseline defense to counter the opponent's placement strategy." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪项分析最贴切地概括了技术特点和战术表现?", + "question_en": "For this rally, which analysis most accurately summarizes the technical characteristics and tactical performance?" + } + }, + { + "video_uid": "video_001992", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合top展现了强势进攻压制,凭借精准的分球和快速的抢网球在多拍中持续压制bottom,而bottom试图用连续平抽回击并曾取得优势,但在关键分上未能果断加压导致局面陷入被动。建议bottom提升反手区域的快速反应和防守衔接,top则需强化网前搓丢单项技术以进一步增强压制能力。", + "B. 本回合双方陷入中后场多拍拉锯,bottom因持续高远球压制迫使top出现多次被动救球,但关键分时bottom急于进攻导致下网、出界失误频发,而top则有效利用劈吊网前和接杀球技术扳回劣势。分析建议bottom加强落点变化与精准控网训练,同时top需提升反手过渡球的稳定性以应对高压防守。", + "C. 本回合展现了高水平攻防博弈,bottom以滑吊、假动作等战术持续压制对手节奏,而top虽通过挑球争取调整时间,但关键分选择保守且失误过多。建议top强化反手网前技术稳定性,bottom可加强中后场高压进攻衔接。", + "D. 本回合top通过频繁的推压结合过顶球成功打乱bottom节奏,在前场屡次制造得分机会,尽管bottom依靠劈杀与搓网球试图反击,但在关键分bottom未能掌握主动,反而因回球出界让top抓住战机。建议bottom优化中场过渡技巧,而top需加强反手高远球的防守质量以延缓对手强攻节奏。" + ], + "options_en": [ + "A. This round saw top demonstrating dominant offensive pressure, leveraging precise placement shots and rapid net interceptions to continuously suppress bottom in extended rallies. Bottom attempted counterattacks with consecutive flat drives and briefly gained advantage, but failed to apply decisive pressure during critical points, leading to passive situations. Recommendation: bottom should improve quick reactions and defensive transitions in backhand zones, while top needs to refine net drop techniques to further strengthen suppression capabilities.", + "B. This round featured prolonged mid-to-rear court rallies between both players. Bottom forced top into multiple defensive saves through sustained clear pressure, but rushed attacks during crucial points resulted in frequent net and out errors. Top effectively utilized slice drop shots and kill return techniques to reverse disadvantages. Analysis suggests bottom should enhance placement variation and precise net control training, while top needs to improve backhand transition stability under high-pressure defense.", + "C. This round showcased high-level offensive and defensive gameplay, with bottom consistently suppressing opponent's rhythm through tactics like slide drop shots and deceptive moves, while top attempted to gain adjustment time with net lifts but opted for conservative plays and made excessive errors during crucial points. Recommendation: top should enhance stability in backhand net play techniques, while bottom could improve mid-to-rear court high-pressure offensive transitions.", + "D. This round saw top successfully disrupting bottom's rhythm with frequent push shots combined with overhead clears, creating scoring opportunities at the front court repeatedly. Although bottom attempted counterattacks with slice kills and net shots, they failed to seize initiative during critical points and conceded opportunities due to out returns. Recommendation: bottom should optimize midcourt transition skills, while top needs to strengthen backhand clear defensive quality to delay opponent's strong attack tempo." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_001993", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合以激烈全场攻防转换为核心,Top频频使用假动作过顶高远球调动Bottom的防守位置,但Bottom展现出出色的移动和防守质量,多次通过精准的分球和劈吊落点化解险情,最终因Top在网前一次扑杀下网直接交出关键分。", + "B. 回合呈现高水准网前对决,top凭借精准的放网球落点和果断的扑杀连贯掌握节奏,bottom防守韧性十足但进攻威胁不足,最终因关键分网前质量下滑错失机会。", + "C. 整局较量围绕底线相持展开,Bottom依托强有力的扣杀制造压迫,而Top不得不频繁被动过渡,虽能多次依靠及时的抢网化解危机,但关键分Top因失误过多导致得分机会流失,最终Bottom凭借更果断的进攻策略锁定胜局。", + "D. 回合呈现激烈对攻局势,bottom通过连续重扣压制底线和快速过渡下压主导比赛,top防守多次化解危机但进攻稳定性欠佳,最终因关键分判断失误连续失分终止反扑。" + ], + "options_en": [ + "A. The rally centered around intense full-court offensive and defensive transitions. Top frequently used deceptive overhead clears to disrupt Bottom's defensive positioning, but Bottom demonstrated exceptional movement and defensive quality, repeatedly defusing threats with accurate placements and drop shots, ultimately conceding the crucial point due to Top's net kill error (hitting the net).", + "B. The rally featured a high-level net duel, with Top controlling the tempo through precise net shot placements and decisive net kill combinations, while Bottom displayed strong defensive resilience but lacked offensive threat, ultimately missing the opportunity due to declining net shot quality at crucial points.", + "C. The entire game revolved around baseline rallies. Bottom created pressure with powerful kills, forcing Top into frequent passive transitions. Although Top managed to counter with timely net interceptions, excessive errors at key points led to lost scoring opportunities, and Bottom secured the victory with a more decisive offensive strategy.", + "D. The rally presents a fierce offensive confrontation. Bottom dominates the game by continuously smashing to suppress the baseline and quickly transitioning to a downward pressure. Top's defense defuses many crises, but the stability of its offense is poor. Eventually, due to misjudgment of key points, it loses points continuously and ends its comeback." + ], + "answer": "B", + "question": { + "question_zh": "以下哪项最能准确描述该回合的整体情况?", + "question_en": "Which of the following best accurately describes the overall situation of this rally?" + } + }, + { + "video_uid": "video_001994", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现典型的网前博弈特征,bottom通过假动作骗过对手后完成高质量扑杀,但top展现超强反应能力救回后场压线球,然而bottom在多拍相持中出现体能问题导致最后一次头顶区劈吊出界,战术执行完整性影响最终得分结果。", + "B. 这是一个典型的攻防转换回合,bottom凭借多变的落点控制和关键分的果断进攻占据主动,其反手技术尤其出色,在相持中通过滑吊、勾球不断调整对手重心。top虽展现细腻的网前技术,但在被动局面下的防守衔接及对追身球的预判仍需加强,比赛节奏把握上被对手主导。", + "C. 这是一个典型的底线相持主导的回合,top通过强势的头顶区劈杀和大范围调动掌控主动权,其进攻线路选择极具威胁,在关键分上频繁使用追身球压制对手。bottom虽在防守中展现出优秀的步伐移动和救球能力,但网前小球技术和反手高压的稳定性不足,导致多次机会球处理草率,而对top的攻角预判偏慢使自身始终处于被动防守状态。", + "D. 本回合在底线攻防中展现了高强度对抗,bottom通过大力扣杀压制对手反扑并主动上网压迫,而top凭借精准的劈对角和网前小球化解危机,双方在关键分上形成多拍拉锯,最终胜败取决于最后一拍的突击质量而非整体战术执行。" + ], + "options_en": [ + "A. This rally exhibited typical net play characteristics, where bottom executed a high-quality net kill after deceiving the opponent with a feint, but top displayed exceptional reflexes to save a deep line shot. However, bottom faced stamina issues during extended rallies, resulting in a sliced drop shot from the overhead area going out. The completeness of tactical execution influenced the final scoring outcome.", + "B. This was a typical rally of attack-defense transitions, where bottom took the initiative through varied placement control and decisive attacks at crucial points, with particularly outstanding backhand techniques, constantly adjusting the opponent's balance through slice drops and cross-court shots during the rally. Although top demonstrated delicate net play, their defensive transitions in passive situations and anticipation of body shots still need improvement, and the match rhythm was dominated by the opponent.", + "C. This is a typical rally dominated by baseline exchanges. The top player takes the initiative through powerful overhead smashes and large - scale court - wide mobilization. The choice of their attacking lines is highly threatening. They frequently use body - shots to suppress their opponent at crucial points. Although the bottom player demonstrates excellent footwork movement and shot - saving ability in defense, they lack stability in net - shot skills at the net and backhand overhead smashes. This leads to hasty handling of many easy balls. Also, their slow anticipation of the top player's attacking angles keeps them in a passive defensive state all the time.", + "D. This rally showcased high-intensity baseline exchanges, where bottom suppressed the opponent's counterattacks with powerful smashes and actively pressured the net, while top relied on precise diagonal slices and net shots to defuse crises. Both sides engaged in extended rallies at crucial points, with the final outcome determined by the quality of the last sudden attack rather than overall tactical execution." + ], + "answer": "B", + "question": { + "question_zh": "以下哪个选项最能准确评价这一回合的整体表现?", + "question_en": "Which of the following options most accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_001995", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合呈现典型的控网压制战术,top通过前三拍建立前场优势后成功转换进攻,而bottom在被动防守时缺乏变化手段,反手技术稳定性需加强。建议接发球时加强前场压迫,接杀球前的预判步伐也要更快展开。", + "B. 此回合焦点在于后场的攻防转换,top选手依赖强力抽球压制底线,但bottom通过精准的中场衔接连续救球,最终因网前小球失误失分。建议双方需加强双打轮转配合与网前封网的压迫感,减少被动时的蛮力击球。", + "C. 此回合展现了典型的抢攻打突击战术,bottom在前三拍通过大力劈杀建立后场优势并主导攻势,top在防守中多采用被动举拍化解而非主动借力打力,正手重杀的落点选择欠缺变化性导致得分效率低下。建议接发球时加强后场封网意识,防守时应更多运用反手抽对角技术来延缓对手进攻节奏。", + "D. 这一回合呈现拉吊结合的耐力拉锯战,双方在底线区域展开多拍较量,top因最后一拍高远球挂网失分,暴露出高压情况下进攻选择过于保守。建议降低回合中直线球的比例,增加斜线分球和劈吊的变化频率。" + ], + "options_en": [ + "A. This rally showcased a typical net-control suppression tactic. The top player successfully transitioned to offense after establishing frontcourt dominance in the first three shots, while the bottom player lacked variation in passive defense and needs to improve backhand stability. It is recommended to enhance frontcourt pressure during serve reception and initiate anticipatory footwork earlier before defending against kill shots.", + "B. This rally focused on offensive-defensive transitions in the rear court. The top player relied on powerful drives to suppress the baseline, but the bottom player continuously saved the shuttle with precise midcourt connections, ultimately losing the point due to a net shot error. Both sides should improve doubles rotation coordination and increase pressure at the net block, reducing forceful shots when passive.", + "C. This rally demonstrated a typical tactic of seizing the initiative and launching surprise attacks. Bottom established a backcourt advantage and dominated the offensive by powerful smashes in the first three strokes. Top mostly used passive racket - raising to defuse attacks rather than actively using the opponent's force in defense. The landing points of the forehand heavy smashes lacked variability, resulting in low scoring efficiency. It is recommended to strengthen the awareness of backcourt net - blocking when receiving serve, and use the backhand cross - court drive more often during defense to slow down the opponent's offensive rhythm.", + "D. This rally displayed an endurance battle combining clears and drop shots. Both sides engaged in multi-shot exchanges in the baseline area, with the top player losing the point due to a clear landing in the net, revealing overly conservative shot selection under pressure. It is recommended to reduce the proportion of straight shots and increase variations like cross-court placements and sliced drop shots." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001996", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的防守反击得分回合,top通过高质量的后场突击终结比赛,而bottom在试图拉开角度时稳定性不足,首拍发球未能建立优势也影响了后续节奏,建议加强首拍质量和关键分的落点控制", + "B. 这是一场以主动进攻为主的回合,top在连续假动作和分球中展现主动性,但关键分的过顶高球出界导致失分,而bottom通过精准抢网化解多次危机却未能把握反击机会,建议提升关键分终结能力和主动压迫意识", + "C. 这是一个战术执行失误的回合,top在尝试骗对手假动作时未能隐蔽,被bottom预判后通过精准的边线分球压制,而首拍发球虽建立优势但关键分衔接失误,建议加强假动作欺骗性与多拍相持能力", + "D. 这是一个底部主导的防守回合,bottom通过灵活的网前分球和过渡球控制节奏,但top凭借关键分的后场暴力劈杀意外得分,暴露bottom在被动防守时的回球稳定性问题,建议强化关键分中的防守反击技术" + ], + "options_en": [ + "A. This is a typical defensive counterattack scoring rally. Top ended the match with a high-quality rear-court kill, while bottom lacked stability when trying to widen angles. The first serve failed to establish an advantage, which also affected the subsequent rhythm. It is recommended to improve the quality of the first serve and the placement control of key points.", + "B. This was a rally dominated by active offense. Top showed initiative with continuous feints and split shots, but a key-point overhead clear went out of bounds, resulting in a lost point. Bottom resolved multiple crises with precise net interceptions but failed to seize counterattack opportunities. It is recommended to improve the ability to finish key points and the awareness of active pressure.", + "C. This was a rally with tactical execution errors. Top failed to conceal the attempt to deceive the opponent with feints, and bottom anticipated it, suppressing with precise sideline split shots. Although the first serve established an advantage, the key-point follow-up was mishandled. It is recommended to improve the deception of feints and the ability to sustain multi-shot rallies.", + "D. This was a bottom-dominated defensive rally. Bottom controlled the rhythm with flexible net split shots and transition shots, but top unexpectedly scored with a key-point rear-court violent slash kill, exposing bottom's stability issues in passive defense. It is recommended to strengthen defensive counterattack techniques in key points." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001997", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 在本次回合中bottom主动采用了激进的抢网战术,但因网前分球落点被top预判,导致多次对拉后bottom自身失误出界失分。top通过快速上网和紧盯底线限制了bottom的线路,展现了防守反击战术的高效,而bottom在相持阶段的稳定性与线路选择有待提升。", + "B. 这回合展现了top卓越的进攻压制能力,通过连续重杀和假动作过顶球完全掌控了节奏,bottom被迫连续防守至被动过渡失误下网,最终top凭借强大的进攻终结能力拿下关键分,双方攻防转换精彩但bottom在关键分的主动失误暴露了不足。", + "C. 这是一个防守反击的经典回合,bottom通过落点控制和线路变化将top调动到被动位置,而top虽然多次尝试重杀但未能压制对手,关键球处理稳定性不足成为失分关键。双方展现了丰富的战术组合,但bottom在相持阶段的耐心和关键分的果断值得称道。", + "D. 这是一个进攻主导的回合, top凭借暴力进攻完全压制bottom的防线,多次重杀直接得分,而bottom虽然试图通过防守反击调整节奏却频繁下网出界,关键球的接发判断失误导致失分。双方战术策略形成鲜明对比,buttom在高压对抗中失误率过高,而top在持续施压和关键分的主动抢攻上展现出更高效能,其强势进攻体系显然更适应本回合的攻防转换节奏,最终因bottom网前小球处理瑕疵而成功终结。" + ], + "options_en": [ + "A. In this rally, Bottom proactively adopted an aggressive net-rushing tactic. However, their net placements were anticipated by Top, leading to multiple exchanges before Bottom's own error sent the shuttle out. Top efficiently countered by quickly moving to the net and pressuring the baseline to limit Bottom's shot options, demonstrating the effectiveness of defensive counterattacks. Bottom's stability during extended exchanges and shot selection need improvement.", + "B. This rally showcased Top's exceptional offensive pressure. Through continuous powerful kills and deceptive overhead shots, Top completely dominated the rhythm, forcing Bottom into passive defensive transitions that resulted in a net error. Ultimately, Top secured the crucial point with their strong finishing ability. The offensive-defensive transitions were thrilling, but Bottom's active errors in key moments exposed their shortcomings.", + "C. This was a classic defensive counterattack rally. Bottom controlled the placement and varied the shots to maneuver Top into a passive position. Although Top attempted multiple powerful kills, they failed to suppress the opponent, with insufficient stability in handling key shots becoming the decisive factor in losing the point. Both sides displayed rich tactical combinations, but Bottom's patience during extended exchanges and decisiveness in critical moments deserve praise.", + "D. This is an attack - dominated rally. Top completely suppressed Bottom's defense line with violent attacks, scoring directly with multiple powerful kills. Although Bottom tried to adjust the rhythm through defensive counter - attacks, the shots often went into the net or out of bounds. The misjudgment of receiving and serving in key balls led to losing points. The tactical strategies of the two sides formed a sharp contrast. Bottom had a too high error rate in high - pressure confrontations, while Top showed higher efficiency in continuous pressure - applying and proactive attacking in key points. Its strong offensive system was obviously more adaptable to the rhythm of offense - defense transition in this rally. Eventually, it was successfully ended due to Bottom's flaws in handling net shots." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001998", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现多回合拉锯战特征,top凭借稳固的防守和适时的变速进攻占据主动,而bottom在被动时的击球选择和质量控制存在问题。建议bottom加强在高压局面下的线路变化和进攻终结效率。", + "B. 本回合bottom通过精准的网前球和快速反击占据上风,而top在防守节奏判断和落点预判存在明显不足。建议top加强步伐移动和针对劈吊技术的训练以提升防守质量。", + "C. 本回合bottom展现出更高强度的拉吊能力,通过快速的网前压迫和高效的过渡球迫使top陷入被动。然而top在决胜球中因预判失误导致回球出界,暴露出防守移动中的线路判断问题。建议top在高压局势下加强预判训练与多拍相持中的变化节奏。", + "D. 本回合以bottom的强势进攻为主线,尽管top通过精准的防守反击多次化解危机,但bottom在关键分上出现频繁失误,导致节奏失控。建议bottom提升高压阶段的心理素质与击球稳定性,并优化网前球的处理细节。" + ], + "options_en": [ + "A. This rally featured a prolonged exchange, with top taking the initiative through solid defense and well-timed speed variations in attacks, while bottom struggled with shot selection and quality control under pressure. It is recommended that bottom improves line variations and finishing efficiency in high-pressure situations.", + "B. In this rally, bottom gained the upper hand through precise net shots and quick counterattacks, while top had obvious deficiencies in judging the defensive rhythm and predicting the landing points. It is recommended that top strengthen footwork movement and training for split drop shot techniques to improve defensive quality.", + "C. This rally showcased bottom's superior rallying ability, using rapid net pressure and efficient transition shots to force top into a passive position. However, top misjudged the decisive shot, resulting in an outbound return and exposing flaws in defensive movement and line judgment. It is suggested that top strengthens anticipation training and tempo variations during extended exchanges.", + "D. This rally was dominated by bottom's aggressive attacks. Although top managed to counter with precise defensive shots multiple times, bottom made frequent errors on crucial points, leading to a loss of rhythm. It is advised that bottom enhances mental resilience and shot consistency under pressure, while refining net shot handling details." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_001999", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个因发球直接失误快速结束的回合,暴露出bottom在关键发球环节的技术稳定性问题。发球作为唯一必争的第一拍,对落点和线路的精准控制需要更严格的训练,避免因低级失误断送得分机会", + "B. 这个回合因接发球方采用过顶高球压制网前占据优势,bottom在被动防守时尝试分球下网告终。反映出底线相持时对落点控制不足,且在遭遇高压时缺乏有效的战术调整手段,导致关键分把握机会能力欠缺", + "C. 这个回合bottom通过精准的假动作骗开对手后实施突击,但因发力过猛导致网前挑球出界。暴露出在制造得分机会时对力度把握不精准,需要强化在战术欺骗动作后的收放自如能力与多变性", + "D. 这个回合bottom在底线相持中成功压制对手后主动上网,却被对手突然的抽杀穿越得分。这显示出网前封网时机选择的瑕疵,以及在取得优势情况下未能及时完成致命突击的终结能力缺陷" + ], + "options_en": [ + "A. This rally ended quickly due to a direct service error, exposing the bottom player's technical stability issues in crucial serving situations. As the only mandatory first shot, the serve requires stricter training on precise control of placement and trajectory to avoid losing scoring opportunities due to unforced errors.", + "B. This rally saw the receiving side gain an advantage by using an overhead clear to pressure the net, ending with the bottom player's attempted cross-court shot landing into the net. It reflects insufficient control over placement during baseline exchanges and a lack of effective tactical adjustments when facing high-pressure shots, leading to missed opportunities in key points.", + "C. In this rally, the bottom player deceived the opponent with a precise fake motion before launching an attack, but the excessive force caused the net lift to go out. This exposes imprecise power control when creating scoring opportunities, highlighting the need to improve versatility and the ability to adjust after tactical deception.", + "D. In this rally, the bottom player successfully pressured the opponent during baseline exchanges and moved forward to the net, only to be scored on by a sudden drive passing shot. This reveals flaws in net interception timing and an inability to deliver a finishing strike when holding an advantageous position." + ], + "answer": "A", + "question": { + "question_zh": "请选出以下对本回合最为妥当的整体评价", + "question_en": "Please select the most appropriate overall evaluation of this rally." + } + }, + { + "video_uid": "video_002000", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在底线相持阶段频繁使用假动作骗术压制bottom,但因自身网前截击失误导致被反击。建议top应加强主动上网时的衔接速度与分球落点精准度。", + "B. bottom凭借精妙的过顶劈杀和快速抢网占据优势,却因最后一击出界错失得分良机。需强化关键球时的心理素质与球路变化的控制能力。", + "C. top通过积极抢攻和关键球的高质量跳杀掌握主动,而bottom在防守过渡阶段出现致命失误。建议bottom需提升被动情况下的网前处理能力以减少无谓失分。", + "D. bottom通过精准的防守反击和网前小球技术逐步取得优势,而top在进攻过程中多次出现杀球出界和判断失误。建议top需加强体能储备和杀球时机的把控,并提升多拍相持中的线路变化能力以破解对方防守体系。" + ], + "options_en": [ + "A. Top frequently used deceptive moves and tricks to pressure Bottom during baseline rallies but lost the initiative due to net interception errors. It is suggested that Top enhance the transition speed and accuracy of shot placement when actively approaching the net.", + "B. Bottom gained an advantage with exquisite overhead slice kills and quick net rushes but missed the scoring opportunity due to a final shot going out of bounds. Focus should be on strengthening mental toughness and control over shot variations during critical points.", + "C. Top took the initiative through aggressive attacks and high-quality jump kills on key shots, while Bottom made fatal errors during defensive transitions. It is recommended that Bottom improve net shot handling in passive situations to reduce unnecessary point losses.", + "D. Bottom gradually gained the advantage through precise counterattacks on defense and net shot techniques, while top had many out-of-bounds kills and judgment errors during the offensive process. It is recommended that top should strengthen physical fitness reserve and control of the timing of killing, and improve the ability to change lines in multi-shot rallies to break the opponent's defensive system." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002001", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合体现主动进攻与被动防守的典型博弈,bottom通过多拍中的节奏变化和线路控制逐步压缩对手反应空间,而top在相持阶段未能把握抢网机会,过渡球偏多且质量不稳定,建议加强中场衔接的进攻意识", + "B. 本回合呈现攻防转换节奏混乱的特点,bottom连续使用高远球制造被动却未能形成有效压制,top则通过精准的过顶劈杀和频繁上网压制展现主动权,但因底线配合失误导致优势丧失,建议优化双打战术配合", + "C. 本回合展现了top选手主导进攻的鲜明特点,其通过连续的进攻火力与精准的落点控制,让bottom陷入被动防守状态。虽然bottom尝试利用劈杀和变速来调整节奏,但球落点偏散且失误频繁,未能有效威胁对手。top则在网前的压迫和线路变化上表现突出,不仅化解了多个危机,还在关键分上通过主动变线锁定优势。建议bottom在后续比赛中强化中场衔接与防守反击的时机把握,以提升多拍中的持续作战能力。", + "D. 本回合展示双方在网前争夺中的技术劣势,bottom频繁出现过网失败和出界问题,而top有效利用假动作分球制造威胁,但因底线相持中缺乏连续进攻力导致关键分错失,建议提升线路衔接精准度" + ], + "options_en": [ + "A. This rally showcased a typical battle between active offense and passive defense. The bottom player gradually compressed the opponent's reaction space through rhythm changes and shot placement control during extended rallies, while the top player failed to seize net interception opportunities during the stalemate phase, with too many transitional shots of inconsistent quality. It is recommended to strengthen offensive awareness in midcourt transitions.", + "B. This rally demonstrated chaotic transitions between offense and defense. The bottom player continuously used clears to create passive situations but failed to establish effective pressure, while the top player showed initiative through precise overhead slice kills and frequent net pressure. However, baseline coordination errors led to lost advantages. It is recommended to optimize doubles tactical coordination.", + "C. This round demonstrated the distinct characteristics of the top player taking the lead in the attack. Through continuous offensive firepower and precise control of the landing points, the bottom player was forced into a passive defensive state. Although the bottom player tried to adjust the rhythm by using smashes and speed changes, the landing points of the balls were scattered and there were frequent mistakes, failing to effectively threaten the opponent. The top player performed outstandingly in the pressure at the net and the changes of lines. Not only did the top player defuse multiple crises, but also locked in the advantage by actively changing the lines at crucial points. It is recommended that the bottom player strengthen the connection in the middle court and the timing of counterattacks in defensive situations in subsequent matches to improve the ability to sustain in multi-shot rallies.", + "D. This round revealed both players' technical weaknesses in net play. The bottom player frequently made errors with failed net clears and shots going out of bounds, while the top player effectively used deceptive shot placements to create threats. However, due to a lack of sustained offensive power during baseline rallies, the top player missed crucial points. It is recommended to improve shot placement accuracy in transitions." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合的整体表现,下列哪项评价最为贴切?", + "question_en": "Which of the following evaluations best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002002", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合技术含量较低,双方过多依赖被动过渡和底线周旋,TOP的反手攻防虽稳定,但也缺乏变速突破,而BOTTOM的假动作推挑未能形成有效得分点,整体对抗显得缺乏主动进攻的意识与执行力", + "B. TOP和BOTTOM在本回合展开防守反击博弈,BOTTOM的假动作推挑虽然迷惑对手,但TOP通过预判上网封堵化解危机,最终因BOTTOM被动过渡时球出界失利,侧面反映双方在关键分中防守衔接与落点精准度仍需提升", + "C. bottom凭借假动作推挑彻底打乱top节奏,展现出顶级变速与预判能力,而top的反手技术虽精准但缺乏变化,关键分处理保守导致机会丧失", + "D. 这是一个典型的技术博弈回合,top展现了反手细小技术的顶级执行能力,而bottom的假动作推挑虽具威胁但未能彻底破坏对手节奏,关键分对抗中变速处理与防守预判仍需加强" + ], + "options_en": [ + "A. This rally lacked technical depth, with both sides overly reliant on passive transitions and baseline exchanges. TOP's backhand defense was stable but lacked tempo-breaking attacks, while BOTTOM's deceptive push-lift failed to create effective scoring opportunities. The overall play showed insufficient offensive intent and execution.", + "B. TOP and BOTTOM engaged in a defensive counterplay this rally. BOTTOM's deceptive push-lift momentarily confused the opponent, but TOP intercepted it with anticipatory net coverage. BOTTOM ultimately lost due to an out-of-bounds passive transition, reflecting both players' need to enhance defensive transitions and shot accuracy during critical points.", + "C. Bottom disrupted top's rhythm completely with feints and push net lifts, demonstrating top - notch speed changes and anticipation abilities. While top's backhand technique is precise, it lacks variation. The conservative handling of crucial points led to the loss of opportunities.", + "D. This was a classic technical duel, with TOP showcasing top-tier execution of delicate backhand techniques, while BOTTOM's deceptive push-lift, though threatening, failed to fully disrupt the opponent's rhythm. Both players need to improve tempo adjustments and defensive anticipation during crucial points." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002003", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合应归于bottom因过渡阶段多次高远球出界导致失利。top选手通过精准的过顶球与分球成功压制底线区域,在被动时通过重杀逆转节奏。建议bottom需强化中场过渡的稳定性和防守反击的衔接速度。", + "B. 本回合核心在于top利用分球战术撕开底线空档,bottom虽尝试抢网但因假动作质量不足难以奏效。建议bottom需增加平抽挡的变速能力,并在被动时运用劈对角制造主动权而非单纯防守。", + "C. 这是一回合典型的控网压迫战术胜利。bottom通过假动作、斜线网前球和变速杀球形成连贯攻势,而top在防守反击阶段缺乏足够的威胁性处理。建议top需提升被动局面下的挑球质量,并加强网前小球的落点控制。", + "D. 这回合胜利体现top选手的控边战术优势,通过大角度分球迫使bottom移动失误,在底线对攻中依靠重杀压制。问题在于bottom的放网质量较差,建议多练习网前小球的落点控制与搓球节奏变化。" + ], + "options_en": [ + "A. This rally should be attributed to Bottom's loss due to multiple clears going out of bounds during the transition phase. Top successfully suppressed the baseline area with precise overhead shots and placement shots, reversing the rhythm with powerful kills when passive. It is recommended that Bottom strengthen the stability of midcourt transitions and the connection speed of defensive counterattacks.", + "B. The core of this rally lies in Top's use of placement tactics to open up baseline gaps. Although Bottom attempted to intercept at the net, the insufficient quality of deceptive shots made it ineffective. It is recommended that Bottom increase the speed-changing ability of drives and use cross-court slices to create initiative rather than purely defending when passive.", + "C. This rally is a typical victory of net pressure tactics. Bottom formed a coherent offensive through deceptive shots, cross-court net shots, and speed-changing kills, while Top lacked sufficient threatening handling during the defensive counterattack phase. It is recommended that Top improve the quality of net lifts in passive situations and enhance the placement control of net shots.", + "D. This rally victory reflects Top's advantage in sideline control tactics, using wide-angle placement shots to force Bottom into movement errors and relying on powerful kills to suppress during baseline exchanges. The issue lies in Bottom's poor quality of net shots. It is recommended to practice more on the placement control of net shots and the rhythm variation of net spins." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,以下哪一项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002004", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合攻防转换频繁,双方均尝试通过分球和突击创造机会。top的网前技术和抢网意识起到了决定性作用,特别是末段连续调动后的扑杀一击制胜。bottom在关键分的防守衔接略显松散,尤其在中前场压迫不足,导致对手有机可乘。建议bottom需加强被动时的线路控制和上网压迫性。", + "B. 比赛呈现高速对抗特点,bottom凭借强势的分球压制对手两翼,迫使top多次被动救球。关键分上bottom选择抢网扑杀却被预判,top凭借稳定的网前搓配技术化解危机。建议bottom需增强林界预判能力,在相持中可适当增加斜线变速创造得分机会。", + "C. 本轮比赛呈现明显攻守失衡态势,bottom依赖频繁的过顶球压制对手后场,但在关键分出现多次出界失误。top则展现出顽强的被动过渡能力,通过连续放网化解危机,最终在底线多拍相持中以劈吊对角得分。bottom的上网积极性值得肯定,但需提升假动作质量避免被预判。", + "D. 比赛焦点集中在网前争夺,top利用两个精准的假动作骗过防守,但因击球力度控制失误导致下网。bottom通过高效拦截和持续封网占据主动,可惜在反击环节因分球线路单一被破解。本回合建议加强假动作后的衔接速度,同时注意后场空档保护。" + ], + "options_en": [ + "A. This rally featured frequent offensive and defensive transitions, with both sides attempting to create opportunities through split shots and sudden attacks. Top's net skills and net-rushing awareness played a decisive role, especially the final net kill after continuous rallies. Bottom showed slightly loose defensive connections at critical points, particularly lacking mid-court pressure, which gave the opponent chances. It is recommended that Bottom strengthen line control under pressure and increase net aggression.", + "B. The rally was characterized by high-speed exchanges. Bottom dominated with aggressive split shots, forcing Top into multiple defensive saves. At a critical point, Bottom attempted a net-rushing kill but was anticipated, and Top stabilized the situation with consistent net dribbling skills. It is recommended that Bottom enhance anticipation at the net and consider adding cross-court speed variations during rallies to create scoring opportunities.", + "C. This round displayed a clear imbalance between offense and defense. Bottom relied on frequent overhead clears to pressure the opponent's backcourt but made multiple out-of-bounds errors at critical points. Top demonstrated resilient defensive transitions, using consecutive net shots to resolve crises and eventually scoring with a diagonal drop shot in a prolonged baseline rally. Bottom's net-rushing initiative is commendable but needs to improve deception quality to avoid being anticipated.", + "D. The focus of this rally was on net play. Top used two precise deceptions to outmaneuver the defense but failed to clear the net due to poor power control. Bottom gained the upper hand through efficient interceptions and continuous net blocking but was countered due to predictable split-shot patterns. It is recommended to improve follow-up speed after deception and pay attention to backcourt coverage." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一个选项最能准确描述该回合的整体表现?", + "question_en": "Which of the following options best accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002005", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在本回合呈现势均力敌的攻防转换,bottom在被动过渡中保持极高回球质量,而top则通过多拍相持消耗对手体能。胜负转折点出现在第12拍,bottom回球因预判偏差导致球拍触网间接失误,最终丧失得分机会。", + "B. top展现了高效的网前抢攻能力,通过连续压迫逼出bottom多次失误。bottom被动时采用防守反击战术过于保守,关键分选择冒险进攻导致失误,战术执行的激进程度差异是本回合胜负关键。", + "C. 这是一次教科书级别的抢网压制战术执行,bottom通过主动抢攻迅速建立优势,而top在被动情况下缺乏应对B计划。关键分中主动进攻与被动防守的策略对比,直接决定了本回合的胜负走向。", + "D. 尽管bottom尝试通过停顿制造击球假象迷惑对手,但top精准预判了线路并完成高质量的拦截反击,反而是bottom在网前放小球时出现下网失误,暴露了关键分中的心态波动直接影响了结果。" + ], + "options_en": [ + "A. Both sides displayed evenly matched offense-to-defense transitions in this rally. The bottom player maintained exceptionally high shot quality during passive transitions, while the top player wore down the opponent's stamina through extended rallies. The turning point occurred on the 12th shot when the bottom player's misjudgment led to a racket-touching-the-net indirect error, ultimately costing the scoring opportunity.", + "B. Top demonstrated efficient net attack capabilities, forcing Bottom to make multiple mistakes through continuous pressure. When in a passive position, Bottom adopted a defensive counterattack tactic that was too conservative. Choosing to take risky attacks in key points led to mistakes. The difference in the degree of radicalness in tactical execution was the key to winning or losing this rally.", + "C. This was a textbook execution of a net-rush suppression tactic. The bottom player quickly gained an advantage through proactive net attacks, while the top player lacked a Plan B when forced into a passive position. The contrast between proactive offense and passive defense at the critical point directly determined the outcome of the rally.", + "D. Although the bottom player attempted to create a deceptive shot illusion with a pause, the top player accurately predicted the trajectory and executed a high-quality interception counterattack. Conversely, the bottom player made a netting error on a net drop shot, revealing how mental fluctuations at the critical point directly impacted the result." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002006", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合战术激烈,双方战术多变但失误率偏高。bottom凭借主动进攻和对网前的控制占据优势,top需加强防守反击的质量。建议top在多拍相持中提升假动作欺骗性,bottom可增加中场封网节奏变化。", + "B. 本回合top通过高质量的推上网前和精准的假动作欺骗取得主导,但bottom的被动过渡球质量较高有效化解压力。建议top保持网前控制优势,bottom需提升底线对抗的速度和线路准确性。", + "C. 当前回合top展现出更强的防守反击能力,其精准的分球和过顶技术迫使bottom陷入被动,但主动进攻得分效率不足。建议bottom强化中场衔接速度并减少网前失误,top则需优化后场劈吊落点。", + "D. 整体回合呈现过分依赖被动过渡的特点,双方面对压迫时均缺乏有效得分手段。bottom的抢网成功率较低,而top假动作运用生硬。建议双方增加多拍中的线路变化,bottom需加强网前压迫意识。" + ], + "options_en": [ + "A. The rally tactics were intense, with both sides showing varied strategies but a relatively high error rate. The bottom player gained an advantage through active offense and control at the net, while the top player needs to improve the quality of defensive counterattacks. It is recommended that the top player enhance deceptive moves during extended rallies, and the bottom player could vary the rhythm of mid-court net coverage.", + "B. In this rally, the top player dominated with high-quality push shots to the net and precise deceptive moves, though the bottom player's passive transition shots were of high quality, effectively diffusing pressure. It is suggested that the top player maintain net control dominance, while the bottom player should improve baseline rally speed and shot accuracy.", + "C. In this rally, the top player demonstrated stronger defensive counterattacking skills, using precise placements and overhead techniques to force the bottom player into a passive position, though lacking efficiency in active offense scoring. It is advised that the bottom player increase mid-court transition speed and reduce net errors, while the top player should refine the placement of rear-court drop shots.", + "D. The rally overall displayed an over-reliance on passive transitions, with both sides lacking effective scoring methods under pressure. The bottom player had a low success rate in net interceptions, while the top player's deceptive moves appeared stiff. Both players are recommended to add more shot variations during extended rallies, and the bottom player needs to strengthen net pressure awareness." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002007", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合以top的主动进攻为核心,展现了他的假动作骗术和过顶杀球的威胁。bottom在防守中出现多次判断失误,尤其是在被动情况下未能有效运用分球技术,导致关键分失守。建议bottom加强网前预判和假动作识别,同时建议top减少高远球的使用以提升进攻压迫性。", + "B. bottom通过精准的分球和网前小球展现压制力,但top凭借快速移动和过顶技术成功反击。双方在相持中展现平分秋色的攻守平衡,最终top依靠一次突然变直线得分。建议bottom加强假动作后的真实杀球衔接,同时top应提升网前技术精准度以巩固优势。", + "C. 双方在极短回合中失误频出,bottom因过渡球质量不足被top快速抢网压制,最终以bottom回球下网收场。而top在得分前曾因假动作过度被识破导致出界。建议双方强化基本技术稳定性,并减少非受迫性失误对节奏的破坏。", + "D. 这是一个典型的防守转化进攻的经典回合,双方通过22拍拉锯展现了顶级运动员的相持能力。bottom成功运用切吊技术打破均势,而top虽在被动中多次用高远球和被动技术争取机会,但主动进攻威胁不足。建议双方在多拍相持中需加强网前小球和步伐移动的配合,以提升关键分的质量。" + ], + "options_en": [ + "A. This rally highlighted Top's aggressive play, featuring deceptive moves and overhead kills. Bottom made several defensive misjudgments, particularly failing to utilize effective placement shots under pressure, leading to losing the crucial point. Bottom should strengthen net anticipation and deception recognition, while Top could reduce clear usage to increase offensive pressure.", + "B. Bottom demonstrated control through precise placement and net shots, but Top countered effectively with rapid movement and overhead techniques. The rally displayed balanced offense-defense parity until Top secured the point with an abrupt cross-court winner. Bottom should improve kill shot transitions after deceptions, while Top needs sharper net precision to consolidate advantages.", + "C. Both players committed frequent errors in this brief rally. Bottom's poor transitional shots allowed Top to dominate at the net, ending with Bottom's net error. Top previously lost a point due to an overused deception resulting in an out. Both should focus on fundamental technique consistency and minimize unforced errors disrupting rhythm.", + "D. This is a classic rally showcasing the transition from defense to offense, with both players demonstrating top-tier endurance through a 22-shot exchange. Bottom successfully broke the deadlock using drop shots, while Top relied on clears and defensive techniques to create opportunities but lacked threatening offensive plays. Both players should improve net shot and footwork coordination during extended rallies to enhance critical point execution." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002008", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了高强度防守战的典型特征,双方均依赖精准的落点调动和被动过渡消耗对手.bottom凭借更稳定的拉吊质量(如击球4、7、10)逐步压缩top的反应空间,而top虽多次尝试改变节奏(如平抽、反手推挑)但未能扭转局势。建议进攻方在多拍僵持阶段增加网前小技术运用或突击上网的主动性,以降低关键球失误风险。", + "B. 双方呈现激烈攻防转换态势.bottom通过强力扣杀和过顶球持续压迫top中场,而top凭借出色的反手推挑和抢网多次化解危机,在击球12-15这波连贯中甚至实现反超。可惜bottom在关键分出现预判失误导致得分点旁落,应加强中场卡位和突击后场防守训练。", + "C. 回合初期形成多拍拉锯,但转折出现在top突然加快节奏配合网前假动作过网得分.bottom在击球3、6、9的被动过渡多次出现下网失误暴露底线漏洞,建议强化反手高远球质量和网前截击的衔接流畅度,避免因急于变线导致非受迫性失分。", + "D. top全程占据主动权通过变速击球和分球不断切割bottom防守区域.在击球5的假动作骗过对手后以精准斜线得分,bottom虽在击球8-10时段发起强势反扑但因高压球出界错失机会,应加强网前封堵和防守型抽球的稳定性提升关键分把握力" + ], + "options_en": [ + "A. This rally showcased typical characteristics of high-intensity defensive play, with both sides relying on precise placement and passive transitions to wear down the opponent. Bottom gradually compressed Top's reaction space through more consistent clear and drop shot quality (e.g., shots 4, 7, 10), while Top attempted multiple rhythm changes (e.g., drives, backhand push shots) but failed to reverse the situation. The attacking side is advised to increase the use of net techniques or proactive net rushes during prolonged exchanges to reduce key shot error risks.", + "B. Both sides displayed intense offensive-defensive transitions. Bottom continuously pressured Top's midcourt with powerful kills and overhead clears, while Top countered with excellent backhand push shots and net interceptions to defuse crises, even overtaking during the cohesive sequence of shots 12-15. Unfortunately, Bottom's anticipation error at a critical point cost the scoring opportunity, suggesting a need to strengthen midcourt positioning and post-attack defensive training.", + "C. The rally began with prolonged exchanges, but the turning point came when Top suddenly accelerated the pace combined with a net fake to score. Bottom's passive transitions in shots 3, 6, and 9 resulted in repeated net errors, exposing baseline weaknesses. It is recommended to improve backhand clear quality and net interception fluency to avoid unforced errors from rushed directional changes.", + "D. Top dominated throughout by varying shot tempo and splitting Bottom's defensive zones. After deceiving the opponent with a fake in shot 5, Top scored with a precise cross-court shot. Though Bottom launched a strong counterattack during shots 8-10, a high-pressure shot going out cost the chance. Focus should be on enhancing net blocking and defensive drive stability to improve clutch point execution." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一个选项最能全面评价本回合的战术运用和比赛态势?", + "question_en": "Which of the following options best comprehensively evaluates the tactical application and match dynamics of this rally?" + } + }, + { + "video_uid": "video_002009", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借主动的节奏变化与强攻能力掌控全场,反观bottom在防守转攻时缺乏力度且失误较多,建议加强被动情况下的控网稳定性以提升反击效率。", + "B. bottom通过频繁运用假动作和大角度分球制造威胁,而top在应对过顶球时出现明显被动,建议提升防守时的预判和步法移动准确性以破解对手战术。", + "C. top在网前控球和假动作衔接环节暴露明显漏洞,反观bottom利用高质量过顶球与精准抢网占据主动权,建议重点强化中后场的衔接配合。", + "D. bottom通过精准的防守反击和灵活的网前控制有效限制了top的进攻,而top在关键分中主动变线失误较多且防守漏洞明显,建议top在保持攻击性的同时提升相持阶段的稳定性以减少非强迫性失误,同时bottom应强化主动进攻意识以增加得分手段。" + ], + "options_en": [ + "A. Top controlled the game with proactive tempo variations and strong attacking ability, while Bottom lacked power in defense-to-offense transitions and made frequent errors. It is recommended to enhance net control stability in passive situations to improve counterattack efficiency.", + "B. Bottom created threats by frequently using deceptive shots and wide-angle placements, whereas Top appeared noticeably passive when handling overhead shots. It is suggested to improve defensive anticipation and footwork accuracy to counter the opponent's tactics.", + "C. Top exposed obvious weaknesses in net control and deceptive shot transitions, while Bottom seized the initiative with high-quality overhead clears and precise net interceptions. It is advised to focus on strengthening mid-to-rear court coordination.", + "D. Bottom effectively restricted Top's attacks through precise counterattacks from defense and flexible net control. While Top made more active line - changing errors and had obvious defensive loopholes in key points. It is recommended that Top improve the stability in the rally stage to reduce unforced errors while maintaining aggression. At the same time, Bottom should strengthen the awareness of active attack to increase scoring methods." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪个评价最能全面反映运动员的表现?", + "question_en": "For this rally, which of the following evaluations best comprehensively reflects the players' performance?" + } + }, + { + "video_uid": "video_002010", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场极具战术价值的超长回合较量。bottom展现了顶尖的相持能力,通过正手武器持续施压,分球和落点控制始终优于对手。top虽有抽杀亮点,但防守端过度依赖被动过渡球,网前争夺和反手位处理是主要短板,建议强化多拍相持中的节奏变化能力。", + "B. 这是一个充满攻防转换的经典回合。top选手展现了出色的连贯性和网前技术,通过精准的反手切球和快速移动压制bottom的防守空间。bottom尽管依靠正手抽击制造了多次威胁,但后场覆盖面积不足且网前主动进攻较少,尤其在相持阶段的连续平抽中频繁出现失误,建议加强后场防守步伐和网前抢网意识。此外,top在关键分的主动推反击落点选择更具侵略性,体现了更高的战术执行能力。", + "C. 这是一场战术执行欠佳的激烈对抗。top展现了出色的衔接能力和反拍突击,但分球和落点控制始终不稳定。bottom后场抽杀成功率极高,却在网前争夺和相持节奏把控上暴露出明显漏洞,建议加强网前小球技巧和正手防守的稳定性。", + "D. 这回合以bottom的技术失误为主导。他虽利用过顶球压制对手,但连续两次下网损失关键机会,top通过连续假动作骗开对手后场,且网前封网效率惊人,但正手接杀失误较多,双方在多拍相持中的落点精准度仍有提升空间。" + ], + "options_en": [ + "A. This was a highly tactical and exceptionally long rally. Bottom demonstrated top-notch endurance skills, consistently applying pressure with their forehand weapon, and outperformed the opponent in shot placement and control. Top had some highlights with drives, but overly relied on passive transitional shots in defense, with net play and backhand handling being the main weaknesses. It is recommended to enhance rhythm variation during extended rallies.", + "B. This is a classic rally full of offense-defense transitions. The top player demonstrated excellent consistency and net-front skills, suppressing the defensive space of the bottom player through precise backhand slices and quick movements. Although the bottom player created multiple threats with forehand drives, the coverage area in the backcourt was insufficient, and there were fewer active net-front attacks. Especially during the stalemate phase, frequent mistakes occurred in continuous flat drives. It is recommended to strengthen the backcourt defensive footwork and the awareness of rushing to the net in the net-front area. In addition, the top player's choice of active push-counterattack landing points in crucial points was more aggressive, reflecting a higher tactical execution ability.", + "C. This was a fiercely contested rally with poor tactical execution. Top showcased excellent transitional skills and backhand attacks, but their shot placement and control remained inconsistent. Bottom had an extremely high success rate with rear-court drives but exposed obvious flaws in net play and rally rhythm control. It is recommended to improve net drop techniques and forehand defensive stability.", + "D. This rally was dominated by Bottom's technical errors. Although they used overhead clears to pressure the opponent, two consecutive net shots cost them critical opportunities. Top deceived the opponent with consecutive feints to open up the rear court and displayed astonishing net interception efficiency, but their forehand kill reception had many errors. Both players still have room to improve shot accuracy during extended rallies." + ], + "answer": "A", + "question": { + "question_zh": "对这一回合的评价,哪一个选项最为恰当?", + "question_en": "Which of the following options is the most appropriate evaluation of this rally?" + } + }, + { + "video_uid": "video_002011", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现攻守均衡态势,双方通过假动作过顶与斜线分球多次形成多拍拉锯,但bottom在关键分选择保守过渡导致节奏被top掌控,建议增加网前小球后快速封网的战术执行。", + "B. 回合以top的迅速抢网压制为核心,bottom因被动时过渡球质量不足连续被压制后场,而top的反手压线能力与假动作欺骗性突出,建议bottom加强防守时的网前封堵预判与直线防守覆盖。", + "C. 回合展现精彩攻防转换,bottom凭借网前小球技术和线路变化占据主动,top正手进攻威胁明显但关键分预判与防守稳定性需提升,建议加强假动作识别并提高被动时的过渡球质量。", + "D. 这一回合呈现出激烈的攻防转换,top选手以精准的网前小球和多变的线路控制彻底压制对手,bottom的正手强攻虽力量十足却频繁被预判,关键分时的防守站位与多拍相持稳定性不足,建议bottom加强假动作迷惑性并提升被动情况下的网前过渡质量,同时需注重防守时的小幅移动以提高回球稳定性。" + ], + "options_en": [ + "A. The rally displayed a balanced offense-defense dynamic, with both sides engaging in extended exchanges through deceptive overhead shots and cross-court placements. However, bottom's conservative transitional choices in key points allowed top to dictate the tempo. It is suggested to increase tactical execution of quick net rushes after net shots.", + "B. The rally revolved around top's aggressive net rushes, while bottom struggled with low-quality transitional shots under pressure, leading to sustained backcourt suppression. Top's backhand line-drive accuracy and deceptive plays stood out. It is recommended for bottom to enhance net-block anticipation and straight-line defensive coverage during defensive plays.", + "C. The rally showcased thrilling offense-defense transitions. Bottom took the initiative with net shot techniques and directional variations, while top's forehand attacks were visibly threatening but required improvement in key-point anticipation and defensive stability. It is recommended to enhance deception recognition and the quality of transitional shots when under pressure.", + "D. In this rally, there was a fierce transition between offense and defense. The top player completely suppressed the opponent with precise net shots and variable shot lines. Although the bottom player's forehand powerful attacks were full of strength, they were frequently anticipated. The bottom player had insufficient defensive positioning and stability in multi-shot rallies at crucial points. It is recommended that the bottom player enhance the deceptiveness of feints and improve the quality of net transitions in passive situations. At the same time, attention should be paid to small movements during defense to improve the stability of return shots." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002012", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 整个回合中双方球员在假动作运用上都较为保守,top试图通过过顶球压制底线却多次出界,而bottom利用被动过渡阶段的突然加速上网展现出了出色的防守反应,但两人在网前争夺时缺乏有效的停顿欺骗手段导致回合过早终结", + "B. 这是一个典型的网前控制与反击的经典回合,top展现了出色的网前战术执行能力,通过多拍中的线路调动为最后致命扣杀创造空间;而bottom在防守中的横向移动和线路选择需要更果断,特别是面对分球时的应对可以尝试增加网前压迫的突然性", + "C. 这一回合的焦点在于bottom通过连续两次精准的分球压制了top的侧身,尽管top的抢网动作极富压迫性但仍被底线扣杀压制,值得注意的是双方在被动过渡阶段均出现下网失误,充分暴露了关键分时的心理波动问题", + "D. TOP在开局阶段凭借强势的网前压迫掌握了主动权,但过度依赖直线进攻导致被bottom预判破解,后者通过连续的假动作过顶球反打对角线成功破局,却在最后一球过于犹豫的停顿被直接反击扣杀,体现了战术执行与时机把握的双重失误" + ], + "options_en": [ + "A. Both players were relatively conservative in using deceptive shots throughout the rally. TOP attempted to suppress the baseline with overhead clears but frequently sent them out of bounds, while BOTTOM displayed exceptional defensive reflexes with sudden accelerations to the net during passive transitions. However, the lack of effective pause-and-deceive techniques in net duels led to an early end to the rally.", + "B. This is a classic rally showcasing net control and counterattacks. TOP demonstrated excellent execution of net tactics, creating space for the final kill through strategic shot placement during the multi-shot exchange. However, BOTTOM's lateral movement and shot selection in defense could be more decisive, especially when handling split shots—increasing the suddenness of net pressure could be beneficial.", + "C. The highlight of this rally was BOTTOM's consecutive precise split shots that pinned TOP sideways. Despite TOP's highly aggressive net interception, they were still overpowered by the baseline kill. Notably, both players committed net errors during passive transitions, revealing clear psychological fluctuations during critical points.", + "D. TOP initially dominated with strong net pressure but over-relied on straight attacks, allowing BOTTOM to anticipate and counter. The latter successfully turned the tide with consecutive deceptive overhead cross-court shots, only to hesitate with an overly delayed pause in the final shot, resulting in a direct counter-kill—highlighting dual failures in tactical execution and timing." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002013", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一次快速多变的对攻回合,top通过精准的劈杀和突击不断压制底线,bottom虽然利用半场防守化解多次危机,但在关键分处理时出现下网失误,未能把握逆转机会,最终让对手以网前小球锁定胜局。", + "B. 这是一场充满战术交叉的回合,双方在追身球和假动作上展开胶着,top凭借过顶压边线和频繁的变速劈吊占据主动,bottom在关键分时被引向边线出界,最终未能扭转局面,反映出其应对变速能力不足。", + "C. 整个回合呈现了激烈的攻防转换,top凭借卓越的防守能力和网前控制力多次化解危机,通过精准的搓球和封网技术占据主动,而bottom尽管利用快速劈杀和大角度调动试图突破,但在关键分上处理过于急躁,连续失误导致机会丧失。", + "D. 这是一次高强度的多拍攻防回合,bottom展现出极强的防守韧性与反击意识,通过变速吊球和滑吊技术压制对手节奏,而top虽尝试通过变速和全场调动创造机会,但关键分处理失误导致功亏一篑。" + ], + "options_en": [ + "A. This was a fast-paced and varied attacking rally. The top player consistently pressured the baseline with precise jump smashes and sudden attacks. The bottom player managed to defuse multiple crises with mid-court defense but committed a net error at a critical point, failing to seize the comeback opportunity, ultimately allowing the opponent to secure the win with a net shot.", + "B. This was a tactically intricate rally with both sides locked in a battle of body shots and deceptive plays. The top player gained the upper hand with deep overhead clears and frequent pace-changing slice drops. The bottom player was lured into a sideline error at the critical point, ultimately failing to turn the tide, reflecting insufficient adaptability to pace variations.", + "C. The entire rally presented intense offense-defense transitions. Top, with excellent defensive capabilities and net control, defused crises multiple times. By using precise net shots and blocking techniques, Top took the initiative. While Bottom, by using fast smashes and wide-angle mobilizations, tried to break through. However, Bottom was too impatient in handling key points, made consecutive mistakes, and thus lost the opportunities.", + "D. This was a high-intensity multi-shot offensive and defensive rally. The bottom player demonstrated exceptional defensive resilience and counterattack awareness, using variable-speed drop shots and slice drop techniques to suppress the opponent's rhythm. Although the top player attempted to create opportunities through pace changes and full-court movement, a critical point handling error led to a missed chance." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,以下哪项评价最符合整体表现?", + "question_en": "Which of the following evaluations best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002014", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合关键在于网前假动作与底线扣杀的结合运用。bottom在关键分上因假动作被识破导致扣杀出界,而top虽成功抢网但未能及时施压,暴露了关键分心理素质与压制能力不足,应加强假动作后的真实击球衔接训练。", + "B. 本回合是典型的网前压制与防守反击的经典案例。bottom从搓放控制到重杀一气呵成,战术执行流畅;而top在关键过渡球处理上失误,暴露出被动局面下的控球稳定性问题,需加强高远球质量和线路变化能力。", + "C. 本回合突出抢网战术的实效与攻防转换质量。bottom在被动过渡中多次出现回球下网,而top通过高质量的劈杀压制对方前场,迫使对手勉强回球失误,但暴露出后场杀球线路单一的问题,需提升落点精准度和节奏把控。", + "D. 本回合展现了精湛的分球技巧与假动作迷惑。bottom频繁使用线路变化转移对手注意力,而top的过顶高远球多次制造威胁,可惜因脚下移动迟缓未能封网,暴露防守覆盖面积不足的短板,建议强化步法与预判能力。" + ], + "options_en": [ + "A. The key to this rally lay in combining net deception with baseline kills. The bottom player's kill went wide after their deception was read at a critical point, while the top player successfully rushed the net but failed to apply timely pressure, revealing weaknesses in mental toughness and pressing ability during crucial points. Training should focus on seamless transitions after deceptive shots.", + "B. This rally is a classic case of net pressure and defensive counterattack. The bottom player executed a seamless strategy from net control to powerful kills, while the top player made errors in handling critical transition shots, revealing stability issues in passive control. Improvement is needed in clear quality and shot variation.", + "C. This rally highlighted the effectiveness of net-rushing tactics and the quality of offense-defense transitions. The bottom player repeatedly failed to return shots over the net in passive transitions, while the top player suppressed the opponent with high-quality slice kills, forcing errors. However, the top player's backcourt kill lacked variety, requiring better precision and rhythm control.", + "D. This rally showcased exquisite shot placement and deceptive maneuvers. The bottom player frequently varied shots to divert attention, while the top player's overhead clears created multiple threats. However, slow footwork prevented effective net coverage, exposing defensive gaps. Enhancing footwork and anticipation is recommended." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002015", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一回合典型的底线相持与进攻失误的对抗。bottom通过强烈的后场主动抢攻和落点控制占据上风,而top在应对劈吊时出现多次回球出界。建议进攻方加强网前小球配合,减少重放球的依赖", + "B. 此回合核心在于底线周旋中的战术失误。top因被动过渡球选择失误导致底线上方空间被bottom有效压制,防守方连续运用分球战术迫使对角空档后,却因过顶高远球下网错失得分机会,暴露了落点控制能力不足的问题", + "C. 这是一场节奏控制失衡的中前场争夺。top试图通过连续放网制造压迫,但bottom采用反手挑后场战术成功瓦解威胁,但最后时刻因假动作后的真实抽杀力量过大出界,导致关键分失守,反映出防守反击时的发力稳定性问题", + "D. 这是一回合典型的网前战术压制与反击失误的较量。top通过持续的中前场压迫和线路变化掌控主动权,而bottom在关键防守环节出现判断失误。建议防守方在面对追身球时需增强预判,提升被动球的容错率" + ], + "options_en": [ + "A. This is a typical rally of confrontation between baseline stalemate and offensive mistakes. Bottom gained the upper hand through active attacking in the backcourt and precise control of the landing points, while top made several out-of-bounds returns when responding to the drop shots. It is recommended that the attacking side strengthen the cooperation of net shots and reduce the reliance on repeated shots.", + "B. The core of this rally lies in tactical errors during baseline exchanges. The top player made a mistake in choosing a passive transition shot, leading to effective suppression by the bottom player in the space above the baseline. The defensive side continuously employed split-shot tactics to force diagonal openings but then missed the scoring opportunity due to a netted overhead clear, exposing insufficient control over shot placement.", + "C. This was a mid-frontcourt battle with imbalanced rhythm control. The top player attempted to create pressure through consecutive net shots, but the bottom player successfully neutralized the threat with a backhand net lift to the rear court. However, at the last moment, the bottom player's real drive after a feint was too powerful and went out, resulting in the loss of a crucial point, reflecting stability issues in power application during defensive counterattacks.", + "D. This was a typical rally of net tactic suppression and counterattack errors. The top player controlled the initiative through continuous mid-frontcourt pressure and variation of shots, while the bottom player made judgment errors in key defensive moments. It is suggested that the defensive side should enhance anticipation when facing body shots and improve the fault tolerance rate for passive shots." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合的对战表现,以下哪个评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the performance in this rally?" + } + }, + { + "video_uid": "video_002016", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合攻防节奏偏向阵地战,双方都保持着稳定的相持能力。top通过精准的落点控制(如劈杀、拉搓、假动作抽球)和快速移动占据优势,多次在网前争夺中压制bottom。bottom防守顽强但进攻手段单一,关键分因网前判断失误和移动速度不足错失反超机会,建议后续训练增加主动进攻战术和体能储备。", + "B. 本回合呈现出压倒性优势,bottom依靠精准的网前反手勾对角完全封锁了top的进攻路线,而top始终未能突破其防守体系。虽然top多次尝试通过后场重扣反击,却被bottom预判拦截,暴露出底线区域防守经验不足的问题。", + "C. 本回合攻防转换频繁,展现了双方高强度对抗。bottom通过多变的战术组合(如推挑、滑吊、假动作放网)和网前压制,成功掌控了比赛主动权。top虽有强力杀球,但关键球的失误和反手技术稳定性不足导致败局,建议未来强化被动球的应变能力。", + "D. 本回合整体节奏偏慢,bottom防守端多次出现被动托球失误,而top凭借四两拨千斤的网前技术逐步掌控主动权。尽管bottom尝试用过顶高球化解压力,却因预判偏差导致线路偏出界区,最终陷入连续被压制的局面。" + ], + "options_en": [ + "A. The offensive and defensive rhythm of this round is inclined to positional warfare, and both sides maintain a stable ability to stalemate. Top gained the upper hand through precise shot placement control (such as smashes, lifting and net shots, feint drives) and quick movements, and repeatedly suppressed Bottom in net battles. Bottom defended tenaciously but had a single offensive means. In the key points, due to misjudgment at the net and insufficient movement speed, Bottom missed the opportunity to overtake. It is recommended to increase proactive offensive tactics and physical fitness reserves in subsequent training.", + "B. This round demonstrated overwhelming dominance by bottom, who completely locked down top's offensive routes with precise cross-court net shots. top failed to breach bottom's defensive system, and although repeated attempts were made to counter with rear-court smashes, bottom intercepted them through anticipation, exposing top's lack of defensive experience in the baseline area.", + "C. This round featured frequent transitions between offense and defense, showcasing high-intensity competition between both players. bottom successfully seized control of the match through varied tactical combinations (e.g., push shots, net lifts, deceptive net shots) and net dominance. Although top displayed powerful kills, critical errors and inconsistent backhand techniques led to defeat. It is recommended to improve adaptability in handling passive shots in the future.", + "D. This round was generally slow-paced, with bottom making repeated errors in defensive lifts, while top gradually gained the upper hand with delicate net play. Despite bottom attempting to relieve pressure with overhead clears, misjudged trajectories resulted in shots landing out of bounds, ultimately leading to a sustained disadvantage." + ], + "answer": "C", + "question": { + "question_zh": "下列对本回合的评价,哪一个最贴切?", + "question_en": "Which of the following evaluations of this round is the most accurate?" + } + }, + { + "video_uid": "video_002017", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. this回合展现了高水平回合周旋,bottom通过丰富的落点变化和主动压迫牢牢掌控主动权,尤其在中前场的假动作和拦截环节处理细腻。top虽尝试通过推挑改变节奏,但关键分击球的侵略性和针对性不足,建议加强中场衔接速度和高质量过渡球训练。", + "B. this回合可以判定为top掌握了主导权,通过多次过顶高压和精准分球压制bottom防线,而bottom在被动过渡时出现下网失误。bottom应重点提升反手防备能力和网前预判意识,避免在关键分被压制时过于保守。", + "C. this回合呈现激烈对抗但节奏较为拖沓,双方都在优先保证回球质量的情况下过度依赖劈吊,导致连续七次攻防转换未能终结。建议两位选手尝试在中场增加假动作结合快放战术,减少同质化球路的重复使用。", + "D. this回合呈现出攻防转换鲜明的特征,top凭借快速抢网和精准骗后场的战术连续得分,而bottom在移动中出现两次明显步法漏洞。bottom需要强化全场位的衔接能力和假动作后衔接重杀的技术连贯性训练。" + ], + "options_en": [ + "A. This rally showcased high-level maneuvering, with the bottom player firmly controlling the initiative through varied placements and active pressure, especially demonstrating finesse in deceptive plays and interceptions at the mid-frontcourt. Although the top player attempted to alter the rhythm with net lifts, the aggression and targeting in crucial shots were insufficient. It is recommended to improve midcourt transition speed and high-quality rally training.", + "B. This rally can be judged as the top player taking the lead, suppressing the bottom player's defense with repeated overhead clears and precise placements, while the bottom player made net errors during passive transitions. The bottom player should focus on enhancing backhand defense and net anticipation to avoid being overly conservative when pressured at critical points.", + "C. This rally featured intense competition but was relatively slow-paced, with both players overly relying on drop shots while prioritizing shot quality, resulting in seven consecutive exchanges without a conclusion. It is suggested that both players try incorporating deceptive plays with fast net shots at the midcourt to reduce repetitive use of similar shot patterns.", + "D. This rally displayed distinct offensive-defensive transitions, with the top player scoring consecutively through quick net interceptions and deceptive deep placements, while the bottom player revealed two noticeable footwork flaws during movement. The bottom player needs to strengthen full-court transition skills and the technical coherence of combining deceptive plays with follow-up kill shots." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002018", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合焦点集中在底线对抗,bottom通过强势的直线进攻多次突破top防线,而top因移动速度劣势导致防守覆盖不足。建议top改善步法移动节奏,同时利用对手回球质量下降时积极展开抢网反击。", + "B. 回合展现顶尖战术博弈,top凭借精准的落点调动和快速衔接压制对手半场,bottom虽试图通过防守反击寻找机会但主动性不足。建议bottom加强在被动区域的防守过渡质量,并提升对对手网前压迫的破解能力。", + "C. 比赛进入高强度多拍拉锯阶段,双方均未能形成有效压制,top虽通过过顶球争取到网前机会,但关键分处理犹豫导致错失得分点。建议双方加强相持阶段的节奏变化,减少盲目发力造成的失误。", + "D. 本回合bottom展现了出色的防守反击战术,通过高质量的网前小球和快速步伐限制对手进攻空间,top虽然试图通过网前压迫打开局面但失误较多。建议top提升相持阶段的耐心并优化后场突击的线路变化,同时bottom可进一步强化在被动时的连续防守能力,比如增加放网后的快速封网衔接以打破对手节奏。" + ], + "options_en": [ + "A. The rally focused on baseline exchanges, with bottom repeatedly breaking top's defense with aggressive straight shots, while top's inadequate court coverage due to sluggish movement became a weakness. It is suggested that top refine footwork tempo and seize counter-net opportunities when opponent's shot quality declines.", + "B. The rally showcased top-tier tactical interplay, with top dominating the opponent's half-court through precise placement and rapid transitions, while bottom attempted to counterattack from defense but lacked initiative. It is recommended that bottom improve defensive transition quality in passive situations and enhance the ability to counter net pressure.", + "C. The match entered a high-intensity, extended rally phase where neither side could establish effective dominance. Although top created net opportunities with overhead clears, hesitation in key moments cost scoring chances. Both players should enhance rhythm variation during rallies and reduce unforced errors from reckless power shots.", + "D. In this rally, bottom demonstrated an excellent defensive counterattack strategy. By using high - quality net shots and quick footwork, bottom restricted the opponent's attacking space. Although top attempted to open up the situation through net pressure, there were relatively many mistakes. It is recommended that top improve patience during the stalemate phase and optimize the line changes of rear - court smashes. At the same time, bottom can further strengthen the continuous defensive ability in a passive situation, such as increasing the quick net - closing connection after playing a net shot to disrupt the opponent's rhythm." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002019", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一次因发球失误直接导致的失分回合,bottom在发球这一基础环节出现重大失误,未能发挥进攻威胁。发球质量直接决定了回合走向,选手需加强发球稳定性和落点精准度训练", + "B. 选手在相持阶段采用防守反击战术失败,面对对手快速抢网时连续三次回球下网。这反映出选手在压力状态下对网前小球的控制力不足,需加强近网阶段的线路变化和假动作训练", + "C. 该回合中选手在多拍相持阶段展现出了优秀的移动能力,在被动情况下连续救起对手的后场重杀。尽管最终因回球线路选择过直被对手预判封网,但通过多次高质量平抽展现了强烈进攻意图", + "D. 在本次回合中,选手成功通过分球压制对手反手大斜线,连续调动后场后抓住空档扣杀,但由于击球点过高导致球速下降,被对手预判挥拍打出漂亮的过顶强攻反制" + ], + "options_en": [ + "A. This was a lost point directly caused by a service error. The player made a critical mistake in the basic element of serving, failing to pose an offensive threat. The quality of the serve directly determined the rally's outcome. The player needs to improve serve stability and accuracy in placement.", + "B. The player failed in employing a defensive counterattack strategy during the exchange. Facing the opponent's rapid net interception, the player hit three consecutive shots into the net. This reflects insufficient control over net shots under pressure, highlighting the need to improve shot variation and deception training in close-net situations.", + "C. During the rally, the player demonstrated excellent movement skills in a multi-shot exchange, continuously retrieving powerful backcourt smashes from the opponent in passive situations. Although the player was ultimately intercepted at the net due to overly predictable shot placement, they displayed strong offensive intent through multiple high-quality drives.", + "D. In this rally, the player successfully pressured the opponent's backhand with cross-court shots, repeatedly forcing them to the backcourt before seizing an opening for a smash. However, due to hitting the ball too high, the shot lost speed and was anticipated by the opponent, who countered with a brilliant overhead attacking shot." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一个评价最符合该回合的整体表现?", + "question_en": "Which of the following evaluations best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002020", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借落点调动和主动抢攻主导了回合进程,正手杀球与反手突击的结合有效撕裂对手防线。建议top在面临底线强攻时需加强移动中的快速过渡能力,通过更紧凑的步伐衔接化解安东森的连贯压迫。", + "B. 轮中bottom虽多次尝试正手突击却因落点过于集中被对手预判,分球质量不足导致被连续封网压制。TOP选手通过紧凑的网前步伐和快速过渡掌控节奏,建议bottom需在防守反击时增强分球的突然性以打破对手连贯", + "C. 双方在底线相持阶段陷入被动,bottom的正手杀球被TOP以精准的过顶劈杀化解,反手突击后因线路选择单一被直接反击得分。建议bottom在强攻受阻时应优先运用半场过渡球保持连续性,而非一味追求暴力进攻。", + "D. TOP选手通过频繁使用假动作骗出空档,分球至bottom边线迫使对手回球质量下降,最终实现反攻。bottom在本次回合中显得过于激进,在被动过渡时多次出现下网失误,建议需提升对关键分的把控能力,通过高压过渡衔接网前小球限制对手抢网速度。" + ], + "options_en": [ + "A. Bottom dominated the rally with placement variation and aggressive attacks, effectively breaking the opponent's defense through a combination of forehand kills and backhand strikes. It is suggested that Top should enhance the ability to transition quickly under pressure when facing strong baseline attacks, using more compact footwork to counter Andersson's continuous pressure.", + "B. Bottom repeatedly attempted forehand strikes but failed due to overly centralized placements, allowing the opponent to anticipate. Poor shot variation led to continuous net pressure from TOP. TOP controlled the tempo with compact net footwork and quick transitions. It is suggested that Bottom should enhance the unpredictability of shot placement during defensive counters to disrupt the opponent's rhythm.", + "C. Both players were stuck in a passive baseline duel. Bottom's forehand kill was countered by TOP's precise overhead slice, and the backhand strike was directly countered due to predictable shot selection. It is suggested that Bottom should prioritize mid-court transition shots to maintain continuity when strong attacks are blocked, rather than blindly pursuing power.", + "D. TOP player frequently used deceptive moves to create openings, directing shots to Bottom's sideline to force lower-quality returns and eventually launch counterattacks. Bottom appeared overly aggressive in this rally, committing multiple net errors during passive transitions. It is suggested to improve control over crucial points by combining high-pressure transitions with net drops to limit the opponent's net interception speed." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价本回合的整体表现?", + "question_en": "Which of the following best evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002021", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 全场焦点集中在网前争夺,bottom通过连续搓放小球压制对方、触发top的被动挑后场,但因杀球力量不足被top反扑,暴露了前后场衔接中的速度短板,建议加强网前压迫后的衔接速度和杀球攻击性。", + "B. 本回合的焦点在于bottom的战术执行漏洞,其跳杀角度选择失误导致出界,而top在被动防守中通过精准的分球和假动作成功摆脱压制,可惜最后抢网时判断失误造成了下网失分,说明bottom应加强线路变化而非一味强攻。", + "C. 这是一个典型的攻防转换回合,bottom通过放网压制和跳杀相结合的战术成功得分,展现了优秀的前后场衔接能力。top在防守中的被动处理和过渡球质量需加强,尤其在网前被压制后应更灵活调整战术以避免被重杀直接进攻。", + "D. 这场对抗充分体现双方节奏博弈,bottom的过顶高球虽造成top的被动防守,但top通过连续劈吊网前制造反制机会,最终因bottom的网前封网不到位导致失误,建议bottom需提升假动作骗防守能力而非依赖单一跳杀战术。" + ], + "options_en": [ + "A. The highlight centered on net play. The bottom player pressured the opponent with consecutive net shots, triggering passive lifts from the top player, but due to insufficient kill power, the top player counterattacked. This exposed speed gaps in front-to-back court transitions, recommending improvements in post-net-pressure transition speed and kill aggressiveness.", + "B. The focus of this round was the tactical execution flaw by the bottom player, whose misjudged jump kill angle resulted in an out. The top player managed to escape pressure through precise cross-court shots and deceptive moves during passive defense but ultimately failed with a net error during a net rush, indicating the bottom player should vary shot placement rather than relying solely on aggressive attacks.", + "C. This was a typical offense-defense transition round. The bottom player successfully scored by combining net shot pressure with jump kills, demonstrating excellent front-to-back court coordination. The top player needs to improve passive defensive handling and transition shot quality, especially adjusting tactics more flexibly after being pressured at the net to avoid direct kill attacks.", + "D. This duel fully showcased the rhythm battle between both sides. The bottom player’s overhead clears forced the top player into passive defense, but the latter created counter opportunities with consecutive drop shots. The bottom player’s inadequate net interception led to the final error, suggesting a need to enhance deceptive moves to trick defenders instead of depending on a single jump kill tactic." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最能全面概括本回合的表现?", + "question_en": "Which of the following best summarizes the performance in this round?" + } + }, + { + "video_uid": "video_002022", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的多拍相持后的关键分争夺回合,top通过持续的线路变化和主动进攻掌握节奏,而bottom在防守转换时的反手技术稳定性不足成为失分主因。建议在被动局面下优先保证过渡质量而非强行变线", + "B. 本回合双方均展现高强度攻防,bottom凭借精准的分球和果断的抢网占据主动,而top在被动防守时频繁出现下网失误。建议加强网前预判并减少非受迫性失误以提升防守成功率", + "C. 此回合呈现明显相持劣势转移,bottom在top上网压迫时通过反手位的连续高压扣杀扭转局势,而top在被动过渡时缺乏足够的回球威胁。建议优化防守反击线路选择并强化反手击球稳定性", + "D. 整个回合以bottom的过顶劈杀拉开框架,top虽然通过假动作成功骗开对手但连续出现出界失误,导致关键分失守。建议加强击球手部停顿训练,提升假动作迷惑性同时控制击球精准度" + ], + "options_en": [ + "A. This is a typical key-point battle after prolonged exchanges. Top controlled the tempo through continuous variation of shots and proactive attacks, while Bottom's lack of stability in backhand technique during defensive transitions became the main reason for losing the point. It is recommended to prioritize transition quality over forced line changes in passive situations.", + "B. Both sides demonstrated high-intensity offense and defense in this rally. Bottom took the initiative with precise placements and decisive net interceptions, while Top frequently made net errors during passive defense. It is advised to improve net anticipation and reduce unforced errors to enhance defensive success rate.", + "C. This rally showed a clear shift of disadvantage during prolonged exchanges. Bottom reversed the situation with consecutive high-pressure smashes to the backhand side when Top pressed forward to the net, while Top lacked sufficient threat in transition shots when passive. It is advised to optimize defensive counterattack shot selection and strengthen backhand stroke stability.", + "D. The rally was framed by Bottom's overhead slice kill. Although Top successfully deceived the opponent with a feint, consecutive out-of-bounds errors led to losing the key point. It is recommended to strengthen hand-pausing training during strokes to enhance feint deception while improving shot accuracy." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002023", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在前半段失误频发造成连续丢分,bottom则利用对手心理波动频繁采用劈杀压制明显占优,但最终因正手斜线进攻出界错失关键分,反映出关键分处理上的稳定性不足问题。", + "B. top通过强势的后场进攻和精准的劈杀压制了bottom,展现出强大的进攻火力与节奏控制能力。bottom在防守时多次出现预判失误,移动路线选择不合理,尤其是在高压球处理上暴露了力量不足的问题,需重点提升后场击球的稳定性和抗压能力。反观top凭借充沛的体能连续完成多拍相持,网前小球的衔接也展现出细腻的手感,而bottom在关键分的战术执行上出现犹豫,未能有效利用发球轮次进行针对性压制。", + "C. bottom凭借精准的战术组合(勾球调动+假动作欺骗)主导了本回合,展现了优秀的网前意识与临场应变能力。top在关键分的节奏把控和预判上暴露短板,尤其在对手改变击球意图时反应滞后,需提升网前小球的防守专注度。", + "D. bottom在第二拍使用极具欺骗性的分球配合网前劈吊试图改变节奏,但top凭借敏锐的预判及时抢网化解危机,两人在本回合展现了高水平的攻防转换,尤其top通过倒地救球体现了顽强的拼搏精神。" + ], + "options_en": [ + "A. Top made frequent errors in the first half, leading to consecutive lost points, while Bottom capitalized on the opponent's psychological fluctuations with frequent smash attacks, gaining clear dominance. However, Bottom ultimately missed the crucial point due to a forehand cross-court shot going out, reflecting instability in handling decisive moments.", + "B. Top suppressed Bottom through powerful backcourt attacks and precise smashes, demonstrating strong offensive firepower and rhythm control capabilities. Bottom made several prediction mistakes during defense, chose unreasonable movement routes, and especially exposed the problem of insufficient strength in handling high-pressure balls. It needs to focus on improving the stability and pressure resistance of backcourt shots. In contrast, Top continuously completed multi-shot stalemates with abundant physical energy and showed a delicate touch in the connection of net shots. However, Bottom hesitated in the tactical execution of key points and failed to effectively use the serving rounds for targeted suppression.", + "C. Bottom dominated this rally with precise tactical combinations (cross-court net shots + deceptive moves), demonstrating excellent net awareness and on-court adaptability. Top exposed weaknesses in rhythm control and anticipation during crucial points, particularly lagging in reaction when the opponent altered shot intentions, requiring improved focus on defending net shots.", + "D. Bottom attempted to change the rhythm with highly deceptive split shots combined with net drops in the second shot, but Top countered by anticipating well and rushing the net to neutralize the threat. Both players showcased high-level offense-defense transitions, with Top particularly demonstrating tenacity through a diving save." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最能准确反映双方的表现?", + "question_en": "Which evaluation most accurately reflects the performance of both players in this rally?" + } + }, + { + "video_uid": "video_002024", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现典型的主动抢攻战术,top通过强力抽杀和大范围调动压制bottom,而bottom在防守移动和判断上出现失误,未能有效化解关键球压力。建议防守方需提升防守连贯性和直线防守密度,并在关键分时加强主动进攻频率,通过突击直线和网前封压扭转局势。", + "B. TOP选手在本回合展现了强大的进攻压制力,通过连续的劈对角和重扣,迫使bottom连续出现回球下网与出界失误。而bottom在防守中未能有效限制对手直线抽球路线,建议防守方在面对高速进攻时应优先保证回球稳定性,提升反手过渡质量。", + "C. 回合呈现典型的防守反击战术,bottom通过高质量放网和精准的勾对角控制节奏,而top在前场小球衔接环节出现波动,未能延续前三拍的攻势压制。建议攻方在关键分需加强网前压迫性和线路变化多样性。", + "D. top在本回合展现了出色的节奏控制能力,通过突然的变速搓球和假动作骗过bottom的防守,最后以精准的过顶高远球锁定胜局。尽管bottom在第三拍尝试分球制造机会,但线路选择过于保守,建议加强主动进攻时的线路撕扯。" + ], + "options_en": [ + "A. The rally presents a typical proactive attacking tactic. Top suppresses Bottom through powerful drives and large - scale mobilization. However, Bottom makes mistakes in defensive movement and judgment and fails to effectively relieve the pressure of key shots. It is recommended that the defending side improve the defensive continuity and the density of straight - line defense, and increase the frequency of proactive attacks at key points. Reverse the situation by making sudden straight - line attacks and net - front blocking.", + "B. The TOP player demonstrated strong offensive dominance in this rally, forcing the bottom player into consecutive net and out errors with continuous cross-court smashes and powerful kills. The bottom player failed to effectively restrict the opponent's straight drives during defense. It is advised that the defending side prioritize shot stability and improve backhand transition quality when facing high-speed attacks.", + "C. The rally showcased a typical defensive counterattack tactic, with the bottom player controlling the tempo through high-quality net shots and precise cross-court shots, while the top player showed inconsistency in connecting frontcourt drop shots, failing to sustain the offensive pressure from the first three shots. It is recommended that the attacking side enhance net pressure and diversify shot variations during crucial points.", + "D. The top player displayed excellent rhythm control in this rally, deceiving the bottom player’s defense with sudden deceleration slices and feints, ultimately securing victory with a precise overhead clear. Although the bottom player attempted to create opportunities with a third-shot split, the shot selection was overly conservative. It is suggested to enhance line exploitation during active attacks." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最全面地评价了这一回合的技术表现?", + "question_en": "Which of the following most comprehensively evaluates the technical performance of this rally?" + } + }, + { + "video_uid": "video_002025", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合的节奏由bottom完全掌控,其精准分球多次让top被迫穿越得分,top虽在网前衔接快速但落点选择过于保守,体现出攻防转换中的主动性缺失亟待改进。", + "B. 回合中top选手在后场连续使用过顶球压制对手,bottom因主动上网压迫失误导致被动,轮转防守的混乱暴露了双打配合问题,建议加强后场过渡球质量来减少回防压力。", + "C. 回合呈现高强度的网前缠斗与攻防转换,top展现了精准的前场技术但关键得分球心态急躁;bottom通过密集防守争取到反击机会,证明防守端的韧性是破局核心。建议双方在关键分处理上需平衡进攻压迫性与技术稳定性。", + "D. 回合呈现持续多拍的底线对抗,top展现了强势的后场重杀压制但体能在关键分明显下滑;bottom因网前衔接失误过多导致反击机会流失,暴露出攻防转换中的被动局面。建议top减少防守区域的漏洞并优化多拍相持中的步伐控制,而bottom应着重提升网前快速反应能力来打破僵局。" + ], + "options_en": [ + "A. The rhythm of this rally was entirely controlled by the bottom player, whose precise placements forced the top player into repeated cross-court winners. Although the top player showed quick net transitions, their shot selection was overly conservative, revealing a lack of initiative in offensive-defensive transitions that needs urgent improvement.", + "B. During the rally, the top player consistently used overhead clears to pressure the opponent, while the bottom player made errors due to aggressive net-rushing, leading to passive play. Chaotic defensive rotations exposed doubles coordination issues. Improving the quality of rear-court transition shots is recommended to reduce defensive pressure.", + "C. The rally featured high-intensity net exchanges and offensive-defensive transitions. The top player demonstrated precise frontcourt skills but showed impatience in crucial scoring opportunities. The bottom player created counterattacking chances through tight defense, proving defensive resilience as the key to breaking the deadlock. Both sides should balance offensive pressure and technical stability in critical points.", + "D. In the rallies, there is a sustained baseline confrontation with multiple strokes. Top demonstrated a strong backcourt powerful kill to suppress the opponent, but his physical strength declined significantly at the key points. Bottom lost counter - attacking opportunities due to too many net - front connection mistakes, exposing a passive situation in the attack - defense transition. It is recommended that Top reduce the loopholes in the defensive area and optimize the footwork control during the multi - stroke stalemate. And Bottom should focus on improving the quick reaction ability at the net front to break the deadlock." + ], + "answer": "C", + "question": { + "question_zh": "对于接下来这个回合的整体表现,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for the overall performance of the next rally?" + } + }, + { + "video_uid": "video_002026", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合虽然经历18拍多回合较量,但top始终掌握着主动权,其精准的直线进攻屡次突破bottom防线。bottom在关键分过于保守导致失误率上升,尤其是网前小球衔接滞涩,建议bottom加强反手抽挡练习;top需注意底线压迫时的落点精确度。", + "B. 全场围绕网前小球展开鏖战,top凭借细腻的搓推技术掌控节奏,bottom因线路选择单一多次出界。本回合暴露出bottom网前主动性不足,建议bottom加强放网配合平抽训练,而top应减少对假动作的依赖以降低非受迫性失误。", + "C. 本回合呈现一边倒态势,bottom通过连续重杀压制对手后场区,仅用8拍就结束战斗。但bottom在起跳击球时存在明显发力过猛问题,导致动作变形。建议双方加强截击能力,top需特别注意对劈吊球的反应速度与步伐调整。", + "D. 本回合攻防转换激烈,双方通过推挑、抽球和过渡球展开15拍拉锯。bottom凭借关键球的果断进攻和稳定的防守衔接掌控主动,而top在被动防守中的击球质量和节奏控制需要加强。建议top减少高远球可预测性,提升网前压迫性;bottom可进一步强化网前技术和线路变化,巩固优势。" + ], + "options_en": [ + "A. Despite an 18-shot extended rally, Top consistently held the initiative, with precise straight-line attacks repeatedly breaking Bottom's defense. Bottom's overly conservative play at critical points led to increased errors, particularly in sluggish net shot transitions. It is suggested that Bottom strengthen backhand drive-block practice; Top should focus on improving accuracy when applying baseline pressure.", + "B. The entire rally revolved around net skirmishes, with Top dominating rhythm through delicate push-and-lob techniques, while Bottom's repetitive shot selections resulted in multiple out-of-bounds errors. This rally exposed Bottom's lack of net initiative. It is recommended that Bottom practice combining net shots with flat drives, while Top should reduce reliance on deceptive shots to minimize unforced errors.", + "C. The rally was one-sided, with Bottom ending it in just 8 shots through consecutive heavy kills targeting the opponent's rear court. However, Bottom exhibited excessive force during jump shots, causing compromised form. Both players are advised to enhance interception skills, with Top needing special attention to reaction speed and footwork adjustments against drop shots.", + "D. This rally featured intense offensive-defensive transitions, with both sides engaging in a 15-shot stalemate through net lifts, drives, and transitional shots. Bottom seized control with decisive attacks on key shots and stable defensive transitions, while Top needs to improve shot quality and rhythm control during passive defense. It is recommended that Top reduce the predictability of clears and enhance net pressure; Bottom could further refine net play techniques and shot variations to consolidate advantages." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002027", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom展现了强大的网前相持能力和战术执行力,通过连续放网调动和高质量杀球终结回合。top在被动防守时进攻威胁不足,需加强后场被动情况下的过渡球质量,同时应提升对对手网前战术的预判和反击效率。", + "B. top在防守中展现了出色的被动过渡能力,通过高质量的过顶球和快速移动迫使bottom出现多次下网。bottom在关键分未能有效利用网前优势,杀球过顶和假动作的欺骗性不足,需强化对手后场压迫时的分球策略和预判能力。", + "C. bottom虽然尝试通过分球和假动作调动top,但关键分杀球质量不足导致多次出界。top在被动情况下展现了强大的防守反击能力,但关键分上网时预判反应稍慢,需增强边线判断和在高压杀球下的过顶技术。", + "D. top展现了出色的网前防守和战术执行能力,在底线相持中通过精准分球和快速抢网压制bottom。bottom的杀球失误较多,网前假动作被预判,需提升网前衔接速度及反手过渡球稳定性,同时在回放中避免下网和出界。" + ], + "options_en": [ + "A. Bottom demonstrated strong net consistency and tactical execution, ending the rally with consecutive net shots and high-quality kills. Top lacked offensive threat during passive defense, needing to improve the quality of transition shots under backcourt pressure while enhancing anticipation and counter efficiency against net tactics.", + "B. Top exhibited outstanding passive transition skills in defense, forcing bottom into repeated net errors with high clears and rapid movement. Bottom failed to leverage net advantages in critical points, with kills and deceptions lacking effectiveness, requiring refined cross-court strategies and anticipation under backcourt pressure.", + "C. Bottom attempted to manipulate top with cross-courts and deceptions, but inconsistent kill quality led to multiple outs. Top displayed strong defensive counters under pressure, though slightly slow anticipation during critical net approaches, needing sharper sideline judgment and overhead clears against steep kills.", + "D. Top showcased excellent net defense and tactical execution, dominating bottom through precise cross-courts and quick net interceptions during baseline rallies. Bottom committed frequent kill errors, with net deceptions being anticipated, requiring faster net transitions and backhand transition stability, while avoiding net shots and clears going out during exchanges." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002028", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此轮交锋展现了top选手在被动状态时的出色调整能力,面对bottom选手极具侵略性的抢网压迫,其通过连续三次不同旋转的吊球实现线路欺骗,最终以劈对角压线大 Mix 终结得分。而bottom选手在领先时因急于上网封堵忽视了底线防守空档,暴露了攻防转换衔接中的节奏把控问题,建议加强过顶球与平抽挡的防守反击组合练习。", + "B. 这是一次典型的攻防转换回合,top选手凭借精准的搓放网前控制网前区域,随后利用劈杀跳杀强势终结。而bottom选手在被动时缺乏有效的落点控制,关键分处理不够细腻,暴露了在防守反击环节的质量稳定性问题。建议bottom选手加强在被动状态下的过渡球质量和线路变化,而top选手展现出的网前控制与后场进攻相结合的战术值得肯定。", + "C. 整个回合体现了bottom选手出色的假动作欺骗能力,其在网前通过手腕停顿制造出搓与推的视觉差异,随后突然抽击直线分球撕开对手防线。反观top选手在抢网环节的预判明显滞后,未能及时跟上节奏导致被动,最终因回球出界交出得分。建议双方加强过顶高远球配合上网的衔接训练,以提升多拍相持中的战术多样性。", + "D. 此回合暴露出top选手在被动过渡阶段的急躁心态,面对对手连续两拍高质量的劈吊被迫只能采用平高球防守。bottom选手虽然成功掌控网前主动权,但关键分击球时因过于追求下压角度导致下网失误。从战术角度分析,双方都未能有效利用边线分球制造杀板空间,建议加强前场小球配合与后场重杀的衔接流畅度。" + ], + "options_en": [ + "A. This exchange highlighted the top player's exceptional adaptability when passive. Facing the bottom player's aggressive net pressure, they executed three consecutive drops with varying spins to deceive the opponent's positioning, ultimately sealing the point with a sliced cross-court line kill. The bottom player, while leading, neglected baseline defense due to eagerness to block the net, exposing rhythm control issues in offense-defense transitions. It is recommended to strengthen defensive counterattack combinations of overhead clears and flat drives.", + "B. This was a typical offense-defense transition rally. The top player controlled the net area with precise net shots and then finished strongly with jump kills and sliced kills. The bottom player lacked effective placement control when under pressure and showed insufficient finesse in handling crucial points, exposing stability issues in defensive counterattacks. It is recommended that the bottom player improve the quality and variation of transitional shots when passive, while the top player's tactic of combining net control with rear-court attacks deserves recognition.", + "C. The entire rally showcased the bottom player's exceptional deception skills, using wrist pauses at the net to create visual differences between net shots and push shots before suddenly driving straight to break the opponent's defense. In contrast, the top player's anticipation at the net was noticeably delayed, failing to keep up with the pace and ending up passive, ultimately conceding the point due to an out-of-bounds return. Both players are advised to enhance their training in combining overhead clears with net approaches to improve tactical diversity during extended rallies.", + "D. This rally revealed the top player's impatience during passive transitions, resorting to defensive clears when facing two consecutive high-quality sliced drops from the opponent. Although the bottom player successfully dominated the net, they committed a net error on the crucial point due to overly aggressive downward angles. Tactically, neither player effectively utilized sideline placements to create kill opportunities. It is recommended that both improve the fluidity of combining frontcourt net play with rear-court smashes." + ], + "answer": "B", + "question": { + "question_zh": "针对该回合的整体表现,以下哪项评价最符合实际情况?", + "question_en": "Regarding the overall performance of this rally, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_002029", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现明显的单边压制态势,top通过高频抽射压制bottom后场空档,而bottom在被动过渡中多次出现下网失误。建议bottom需强化反手抽球稳定性,并改善底线防守的线路预判能力才能打破僵局。", + "B. 战术执行偏差是本回合核心问题。bottom本可利用分球破解top的杀上网体系,却在最后分球处理时角度偏小导致网前被压制。而top在取得网前优势后未能果断推压,错失扩大比分的良机。", + "C. 这是一个攻防转换激烈的回合。bottom凭借细腻的防守反击和精准跳杀主导了节奏,而top虽尝试杀上网战术但关键分稳定性不足。建议top需加强网前控球压迫性,bottom可优化跳杀后的衔接移动巩固优势。", + "D. 全程以多拍拉吊为主基调,双方均未形成有效压制。top在15拍后突然选择过顶劈杀造成bottom判断失误,但bottom凭借快速抢网化解危机。建议双方应增加中前场控制来提升回合质量。" + ], + "options_en": [ + "A. This rally showed a clear one-sided dominance. Top suppressed bottom's backcourt gaps with high-frequency drives, while bottom made multiple net errors during passive transitions. It is suggested that bottom should improve backhand drive stability and enhance baseline defense anticipation to break the deadlock.", + "B. Tactical execution deviation was the core issue in this rally. Bottom could have used angled shots to dismantle top's kill-and-rush system but mishandled the final shot with a narrow angle, leading to net pressure. Meanwhile, top failed to decisively push for pressure after gaining net advantage, missing the chance to widen the score gap.", + "C. This was a rally with intense offensive-defensive transitions. Bottom dominated the rhythm with delicate defensive counters and precise jump smashes, while top attempted a kill-and-rush tactic but lacked stability in crucial points. It is suggested that top should enhance net control pressure, and bottom could optimize post-jump-smash footwork to consolidate the advantage.", + "D. The rally was primarily characterized by prolonged clears and drops, with neither side establishing effective pressure. Top suddenly opted for an overhead slice smash after 15 shots, causing bottom's misjudgment, but bottom quickly countered with a net rush to resolve the crisis. It is suggested that both players should increase mid-frontcourt control to elevate rally quality." + ], + "answer": "C", + "question": { + "question_zh": "针对本回合竞技表现,以下哪项点评最符合实际情况?", + "question_en": "Which of the following comments best reflects the actual performance in this rally?" + } + }, + { + "video_uid": "video_002030", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合双发陷入拉锯战,top线路选择过于单一,而bottom利用挑高球消耗对手体能后加速反击,但由于场地判断失误导致关键分下网。建议top多变化杀球弧度,bottom则需提升对后场球的判断能力以避免非受迫性失误。", + "B. 本回合展现了高强度攻防对抗,top凭借线路变化和压迫式进攻主导节奏,bottom虽能通过挑高球拖延回合,但关键分主动失误过多。建议bottom提升反手被动球的过渡稳定性,增强连续防守后的反击质量。", + "C. 回合中top多次通过过顶高远球化解被动,展现强大的控网能力,而bottom防守顽强但反击缺乏力度,在关键分过于保守致使落败。建议bottom增强反手过渡后的主动上网意图,提升对网前机会的把握能力。", + "D. 本回合呈现拉锯战特征,bottom凭借精准防守和网前小球控制占据主动,top虽尝试网前扑杀但下压质量不足。建议top提升后场防守的稳健性,同时强化多拍相持中的进攻衔接。" + ], + "options_en": [ + "A. Both players were locked in a protracted rally this round. The top player's shot selections were overly repetitive, while the bottom player used net lifts to exhaust the opponent's stamina before accelerating counterattacks. However, misjudgments in court positioning caused crucial points to end with net errors. It is recommended that the top player vary the trajectory of kill shots, while the bottom player should improve judgment on deep court shots to avoid unforced errors.", + "B. This round showcased high-intensity offensive and defensive exchanges. The top player dominated the rhythm with varied shot placements and aggressive attacks, while the bottom player prolonged the rally with net lifts but committed too many unforced errors on crucial points. It is recommended that the bottom player improve the stability of backhand transition shots under pressure and enhance the quality of counterattacks after consecutive defensive plays.", + "C. Throughout the round, the top player repeatedly used overhead clears to escape defensive situations, demonstrating strong net control. The bottom player displayed resilient defense but lacked power in counterattacks, adopting overly conservative tactics on crucial points and ultimately losing. It is recommended that the bottom player increase proactive net-rushing intent after backhand transitions and improve the ability to capitalize on net opportunities.", + "D. This rally features a seesaw battle. Bottom takes the initiative with precise defense and control of net shots. Although top attempts net kills, the downward pressure is insufficient. It is recommended that top improve the stability of backcourt defense and strengthen the offensive connection during multi-shot rallies." + ], + "answer": "B", + "question": { + "question_zh": "对于此回合的整体表现,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this round?" + } + }, + { + "video_uid": "video_002031", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了攻防转换的激烈博弈,top的多次高质量进攻未能转化为胜果,反因最后一击的冒险选择失误而憾负。bottom则从被动防守中精准把握反击节奏,成功通过网前的压制迫使对手犯错,体现了逆境中的战术执行力。", + "B. 这一回合中,top选手通过精准的分球和多次高质量过顶球压制底线,但最终因网前扑杀失误而失分。bottom因被动防守中频繁出现下网和出界失误导致难以组织有效进攻,未能扭转局势,显示了在高压下的技术稳定性不足。", + "C. 这一回合体现了双方对防守体系的深度布局,top通过持续性落点控制有效压制了bottom的反击空间,利用后场高压配合网前封网形成了全面压制。bottom虽试图通过连续劈对角制造机会,但因线路过于固定被预判破解,最终因主动变线失误让出赛点,反映出在破局策略上的保守与缺乏变化。", + "D. 整个回合中,bottom通过精准的分球和连续后场重杀占据主动,却在关键球犹豫导致过顶球出界,而top则依靠多次上网截击化解危机,最终因bottom的主动失误丢分,显示出心理素质的关键影响" + ], + "options_en": [ + "A. This rally showcased an intense battle of offense-defense transitions. Top's multiple high-quality attacks failed to convert into points, ultimately losing due to a risky final shot choice. Bottom, however, precisely seized counterattack opportunities from passive defense, successfully forcing errors through net pressure, demonstrating tactical execution under adversity.", + "B. In this rally, Top controlled the baseline with precise placement and multiple high clears but lost the point due to a net kill error. Bottom struggled to organize effective attacks with frequent net and out errors during passive defense, failing to turn the tide, revealing insufficient technical stability under pressure.", + "C. This rally reflects the in - depth layout of the defensive systems of both sides. Top effectively suppressed the counter - attack space of Bottom through continuous control of the landing points. By combining high - pressure shots in the backcourt with net - front blocking, Top achieved a comprehensive suppression. Although Bottom tried to create opportunities by continuously playing cross - court chops, due to the overly fixed shot lines, these were predicted and cracked. Eventually, Bottom made an error in actively changing the shot line and conceded the match point, which reflects conservatism and a lack of variation in the strategy to break the deadlock.", + "D. Throughout the rally, Bottom took initiative with precise placement and consecutive rear-court kills but hesitated on a crucial point, resulting in a clear out. Top relied on multiple net interceptions to survive, eventually winning due to Bottom's unforced error, underscoring the critical impact of mental toughness." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最贴切体现了双方的战术表现?", + "question_en": "Which evaluation best reflects the tactical performance of both sides in this rally?" + } + }, + { + "video_uid": "video_002032", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在网前多次展开细腻的搓压对抗,bottom凭借假动作骗过对手完成关键得分,但整体战术执行缺乏连贯性。建议提升得分后衔接相持的能力和防守反击的果断性。", + "B. bottom展现了极高的防守韧性,多次化解top的高压进攻,其防守中的步伐移动和预判能力堪称本回合最大亮点;而top在主动进攻时虽然网前控制力突出,但线路选择过于单一且缺乏节奏变化,未能有效压制对手防线,暴露出在关键分上战术执行力不足。建议在后续比赛中加强落点精准度并增加网前小球的运用频率,同时需提升在相持阶段的耐心和多拍对抗能力。", + "C. 这是一次教科书式的攻防转换,top的专注度和反击效率值得称道,而bottom在拉开战术后缺乏足够的防守预案,暴露出相持阶段的稳定性问题。建议在战术执行中增加线路变化的随机性。", + "D. Top在接发球阶段连续三次成功抢网打乱对手节奏,但底线回合中因移动迟缓被bottom持续压制。暴露出双打配合中的轮转漏洞,需加强场区覆盖能力训练。" + ], + "options_en": [ + "A. Both sides engaged in delicate net shot exchanges multiple times, with Bottom scoring crucial points by deceiving opponents with feints. However, the overall tactical execution lacked consistency. It is recommended to improve transitional play after scoring and decisiveness in defensive counterattacks.", + "B. Bottom demonstrated extremely high defensive tenacity, defusing Top's high - pressure attacks several times. The footwork movement and anticipation ability in his defense can be regarded as the biggest highlight of this rally. While Top has outstanding control at the net during active attacks, the choice of shot lines is too single and lacks rhythm changes. As a result, he fails to effectively suppress the opponent's defense line, exposing insufficient tactical execution in crucial points. It is recommended to improve the precision of shot placement and increase the frequency of using net shots in subsequent matches. At the same time, patience and the ability to withstand multi - shot confrontations in the stalemate phase need to be enhanced.", + "C. This was a textbook example of offense-defense transition. Top's focus and counterattack efficiency were commendable, while Bottom lacked sufficient defensive plans after deploying the rally tactic, exposing stability issues during prolonged exchanges. It is recommended to increase the randomness of shot placement in tactical execution.", + "D. Top disrupted the opponent's rhythm by successfully intercepting three consecutive serves at the net, but was consistently pressured by Bottom during baseline rallies due to sluggish movement. This exposed rotation gaps in doubles coordination, requiring enhanced court coverage training." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一项最能全面评价本回合的技术表现和战术执行?", + "question_en": "Which of the following best comprehensively evaluates the technical performance and tactical execution in this round?" + } + }, + { + "video_uid": "video_002033", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个充满变数的回合,bottom的软吊虽然初期奏效,但top凭借出色的预判完成高质量反抽,反而将bottom压制至底线区域。此后bottom试图通过劈杀过顶夺回主动权,却因击球力量控制失误造成出界,充分展现了攻防转换中的双边战术博弈。", + "B. 这是一回合典型的攻防转换教学。bottom展现了强大的战术执行能力,通过精准的劈杀制造压力,再以突然的软吊完成致命一击,节奏掌控堪称完美。而top在防守端被动反应较多,未能抓住对手回球线路的规律进行反制,暴露出在高压局面下的应变不足。建议防守方在面对强势进攻时需更注重回球质量与线路变化。", + "C. 这是一回合出色的防守反击经典案例。top展现了卓越的战术意识,在防守阶段快速判断对手意图,通过精准的预判和灵活的步伐化解了bottom连续劈杀的攻势,并抓住bottom节奏单一的弱点,以突然的网前劈吊和精准的杀上网打破僵局,展现出极强的防守转攻能力。而bottom在进攻过程中显得决策保守,过度依赖单一的劈杀线路未能制造足够压力,尤其是关键分上缺乏变化,导致多次被top反击得分,暴露了其应变能力的不足。建议进攻方在高压情况下需增强线路和手法变化,通过变速击球和落点控制提升进攻威胁性,以克服对手的顽强防守。", + "D. 这回合的核心在于top的压制性策略,其频繁使用过顶劈杀与分球组合打乱bottom节奏,迫使bottom在被动情况下的高远球出现下网失误。bottom后程虽试图通过网前小球扭转局势,但top凭借精准的抢网和预判成功化解危机,凸显了防守反击中的控网能力。" + ], + "options_en": [ + "A. This was a rally full of twists. Bottom's soft drop initially worked, but Top countered with a high-quality drive thanks to excellent anticipation, pushing Bottom to the baseline. Later, Bottom attempted to regain initiative with an overhead smash but misjudged the power, resulting in an outbound shot. This fully illustrated the bilateral tactical interplay during offensive-defensive transitions.", + "B. This is a classic demonstration of offensive-defensive transition in a rally. Bottom showcased strong tactical execution, creating pressure with precise smashes and delivering a fatal blow with a sudden soft drop shot, exhibiting perfect rhythm control. Top, however, reacted passively in defense, failing to capitalize on the opponent's return patterns and revealing a lack of adaptability under high pressure. It is advised that the defending side focus more on return quality and shot variation when facing aggressive attacks.", + "C. This is an outstanding example of defensive counterattack in a rally. Top demonstrated exceptional tactical awareness, quickly discerning the opponent's intent during the defensive phase and neutralizing Bottom's continuous smashes with precise anticipation and agile footwork. Seizing Bottom's monotonous rhythm, Top broke the deadlock with sudden net drops and sharp kill-and-rush tactics, showcasing remarkable transition from defense to offense. Bottom, however, appeared conservative in decision-making, overly reliant on a single smash line and failing to create sufficient pressure, especially during critical points where lack of variation led to repeated counterattack scores by Top, exposing their adaptability shortcomings. It is recommended that the attacking side enhance shot and placement variations under pressure, using tempo changes and control to overcome resilient defense.", + "D. The core of this rally lies in Top's oppressive strategy, frequently using overhead smashes and cross-court shots to disrupt Bottom's rhythm, forcing Bottom into a passive position where a clear resulted in a net error. Although Bottom attempted to turn the tide with net shots later, Top successfully neutralized the threat with precise net interceptions and anticipation, highlighting their net control ability in counterattacks." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002034", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合焦点集中在底线分球争夺,BOTTOM通过积极上网截杀和快速变线不断创造得分机会,反观TOP在被动中防守脱节严重,多次因过渡球下网丧失主动权。双方攻防转换速度成为胜负关键环节,但BOTTOM未能把握住2次网前得分良机。", + "B. 本回合呈现典型的拉吊突击战术博弈,TOP在相持阶段利用变速劈杀持续施压,而BOTTOM通过稳定的被动过渡等待机会。转折点出现在TOP一次破坏性杀上网失误,导致节奏被打乱,最终因主动进攻成功率不足输掉关键分。", + "C. 整回合双方攻防转换呈现胶着态势,BOTTOM凭借精准的网前假动作和过顶高球多次化解危机,而TOP的进攻虽然积极但连续出现回球出界失误。最终缺口在于TOP在关键分上的抢网判断失误,暴露出对前场压迫能力的不足。", + "D. 整回合TOP展现了极强的进攻意识和线路控制能力,连续压制对手后场的同时保持节奏变化。BOTTOM虽通过频繁过渡球尝试周旋,但关键分技术执行稳定性不足,未能在被动中创造反击机会,暴露了防守转换环节的短板。" + ], + "options_en": [ + "A. This round focused on baseline rallies. BOTTOM actively created scoring opportunities through net interceptions and rapid line changes, whereas TOP suffered severe defensive disconnections when passive, frequently losing initiative due to netted transition shots. The speed of offensive-defensive transitions became the key to victory, but BOTTOM failed to capitalize on two net-point opportunities.", + "B. The round showcased a classic tactical duel of lob-and-smash. TOP maintained pressure with varied-speed sliced kills during rallies, while BOTTOM relied on stable passive transitions to await opportunities. The turning point was TOP's disruptive smash-and-net error, disrupting their rhythm and ultimately losing the critical point due to insufficient offensive success rate.", + "C. The round featured a stalemate in offensive-defensive transitions. BOTTOM repeatedly defused crises with precise net fake shots and overhead clears, while TOP's aggressive attacks were marred by consecutive out-of-bounds errors. The decisive gap lay in TOP's misjudgment in net interceptions during critical points, revealing insufficient frontcourt pressure capability.", + "D. Throughout the round, TOP demonstrated strong offensive awareness and line control, continuously pressuring the opponent's backcourt while maintaining rhythm variations. BOTTOM attempted to maneuver with frequent transition shots but lacked stability in executing key-point techniques, failing to create counterattack opportunities when passive and exposing weaknesses in defensive transitions." + ], + "answer": "D", + "question": { + "question_zh": "以下哪项最能全面评价本回合的技战术表现?", + "question_en": "Which of the following best comprehensively evaluates the technical and tactical performance of this round?" + } + }, + { + "video_uid": "video_002035", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom本回合通过高频假动作骗开top防守重心,多次采用过顶高球和分球战术突破压制。top虽在网前抢网成功但回球线路单一,最终因底线判断失误导致出界失分。建议主动方需加强落点变化与节奏控制", + "B. bottom利用快速上网压迫战术限制了top的后场空间,top虽通过反手挑后场球试图破局但角度不足。决胜分中bottom因击球时手部停顿产生预判破绽,导致top精准拦截得分建议注重击球隐蔽性", + "C. bottom展现了教科书式的压制打法,通过精准的中场控制和连续杀球完全封锁top的进攻路线。top虽然尝试用网前小球和反手突击寻找突破点,但主动进攻质量偏低且失误率较高,导致关键分把握不足。建议进攻球员需强化后场重杀威胁性并减少过度依赖网前的保守战术以提升得分效率。", + "D. top展现了教科书式的压制打法,利用正反手技术全面性持续封锁bottom的进攻空间。bottom虽然通过中前场推挑试图变节奏,但主动进攻次数偏少,被动时过多依赖后场回球导致连续丢分。建议防守球员需在被动情况下增加劈吊变化以缓解压力。" + ], + "options_en": [ + "A. Bottom employed high-frequency deceptive moves to mislead Top's defensive positioning, frequently using overhead clears and placement tactics to break through the suppression. Although Top succeeded in net interceptions, the return trajectories were predictable, ultimately resulting in a baseline misjudgment that caused an out-of-bounds error. It is advised for the aggressive player to enhance placement variety and rhythm control.", + "B. Bottom utilized a rapid net-rushing tactic to restrict Top's backcourt space. Although Top attempted to counter with backhand net lifts, the angles were insufficient. In the decisive point, Bottom's hand hesitation during the shot created a prediction gap, allowing Top to intercept precisely for the winning point. It is advised to focus on shot concealment.", + "C. Bottom demonstrated a textbook dominant playing style. Through precise mid-court control and continuous kills, they completely blocked Top's offensive routes. Although Top tried to find breakthrough points with net shots and backhand assaults, the quality of their active attacks was low and the error rate was high, resulting in insufficient grasp of key points. It is recommended that offensive players strengthen the threat of heavy kills in the backcourt and reduce over-reliance on the conservative tactics of net shots to improve scoring efficiency.", + "D. Top demonstrated a textbook suppression strategy, utilizing comprehensive forehand and backhand techniques to continuously block Bottom's offensive space. Although Bottom attempted to vary the pace with mid-court pushes and lifts, the frequency of active attacks was low, and excessive reliance on backcourt returns during passive play led to consecutive lost points. It is recommended that the defensive player incorporate more drop shot variations under pressure to alleviate the situation." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合的羽毛球对抗,以下哪个评价最贴切?", + "question_en": "Which of the following evaluations best describes this round of badminton match?" + } + }, + { + "video_uid": "video_002036", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合焦点集中在bottom抢网过顶的战术选择失误上:强行将球击向top空档时因落点偏出边界直接失分。top虽通过网前压迫制造机会,但仍需提升对中场区域的控制力以巩固优势。", + "B. 这是一个因关键失误终结的简短回合。top的主动失误暴露了防守过渡时稳定性不足的问题,建议加强被动击球时的精准度训练;而bottom则凭借对手失误直接得分,反映出发球直接引发进攻机会的重要性。", + "C. 此回合核心问题在于top未能有效执行分球战术,其假动作配合分球的意图被bottom识破后陷入被动。bottom通过精准预判化解危机并反制,建议双发强化战术执行的隐蔽性与连贯性。", + "D. 本回合体现了进攻节奏的失衡,当top通过高质量的过顶球压制底线后,bottom未能及时通过杀上网形成衔接,反而因防守反击机会的错失导致失分,建议强化双打配合的进攻延续性。" + ], + "options_en": [ + "A. The rally's focus was on the bottom player's tactical error in rushing the net for an overhead shot: forcing the ball toward the top player's open space resulted in an out-of-bounds miss. Although the top player created opportunities through net pressure, they still need to improve control over the midcourt area to consolidate advantages.", + "B. This was a short rally ended by a critical mistake. The unforced errors from the top player exposed the lack of stability during defensive transitions, suggesting a need to improve accuracy in passive shots. The bottom player scored directly from the opponent's errors, highlighting the importance of serves that create immediate attacking opportunities.", + "C. The core issue in this rally was the top player's failure to effectively execute a split-shot tactic. The intention behind the feint and split-shot combination was read by the bottom player, leading to a passive position. The bottom player countered by accurately anticipating and neutralizing the threat, suggesting both players should enhance the concealment and coherence of tactical execution.", + "D. This rally demonstrated an imbalance in offensive rhythm. After the top player suppressed the baseline with high-quality clears, the bottom player failed to promptly follow up with a kill-and-rush tactic, missing defensive counterattack opportunities and conceding the point. Both players should strengthen the continuity of offensive coordination in doubles." + ], + "answer": "B", + "question": { + "question_zh": "请选出最符合本回合整体表现的评价。", + "question_en": "Please select the evaluation that best matches the overall performance of this rally." + } + }, + { + "video_uid": "video_002037", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了top出色的技战术执行力,通过多样化的击球方式(推、抽、放网)持续施压,尤其在网前控制上压制了对手节奏。bottom虽尝试通过过顶斜线球调整站位,但被动防守时的过渡质量不足,未能有效限制对手主动权。top的耐心布局和关键时刻的果断决策体现了其竞技智慧,后期的放网得分堪称回合焦点。", + "B. top在开局主动上网抢攻占据主动,但过度使用抽对角导致后场空档被bottom抓住,后者凭借高质量的过顶劈吊实现反超。当top试图以放网压制时,bottom突然变直线抽射直接得分,说明本回合战略重心应更多放在中后场的攻防转换上。", + "C. bottom展现了顶级的技战术执行力,通过多变的过顶斜线球和快速拦截持续向top施压,尤其是网前精准的扑杀完全打乱了对手节奏。top虽然尝试抽杀和放网尝试调整站位,但关键球的处理过于激进,频繁出现出界失误。bottom的防守反击策略和耐心周旋展现出高超的比赛阅读能力,尤其在13-15拍的多回合中通过精准的落点控制逐步蚕食对手防线,最终以反手抽球直接得分锁定胜局,而top在被动时的过度发力导致多个机会球未能把握。", + "D. 本回合bottom展现了极强的防守反击能力,在top多次压迫性扣杀下仍能通过精准的假动作分球化解危机。当top试图抢网时,bottom突然抽对角迫使对手被动救球,最终通过挑后场高远球迫使top回球下网完成逆转,突出防守端的细腻计算。" + ], + "options_en": [ + "A. This rally showcased top's outstanding execution of skills and tactics, applying continuous pressure through varied shots (push, drive, net shot), particularly dominating the net play to control the opponent's rhythm. Although bottom attempted to adjust positioning with overhead cross-court shots, the transitional quality during passive defense was insufficient, failing to effectively limit top's initiative. Top's patient setup and decisive actions at critical moments demonstrated competitive intelligence, with the net shot score later becoming the highlight of the rally.", + "B. Top initially took the initiative by aggressively rushing the net but overused cross-court drives, leaving the rear court vulnerable for bottom to exploit with a high-quality overhead slice drop. When top tried to suppress with net shots, bottom abruptly switched to a straight drive for a direct score, indicating this rally's strategic focus should have been more on mid-to-rear court offense-defense transitions.", + "C. Bottom demonstrated top - notch tactical and technical execution. By using variable over - head cross - court shots and rapid interceptions, they continuously put pressure on top. In particular, the precise net kills at the net completely disrupted the opponent's rhythm. Although top tried drives and net shots to adjust their position, the handling of key balls was too aggressive, frequently resulting in out - of - bounds errors. Bottom's counter - attacking defensive strategy and patient maneuvering showed excellent match - reading ability. Especially in the multi - round rallies of 13 - 15 strokes, they gradually eroded the opponent's defense through precise shot placement control, and finally scored a direct point with a backhand drive to seal the victory. While top, due to excessive force when in a passive position, failed to seize several opportunity balls.", + "D. This rally highlighted bottom's exceptional defensive counterattacking ability, skillfully resolving crises with precise deceptive shots under top's repeated aggressive smashes. When top attempted to rush the net, bottom suddenly drove cross-court, forcing a passive return, and ultimately secured a reversal with a deep clear that caused top to hit the net, emphasizing meticulous defensive calculations." + ], + "answer": "A", + "question": { + "question_zh": "在这一回合中,以下哪个评价最能准确反映整体表现?", + "question_en": "In this rally, which of the following evaluations most accurately reflects the overall performance?" + } + }, + { + "video_uid": "video_002038", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场体现网前细腻处理能力的攻防战。bottom在抢网时通过突然减速与假动作骗过对手,却因击球点过早导致出界,而top在反手过渡过程中未能抓住反击机会,双方攻防转换节奏把握存疑。", + "B. 这一回合展现了底线多拍周旋的技术细节。top通过连续后场扣杀制造得分机会,而bottom在防守时因步法补位不及时导致下网失误,暴露了关键分应对高远球时的移动短板。", + "C. 这回合的胜负关键在于战术执行力。尽管top成功运用分球拉开对手站位,但bottom凭借快速上网封堵制造空档,最终通过高质量挑后场得分,体现出相持阶段主动变线的能力", + "D. 这是一回合因关键分失误定胜负的典型较量。bottom凭借精准的网前压制有效干扰了top的节奏,而top在前场主动变线的策略存在风险收益失衡问题,需要提升高压情况下的击球稳定性。" + ], + "options_en": [ + "A. This was a net-play battle highlighting delicate handling skills. Bottom deceived opponents with sudden deceleration and feints during net rushes but hit too early for an out, while top failed to capitalize on counterattacks during backhand transitions, raising questions about both sides' pace control in offense-defense switches.", + "B. This rally showcased technical details of baseline exchanges. Top created scoring opportunities through consecutive backcourt kills, while bottom's defensive footwork was slow to recover, leading to a net error that exposed movement weaknesses when handling clears at crucial points.", + "C. The rally's outcome hinged on tactical execution. Though top successfully split shots to widen opponent positioning, bottom countered with quick net intercepts to create openings, ultimately scoring with a high-quality net lift, demonstrating proactive cross-court variations during extended rallies.", + "D. This was a typical rally decided by crucial point errors. Bottom effectively disrupted top's rhythm with precise net pressure, while top's strategy of active cross-court variations at the frontcourt showed a risk-reward imbalance, requiring improvement in shot stability under high-pressure situations." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,以下哪一项评价最能概括整体情况?", + "question_en": "Which of the following evaluations best summarizes the overall situation of this rally?" + } + }, + { + "video_uid": "video_002039", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的控网战术主导的回合。top通过连续搓放小球和过顶球控制场区,成功将bottom压制在前场区域,最终凭借击球10的果断扑杀终结。bottom的假动作尝试虽具创意但缺乏质量,且在关键分上主动失误较多。建议bottom在比分胶着时需保持击球稳定性,减少非压迫式冒险进攻。", + "B. 此回合凸显了分球策略的重要性,bottom利用频繁的边线分球和劈杀调动top前后场,但因击球8的假动作后真实抽球出界葬送优势。top则依靠稳定的过渡和判断,最终在击球9的网前推中路得分。bottom应加强在分球后的衔接质量,避免因非压迫场景下的主动失误影响节奏。", + "C. 这场回合以防守反击为核心,bottom通过精准的分球和快速抢网占据主动,多次将top压至后场被动过渡。尽管top在击球7尝试过顶球,但因线路偏出底线错失良机,最终bottom凭借关键分的高压扣杀得分。建议top需提升后场突击能力和精准度,同时注意控制冒险性强攻频率。", + "D. 此回合展现了攻防转换的激烈博弈,top全场以强力过顶平抽主导,但关键分击球10的过顶球下网导致失分。bottom通过突然假动作和网前小球制造机会,虽在击球5的过渡中出现瑕疵,但凭借耐心周旋占据上风。建议top需在高压阶段提升线路控制,bottom则应强化关键分终结能力。" + ], + "options_en": [ + "A. This was a typical rally dominated by net control tactics. Top controlled the court with consecutive net shots and clears, successfully pinning Bottom in the forecourt area, and ultimately sealed the point with a decisive net kill on shot 10. Bottom's deceptive attempts showed creativity but lacked quality, and they made too many unforced errors on crucial points. It is recommended that Bottom maintain shot stability during tight scores and reduce risky attacks under non-pressure situations.", + "B. This round highlighted the importance of cross-court strategies. Bottom frequently used sideline shots and drop shots to move Top between the forecourt and rear court but squandered their advantage when the deceptive drive on shot 8 landed out. Top relied on steady transitions and sharp judgment, eventually scoring with a mid-court push shot on shot 9. Bottom should enhance shot consistency after cross-court plays to avoid unforced errors disrupting their rhythm in non-pressure scenarios.", + "C. This rally centered on defensive counterattacks, with Bottom taking the initiative through precise cross-court shots and quick net interceptions, repeatedly forcing Top into passive transitions at the rear court. Although Top attempted a clear on shot 7, the line went wide, missing a key opportunity. Bottom ultimately scored with a powerful smash on the decisive point. It is advised that Top improve rear-court attacking capability and accuracy while controlling the frequency of high-risk aggressive plays.", + "D. This rally showcased intense back-and-forth between offense and defense. Top dominated with powerful flat drives, but a netted clear on shot 10 at a critical moment cost them the point. Bottom created opportunities with sudden deceptive moves and net shots, and despite a flawed transition on shot 5, they gained the upper hand through patient rallies. It is recommended that Top improve line control under pressure, while Bottom should strengthen their ability to finish crucial points." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002040", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中bottom通过防守反击战术扭转局势,top因主动进攻失误频繁而失去优势,建议加强击球精准度与网前小球质量控制。", + "B. 回合呈现典型的接发压制战术成功案例,top通过线路变化持续施压,而bottom在被动过渡阶段失误较多,建议加强后场防守预判及被动球的控网能力。", + "C. 此回合显示top在被动阶段表现优异,连续三次过渡球均精准压制底线,而bottom抢网失误频出且未能执行分球战术,建议bottom强化网前压迫和多拍相持中的线路变化能力。", + "D. 该回合核心是bottom假动作欺骗战术的失败,top虽在中场出现短暂停顿却及时通过快速上网化解危机,最终bottom因急于进攻导致关键分下网,应加强控球稳定性和临场应变。" + ], + "options_en": [ + "A. During the rally, bottom reversed the situation through the defensive counterattack tactic. top lost the advantage due to frequent mistakes in active attacks. It is recommended to improve the accuracy of shots and the quality control of net shots.", + "B. The rally presented a classic example of successful serve-receive suppression tactics. The top player maintained pressure through varied shot placements, while the bottom player made frequent errors during passive transitions. It is recommended to enhance backcourt defensive anticipation and the ability to control the net with passive shots.", + "C. This rally highlighted the top player's excellent performance during passive phases, with three consecutive transition shots precisely pressuring the baseline. Meanwhile, the bottom player frequently made net-rush errors and failed to execute split-shot tactics. It is suggested that the bottom player strengthen net pressure and the ability to vary shot placements during extended rallies.", + "D. The core of this rally was the failure of the bottom player's deceptive tactics. Although the top player briefly paused at midcourt, they quickly resolved the crisis with a rapid net approach. Ultimately, the bottom player lost the crucial point due to rushing the attack, resulting in a net shot. It is recommended to enhance shot stability and on-court adaptability." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002041", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom因急于抢攻在第三拍出现下网失误,但随后通过被动过渡球吸引top超前防守出现空档。top则利用节奏变化频繁打出高质量过顶球,尤其在第五拍的连续平抽挡中展现压迫性,遗憾因bottom最后时刻的幸运擦网球未能兑现得分机会。", + "B. top通过连续三拍的后场扣杀与网前扑击主动接管比赛,展现出了强大的进攻压制能力,成功压制bottom的防守空间。bottom在第三拍尝试滑吊制造节奏变化时出现失误,随后过度依赖被动防守过渡球,未能有效利用网前小球技术迫近比分。关键分处理上,bottom的劈吊线路选择过于单一且击球质量不足,导致多次被top直接反击得分,需提升主动进攻侵略性与落点控制精度。", + "C. bottom通过第五拍抢网到第七拍滑吊的节奏三连击展现了战术智慧,成功破解top此前的高速压制战术。top虽然在第二拍展现过顶挑球的网前欺骗性,但后续防守过渡偏保守,缺乏对底线球的压迫质量,关键分处理时的线路选择和移动速率亟需改善。", + "D. 双方在前四拍陷入多拍拉锯,但top在关键分上通过连续两拍高质量底线抽球压制底角,bottom被迫被动退场导致第七拍防守出界。bottom的网前假动作未能奏效且移动速率慢于top,而后者借着节奏变化掌控了全场的攻防主动性。" + ], + "options_en": [ + "A. Bottom rushed an attack in the third shot, resulting in a net error, but later lured Top into overcommitting on defense with passive transition shots, creating openings. Top, however, frequently delivered high-quality overhead shots with varied tempo, showcasing dominance especially in the fifth-shot flat drive exchanges, though they missed the scoring chance due to Bottom's lucky net cord at the last moment.", + "B. Top took the initiative to take over the game through three consecutive backcourt kills and net kills, demonstrating strong offensive suppression ability and successfully suppressing bottom's defensive space. Bottom made a mistake when trying to play a drop shot to create a rhythm change on the third shot. Subsequently, bottom overly relied on passive defensive transition shots and failed to effectively use the net shot technique to close the score gap. In handling key points, bottom's choice of drop shot lines was too single and the quality of the shots was insufficient, resulting in being directly counterattacked and scored by Top several times. Bottom needs to improve the aggressiveness of active offense and the accuracy of shot placement control.", + "C. Bottom demonstrated tactical intelligence with a three-strike combo from the fifth-shot net interception to the seventh-shot slice drop, successfully countering Top's previous high-speed pressure tactics. Although Top showed deceptive net play with an overhead lift in the second shot, their subsequent defensive transitions were overly conservative, lacking quality in pressuring deep shots. Their shot selection and movement speed during crucial points need improvement.", + "D. Both sides engaged in a prolonged exchange in the first four shots, but Top seized the crucial points with two consecutive high-quality baseline drives to the corners, forcing Bottom into a defensive retreat that led to a seventh-shot out-of-bounds error. Bottom's net deception failed, and their movement speed lagged behind Top's, who controlled the rally's offensive-defensive flow with tempo variations." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最能准确概括整体表现?", + "question_en": "For this rally, which evaluation best summarizes the overall performance?" + } + }, + { + "video_uid": "video_002042", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现典型的攻防转换过程,bottom凭借耐心的多拍相持和强力杀球逐步积累优势,top虽尝试调整节奏但主动失误和被动防守偏多。建议top在陷入被动时加强控网和直线进攻的威胁性,减少过渡球的防守属性。", + "B. 本回合展现了激烈的攻防对抗,top通过精准的控网和直线劈吊持续压制bottom,而bottom因过多的主动失误和被动平抽挡处于下风。bottom在防守时应尝试加强杀上网组合与斜线突击的威胁性,同时减少保守性过渡球的使用,提升网前主动抢网和反手位反击质量。建议双方在相持阶段增强落点变化并控制击球节奏", + "C. 此回合展示了激烈的攻防对抗,top通过精准的分球和假动作连续压制bottom的防线,但因强行杀球导致出界失误较多。bottom虽积极抢网但过渡球质量不足,建议top应减少强攻,加强网前压制和斜线控制,避免主动失误影响节奏。", + "D. 本回合双方攻防转换迅速,bottom出现多次杀球出界和扑网失误,导致主动权被top掌控。top通过稳定分球调动bottom后场盲区,建议bottom应改善网前假动作的隐蔽性,减少回球的可预判性以提高控网效率。" + ], + "options_en": [ + "A. This rally presented a typical offense-defense transition. Bottom gradually built an advantage through patient multi-shot rallies and powerful kills, while Top attempted to adjust the rhythm but had too many unforced errors and passive defenses. It is recommended that Top strengthen the threat of net control and straight-line attacks when trapped in a passive position, reducing the defensive nature of transition shots.", + "B. This rally demonstrated intense offensive and defensive confrontations. Top continuously pressured Bottom through precise net control and straight-line smash drops, while Bottom was at a disadvantage due to excessive unforced errors and passive flat drives and blocks. When defending, Bottom should try to enhance the threat of the combination of kill and net approach as well as diagonal sudden attacks, and at the same time, reduce the use of conservative transitional shots, and improve the quality of proactive net grabs at the net and counterattacks on the backhand side. It is recommended that both sides increase the variation of landing points and control the hitting rhythm during the stalemate phase.", + "C. This rally showcased intense offense-defense exchanges. Top continuously pressured Bottom's defense with precise placements and deceptive moves but committed many out-of-bounds errors due to forced kills. Bottom actively rushed the net but lacked quality in transition shots. It is advised that Top reduce aggressive attacks, enhance net pressure and cross-court control, and avoid unforced errors disrupting the rhythm.", + "D. This rally featured rapid offense-defense transitions. Bottom made multiple kill errors (out-of-bounds) and net-kill mistakes, allowing Top to seize the initiative. Top steadily placed shots to exploit Bottom's backcourt blind spots. It is suggested that Bottom improve the concealment of net deceptions and reduce shot predictability to enhance net control efficiency." + ], + "answer": "A", + "question": { + "question_zh": "对这一回合的整体表现进行最恰当的评价?", + "question_en": "What is the most appropriate evaluation of the overall performance in this rally?" + } + }, + { + "video_uid": "video_002043", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合呈现明显的反攻反击博弈特征,bottom频繁运用手腕停顿制造击球假象干扰top预判,top则在被动局面下通过连续挑后场将比分拖入多拍拉锯。但bottom在领先时因过度追求网前小球出现多次出界,暴露了关键分执行不够果断的核心问题。", + "B. 回合中bottom通过积极防守掌控节奏,多次化解top的重杀,关键分主动进攻得分。top虽然防守顽强但进攻威胁不足,未能有效压制对手反攻,需提升进攻侵略性减少失误。", + "C. 回合展现了顶级攻防质量,top通过防守反击压制对手节奏,关键时刻重杀得分技战术执行完美。bottom虽展现进攻威胁但防守细节处理不足,尤其在被动局面下需提升击球威胁性,避免给对手直接进攻机会。", + "D. bottom凭借精准的分球和过顶技术牢牢掌控节奏,多次通过假动作骗开top的防守空间。top虽然在追球过程中展现充沛体能,但关键杀球连续出现下网失误,需加强上网时的击球稳定性与线路选择精准度,尤其要注意高压局面上的战术预判。" + ], + "options_en": [ + "A. The rally featured distinct counterattack dynamics. Bottom frequently employed wrist pauses to create deceptive shots and disrupt Top's anticipation, while Top relied on consecutive deep lifts to prolong rallies in passive situations. However, Bottom's overemphasis on net drops while leading resulted in multiple out-of-bounds errors, exposing a lack of decisiveness in executing critical points.", + "B. During the rally, bottom controlled the rhythm through active defense, defused top's powerful kills several times, and scored points by taking the initiative to attack at key points. Although top's defense was tenacious, their offensive threat was insufficient, and they failed to effectively suppress the opponent's counterattack. Top needs to increase their offensive aggression and reduce mistakes.", + "C. The rally showcased top-tier offensive and defensive quality. Top controlled the pace through counterattacks and executed perfect tactics with decisive kills at critical moments. Bottom demonstrated offensive threats but lacked defensive details, especially in passive situations where shot aggression needed improvement to avoid giving direct attacking opportunities to the opponent.", + "D. Bottom firmly controlled the rhythm with precise placements and overhead techniques, repeatedly using feints to open up Top's defensive space. Although Top displayed strong physical stamina during retrievals, consecutive net errors on crucial kills revealed the need to enhance shot stability and placement accuracy during net approaches, particularly in high-pressure tactical anticipation." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最能全面反映该回合的技术表现?", + "question_en": "Which of the following best comprehensively reflects the technical performance of this rally?" + } + }, + { + "video_uid": "video_002044", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合top选手通过连续高质量的网前压迫和快速分球占据主导权,bottom因频繁出现回球出界而陷入被动,但因bottom在关键分上失误过多导致失分。建议双方需加强多拍相持中对落点的控制,尤其是bottom应提升反手位防守质量与战术适应性。", + "B. 本回合以底线平抽快挡为主导,双方在高压对抗中均出现较多过渡球,bottom因主动发力过顶劈杀失误导致节奏被打乱,而top则通过稳定的过渡和精准的假动作牵制对手得分。建议bottom减少强行进攻的比重,优先保证相持稳定性。", + "C. 本回合呈现典型的攻防拉锯战,bottom凭借多拍中的耐心战术和关键分的主动变化占据优势,而top的防守虽尽力维持但缺乏有效反击手段。建议top在被动时增强网前控制和进攻衔接速度,减少过渡球的主动失误。", + "D. 本回合展现了鲜明的网前博弈特征,top选手利用多变的假动作骗开对手后强势下压得分,bottom虽试图加快上网速度但因预判失误造成多次回球下网。建议bottom需重点加强网前小球技术和对对手假动作的阅读能力以改善防守策略。" + ], + "options_en": [ + "A. In this rally, the top player dominated through continuous high-quality net pressure and rapid cross-court placements, forcing the bottom player into a passive position due to frequent out-of-bounds returns. However, the bottom player lost points primarily due to excessive errors at critical moments. Both players should improve their control over shot placements during extended rallies, with the bottom player particularly needing to enhance backhand defense quality and tactical adaptability.", + "B. This rally was dominated by flat drives and quick blocks at the baseline, with both sides committing numerous transitional shots under high-pressure exchanges. The bottom player's rhythm was disrupted by over-ambitious overhead kill attempts, while the top player scored through stable transitions and precise deceptive plays. It is advised that the bottom player reduce forced attacks and prioritize rally consistency.", + "C. This rally showcased a typical attack-defense tug-of-war. The bottom player gained an advantage through patient tactics in multi-shot exchanges and proactive variations at critical points, while the top player's defense, though tenacious, lacked effective counterattacks. It is recommended that the top player enhance net control and offensive transition speed when under pressure, reducing unforced errors in transitional shots.", + "D. This rally highlighted distinct net play dynamics. The top player scored by using varied deceptive moves to create openings for powerful smashes, while the bottom player, despite attempting faster net approaches, suffered multiple net errors due to misjudgment. The bottom player should focus on improving net shot techniques and reading opponents' deceptive moves to refine defensive strategies." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪一项评价最为准确?", + "question_en": "Which of the following evaluations most accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002045", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 整个回合呈现平抽快挡技术主导的特点,TOP在多板数对抗中展现卓越步伐,但抢网时搓小球失误致bottom反攻。bottom则通过连续平抽失误暴露体能问题,建议注重高压情况下衔接技术稳定性。", + "B. 该回合主要由BOTTOM的网前封堵主导,通过多次扑杀压迫TOP底线,却在连续得分后出现回球下网失误。TOP则利用后场过顶劈杀创造机会,建议双方加强相持中平高球质量避免非受迫性失误。", + "C. 本回合TOP球员通过连续挑后场压迫取得主动,但关键球压线失误导致bottom抓反击得分。bottom全程被动防守却利用后场抽对角打出亮点,建议双方强化反手区衔接速度以减少失误链。", + "D. 这一回合展现了高强度多拍拉锯战,bottom的防守反击战术执行稳健,尤其在被动时通过过渡球调整节奏。top虽尝试切吊、高远等变化试图主导进攻,但关键分网前失误暴露技术短板。建议top强化网前防守稳定性,bottom可加强网前压迫以缩短回合。" + ], + "options_en": [ + "A. The entire rally featured fast drives and blocks as the main techniques. TOP demonstrated exceptional footwork in multi-shot exchanges but lost points due to net shot errors when rushing the net, enabling BOTTOM's counterattack. BOTTOM's consecutive drive errors revealed stamina issues, suggesting a focus on maintaining technical stability under high-pressure transitions.", + "B. This rally was largely dominated by BOTTOM's net blocks, pressuring TOP to the baseline with repeated net kills, though BOTTOM later committed net errors after consecutive scores. TOP created opportunities with overhead slice kills. Both players should improve flat-clear quality during exchanges to avoid unforced errors.", + "C. In this rally, the TOP player gained initiative through consecutive deep lifts but lost points due to line errors on crucial shots, allowing BOTTOM to counterattack. BOTTOM, though mostly in defensive mode, delivered highlights with cross-court rear court drives. Both players are advised to improve backhand transition speed to reduce error chains.", + "D. This rally showcased a high-intensity multi-shot exchange, with BOTTOM executing a steady defensive counterattack strategy, especially adjusting the pace through transitional shots when under pressure. TOP attempted to dominate the offense with variations like drop shots and clears, but key net errors exposed technical weaknesses. It is recommended that TOP strengthen net defense stability, while BOTTOM could enhance net pressure to shorten rallies." + ], + "answer": "D", + "question": { + "question_zh": "哪项最能全面评价该回合的表现及技术亮点?", + "question_en": "Which option best comprehensively evaluates the performance and technical highlights of this rally?" + } + }, + { + "video_uid": "video_002046", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 整个回合暴露了攻防节奏掌控的缺失。bottom开场使用追身杀球压制后场,却被top以快速分球破解网前压迫,显示出防守体系存在漏洞。而bottom在关键分选择过于保守的过渡球,反倒让top通过网前扑杀反超,建议强化正手抢网和追身球衔接的训练方案。", + "B. 这一回合的技术博弈集中在底线对抗。bottom通过连续斜线劈对角建立优势,但过高的球速导致自身陷入被动防守,而top凭借精准的下压扣杀持续施压。最终bottom通过反手挑后场对角挽救局点,但因线路稍偏出界交出了得分权,暴露了大角度击球稳定性不足的问题。", + "C. 这个回合展现了攻防转换的经典案例。bottom通过频繁的斜线变化和网前压迫持续调动对手,最终凭借追身杀球完成致命一击。top虽凭借快速拦截延缓了得分进程,但防守时的横向移动速度和追身球预判需加强,建议增加对网前压迫的针对性应对训练。", + "D. 这一回合主要体现了防守反击的战术价值。bottom在连续斜线分球被破解后,试图通过网前假动作骗过top,却因球速过慢导致被精准拦截。反倒是top在被动情况下连续三次使用过顶球扭转局势,但关键分的出界失误错失良机,暴露了高压得分时的心理波动问题。" + ], + "options_en": [ + "A. The entire rally revealed a lack of control over offensive and defensive rhythms. Bottom initially suppressed the backcourt with body kills but was countered by top's quick cross-court shots, exposing flaws in the defensive system. Bottom's overly conservative transitional shots at critical points allowed top to counterattack with net kills. It is recommended to strengthen training for forehand net interceptions and body shot transitions.", + "B. The technical duel in this rally focused on baseline confrontation. Bottom established an advantage with consecutive cross-court slices but fell into passive defense due to excessive ball speed, while top maintained pressure with precise downward smashes. Ultimately, bottom saved a game point with a backhand cross-court lift but conceded the point due to a slightly off-target shot, exposing instability in wide-angle strokes.", + "C. This rally showcased a classic case of offense-defense transition. Bottom continuously maneuvered the opponent through frequent cross-court variations and net pressure, ultimately delivering a fatal body kill. Although top delayed the scoring process with quick interceptions, their lateral movement speed and anticipation of body shots need improvement. It is recommended to enhance targeted training for net pressure responses.", + "D. This rally primarily demonstrated the tactical value of defensive counterattacks. After consecutive cross-court shots were countered, bottom attempted to deceive top with a net fake but was intercepted due to slow ball speed. Conversely, top reversed the situation three times with overhead shots in passive scenarios but missed the opportunity due to a critical out-of-bounds error, exposing psychological fluctuations during high-pressure scoring." + ], + "answer": "C", + "question": { + "question_zh": "对这一回合的评价,哪一项最贴切?", + "question_en": "Which evaluation of this rally is the most accurate?" + } + }, + { + "video_uid": "video_002047", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合中top通过快速变线和假动作过顶球主导了比赛节奏,bottom因应对不及被持续压迫,尽管尝试防守反击但多次因击球力度失控导致下网,暴露了在高压环境下执行力不足的问题,最终key分未能顶住压力。", + "B. 本回合展现了高强度攻防转换,top积极压迫但失误偏多,特别是上网突击时机选择需斟酌;bottom则利用节奏变化和防守反击成功扭转局面,尤其在被动情况下通过拉开路线和过渡球为关键得分创造机会,展现了良好的心态调整能力。", + "C. 本回合主要围绕底线拉吊展开,bottom在被动情况下过多依赖过渡球拖延回合,导致双方均未能有效压制,最终因top上网突击时出现出界失误而失分,未能充分体现进攻威胁。", + "D. 本回合双方攻防转换节奏较慢,top虽多次通过假动作分球制造威胁,但bottom面对压迫时过于被动,频繁出现放网失误,未能有效执行抢网策略,反而是top在关键分处理上更稳定,展现出了更出色的得分把握能力。" + ], + "options_en": [ + "A. In this rally, the top player dominated the pace with quick cross-court shots and deceptive overhead shots. The bottom player, unable to respond in time, was consistently pressured. Despite attempts at counterattacks, repeated net errors due to uncontrolled shot power exposed execution issues under high pressure, ultimately failing to hold firm at key points.", + "B. This rally showcased high-intensity offensive and defensive transitions. The top player actively pressured but made relatively many errors, especially in the timing choice of net attacks. The bottom player successfully turned the situation around by utilizing tempo changes and counterattacks, particularly creating scoring opportunities through cross-court shots and defensive transitions in passive situations, demonstrating excellent mental adjustment.", + "C. This rally mainly revolved around baseline clears and drop shots. The bottom player overly relied on defensive transitions to prolong the rally when passive, resulting in neither side effectively suppressing the other. The rally ended with the top player’s net attack going out, failing to fully demonstrate offensive threat.", + "D. This rally featured slower offensive and defensive transitions. Although the top player repeatedly created threats with deceptive push shots, the bottom player was overly passive under pressure, frequently making net shot errors and failing to execute effective net interceptions. Instead, the top player displayed more stable key-point handling, demonstrating superior scoring ability." + ], + "answer": "B", + "question": { + "question_zh": "以下哪项最能准确评价这一回合的整体表现?", + "question_en": "Which of the following best accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002048", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合是网前争夺与进攻效率的经典对决。bottom展现了顶尖选手的战术执行力,通过细腻的网前控制逐步压缩对手空间,最终凭借顶级杀球一锤定音。建议top在未来类似局面中需加强推挑球的质量,避免过早暴露防守空档。", + "B. 这是一场典型的防守反击较量,top在连续被动过渡中抓住bottom的防守漏洞,以突然加速上网抽对角得分。bottom需要提升反手抽球的稳定性以防止类似失误。", + "C. 这个回合展现了底线对抗与耐力较量的典型例子。top选手凭借强大的中后场主动进攻能力,持续利用变速劈对角和突然性的跳跃突击,迫使bottom陷入被动防守。尽管bottom展现了顽强的防守韧性,但过度依赖被动挡网反击,未能有效组织起有效进攻。建议bottom需提高主动上网的意识,在相持阶段增加挑后场高压球的比例,同时top应加强多拍回合中的体能分配,避免在关键时刻出现动作变形影响击球质量。", + "D. 回合中双方立足于全场调动,bottom凭借连续高质量后场劈杀与封网压迫,最终因top防守抽球出界锁定胜利。建议加强反手位的预判和抢网速度以减少风险。" + ], + "options_en": [ + "A. This rally was a classic duel of net play and offensive efficiency. Bottom demonstrated the tactical execution of a top player, gradually compressing the opponent's space through delicate net control, and ultimately sealing the point with a world-class kill. It is suggested that Top should improve the quality of push and lift shots in similar situations to avoid exposing defensive gaps too early.", + "B. This was a typical defensive counterattack battle. Top seized Bottom's defensive gap during continuous passive transitions and scored with a sudden acceleration to the net for a cross-court drive. Bottom needs to improve the stability of backhand drives to prevent similar mistakes.", + "C. This rally presents a typical example of baseline confrontation and endurance contest. The top player, with a strong offensive ability in the middle and backcourt, continuously uses variable - speed diagonal chops and sudden jumping assaults, forcing the bottom player into passive defense. Although the bottom player demonstrated tenacious defensive resilience, he overly relied on passive blocking - net counter - attacks and failed to effectively organize an efficient offense. It is recommended that the bottom player should improve the awareness of taking the initiative to move forward to the net, increase the proportion of high - pressure net lifts to the backcourt during the stalemate stage. At the same time, the top player should strengthen physical energy distribution in multi - shot rallies to avoid action deformation at critical moments, which may affect the quality of hitting the ball.", + "D. The rally featured full-court maneuvering from both sides. Bottom relied on consecutive high-quality rear-court slice kills and net pressure, ultimately winning as Top's defensive drive went out. It is recommended to enhance anticipation and net interception speed on the backhand side to reduce risks." + ], + "answer": "A", + "question": { + "question_zh": "这个回合的评价最为恰当的是哪一个?", + "question_en": "Which of the following evaluations of this rally is the most appropriate?" + } + }, + { + "video_uid": "video_002049", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现典型的过顶高压与网前挑球攻防模式,bottom持续通过高远球压迫对手化解被动,反而是top在关键球出现下网失误破坏节奏。建议双方在抢网阶段减少盲目扣杀,强化平抽挡技术衔接以提升相持能力,同时加强网前小球变化来打乱对手防守阵型。", + "B. 此回合展现了高强度的网前攻防转换,bottom通过中后场抽压与网前突袭的节奏变化逐步建立优势,而top在被动局面下过于依赖反手技术导致失误累积。建议在网前多拍缠斗中增加正手抢攻比例,同时提升被动情况下的控球精准度。", + "C. 本回合呈现了以防守反击为核心的战术博弈,top通过底线多回合拉吊消耗对手体能,并在相持中精准突击得分。bottom因过多使用正手大角度抽球导致体力透支,建议减少强行进攻次数,加强网前小球质量控制节奏。", + "D. 整个回合以bottom频繁使用假动作欺骗对手重心为战术核心,但过度追求动作幅度导致击球稳定性下降,而top凭借精准的分球到边线制造得分机会却被底线判断失误所浪费。建议在网前假动作后增加直线劈杀的比例,并加强底线预判训练以把握反击机会。" + ], + "options_en": [ + "A. This rally displayed a typical pattern of overhead clears and net lifts, with bottom consistently pressuring the opponent with deep clears to escape passive situations, while top's crucial net errors disrupted the rhythm. Both players should reduce reckless smashes during net rushes, strengthen drive-block transitions to improve rally endurance, and add more net shot variations to disrupt the opponent's defensive formation.", + "B. This rally showcased high-intensity net play transitions, with bottom gradually building an advantage through mid-to-rear court drives and sudden net attacks, while top relied excessively on backhand techniques in passive situations, leading to accumulated errors. It is recommended to increase the proportion of forehand attacks during prolonged net exchanges and improve ball control accuracy under pressure.", + "C. This round presented a tactical game centered around defensive counterattacks. Top consumed the opponent's physical strength by performing multiple rounds of clear shots at the baseline and accurately launched sudden attacks during the stalemate to score points. Bottom's excessive use of large-angle drive shots with the forehand led to physical exhaustion. It is recommended to reduce the number of forced attacks and strengthen the quality of net shots at the net front to control the rhythm.", + "D. The entire rally revolved around bottom frequently using deceptive moves to disrupt the opponent's balance, but excessive pursuit of exaggerated motions led to reduced shot stability. Meanwhile, top created scoring opportunities with precise cross-court shots but wasted them due to misjudgments at the baseline. It is advised to incorporate more straight smashes after net deceptions and enhance baseline anticipation training to seize counterattack chances." + ], + "answer": "B", + "question": { + "question_zh": "本回合的较量中,以下哪项最能准确描述其整体战术特点与发展过程?", + "question_en": "In this rally, which of the following best accurately describes its overall tactical characteristics and development process?" + } + }, + { + "video_uid": "video_002050", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场以防守反击战术主导的回合,top凭借出色的鱼跃救球化解了bottom的连续分球进攻,最终以高质量的过顶劈对角实现反制得分。bottom在被动防守时出现了两次下网失误,其进攻端的变化节奏显得较为单一。", + "B. 本回合展现了拉吊突击战术的典型特征,bottom连续通过底线大角度高远球迫使对手被动退场,进而通过突然加速的重杀得分。而top在被动防守时未能及时抢占场地中段位置,且正手杀球出界失误直接影响了比赛走向。", + "C. 本回合是典型的控网突袭战术的成功案例。bottom凭借精准的网前小球控制和斜直线交错的线路规划逐步压制对手,而top在被动防守时缺乏变化且失误偏多。建议防守方需加强在被动场景下的战术执行力,进攻方则可继续保持通过网前压迫创造杀球机会的战术思路。", + "D. 本回合展现了典型的防守反击战术的成功应用。top选手通过精准的防守救球和快速反击掌握了比赛节奏,而bottom在进攻中过于急躁,多次强力扣杀出界且网前小球质量不足。建议进攻方需提升耐心多通过多拍相持寻找机会,防守方可继续保持以快速过渡球为基础,利用对手回球质量下降时发动突击的战术策略。" + ], + "options_en": [ + "A. This was a rally dominated by defensive counterattack tactics. Top successfully countered Bottom's continuous placement attacks with outstanding diving saves, ultimately scoring with a high-quality overhead cross-court slice. Bottom made two net errors during passive defense, and their offensive rhythm appeared relatively monotonous.", + "B. This rally demonstrated the typical characteristics of a clear-and-smash tactic. Bottom continuously forced the opponent into passive retreat with wide-angle baseline clears, then scored with sudden accelerated kills. Top failed to timely occupy the mid-court position during passive defense, and a forehand kill going out directly affected the match outcome.", + "C. This rally is a successful example of a typical net control and sudden attack tactic. Bottom gradually suppressed the opponent with precise net shot control and alternating cross-court and straight-line placements, while Top lacked variation in passive defense and made frequent errors. It is suggested that the defensive side should improve tactical execution in passive scenarios, while the offensive side can maintain the strategy of creating kill opportunities through net pressure.", + "D. This rally demonstrated the successful application of the typical defensive counterattack tactic. The top player mastered the rhythm of the game through precise defensive retrieves and rapid counterattacks. However, the bottom player was too impatient in the attack, with many powerful smashes going out of bounds and the quality of net shots being insufficient. It is recommended that the attacking side should be more patient and seek opportunities through multi-shot rallies. The defending side can continue to maintain the tactical strategy based on quick transition shots and launch surprise attacks when the quality of the opponent's return shots deteriorates." + ], + "answer": "C", + "question": { + "question_zh": "对这一回合的总体评价,以下哪一项最准确?", + "question_en": "What is the most accurate overall evaluation of this rally?" + } + }, + { + "video_uid": "video_002051", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这回合是典型的网前斗法与后场压制的结合。bottom通过搓放、切吊控制网前区域,逐步将战局引向有利方向。而top过度依赖被动过渡球(挑高、挡网)未能扭转局面,最终关键分技术处理失当导致失利。建议top在被动时增加劈杀或劈对角变化,减少简单过渡导致的失误风险。", + "B. bottom全回合陷入被动,在top持续的主动进攻下选择过多的控网战术,因网前放网多次下网失去主动权。top通过连续高质量扣杀和快速分球占据主动,最终凭借一记假动作后的劈对角拿下关键分。建议bottom减少网前冒进", + "C. 本回合双反呈现双上网抢网白热化局面,bottom在关键分上精准使用假动作欺骗,与top的直线劈杀形成攻防拉锯。最终top因网前小球后场转换衔接不畅,导致关键分失误,建议增加多拍搓底线的消耗策略。", + "D. 这回合主要展现了后场拉吊与防守反击的战术。bottom频繁使用重扣和后场高远球试图压制top,但因落点不够精准逐渐陷入被动。反观top通过高质量的防守过渡和精准的后场四方球控制,成功破坏bottom的进攻节奏。后续bottom关键分连续出现杀球出界失误,而top通过稳定拉吊迫使bottom体力下降并完成逆转。建议bottom减少盲目杀球,加强网前小球配合。" + ], + "options_en": [ + "A. This round is a typical combination of net play and rear-court pressure. Bottom controlled the net area through net shots and drop shots, gradually steering the game in a favorable direction. Top overly relied on passive transition shots (net lifts and blocks) and failed to turn the tide, ultimately losing due to mishandling key points. It is recommended that top incorporate more slice kills or cross-court variations when passive to reduce the risk of errors from simple transitions.", + "B. Bottom was passive throughout the round, opting for excessive net control tactics under top’s relentless offensive pressure. Multiple failed net shots cost bottom the initiative. Top dominated with continuous high-quality smashes and quick placements, securing the key point with a deceptive cross-court slice. It is recommended that bottom reduce reckless net advances.", + "C. This round featured intense double-net interceptions from both sides. Bottom used precise deceptive moves at key points, creating a tug-of-war with top’s straight slice kills. Ultimately, top’s poor transition between net shots and rear-court play led to a key-point error. It is recommended to adopt more baseline rally strategies to wear down the opponent.", + "D. This rally mainly demonstrated the tactics of backcourt pulling and lifting, as well as defensive counterattacks. Bottom frequently used powerful kills and backcourt clears in an attempt to suppress Top, but gradually fell into a passive position due to inaccurate landing points. In contrast, Top successfully disrupted Bottom's offensive rhythm through high - quality defensive transitions and precise backcourt four - corner ball control. Subsequently, Bottom made consecutive mistakes of killing the ball out of bounds at key points, while Top forced Bottom to decline in physical strength through stable pulling and lifting and completed a comeback. It is recommended that Bottom reduce blind killing shots and strengthen the cooperation of net shots." + ], + "answer": "A", + "question": { + "question_zh": "以下哪个选项最能全面评价本回合的攻防特点?", + "question_en": "Which of the following options best comprehensively evaluates the offensive and defensive characteristics of this round?" + } + }, + { + "video_uid": "video_002052", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合双方攻防节奏均衡,bottom虽尝试通过假动作迷惑对手但连续出界,而top在被动过渡时未能有效控制球路,反而因过顶高球失误过多浪费机会", + "B. 整个回合凸显了top选手的主动进攻优势,多次通过分球压制底线成功得分,但bottom在前场上网时出现主动失误,导致关键分处理过于急躁,抢网判断失准是失利主因", + "C. 回合攻防转换较为生硬,bottom假动作未能有效干扰对手致使其主动进攻受阻,而top展现了稳定的防守节奏,需加强后场主动进攻时的落点精准度和线路变化能力。", + "D. 回合展现了攻防转换的典型模式,bottom的假动作与主动进攻压制效果显著,而top在应对对手节奏变化时防守稳定性不足,需加强后场被动情况下的线路控制能力。" + ], + "options_en": [ + "A. This rally featured balanced offensive and defensive rhythms. The bottom player attempted to deceive the opponent with deceptive shots but repeatedly hit out, while the top player failed to control the trajectory effectively during passive transitions, wasting opportunities with excessive overhead clear errors.", + "B. The rally highlighted the top player's advantage in aggressive attacks, successfully scoring multiple times by pressuring the baseline with well-placed shots. However, the bottom player made unforced errors during net approaches, leading to rushed key-point decisions, with misjudged net interceptions being the primary cause of defeat.", + "C. The transition between offense and defense in the rally is rather rigid. The feints by bottom failed to effectively disrupt the opponent, resulting in the obstruction of bottom's active attack. However, top demonstrated a stable defensive rhythm. There is a need to enhance the accuracy of landing points and the ability to change the shot lines when conducting active attacks in the backcourt.", + "D. The rally showcased a typical pattern of offense-defense transitions, with the bottom player's deceptive shots and aggressive attacks proving highly effective, while the top player lacked defensive stability when responding to changes in pace and needs to improve line control in passive backcourt situations." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪一项评价最为准确?", + "question_en": "Which of the following evaluations is the most accurate for the overall performance of this rally?" + } + }, + { + "video_uid": "video_002053", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合top全程占据主动,利用多次精准的分球和网前过顶技术压制bottom,而bottom在后场防守时频繁出现下网失误,其假动作试图骗开对手却因动作变形导致出界。bottom应加强击球稳定性并优化主动进攻时的假动作衔接技巧。", + "B. 本回合中双方攻防转换频繁,top选手通过变速和落点变化持续施压,bottom虽在后场展现强势重杀但网前小球失误频频,关键分上top凭借精准的劈对角和鱼跃救球保持压制,bottom因移动速率下降导致防区多次漏空。建议bottom应强化网前小球的连续性并提升后场高压球的稳定性以应对变速进攻。", + "C. 回合中双方攻防转换激烈,bottom凭借精准的网前技术与果断的重杀统治节奏,top虽多次尝试变线,但关键分处理犹豫且中前场应对薄弱,导致防守端连续失位。建议top加强网前压迫和后场防守的衔接稳定性。", + "D. 回合初期双方陷入被动过渡球拉锯,bottom依靠突然提速的重杀打破均势,但top通过快速抢网和假动作分球连续化解危机,最终因bottom网前扑杀下网而得分。建议双方需提升关键分的节奏控制与网前技术稳定性。" + ], + "options_en": [ + "A. In this rally, top maintained full control, suppressing bottom with precise placement shots and net-clearing techniques. Bottom frequently made net errors during rear-court defense, and their deceptive moves to mislead the opponent resulted in out-of-bounds due to poor execution. Bottom should improve shot consistency and refine the integration of deceptive moves during active offense.", + "B. In this rally, the offense and defense between the two sides changed frequently. The top player continuously applied pressure through speed changes and shot placement variations. Although the bottom player showed powerful smashes in the backcourt, they made frequent mistakes in net shots. In crucial points, the top player maintained the suppression with precise cross-court chops and diving retrieves. The bottom player had multiple gaps in their defensive area due to a decrease in movement speed. It is recommended that the bottom player strengthen the continuity of net shots and improve the stability of high-pressure shots in the backcourt to deal with the variable-speed offense.", + "C. The rally featured intense offensive and defensive transitions between both sides. Bottom dominated the rhythm with precise net play and decisive smashes, while top attempted multiple cross-court shots but hesitated in handling key points and showed weakness in mid-front court responses, leading to consecutive defensive misplacements. Top should enhance net pressure and improve the stability of transitioning between rear-court defense and net play.", + "D. Early in the rally, both sides were stuck in a passive transition battle. Bottom broke the deadlock with a sudden acceleration of smashes, but top countered by quickly intercepting at the net and using deceptive placement shots to neutralize threats, eventually scoring due to bottom's net kill error. Both players need to enhance rhythm control in key points and stabilize net techniques." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002054", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了后场战术对比赛的决定性作用,bottom通过后场多拍相持后的滑吊手段成功压制对手,而top需提升被动球质量与中前场过渡的精准度,尤其在移动补位和防守反击环节还有优化空间。", + "B. 本回合暴露出战术执行与体能分配的突出问题,bottom在后场防守时过于依赖被动过渡,而top在核心区域的回球角度和战术预判明显不足,两人在关键分的配合默契度存在明显短板。", + "C. 本回合突显了底线进攻与抢网配合的必要性,bottom的过顶球虽然造成对手被动,但top在中前场的衔接速率明显滞后,特别是对边线分球的拦截预判和防守线路选择仍需加强针对性训练。", + "D. 本回合充分体现了中前场网前技术对比赛走势的关键影响,top选手凭借连续封网和精准的推扑压制了对手的进攻路线,而bottom在防守移动和过渡球质量上存在明显不足,需要加强网前防守的快速反应以及后场主动突击的衔接配合,特别是在处理网前挑后场球时的预判和回球稳定性仍有待加强。" + ], + "options_en": [ + "A. This rally demonstrated the decisive role of backcourt tactics, bottom successfully contained opponents through lide drop shots after prolonged backcourt rallies. Top should improve defensive transition quality and accuracy in mid-to-forecourt movement, especially in position adjustment and defensive counter execution.", + "B. This rally exposed tactical execution and energy distribution flaws. Bottom overrelied on passive defensive_clear and transition techniques in backcourt defense, while top exhibited poor return angles and anticipating_net lifts in key zones. Their coordination in critical scoring moments, particularly during vital net rotations, requires urgent improvement.", + "C. This rally highlighted the necessity of coordination between baseline offense and net rushing. Bottom's overhead high-arcing shots forced the top into defensive stances, but top lagged in midcourt net transitions and failed to intercept sideline-split shots. Critical refinements are needed in timing net movements and maintaining stability during backcourt returns.", + "D. This rally underscores the crucial impact of midcourt net play on match dynamics. The top player used successive net closures and precise push/net kill combinations to restrict opponents' attack routes. Bottom displayed clear weakness in defensive mobility and net rally consistency, needing enhanced reflexes for net lifts to the backcourt and improved stability when returning from the net." + ], + "answer": "A", + "question": { + "question_zh": "以下选项中,哪一项最能全面评价本回合的技术表现?", + "question_en": "Which of the following options best comprehensively evaluates the technical performance of this round?" + } + }, + { + "video_uid": "video_002055", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合因双方频繁的线路欺骗进入拉锯,top选手通过连续上网压迫和高质量反手推压不断制造威胁,但关键分因贪攻导致球拍挥击动作变形从而下网。Bottom则在被动中展现冷静,通过网前假动作分球转移战局,最终以正手挑后场对角完成穿越得分,体现了防守反击战术的聪慧应用。", + "B. 本回合呈现压制与反击的典型模式,top选手通过连续反手过顶球有效牵制bottom的跑动路线,并在中后场形成有利站位,然而关键分因主动发力不足未能突破防守。Bottom在相持中展现出极强的耐心得分能力,多次利用网前搓球迫使对手失误,最终以追身直线抽杀锁定胜局,展现了对关键分的出色处理。", + "C. 本回合展现出快速攻防转换的激烈对抗,top选手多次尝试通过高速平抽和网前分球压制底部区域,但关键分因底线球出界频繁被迫回防;bottom则凭借出色的假动作骗术和精准的反手劈吊制造空档,最终利用网前扑杀撕开防线,整个回合极富进攻观赏性但稳定性不足。", + "D. 本回合呈现典型的多拍拉锯战特征,top虽然通过频繁的被动过渡技术(挑球/勾球/平抽)争取调整时间,但关键分失误率偏高;bottom则在相持后段加强进攻主动性,利用反手推挑创造有利站位,最终凭借正手杀球的精准落点完成制胜,展现了高压情况下战术执行力的优势。" + ], + "options_en": [ + "A. This rally evolved into a protracted duel due to frequent shot deception. Top continuously generated threats with aggressive net rushes and high-quality backhand pushes, but overcommitting on crucial points led to racket swing distortions and net errors. Bottom remained composed under pressure, shifting momentum with net deception splits before securing a cross-court forehand lift winner, exemplifying intelligent defensive counterplay.", + "B. This rally displayed a classic pattern of suppression and counterattack. Top effectively restricted bottom's movement with consecutive backhand overhead clears, establishing dominant mid-rear court positioning. However, insufficient power on crucial points prevented breakthroughs. Bottom exhibited remarkable patience and scoring ability during exchanges, repeatedly forcing errors with net dabbles before clinching the win with a body-line drive, highlighting exceptional clutch performance.", + "C. This rally showcased intense fast-paced offensive-defensive transitions. Top repeatedly attempted to suppress the bottom area with rapid drives and net splits, but frequent baseline errors on crucial points forced defensive retreats. Bottom leveraged exceptional deception skills and accurate backhand slice drops to create openings, ultimately tearing through defenses with a net kill, making the rally highly entertaining but lacking stability.", + "D. This rally exhibited typical characteristics of a prolonged baseline exchange. Although top frequently used passive transition techniques (net lifts/cross-court drives/pushes) to buy adjustment time, their error rate on crucial points was high. Bottom, however, intensified offensive initiative in the latter stages, creating advantageous positioning with backhand push-lifts before sealing the victory with precise forehand kill placements, demonstrating superior tactical execution under pressure." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002056", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合突显了bottom战术部署的优秀执行。bottom通过精准的分球和诱骗性假动作持续压制top,成功破坏其攻击节奏;而top的跳跃击球未能有效突破防守,体现出关键分中线路选择的局限性。建议top在处理底线球时更注重回球精准度,减少因出界、下网导致的无谓失误,并加强阶段性节奏变化能力。", + "B. 本回合由于top的战术失误形成单边压制。top尝试以过顶高球占据主动,却被bottom识破后快速抢网衔接杀球锁定胜局;而top的假动作配合不足导致线路被预判。建议top强化下压球的突然性,必要时结合直线突击以减少被反击风险,并增强被动时的变线能力。", + "C. 本回合展现了双方攻防实力的均衡较量。top与bottom多次交换场区,形成多拍相持,最终bottom在网前轻挡时发生下网失误,而top虽在被动中完成过渡但未占据主动。建议bottom强化网前小球技术,同时top应选择更积极的抢网策略以提升移动效率。", + "D. 本回合展现了攻防转换的典型场景。top凭借敏锐的场上意识和爆发力,迅速转换至防守反击角色,并以教科书式的跳杀锁定胜局;bottom的拉开战术未能打乱节奏,关键球防守应对不足暴露短板。建议bottom强化多拍相持中的转守为攻能力,尤其在面对对手强势下压时需提升预判与反击线路的多样性。" + ], + "options_en": [ + "A. This rally highlighted bottom's excellent execution of tactical deployment. Through precise placement shots and deceptive feints, bottom consistently pressured top and successfully disrupted their attacking rhythm. Top's jump shots failed to penetrate the defense effectively, revealing limitations in shot selection during crucial points. It is recommended that top focus on shot accuracy when handling baseline shots to reduce unforced errors like out-of-bounds or net shots, while improving the ability to vary pacing strategically.", + "B. This rally became one-sided due to top's tactical errors. Top attempted to gain initiative with overhead clears but was outmaneuvered by bottom's quick net rush followed by a kill shot. Top's insufficient feint coordination led to predictable shot trajectories. It is recommended that top enhance the unpredictability of smash shots, occasionally incorporating straight attacks to reduce counterattack risks, while improving cross-court variations when under pressure.", + "C. This rally demonstrated a balanced contest of offensive and defensive capabilities between both players. Top and bottom repeatedly exchanged court positions, engaging in extended rallies. The rally concluded with bottom's net drop error, while top managed transitional shots under pressure without gaining initiative. It is recommended that bottom refine net shot techniques, while top should adopt more proactive net-rushing strategies to improve movement efficiency.", + "D. This rally showcased a classic scenario of offense-defense transition. Top swiftly switched to a defensive counterattacking role with sharp court awareness and explosive power, sealing the victory with a textbook jump kill. Bottom's rally-opening tactics failed to disrupt the rhythm, and inadequate defensive responses to key shots exposed weaknesses. It is recommended that bottom enhance the ability to transition from defense to offense during extended rallies, particularly improving anticipation and diversifying counterattack angles when facing aggressive smashes." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一个评价最能全面反映这一回合的进程与战术特点?", + "question_en": "Which of the following evaluations best comprehensively reflects the progression and tactical characteristics of this rally?" + } + }, + { + "video_uid": "video_002057", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合主要体现为网前战术的博弈,bottom利用假动作欺骗对手后快速上网抢网得分,而top在分球线路选择上过于保守,未能及时压制对手底线区域,显示出对网前主动攻击能力的理解欠缺。", + "B. 本回合呈现出底线多拍的拉锯态势,top和bottom均采用高远球展开周旋,然而双方在关键分处理上都出现明显瑕疵,bottom的主动放网失误与top的回球下网共同导致回合质量欠佳。", + "C. 这是一场典型的防守反击回合,top通过持续压制对手后场并积极调动线路主导节奏,而bottom在相持阶段的回球质量和关键分决策存在明显短板,暴露出在高压环境下应变能力与细节处理的不足。", + "D. 这轮较量中bottom展现了超强的进攻压制力,通过高频过顶劈杀持续压迫top后场,而top在被动防守中勉强进行反手过渡时多次出界,暴露出在高压局面下防守技术的脆弱性和线路选择的失误。" + ], + "options_en": [ + "A. This rally primarily showcased a net-play tactical battle, where bottom used deceptive moves to mislead the opponent before quickly rushing to the net to intercept and score, while top was overly conservative in shot placement choices, failing to timely pressure the opponent's baseline area, revealing a lack of understanding in proactive net-attacking capabilities.", + "B. This rally featured a baseline-oriented, multi-shot grinding pattern, with both top and bottom engaging in prolonged clears. However, both sides displayed noticeable flaws in handling critical points—bottom's failed net shots and top's netted returns collectively contributed to the subpar quality of the rally.", + "C. This was a classic defensive counterattack rally, where top dominated the rhythm by continuously pressuring the opponent's backcourt and actively varying shot placements, while bottom showed obvious weaknesses in shot quality during extended exchanges and decision-making at critical points, exposing deficiencies in adaptability and detail handling under high-pressure situations.", + "D. In this rally, bottom demonstrated overwhelming offensive pressure, relentlessly forcing top into the backcourt with frequent overhead smashes, while top struggled in passive defense, committing multiple out-of-bounds errors when attempting backhand transitions, exposing vulnerabilities in defensive techniques and poor shot selection under high-pressure scenarios." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪个评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this rally?" + } + }, + { + "video_uid": "video_002058", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合核心问题在于bottom面对top的主动拉吊组合时无法形成有效分球,过度依赖被动过渡耗时导致节奏被压制,而top通过连续斜线分球消耗对手体能后精准抢攻得分,暴露了bottom在移动补位和落点预判上的系统性漏洞", + "B. 整个回合最突出的是top在抢网时的预判失误,导致bottom抓住机会连续通过过顶高远球压制后场,但bottom在最后的网前扑杀因力量控制不足下网,表明双方在关键分处理上都显犹豫,建议加强网前控制和压底线技术训练", + "C. 当回合适偶展现了bottom在防守上网时的冒险策略,因急于封网出现过多直线球失误,而top在关键分时通过假动作配合分球打乱对手节奏,最终在底线相持中因bottom回球出界结束回合,说明bottom应加强网前判断和线路选择的多样性", + "D. 本回合呈现明显战略失衡,bottom在被动时过于依赖挑后场过渡,却因击球威胁性不足反赠进攻机会。top则展现出精准的战术执行,在获得有利击球位置后通过强势杀球一击制胜,建议bottom在相持阶段需提升过渡球质量或尝试变化球路" + ], + "options_en": [ + "A. The core issue in this rally was the bottom player's inability to execute effective placement shots against the top player's proactive drop-and-clear combinations. Over-reliance on passive transitions prolonged the rally and allowed rhythm domination. The top player systematically drained the opponent's stamina with consecutive cross-court placements before scoring with precise attacks, exposing the bottom player's systemic flaws in movement coverage and shot anticipation.", + "B. The most notable aspect of this rally was the top player's misjudgment during net interceptions, allowing the bottom player to seize opportunities with consecutive overhead clears to pressure the rear court. However, the bottom player's final net kill failed due to inadequate power control, indicating hesitation from both sides in handling critical points. It is recommended to strengthen net control and baseline pressure techniques.", + "C. This rally incidentally highlighted the bottom player's risky strategy during defensive net approaches, with excessive straight shot errors due to eagerness to intercept at the net. The top player disrupted the opponent's rhythm using feints combined with placement shots at critical points, ultimately ending the rally with a bottom player's out-bound return during baseline exchanges. This suggests the bottom player should enhance net judgment and diversify shot selection.", + "D. This rally displayed a clear strategic imbalance. The bottom player overly relied on net lifts to transition when passive, but due to insufficient shot threat, it gifted attacking opportunities. The top player demonstrated precise tactical execution, securing favorable hitting positions and finishing with powerful kills. It is recommended that the bottom player improve transition shot quality or attempt varied shot placements during extended rallies." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002059", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了bottom积极采用底线抽杀战术的优势,通过连续的高远球压制top的防守空间。但top凭借超强的抢网能力多次化解危机,最终以一记过顶扣杀锁定胜局,证明了后场主动进攻对节奏掌控的重要性。", + "B. 这是一回合以网前博弈为主的精彩攻防,bottom凭借精准的斜线控制和高质量网前技术逐步建立优势,而top在网前争夺中稍显犹豫且失误率偏高。回合体现了网前小技术对比分的决定性作用,建议在被动时加强主动变速和线路变化来破解压制。", + "C. 这一回合是一场激烈的后场拉吊对决,top选手运用暴力扣杀和精准的直线劈杀频频压制bottom,而bottom则因过多依赖防守反击导致主动进攻不足。回合显示后场进攻对于掌控节奏至关重要,建议在被动时主动展开后场突击配合大角度斜线进攻以扭转劣势,同时需注意网前过渡球的质量把控。", + "D. 双方围绕中后场展开激烈争夺,bottom多次利用假动作骗过top的预判,但关键分因发力过猛下网痛失良机。top则展现了稳定的过渡能力,通过持续拉吊寻找破绽,说明相持阶段的耐心比突击更有价值。" + ], + "options_en": [ + "A. This rally demonstrated the effectiveness of bottom's aggressive baseline drive strategy, using consecutive clears to limit top's defensive space. However, top repeatedly countered with exceptional net interception skills and ultimately sealed the point with an overhead kill, proving the importance of proactive rear-court offense in controlling the tempo.", + "B. This was a thrilling net-dominated rally where bottom gradually built an advantage through precise cross-court control and high-quality net play, while top appeared slightly hesitant at the net with a higher error rate. The rally highlighted the decisive role of net techniques in scoring, suggesting that adding pace variation and shot placement when under pressure could help break the opponent's dominance.", + "C. This rally is a fierce backcourt rally and drop shot confrontation. The top player frequently suppresses the bottom player with violent kills and precise straight-line smashes, while the bottom player relies too much on counterattacks and thus lacks proactive attacks. The rally shows that backcourt attacks are crucial for controlling the rhythm. It is recommended to take the initiative to launch backcourt assaults and cooperate with large-angle cross-court attacks to reverse the disadvantage when in a passive situation. At the same time, attention should be paid to the quality control of net transition shots.", + "D. Both players engaged in intense mid-to-rear-court exchanges. Bottom repeatedly deceived top's anticipation with feints but squandered a crucial point by hitting into the net due to overhitting. Top displayed consistent transitional play, patiently using lifts and drops to probe for openings, proving that composure during extended rallies outweighs aggressive bursts." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002060", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场攻防转换频繁的回合,bottom通过细腻的网前技术和战术耐心获胜,顶住对手的假动作攻势后精准执行关键球。top虽尝试节奏变化但关键分质量不足,需加强在被动防守时的高球质量和对网前小球的反制能力", + "B. entire对决呈现明显压制态势,top通过高频的假动作骗术完全打乱bottom节奏,迫使对方连续出现停顿失误。bottom虽然在抢网环节表现积极,但始终无法破解对方的分球战术,最终因下网失误葬送机会", + "C. 本回合关键转折在于bottom主动上网压迫建立优势,反之top受限于身高劣势,在分球环节频频出现过顶失误。尽管top尝试通过大范围调动扭转局面,但bottom凭借精准的网前小球和被动球处理能力完成逆转", + "D. 比赛呈现典型的高网球主导特征,top凭借强力过顶球完全压制bottom移动空间,bottom虽多次尝试用过渡球化解危机,但关键分因出界失误失去主动权。bottom应着重强化对高空球的拦截和借力反击能力" + ], + "options_en": [ + "A. This was a rally with frequent offensive-defensive transitions. The bottom player won through delicate net play and tactical patience, withstanding the opponent's deceptive shots and executing crucial points precisely. The top player attempted tempo variations but lacked quality in key points, needing to improve lift quality during passive defense and countermeasures against net shots.", + "B. The entire match showed a clear dominance. The top player completely disrupted the bottom player's rhythm with high-frequency deceptive tricks, forcing consecutive hesitation errors. Although the bottom player performed actively in net interceptions, they failed to counter the opponent's placement tactics and ultimately lost the opportunity due to a net error.", + "C. The turning point of this rally lay in the bottom player's proactive net pressure to establish dominance, while the top player struggled with height disadvantage, frequently making over-the-head errors in placements. Despite the top player's attempts to reverse the situation with wide-ranging shots, the bottom player completed the comeback with precise net drops and passive shot handling.", + "D. The match exhibited typical high-clear dominance. The top player completely suppressed the bottom player's movement space with powerful clears. Although the bottom player repeatedly tried to resolve crises with transitional shots, they lost initiative in key points due to out-of-bounds errors. The bottom player should focus on strengthening intercepts against high clears and counterattacking with borrowed force." + ], + "answer": "A", + "question": { + "question_zh": "以下哪项最能准确描述此回合的整体表现和战术特点?", + "question_en": "Which of the following best describes the overall performance and tactical characteristics of this rally?" + } + }, + { + "video_uid": "video_002061", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合bottom选手展现了出色的防守反击能力,通过连续三次精准的鱼跃救球扭转局势,建议top加强网前压迫节奏变化并减少直线杀球的可预测性,同时增加多拍相持中的落点变化来破解对手的防守布局。", + "B. 这一回合核心矛盾在于场地控制权争夺,top过于依赖正手大对角直线进攻导致落点可预判性过强,而bottom在被动反手位防守时出现3次下网失误,建议双方加强中场截击技术训练以提升球路突然性。", + "C. 回合展现出top强大的进攻体系,通过后场杀球施压和快速上网连贯形成复合攻势。bottom应提升被动相持阶段的防守质量,建议加强反手网前快速过渡能力和在被动位置的拉开技术,以延缓对手的连贯进攻节奏。", + "D. 该回合中top的进攻体系显得较为单一,主要依赖后场重杀缺乏节奏变化,导致bottom得以通过稳固的防守反击制造机会。建议top加强网前小球技术和反手位的快速过渡能力以提升进攻立体感。bottom虽防守质量较高,但应减少被动过渡球比例,转而强化正手劈吊和主动上网压迫技术,在相持阶段通过精准的劈对角和抢网截击来打乱对手节奏,而非单纯延缓进攻" + ], + "options_en": [ + "A. This rally demonstrated bottom's excellent defensive counterattacking ability, reversing the situation with three consecutive precise diving saves. It is recommended that top increase net pressure rhythm variations and reduce the predictability of straight kills, while adding placement variations in multi-shot exchanges to break the opponent's defensive setup.", + "B. The core conflict of this rally lay in court control contention. Top overly relied on forehand cross-court straight attacks, resulting in overly predictable placements, while bottom committed three net errors during passive backhand defenses. Both players are advised to enhance midcourt interception techniques to improve shot unpredictability.", + "C. The rally showcased top's powerful offensive system, applying pressure with rear-court kills and forming compound attacks through rapid net rushes. Bottom should improve defensive quality during passive exchanges, suggesting enhanced quick net transition ability with backhand and widening techniques in passive positions to delay the opponent's continuous offensive rhythm.", + "D. In this rally, the offensive system of top seems relatively single. It mainly relies on powerful backcourt kills and lacks rhythm changes, allowing bottom to create opportunities through solid defensive counterattacks. It is recommended that top strengthen the net shot technique and the quick transition ability on the backhand side to enhance the three-dimensional sense of offense. Although bottom has a high defensive quality, it should reduce the proportion of passive transition shots, and instead strengthen the forehand sliced drop shot and the active net-attacking pressure technique. During the stalemate phase, disrupt the opponent's rhythm through precise cross-court sliced shots and net rushing interceptions, rather than simply delaying the attack." + ], + "answer": "C", + "question": { + "question_zh": "以下哪个选项最准确地评价了该回合的整体情况?", + "question_en": "Which of the following options most accurately evaluates the overall situation of this rally?" + } + }, + { + "video_uid": "video_002062", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借出色的网前技术和反手抢网效率掌控节奏,而bottom虽进攻积极但防守端稳定性不足,网前处理和过渡球质量成为失分主因,需加强关键分的主动压迫和失误控制。", + "B. bottom通过高效的网前截击和精准的下压进攻压制了top的节奏,反倒是top在防守过渡中失误频频,尤其关键分主动进攻时表现保守,导致关键分差。", + "C. bottom通过稳健的防守和精准的后场突击占据主动,而top虽然线路变化多但网前预判和衔接配合失误较多,导致关键分的主动得分能力不足,建议加强防守时的落点控制与战术执行的稳定性,同时需提升关键分阶段的主动进攻意识和对对手防守漏洞的捕捉能力。", + "D. top虽然在网前表现稳定,但反手抢网效率较低影响节奏把控,bottom则展现了顽强的防守韧性,虽在主动压迫时出现失误,但过渡球质量高、关键分稳定性是胜利关键。" + ], + "options_en": [ + "A. Top controlled the pace with excellent net play and backhand interception efficiency, while bottom, despite aggressive offense, lacked stability in defense. Poor net handling and transition shots were the main reasons for losing points, requiring improvement in active pressure and error control during crucial moments.", + "B. Bottom suppressed top's rhythm with efficient net interceptions and precise downward attacks. In contrast, top made frequent errors during defensive transitions, particularly showing conservatism in active offense during key points, resulting in a crucial point deficit.", + "C. Bottom takes the initiative by means of solid defense and precise backcourt attacks. While top has many line changes, there are more mistakes in net anticipation and connection cooperation, resulting in insufficient ability to score actively in key points. It is recommended to strengthen the control of the landing point during defense and the stability of tactical execution. At the same time, it is necessary to enhance the awareness of active attack in the key point stage and the ability to capture the opponent's defensive loopholes.", + "D. Top maintained stable net play but struggled with backhand interception efficiency, affecting rhythm control. Bottom displayed resilient defensive tenacity. Although mistakes occurred during active pressure, high-quality transition shots and stability in key points were decisive for victory." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002063", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合展现了攻防转换的典型模式,bottom初期通过假动作与斜线推球尝试掌控节奏,但关键分失误葬送优势;top则凭借平抽球的连续压迫性和线路变化有效破解对手前段战术,建议bottom在高压对抗中需提升击球稳定性与线路多样性。", + "B. 主要矛盾聚焦在bottom的网前技术劣势上,其多次试图分球压制对手边路却陷入被动,而top通过持续的平高球过顶压制和反手抽击控制节奏,bottom在关键分的连续失误直接暴露了其线路选择单一的问题,建议加强拉后场配合训练以突破僵局。", + "C. 本回合最突出特点是top球员的网前抢网失误频频,bottom抓住机会打出多拍相持并运用勾对角战术逐步扭转劣势,但由于过度依赖直线进攻导致出界失误,双方在关键分交替领先的局面下,应着重训练底线球的过网高度与旋转控制技巧。", + "D. 全程围绕bottom的假动作欺骗战术展开,其通过连续过顶劈杀制造对手被动,最终配合高质量的防臥推球锁定胜局,反观top始终未能破解对手节奏变化,显示出在应对假动作时反应滞后,建议加强战术识别与快速还击能力的针对性训练。" + ], + "options_en": [ + "A. This rally showcased a typical pattern of offense-defense transitions. The bottom player initially attempted to control the pace with deceptive moves and cross-court push shots but lost the advantage due to critical-point errors. The top player effectively countered the opponent's early tactics with continuous drive pressure and shot variation. It is recommended that the bottom player improve shot stability and line diversity under high-pressure confrontations.", + "B. The main conflict centered on the bottom player's disadvantage in net play. Their repeated attempts to distribute shots to suppress the opponent's side resulted in passivity, while the top player controlled the rhythm with sustained overhead clears and backhand drives. The bottom player's consecutive errors at critical points directly exposed their lack of line variation. It is advised to strengthen rear-court coordination drills to break the deadlock.", + "C. The most notable feature of this rally was the top player's frequent net interception errors. The bottom player seized the opportunity to engage in extended rallies and gradually reversed the disadvantage using cross-court diagonal tactics. However, over-reliance on straight-line attacks led to out-of-bounds errors. With both sides alternating leads at critical points, emphasis should be placed on training the net clearance height and spin control of baseline shots.", + "D. The entire rally revolved around the bottom player's deceptive tactics, creating opponent passivity with consecutive overhead smashes and ultimately securing victory with high-quality defensive push shots. In contrast, the top player failed to decode the rhythm changes, displaying delayed reactions to deceptive moves. It is recommended to enhance targeted training in tactical recognition and rapid counterattacking." + ], + "answer": "A", + "question": { + "question_zh": "以下哪项最能全面评价这一回合的情况?", + "question_en": "Which of the following best provides a comprehensive evaluation of this rally?" + } + }, + { + "video_uid": "video_002064", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合堪称一场激烈的主动进攻对决。bottom凭借出色的网前压迫与精准的落点调动,持续向top施加压力;而top虽然尝试通过防守反击寻找机会,但频繁的失误和防守漏洞让其难以招架。最终bottom通过连续杀上网战术锁定胜局,建议top需在比赛中增加进攻主动性和提升关键分的防守稳定性。", + "B. 这是一个教科书式的防守反击回合。top展现了顶级的网前控制力和落点布局能力,始终保持压迫性;bottom虽试图通过变线和杀球扭转局势,但关键球的冒险尝试导致崩盘。建议bottom需加强被动局势下的低风险过渡技术稳定性。", + "C. 这是一个战术执行失败的回合。top在领先阶段选择保守的被动过渡策略,bottom则通过连续停顿假动作打乱节奏,虽因关键球杀球出界错失良机,但证明了变速进攻的战术有效性。建议top应果断提升进攻侵略性。", + "D. 这是一场激烈的对攻回合。top凭借强大的体能优势持续通过重杀压制底线,bottom以精准的分球和网前假动作化解多次危机,可惜最后一球因判断失误导致出界。建议双方加强多拍相持中的步伐衔接效率。" + ], + "options_en": [ + "A. This rally can be regarded as a fierce active attacking showdown. Bottom continuously exerted pressure on Top with excellent net-front oppression and precise shot placement. Although Top tried to find opportunities through defensive counterattacks, frequent mistakes and defensive loopholes made it difficult for Top to withstand. Eventually, Bottom locked in the victory through the consecutive kill-and-net-rush tactic. It is suggested that Top should increase the initiative in attack and improve the defensive stability in crucial points during the game.", + "B. This is a textbook defensive counterattack rally. Top demonstrated elite net control and placement ability, maintaining constant pressure; Bottom attempted to reverse the situation through cross-court shots and kills, but risky attempts on crucial points led to collapse. It is recommended that Bottom improve the stability of low-risk transitional techniques in passive situations.", + "C. This was a failed tactical execution. Top opted for conservative passive transitions when leading, while Bottom disrupted the rhythm with consecutive hesitation fake motions. Although Bottom missed the opportunity due to a crucial kill going out, the effectiveness of variable-speed offense was proven. Top should decisively increase offensive aggression.", + "D. This was an intense attacking rally. Top relied on superior physical strength to consistently suppress the baseline with powerful kills, while Bottom defused multiple crises with precise placements and net fake motions, only to lose the final point due to a misjudgment that sent the shuttle out. Both players are advised to enhance footwork coordination during extended rallies." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002065", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top虽然在反手位分球和过顶高远球处理到位,但主动进攻压迫性不足,多次放网失误导致机会流失;bottom通过精准的假动作和快速到位的脚步限制了对手,关键分上通过正手高压扣杀实现逆转,战术多样性值得肯定。", + "B. top主动进攻战术执行高效,中后场跳杀与前场抢网衔接流畅,展现了强势的主动性。bottom在防守转入进攻阶段缺乏变化,被动时反手技术稳定性不足,需提升关键分的抗压能力。", + "C. 双方在攻防转换中均出现较多非受迫性失误,top虽然在网前小球处理细腻但中后场主动进攻节奏混乱;bottom通过频繁的假动作得分但关键分上主动变线不够果断,导致比赛陷入持续拉锯战。", + "D. bottom在防守端表现出色,多次化解top的进攻并成功实施快速反击,展现出强大的抗压能力。而top在后场主动扣杀时失误频频,缺乏有效进攻手段,前场网前技术也较为薄弱,需加强多拍相持中的线路变化与稳定性。" + ], + "options_en": [ + "A. Top handled backhand placements and overhead clears well but lacked offensive pressure, with repeated net shot errors squandering opportunities. Bottom effectively restricted opponents with precise deceptive shots and quick footwork, reversing key points with powerful forehand smashes, demonstrating commendable tactical diversity.", + "B. Top executed an efficient active offensive strategy, with smooth transitions between mid-backcourt jump kills and frontcourt net interceptions, demonstrating strong dominance. Bottom lacked variation when transitioning from defense to offense, and their backhand technique was unstable under pressure, requiring improvement in handling crucial points.", + "C. Both sides committed numerous unforced errors during offensive and defensive transitions. Top displayed delicate net play but had chaotic offensive rhythms in mid-backcourt. Bottom scored through frequent deceptive shots but lacked decisiveness in changing directions during crucial points, leading to prolonged stalemates.", + "D. Bottom performed exceptionally well in defense, repeatedly neutralizing top's attacks and successfully executing quick counterattacks, showcasing strong resilience under pressure. Meanwhile, top made frequent errors in backcourt active kills, lacked effective offensive methods, and had weak frontcourt net play, needing to enhance shot variety and stability during extended rallies." + ], + "answer": "B", + "question": { + "question_zh": "对于此次回合的评价,哪一项最为贴切?", + "question_en": "Which of the following evaluations of this rally is the most accurate?" + } + }, + { + "video_uid": "video_002066", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了top对战术的精准把控,通过快速抢攻压制bottom的防守体系,其变速扣杀与网前截击迫使bottom频繁出现回球下网或出界失误。bottom在应对高压时选择过多横向移动而非高度封网,导致防守效率降低,建议bottom需在防守时增强压线能力和应对突击的反应速度,同时top的良好表现证明了其在攻防转换中的决策优势,值得在后续比赛延续该压迫性战术体系。", + "B. 这是一次典型的攻防转换回合,bottom成功运用变速和落点变化打乱top的重心节奏,滑吊与网前的组合拳展现了高效战术执行。而top在被动情况下过于依赖挑球且失误率偏高,建议加强被动衔接中的线路控制和防守稳定性。", + "C. 本回合以底线相持主导,bottom凭借稳定的过顶高远球持续压制,而top在后场多次出现被动过渡时的出界失误,建议双方都需提升后场攻防的精准性与抗压能力,尤其应减少无谓挑球的试错次数。", + "D. 全场节奏由top的高质量分球与假动作衔接掌控,bottom在网前防守时多次判断失误导致下网,尽管在后场通过变速救球制造机会,但关键分的线路选择单一暴露了应变不足,建议强化网前小球的预判质量。" + ], + "options_en": [ + "A. This round demonstrated top's precise control of tactics. By quickly seizing the offensive to suppress bottom's defensive system, top's variable - speed smashes and net interceptions forced bottom to frequently make mistakes such as hitting the ball into the net or out - of - bounds. When facing high pressure, bottom chose to move horizontally too much instead of highly blocking the net, resulting in a decrease in defensive efficiency. It is recommended that bottom should enhance the ability to press the line and the reaction speed to sudden attacks during defense. At the same time, top's good performance proved its decision - making advantage in the offense - defense transition, and it is worth continuing this oppressive tactical system in subsequent matches.", + "B. This was a typical offense-defense transition rally. The bottom player successfully disrupted the top player's rhythm with pace variations and placement changes, showcasing efficient tactical execution through a combination of slice drops and net play. However, the top player relied too heavily on lifts in passive situations with a high error rate, suggesting improvements in shot control and defensive stability during passive transitions.", + "C. The rally was dominated by baseline exchanges. The bottom player consistently pressured the top player with deep clears, while the top player made multiple out-of-bounds errors during passive transitions from the rear court. Both players should enhance precision and composure in rear-court offense-defense, particularly by reducing unnecessary trial lifts.", + "D. The overall tempo was controlled by the top player's high-quality placement shots and deceptive plays. The bottom player misjudged several net defenses, resulting in net errors. Despite creating opportunities with pace variations in the rear court, their predictable shot selection in crucial points revealed a lack of adaptability. Improving anticipation for net shots is recommended." + ], + "answer": "B", + "question": { + "question_zh": "在这一回合中,以下哪个评价最能准确描述整体表现?", + "question_en": "In this rally, which of the following evaluations most accurately describes the overall performance?" + } + }, + { + "video_uid": "video_002067", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现典型攻防博弈:top积极通过变速滑吊和网前小球调动对手,展现压迫性战术;bottom依赖被动过渡虽能维系回合,但缺乏主动突破手段。建议bottom增加网前压迫和变线质量,减少被动时的纯粹防守过渡。", + "B. 全程以攻击性战术为主导:top连续使用劈吊配合跃起扣杀制造威胁,而bottom因连续救球出现多次出界和下网失误,建议bottom强化预判能力与击球稳定性,避免非受迫性失分", + "C. 本回合关键看点在于底线多拍抽球较量:top凭借强力正手进攻持续压制对手后场,而bottom通过精准反手挡网化解危机,建议双方加强中场补位和步法衔接,提升防守反击效率。", + "D. 该回合体现均衡拉锯战特征:双方通过持续平抽挡和大范围全场调动维持均势,top与bottom均采用防守反击策略限制对方进攻空间。建议双方增加后场主动突击频率,在多拍相持中强化直线质量并减少网前失误造成的直接得分机会。" + ], + "options_en": [ + "A. The rally showcased a typical offense-defense dynamic: top actively employed speed variations, slice drops, and net shots to maneuver the opponent, demonstrating a pressing strategy; bottom relied on passive transitions to sustain the rally but lacked proactive breakthroughs. It is recommended that bottom increase net pressure and improve cross-court shot quality, reducing purely defensive transitions when passive.", + "B. The entire rally was dominated by offensive tactics: top continuously used slice drops paired with jump smashes to create threats, while bottom committed multiple out-of-bounds and net errors due to consecutive retrieves. It is recommended that bottom strengthen anticipation and shot consistency to avoid unforced errors.", + "C. The highlight of this rally was the baseline drive exchanges: top consistently suppressed the opponent's backcourt with powerful forehand attacks, while bottom countered with precise backhand blocks. It is suggested that both sides strengthen midcourt coverage and footwork coordination to enhance defensive counterattack efficiency.", + "D. This rally demonstrates the characteristics of a balanced seesaw battle: Both sides maintain an equal position through continuous drives and wide - range court - wide maneuvering. Both 'top' and 'bottom' adopt a counter - attacking defensive strategy to limit the opponent's offensive space. It is recommended that both sides increase the frequency of active attacks from the backcourt, strengthen the quality of straight shots during multi - stroke stalemates, and reduce the direct scoring opportunities caused by net - front mistakes." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价该回合的对抗特点?", + "question_en": "Which of the following best comprehensively evaluates the characteristics of this rally?" + } + }, + { + "video_uid": "video_002068", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. round整体节奏偏慢,top过多依赖直线分球和过顶技术压制底线区域,这虽迫使bottom频繁上网,但自身在网前勾对角的失误率较高。bottom则因回球过于保守,未能在关键分上主动变线突破,双方攻防转换次数较少,相持阶段稳定性均优于压迫性进攻。", + "B. 整个回合呈现以守代攻的局面,bottom利用精准的分球和快速抢网有效控制前场,虽多次遭遇top的高压过顶球,但通过积极补防化解危机。top在关键分处理上略显犹豫,多次停顿导致进攻节奏混乱,建议减少假动作以提升攻击效率。", + "C. 这是一个攻防转换频繁的回合,top展现了优秀的落点控制和关键分把握能力,通过长短结合的战术不断调动对手。bottom虽在前半段通过防守延缓局势,但中后场相持质量下滑明显,尤其面对压迫性进攻时的稳定性不足,可加强被动情况下的防守反击效率。", + "D. 这场对决以假动作博弈为主导,top频繁使用手腕停顿和过顶假动作扰乱bottom的预判,但因自身后场衔接速度不足导致多次下网。bottom则通过精准预判化解了大部分假动作,最终因网前压迫不足未能抓住关键分,回球线路可增加变化提升威胁性。" + ], + "options_en": [ + "A. The overall pace of the rally was slow. The top player relied excessively on straight clears and high clears to pressure the baseline, forcing the bottom player to frequently approach the net. However, the top player's cross-court net shots had a high error rate. The bottom player's returns were overly conservative, failing to actively vary shots to break through during key points. Both players showed better stability in extended rallies than in aggressive attacks, resulting in fewer offensive-defensive transitions.", + "B. The entire rally presented a defensive-to-offensive scenario. The bottom player effectively controlled the frontcourt with precise placement and quick net interceptions, though repeatedly challenged by the top player's high clears. The bottom player actively covered the court to neutralize threats. The top player appeared hesitant in handling key points, with multiple pauses disrupting the offensive rhythm. Reducing deceptive moves is suggested to enhance attack efficiency.", + "C. This was a rally with frequent offensive-defensive transitions. The top player demonstrated excellent placement control and the ability to seize key points, constantly moving the opponent around with a combination of long and short shots. The bottom player managed to delay the situation through defense in the early stages, but the quality of mid-to-late rally exchanges declined noticeably, especially in terms of stability when facing aggressive attacks. Improving defensive counterattack efficiency in passive situations is recommended.", + "D. This match was dominated by deceptive moves. The top player frequently used wrist pauses and overhead deceptions to disrupt the bottom player's anticipation but suffered multiple net errors due to insufficient backcourt transition speed. The bottom player countered most deceptions with accurate anticipation but lacked sufficient net pressure to capitalize on key points. Adding variety to return trajectories could increase threat levels." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,以下哪一个选项最能准确描述整场对决的特点与球员表现?", + "question_en": "For this rally, which of the following options best describes the characteristics of the entire match and the players' performances?" + } + }, + { + "video_uid": "video_002069", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一次典型的战术压制与失误结合的回合,bottom凭借细腻的假动作和线路控制逐步施压,而top在关键球处理中暴露了相持能力的不足,需加强在被动位置的落点控制与步伐衔接。", + "B. 整个回合中Top依靠多拍相持中的落点变化多次化解Bottom的战术,但在网前相持环节因对角线进攻意图暴露而陷入被动,反映其在关键分主动突击时线路选择过于保守的问题。", + "C. 此次交锋Bottom通过连续网前压迫逼迫Top后退,但Top展现优异的救球能力将球过渡至底线后场,最终Bottom因挥拍过顶失误导致失分,暴露其在中场衔接时的控制力欠缺。", + "D. 此回合展现了Bottom对防守反击战术的精准运用,而Top通过连续强力下压球制造机会,最终因底线球出界错失得分,凸显其在高压形势下正手击球的稳定性缺陷需要改善。" + ], + "options_en": [ + "A. This was a typical rally combining tactical suppression and errors. Bottom gradually applied pressure with delicate deception and shot placement control, while Top exposed weaknesses in endurance during crucial shots, needing improvement in placement control and footwork coordination when in defensive positions.", + "B. Throughout the rally, Top relied on varied shot placements during extended exchanges to repeatedly neutralize Bottom's tactics. However, Top became passive during net exchanges due to exposed cross-court attacking intentions, reflecting overly conservative shot selection when initiating decisive attacks on key points.", + "C. In this exchange, Bottom forced Top to retreat through continuous net pressure, but Top displayed excellent retrieval skills to transition the shot to the deep baseline. Bottom ultimately lost the point due to an overhead swing error, exposing control deficiencies during midcourt transitions.", + "D. This rally demonstrated Bottom's precise execution of defensive counterattacks, while Top created opportunities through consecutive powerful smashes but ultimately lost the point due to a baseline shot going out, highlighting the need to improve forehand stability under high-pressure situations." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002070", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom全程节奏偏快意图压制,但进攻后的重心失衡影响了防守质量,反观top通过稳健的网前技术和防守反击抓住机会,最后一拍的低级失误暴露了急于求成的弊端,建议在连续进攻后需适当放缓节奏回收ball。", + "B. Top利用快速的假动作配合突击上网战术迫使bottom来回大范围移动,却因重心不稳导致放网失误丧失机会。bottom则通过精准的过顶球压制反超,在关键分因急于得分触发力量失控造成出界,整体反映top应加强网前稳定性而非过度施压。", + "C. top全程采用保守的过渡球策略拖住比赛节奏,bottom虽尝试高压扣杀却因线路偏短遭top借力打力过顶反击。最后一拍bottom为挽救被动局面强行抽球却因角度失误出界,这说明应注重攻防转换的时机选择而非盲目发力", + "D. bottom依靠快速进攻持续压制,通过高质量的劈吊球迫使top失误连连,而top始终未能适应对手节奏,最后一拍的出界球暴露了其防守范围不足的缺陷,建议加强后场救球步伐训练。" + ], + "options_en": [ + "A. Bottom maintained a fast-paced rhythm throughout with the intent to dominate, but the imbalance in body weight after attacking affected defensive quality. In contrast, Top seized opportunities with steady net play and counterattacks. The final unforced error exposed the drawback of rushing for results, suggesting the need to slow down and recover the ball after continuous attacks.", + "B. Top used quick feints combined with a sudden net-rush tactic to force Bottom into wide-ranging movements but lost the opportunity due to unstable body weight leading to a net shot error. Bottom, however, suppressed and overtook with precise overhead clears. At the crucial point, Bottom triggered a power loss due to eagerness to score, resulting in an outbound shot. Overall, this reflects that Top should enhance net stability rather than over-pressuring.", + "C. Top adopted a conservative clearing strategy to drag out the rally tempo. Although Bottom attempted a powerful smash, the short trajectory allowed Top to leverage the force for an overhead counterattack. In the final shot, Bottom forcibly drove the shuttle to salvage the passive situation but missed the angle, resulting in an outbound shot. This indicates the importance of timing in offense-defense transitions rather than blind power exertion.", + "D. Bottom relied on rapid attacks to continuously suppress, forced top to make frequent mistakes through high - quality drop shots. However, top failed to adapt to the opponent's rhythm all the time. The out - of - bounds shot in the last stroke exposed the defect of its insufficient defensive range. It is recommended to strengthen the footwork training for retrieving balls in the backcourt." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally?" + } + }, + { + "video_uid": "video_002071", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合bottom在关键分利用假动作骗到前场后,通过抢网占据主动权,top因被动防守连续出现回球出界失误。双方战术各有亮点,但bottom在领先时未果断封网,建议加强分球与扑杀的衔接配合以终结回合。", + "B. 本回合双方均在被动环节频繁使用过渡球拖延战局,导致节奏陷入僵持。最终因bottom在关键分尝试高难度网前扑杀失误才分出胜负,反映出对关键分处理经验不足,应减少冒险性击球以提高稳定性。", + "C. 本回合top的精准过顶高球和分球压制了bottom防线,但bottom通过连续高质量的平抽成功扭转局势。关键分上bottom因过渡球处理犹豫导致回球下网,暴露了其反手技术短板,应强化在高压时的主动进攻意识而非被动防守。", + "D. 本回合展现了高对抗性的攻防转换,top通过假动作和快杀试图掌控节奏,但bottom的连贯平抽有效化解了压力。双方战术执行到位,但关键分上top的冒进行为导致失分,建议在被动局面下优先保证回球质量而非强行进攻。" + ], + "options_en": [ + "A. In this rally, Bottom used a deceptive move at the critical point to lure Top to the frontcourt and seized the initiative with a net rush, while Top made consecutive out-of-bounds errors due to passive defense. Both sides had tactical highlights, but Bottom failed to decisively intercept at the net when leading. It is recommended to improve the coordination between placement shots and net kills to finish the rally.", + "B. Both sides frequently used transitional shots to prolong the rally in passive situations, leading to a stalemate. The rally was ultimately decided by Bottom's failed attempt at a difficult net kill at the critical point, reflecting insufficient experience in handling crucial moments. It is advised to reduce risky shots to improve stability.", + "C. In this rally, Top suppressed Bottom's defense with precise overhead clears and well-placed shots, but Bottom successfully turned the tide with consecutive high-quality drives. At the critical point, Bottom hesitated on a transitional shot, resulting in a net error, exposing their backhand weakness. They should enhance proactive attacking awareness under pressure rather than passive defense.", + "D. This rally showcased high-intensity offensive and defensive transitions. Top attempted to control the pace with deceptive moves and fast kills, but Bottom effectively neutralized the pressure with consistent drives. Both sides executed their tactics well, but Top's aggressive play at crucial points led to losing the point. It is advised to prioritize shot quality over forced attacks in passive situations." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002072", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个从底线进攻到强势结束的精彩回合,top展现出了顶级杀球手的决断力,而bottom在关键球处理上稍显急躁,建议在抢网时需更加注重落点准确性以降低被反击风险", + "B. 此回合的关键在于bottom通过高质量的分球与过顶球持续压制对手,但因回球力量过大导致多次出界,应加强分球线路与弧度的精细化控制以提升边线区域的击球稳定性", + "C. 该回合呈现出典型的被动过渡特征,双方均陷入多拍拉锯,top虽然在上网时采用停顿骗术成功迷惑对手,但因底线回球连续下网丧失主动权,需强化网前小球质量和底线击球的稳定性", + "D. 整个回合最值得称道的是bottom在抢网环节展现出的预判能力,尽管top通过假动作制造威胁,但bottom通过精准的过顶技术化解被动,遗憾的是最后处理网前球时因角度控制不足错失得分良机" + ], + "options_en": [ + "A. This was a brilliant rally featuring an attack from the baseline to a strong finish. The top player demonstrated the decisiveness of a top-tier kill specialist, while the bottom player appeared slightly impatient in handling crucial shots. It is recommended to focus more on placement accuracy during net interceptions to reduce the risk of counterattacks.", + "B. The key to this rally lay in the bottom player's consistent suppression of the opponent with high-quality cross-court shots and overhead clears. However, excessive power led to multiple shots going out of bounds. Improving precision in cross-court trajectories and arc control is advised to enhance stability in sideline shots.", + "C. This rally exhibited typical passive transition characteristics, with both players locked in a protracted exchange. Although the top player successfully deceived the opponent with a pause trick during the net approach, consecutive baseline shots into the net cost them the initiative. Strengthening net shot quality and baseline shot consistency is essential.", + "D. The most commendable aspect of this rally was the bottom player's anticipation skills during net interceptions. Despite the top player creating threats with deceptive moves, the bottom player countered the passive situation with precise overhead techniques. Regrettably, they missed a scoring opportunity due to insufficient angle control in the final net shot." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪项评价最贴切?", + "question_en": "Which of the following evaluations best describes this rally?" + } + }, + { + "video_uid": "video_002073", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现快速分胜负特征,top凭借高点扣杀直接得分,球速达320km/h使bottom完全不及反应。bottom在回放网时预判失误导致下网,整回合仅持续6拍即以过顶杀失误定局。", + "B. bottom通过精准分球和连续假动作欺骗成功掌控局面,多次骗到top边线后快速抢网得分。top陷入被动后多次出现放网出界失误,应加强中后场的防守轮转意识与网前补位能力。", + "C. 本回合是典型的多拍拉锯战,展现了顶尖球员的网前博弈智慧。top通过多样化推挑、滚网球和压迫性放网不断调动对手,最终以精准扑杀锁定胜局。bottom虽防守积极但主动得分手段较少,尤其是网前放球的稳定性和压迫性需加强。", + "D. 这是一次以强力扣杀为主的进攻回合,top频繁使用重杀压制底线导致bottom连续被动救球,但关键分因反手挡网下网痛失优势。bottom全程处于防守姿态,仅靠两次精准吊对角化解危机却未能转化为得分手段。" + ], + "options_en": [ + "A. The rally featured a quick finish. The top player scored directly with a high jump smash, reaching a speed of 320km/h that left the bottom player with no time to react. The bottom player misjudged the net shot return, resulting in a net error. The entire rally lasted only 6 shots, ending with an overhead smash error.", + "B. The bottom player controlled the game with precise placements and consecutive deceptive moves, successfully tricking the top player to the sideline before quickly rushing the net to score. The top player, forced into a passive position, repeatedly made net shot errors out of bounds and should improve defensive rotation awareness in the mid-backcourt and net coverage.", + "C. This rally was a typical multi-shot battle, showcasing the net play intelligence of top players. The top player constantly maneuvered the opponent with varied push shots, net rolls, and aggressive net shots, ultimately sealing the victory with a precise net kill. The bottom player defended actively but lacked proactive scoring methods, especially needing to improve the consistency and pressure of net shots.", + "D. This was an offensive rally dominated by powerful smashes. The top player frequently used heavy smashes to pressure the baseline, forcing the bottom player into passive saves. However, the top player lost the advantage at a crucial point due to a failed backhand block into the net. The bottom player remained defensive throughout, only managing two accurate cross-court drops to defuse the crisis but failing to convert them into scoring opportunities." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一项最能全面评价这一回合的表现?", + "question_en": "Which of the following best comprehensively evaluates the performance in this rally?" + } + }, + { + "video_uid": "video_002074", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top的反手技术失误较多影响了连贯性,而bottom通过稳健的防守和精准的头顶区进攻成功化解多次危机,建议Top加强反手技术的稳定性训练。", + "B. 双方攻防节奏快且压迫性强,top选手凭借正手重杀球压制对手底线,但连续两次底线出界丧失优势。bottom选手在被动中选择稳妥过渡,通过精准的平抽技术挽回局面,建议强化相持阶段的连贯性训练。", + "C. 这回合展现了攻守转换的高难度,top选手利用精湛的反手技术压制网前,但在关键分出现抢网失误。bottom选手因接发球站位过近导致被动,建议加强防守时的线路变化和上网时机把握,提升整体战术执行力。", + "D. 这一回合展现了顶级攻防对抗,top展现了精准的落点控制和快速连贯能力,尤其是反手技术成为制胜关键。bottom在高压下暴露出过渡球稳定性不足的问题,建议加强反手被动技术的稳定性训练。" + ], + "options_en": [ + "A. Top's frequent backhand errors disrupted continuity, while Bottom successfully countered multiple crises with steady defense and accurate overhead attacks. It is recommended that Top strengthen stability training for backhand techniques.", + "B. Both players maintained a fast and aggressive tempo. Top relied on powerful forehand kills to pressure the baseline but lost momentum with two consecutive long shots. Bottom opted for safe transitions when passive, recovering with precise flat drives. It is advised to improve continuity during extended rallies.", + "C. This rally highlighted challenging offensive-defensive transitions. Top utilized refined backhand techniques to dominate the net but committed a critical net rush error at the decisive point. Bottom's overly close receiving position led to passivity, suggesting improvements in defensive shot variation and net approach timing to enhance overall tactical execution.", + "D. This rally showcased top-level offensive and defensive exchanges. Top demonstrated precise placement control and rapid continuity, with the backhand technique proving decisive. Bottom revealed instability in transitional shots under pressure, suggesting the need to enhance stability training for passive backhand techniques." + ], + "answer": "D", + "question": { + "question_zh": "以下哪个选项最能准确评价这一回合的整体表现?", + "question_en": "Which of the following options most accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002075", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合以高强度进攻对决为核心,top依赖连续重杀压制底线,bottom虽能勉强支撑但缺乏回球质量。top凭借体能优势持续施压,而bottom陷入被动防守。建议bottom提升防守反击效率,减少失误;top需改进落点变化防止对手起球反击。", + "B. 本回合展现了顶级选手的多拍拉锯战战术博弈。bottom凭借细腻的手感和全场型打法主导节奏,尤其反手技术与轻球变化显著压制对手。top虽以正手杀球展现进攻火力,但过度依赖防守过渡球,在网前和轻球对抗中处于下风。建议top加强中场压迫性,减少被动性高远球;bottom可进一步提升杀球后的连续进攻衔接。", + "C. 本回合通过快速攻防转换战术突显战术配合。top凭借精准的中后场杀球和积极的网前封网占据主动,尤其反手过渡与劈吊技巧有效限制bottom。而bottom虽然依靠稳健的防守和直线球试图反击,但因失误较多导致被动,在多拍相持中缺乏变化。建议bottom加强反手进攻和落点控制;top可尝试增加中场平抽并减少上网时机的延误。双方在网前逼抢环节失误率偏高,建议强化小球技术细节与节奏变化", + "D. 本回合突显顶尖选手的网前博弈,top凭借快速抢网和精准分球掌控节奏,尤其正手技术与高频扑球压制对手。bottom虽以反手过渡和轻吊球尽量周旋,但防守覆盖不足,缺乏有效反击。建议bottom提升中场速度,加强杀球衔接;top可优化落点变化减少对手过渡空间。" + ], + "options_en": [ + "A. This round was centered around high-intensity offensive duels. Top relied on consecutive heavy kills to pressure the baseline, while bottom barely held on but lacked return quality. Top maintained pressure with physical dominance, while bottom fell into passive defense. It is recommended that bottom enhance defensive counterattack efficiency and reduce errors; top needs to improve placement variations to prevent the opponent from lifting returns.", + "B. This round showcased the tactical duel of multi-shot rallies between top players. Bottom dominated the rhythm with delicate touch and an all-court playing style, notably suppressing the opponent with backhand techniques and drop shot variations. Top displayed offensive firepower with forehand kills but overly relied on defensive transition shots, struggling in net play and drop shot exchanges. It is recommended that top enhance mid-court pressure and reduce passive clears; bottom could further improve the follow-up offensive transitions after kills.", + "C. In this rally, the tactical coordination was highlighted through the fast attack-defense transition tactic. Top took the initiative with precise mid-backcourt kills and active net blocking. In particular, the backhand transition and split drop shot skills effectively restricted Bottom. Although Bottom tried to counterattack with steady defense and straight shots, they were passive due to more mistakes and lacked variety in the multi-shot stalemate. It is recommended that Bottom strengthen backhand attacks and shot placement control; Top can try to increase midcourt drives and reduce delays in advancing to the net. Both sides had a relatively high error rate in the net scramble section. It is recommended to strengthen the technical details and rhythm changes of net shots.", + "D. This round highlighted the net play duel between elite players. Top controlled the tempo with quick net interceptions and precise placement, particularly suppressing the opponent with forehand techniques and frequent net kills. Bottom managed to hold on with backhand transitions and drop shots but lacked defensive coverage and effective counterattacks. It is recommended that bottom improve mid-court speed and strengthen kill transitions; top could optimize placement variations to reduce the opponent's transition space." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一个最全面地概括了本回合的战术特点及球员表现?", + "question_en": "Which of the following most comprehensively summarizes the tactical characteristics and player performances in this round?" + } + }, + { + "video_uid": "video_002076", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在整个回合中陷入胶着,top利用过顶高远球与被动过渡球积极消耗bottom体力,而bottom多次上网突击但落点精准度不足。建议bottom加强相持阶段的变速击球和高位压制,同时top可提升反手分球与追身球组合以扩大得分空间。", + "B. 本回合展现了高强度对抗,bottom凭借精准的落点控制与主动出击占据主动,尤其是中后场的跳杀和追身球极具威胁。top防守虽顽强但缺乏反击效率,建议加强被动局面下的反手防反技术和落点变化,减少非受迫性失误。", + "C. top选手展现了出色的网前控制与战术执行能力,多次通过假动作和分球调动bottom,使其陷入被动。bottom在防守中虽尝试抢网但失误较多,尤其是跳杀出界和下网问题严重,建议在训练中加强后场进攻稳定性,同时提升对假动作的预判能力以减少被动得分机会。", + "D. bottom在关键分上预判不足导致多次被动失误,尤其放网质量偏低被top连续抓反击。top则通过精准的假动作暂停策略干扰对手,其反手防反和追身球的连续进攻组合展现高效得分能力,建议bottom强化网前连续快搓与底线劈杀的衔接。" + ], + "options_en": [ + "A. Both players were locked in a stalemate throughout the rally. Top actively exhausted bottom's stamina with overhead clears and passive transition shots, while bottom frequently rushed to the net for attacks but lacked precision in placement. It is recommended for bottom to strengthen speed variation in sustained rallies and high-position suppression, while top could improve backhand placement and body shot combinations to expand scoring opportunities.", + "B. This rally showcased high-intensity competition, with bottom taking the initiative through precise placement and proactive attacks, particularly with threatening mid-to-rear court jump kills and body shots. Although top displayed tenacious defense, their counterattack efficiency was lacking. It is recommended to strengthen backhand defensive counter techniques and placement variation in passive situations, while reducing unforced errors.", + "C. The top player demonstrated excellent net control and tactical execution, frequently using deceptive moves and placement to disrupt bottom, forcing them into a passive position. Although bottom attempted to intercept at the net during defense, their errors were numerous, especially with jump kills going out or into the net. It is recommended to improve rear-court offensive stability during training and enhance anticipation of deceptive moves to reduce passive scoring opportunities.", + "D. Bottom's poor anticipation during critical points led to multiple passive errors, especially low-quality net shots that were repeatedly exploited by top for counterattacks. Top effectively disrupted their opponent with precise deceptive pauses, showcasing high-efficiency scoring through backhand defensive counters and continuous body shot combinations. It is recommended for bottom to strengthen the transition between fast consecutive net flicks and baseline slice kills." + ], + "answer": "B", + "question": { + "question_zh": "针对该回合的羽毛球对抗,以下哪项评价最能全面反映双方的表现与技术特点?", + "question_en": "Regarding this badminton rally, which of the following evaluations best comprehensively reflects the performance and technical characteristics of both players?" + } + }, + { + "video_uid": "video_002077", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合体现了双方底线技术的极致较量,top通过连续高压扣杀迫使bottom连续防守失误,最终在反手位穿越得分。bottom虽然尝试用过顶假动作改变节奏,但重心失衡导致回球出界,说明关键分的体能分配更为重要。", + "B. 这个回合展现了顶级选手对关键分的战术执行能力。bottom在被动站位中用假动作化解压力并直接得分,展现了极强的临场应变。top的发球虽然落点合理却缺乏攻击性,未能压缩对手反击空间,建议在关键分发球时增加落点多样性。", + "C. 这个回合反映了网前对抗的残酷性,bottom被压制在后场被动防守时,意外地通过突然加速上网偷袭得手。而top的发球弧度设计存在明显缺陷,未能有效限制对方抢网,建议关键分时加强网前预判突发性球路变化。", + "D. 这个回合展现了防守反击的战术价值,top通过连续高质量过渡球耐心消耗bottom,最终在底线相持中判断bottom失误回球后精准杀对角得分。bottom虽然尝试用假动作迷惑对方,但过渡球失误过多导致节奏被打乱,需提升关键分的稳定性。" + ], + "options_en": [ + "A. This rally highlighted the ultimate showdown of baseline techniques between both players. The top player forced continuous defensive errors from the bottom player through relentless smashes, eventually scoring with a cross-court shot on the backhand side. Although the bottom player attempted to change the rhythm with an overhead deceptive move, loss of balance led to an out-of-bounds return, emphasizing the importance of energy allocation in crucial points.", + "B. This rally showcased the top player's tactical execution ability in crucial points. The bottom player used deceptive moves to relieve pressure and score directly from a passive stance, demonstrating exceptional on-court adaptability. Although the top player's serve had a reasonable placement, it lacked aggressiveness and failed to compress the opponent's counterattack space. It is recommended to increase serve placement variety during crucial points.", + "C. This rally reflected the brutality of net play. While being pinned in the backcourt for passive defense, the bottom player unexpectedly scored by suddenly accelerating to the net for a surprise attack. The top player's serve trajectory design had obvious flaws, failing to effectively limit the opponent's net rush. It is recommended to enhance anticipation of sudden net shot variations during crucial points.", + "D. This rally demonstrated the tactical value of defensive counterattacks. The top player patiently wore down the bottom player with continuous high-quality transition shots, ultimately scoring with a precise cross-court kill after judging the bottom player's error in a baseline rally. Although the bottom player attempted to confuse the opponent with deceptive moves, excessive transition shot errors disrupted the rhythm, highlighting the need to improve stability in crucial points." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002078", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现顶点攻防态势,top通过连续重杀压制底线使bottom疲于奔命,但bottom凭借精准的反手挑后场过顶球成功解围,关键在于top未能保持侵略性转而落入对拉中,破坏了进攻连贯性。", + "B. 回合节奏偏慢,双方攻防转换滞涩,top反手预判不足导致后场失位,bottom控网精准,推球线路变化多样,展现良好应变能力。", + "C. 回合呈现快节奏攻防转换,top凭借反手技术稳守后场后迅速转攻,进攻连贯性极佳。bottom中前场处理球犹豫,推球突然性不足,需加强控网能力和移动应变速度。", + "D. 在关键分的争夺中,top频繁使用劈杀进攻但力量不足下网,导致多次失分;而bottom利用假动作分球制造空档,配合推后场直线压制,展现了优秀的控网能力,top应加强高压球质量而非单纯依赖扣杀。" + ], + "options_en": [ + "A. The rally displayed peak offensive-defensive dynamics. Top player suppressed the baseline with consecutive powerful smashes, exhausting bottom player. However, bottom player successfully countered with precise backhand net lifts that cleared the top player's reach. The key issue was top player's failure to maintain aggression, falling into passive rallies that disrupted offensive continuity.", + "B. The rhythm of the rally is relatively slow, and the offensive and defensive transitions between the two sides are sluggish. Player top's lack of anticipation on the backhand side leads to misplacement in the backcourt. Player bottom has precise net control, with diverse push shot lines, demonstrating good adaptability.", + "C. The rally featured fast-paced offensive and defensive transitions. Top player relied on backhand techniques to stabilize the backcourt defense before swiftly switching to offense, demonstrating excellent attacking continuity. Bottom player hesitated in mid-frontcourt ball handling, lacking suddenness in push shots, and needs to improve net control and movement adaptability.", + "D. During crucial point exchanges, top player frequently employed sliced kills but lacked power, resulting in multiple net errors. Bottom player utilized deceptive shot placements to create openings, combining straight-line push shots to the backcourt for suppression, showcasing excellent net control. Top player should improve smash quality rather than solely depending on kills." + ], + "answer": "C", + "question": { + "question_zh": "以下哪个选项最能全面评价本回合的战术表现?", + "question_en": "Which of the following options best comprehensively evaluates the tactical performance of this rally?" + } + }, + { + "video_uid": "video_002079", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top开局主动采用假动作过网高压球战术转移对手注意力,但bottom识破意图后展开强势反扑,通过连续重扣对角线压制底线迫使top被动回球下网,最终bottom凭借进攻压迫性赢得关键分,反映top在高压球处理经验上的缺失亟待改善", + "B. 本回合top通过推斜线分球和抢网试图压制,但关键球处理偏软,特别是左区反手推击失误埋下隐患。bottom则通过网前控制和一拍高质量杀球完成致命一击,凸显了防守反击战术执行的高效,建议top需强化被动局面下的过渡球质量。", + "C. 尽管top在网前通过搓放小球分化bottom防守区域,bottom却凭借精准预判和默契跑位成功化解威胁,决战时刻bottom突然改变击球方向以正手直线过顶球突破防线重扣得分,这说明top的防守反应速度仍需提升,建议加强侧身移动训练。", + "D. 本回合top通过连续后场杀球压制底线区域展现强大攻击性,尤其在右区正手劈对角球的精确性值得肯定。bottom虽然试图通过防守快速转移球寻找反击机会,但关键分中网前挑后场失误直接丢分。top维持高压态势并依靠体能优势在多拍相持中完成致命头顶区突击,显示了主动进攻战术的可行性,建议bottom加强防守时对落点的控制精度和反击衔接的果断性。" + ], + "options_en": [ + "A. top proactively employed a deceptive overhead smash tactic to divert the opponent's attention at the start, but bottom decoded the intent and launched a fierce counterattack. By relentlessly smashing diagonally to pressure the baseline, bottom forced top into a passive net error, ultimately securing the critical point through offensive dominance. This reflects top's lack of experience in handling high-pressure smashes, urgently requiring improvement.", + "B. In this rally, top attempted to pressure by pushing cross-court shots and rushing the net, but key shots were executed weakly, especially a backhand push error in the left zone that planted a hidden danger. bottom, however, secured the lethal strike through net control and a high-quality kill, highlighting the efficiency of their defensive counterattack tactics. It is suggested that top needs to improve the quality of transition shots in passive situations.", + "C. Although top disrupted bottom's defensive zones with net drops, bottom neutralized the threat with precise anticipation and coordinated movement. At the decisive moment, bottom abruptly changed shot direction, scoring with a forehand straight overhead kill that broke through the defense. This indicates top's defensive reaction speed still needs improvement, suggesting enhanced lateral movement training.", + "D. In this rally, Top demonstrated strong aggression by continuously killing from the backcourt to suppress the baseline area. In particular, the accuracy of the forehand cross-court sliced shot in the right area is commendable. Although Bottom tried to quickly transfer the ball through defense to find counterattack opportunities, a mistake of lifting the net shot to the backcourt at a crucial point directly led to losing points. Top maintained a high-pressure situation and completed a deadly smash in the overhead area during the multi-shot stalemate relying on physical advantage, showing the feasibility of the proactive offensive strategy. It is recommended that Bottom strengthen the control accuracy of the landing point during defense and the decisiveness of counterattack connection." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一项最能综合反映此回合的技术执行与战术效果?", + "question_en": "Which of the following best comprehensively reflects the technical execution and tactical effectiveness of this rally?" + } + }, + { + "video_uid": "video_002080", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的被动过渡回合,top在接发球阶段出现回球下网失误导致被动,此后通过精准的平抽封网延缓失分。bottom虽展现快速抢网能力,但过度依赖过顶高球的击球方式暴露了网前衔接不够细腻的问题。", + "B. 回合体现网前技术对比赛的主导作用,top利用勾球、切吊等手段不断调动对手,最终以高难度反手击球终结。bottom在防守中展现了顽强的移动能力,但需提升预判和在被动情况下快速调整的能力。", + "C. 双方围绕分球与假动作展开博弈,top选手通过连续假动作骗出bottom的预判失误,但关键分上因急于得分出现出界失误。bottom在被动局面下通过斜线过渡球逼出对手失误,整体比赛节奏控制存在优化空间。", + "D. bottom利用后场杀球和劈吊控制节奏,最终以正手扣杀得分。top在防守中展现韧性但站位偏靠后,需提升脚下移动速度和回放球的攻击性。" + ], + "options_en": [ + "A. This was a typical passive transitional rally. The top player made a net error during the serve return, leading to a passive situation, but later delayed point loss with precise flat drives and net blocks. While the bottom player demonstrated quick net interception ability, over-reliance on high clears exposed insufficient finesse in net play transitions.", + "B. The rally demonstrated the dominance of net play techniques. The top player constantly maneuvered the opponent using cross-court shots and drop shots, ultimately finishing with a difficult backhand stroke. The bottom player displayed tenacious movement in defense but needs to improve anticipation and quick adjustment abilities in passive situations.", + "C. Both players engaged in a battle of placement and deception. The top player used continuous feints to induce misjudgment from the bottom player but committed out-bound errors on crucial points due to eagerness to score. The bottom player forced opponent errors with cross-court transitional shots in passive situations, though overall match rhythm control requires optimization.", + "D. Bottom controls the rhythm by using backcourt kills and sliced drop shots, and finally scores with a forehand smash. Top shows tenacity in defense but stands a bit too far back and needs to improve the speed of footwork and the aggression of the returned shots." + ], + "answer": "B", + "question": { + "question_zh": "对于该回合的综合表现,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this rally?" + } + }, + { + "video_uid": "video_002081", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合bottom通过防守反击有效压制了top的进攻,其网前小球质量和后场过渡球稳定性较高,而top在相持阶段连续出现失误,需加强相持能力以应对被动局面。", + "B. 这个回合充分体现了攻防转换的博弈,top凭借精准的落点调动和接杀衔接控制了比赛节奏,而bottom在被动相持阶段缺乏有效的进攻转化手段,网前和后场的过渡球质量需提升以避免被直接攻击。", + "C. 尽管top选手分球到底线的战术一度奏效,但过度依赖网前压制使自身体力消耗过快,bottom抓住反抽对角空挡的机会抢网成功,暴露出top在防守反击中变线能力不足,需加强后场移动后的衔接。", + "D. bottom因战术选择保守过度,在中后场陷入被动时选择过多过渡球而非主动分球,导致被top持续压制,最终因回球下网和出界失误丢分,暴露了关键球处理过于犹豫的弱点。" + ], + "options_en": [ + "A. In this rally, bottom effectively suppressed top's attacks through counter-attacking after defense. The quality of bottom's net shots and the stability of bottom's backcourt transition shots were relatively high. However, top made consecutive mistakes during the stalemate phase and needs to strengthen its ability in the stalemate to deal with the passive situation.", + "B. This rally fully demonstrated the interplay of offense and defense. The top player controlled the tempo with precise placement and seamless kill-shot transitions, while the bottom player lacked effective offensive conversion during passive exchanges, needing to improve the quality of transition shots at the net and rear court to avoid direct attacks.", + "C. Although the top player's tactic of distributing shots to the baseline worked initially, over-reliance on net pressure led to rapid physical exhaustion. The bottom player capitalized on counter-driving diagonal gaps to successfully rush the net, exposing the top player's lack of variation in defensive counterattacks and highlighting the need for better rear-court movement transitions.", + "D. The bottom player's overly conservative tactical choices resulted in excessive transition shots rather than proactive distribution when trapped in mid-rear court passive situations, leading to sustained pressure from the top player. Ultimately, errors like net shots and out-of-bounds shots cost points, revealing a weakness in decisive key-shot execution." + ], + "answer": "B", + "question": { + "question_zh": "在这次回合中,以下哪个评价最能准确描述整体表现?", + "question_en": "In this rally, which of the following evaluations most accurately describes the overall performance?" + } + }, + { + "video_uid": "video_002082", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合以防守反击为核心展开,bottom利用精准的分球和过顶技术多次化解危机,并通过快速抢网占据网前优势。top虽然试图用假动作制造威胁,但击球线路过于单一且多次下网失误,建议增加反手技术运用与步法衔接的流畅度以提升整体稳定性。", + "B. 轮全程呈现攻防转换快节奏,top展现了顶级选手的控场能力,通过吊、推、杀结合假动作持续压制对手半场。bottom虽多次通过高远球争取时间但缺乏威胁,建议提升被动防守时的进攻突然性(如增加劈吊或反手快放),避免陷入单边相持的被动局面。", + "C. 整个回合呈现长时间拉锯战特征,双方均陷入多拍相持,top偶尔回球出界导致优势丧失,而bottom通过持续的被动过渡球消耗对手耐心。建议双方加强网前小球配合,并利用对手体能下降时机突然加速实现得分,而非维持低效的底线周旋。", + "D. 这一回合的关键转折发生在bottom的强力劈杀失误下网,导致top抓住机会连续扣杀得分。整体来看两人都缺乏战术配合创新,建议在对抗中增加放网技巧与快速推后场的组合变化,减少依赖单一进攻手段带来的风险。" + ], + "options_en": [ + "A. The rally revolved around defensive counterattacks. Bottom effectively resolved crises with precise placements and overhead techniques, while also gaining net advantage through quick net interceptions. Top attempted to create threats with deceptive moves but suffered from overly predictable shot trajectories and frequent net errors. It is advised to improve backhand technique and footwork coordination for better overall stability.", + "B. The rally featured fast-paced transitions between offense and defense. Top demonstrated elite court control by continuously pressuring the opponent's half-court with a combination of drop shots, push shots, and smashes, along with deceptive moves. Bottom relied on clears to buy time but lacked threat. It is recommended to enhance offensive unpredictability during passive defense (e.g., adding slice drops or quick backhand releases) to avoid prolonged one-sided rallies.", + "C. The entire rally was characterized by prolonged exchanges, with both sides locked in multi-shot rallies. Top occasionally lost momentum due to out-of-bounds returns, while Bottom relied on passive transition shots to wear down the opponent's patience. Both players are recommended to enhance net play coordination and capitalize on sudden acceleration when the opponent's stamina drops, rather than engaging in inefficient baseline rallies.", + "D. The turning point of this rally occurred when Bottom's powerful slice smash landed in the net, allowing Top to seize the opportunity for consecutive smashes. Overall, both players lacked tactical innovation. It is suggested to incorporate more combinations of net shots and quick push shots to the rear court, reducing reliance on single offensive methods to mitigate risks." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一项最恰当地描述了这一回合的整体表现?", + "question_en": "Which of the following best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002083", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合体现了顶尖选手对关键分的战术执行力,top方通过精准的落点控制和网前衔接不断压缩对手反击空间,而bottom在攻防转换环节的推球稳定性不足暴露了问题。建议bottom加强中前场主动抢攻意识,尤其在被动局面下需提升过渡球的质量与线路欺骗性。", + "B. 这个回合主要展现了bottom选手在网前主动抢攻和后场重杀的战术优势,他们通过快速的过渡球和多变的落点变化持续压制了top方的防守节奏,而top在攻防转换中的防守失误较多,尤其是面对网前突击时的挑球稳定性不足。建议top加强后场防守的快速衔接与步伐调整能力,特别是在被动防守时需要提升过渡球的质量与线路变化的欺骗性,以增加反击成功率。", + "C. 整个回合中bottom方因后场进攻中的被动衔接失误导致节奏紊乱,而top方凭借网前的频繁假动作骗球和分球线路扰乱对方防守阵型,尤其在抢网压制环节展现绝对优势,分析指出bottom应强化后场重杀后的急速回防能力和网前封网意识提升概率。", + "D. 此次交锋突出top方防守中的被动应对不足,其反手过渡球质量低下频繁出界,尽管曾通过网前过顶球制造威胁,但bottom凭借更稳定的网前平抽技术掌控关键分。专家建议top需重点加强被动局面下的小球搓放技巧和防守反击线路的多变性培养。" + ], + "options_en": [ + "A. This rally demonstrated the tactical execution of key points by top players. The top player continuously compressed the opponent's counterattack space through precise placement control and net transitions, while the bottom player's instability in push shots during offense-defense transitions exposed weaknesses. It is recommended that the bottom player strengthen proactive mid-court attacks, especially improving the quality and deceptive placement of transition shots under passive situations.", + "B. This rally mainly demonstrated the tactical advantages of the bottom players in actively attacking at the net and delivering powerful smashes at the backcourt. They continuously suppressed the defensive rhythm of the top side through quick transitional shots and diverse landing point changes. However, the top side made relatively more defensive mistakes during the offense-defense transition, especially when facing net attacks, their net lift lacked stability. It is recommended that the top side strengthen their ability to quickly connect and adjust footwork in backcourt defense. Especially when on the defensive, they need to improve the quality of transitional shots and the deceptiveness of shot line changes to increase the success rate of counterattacks.", + "C. Throughout the rally, the bottom player's passive transition errors in backcourt attacks disrupted their rhythm, while the top player disrupted the opponent's defensive formation with frequent net feints and cross-court placements, demonstrating absolute dominance in net suppression. Analysis suggests the bottom player should improve rapid recovery after backcourt smashes and enhance net interception awareness.", + "D. This encounter highlighted the top player's inadequate passive responses in defense, with low-quality backhand transition shots frequently going out of bounds. Although they created threats with net over-the-head shots, the bottom player controlled key points with more stable net drives. Experts recommend the top player focus on improving net drop techniques under passive conditions and diversifying defensive counterattack placements." + ], + "answer": "A", + "question": { + "question_zh": "以下哪项最能全面评价这个回合的整体表现?", + "question_en": "Which of the following best comprehensively evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002084", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借精准发球限制对手进攻空间,top虽移动积极但失误频繁,双方攻防节奏匹配不足导致关键分错失", + "B. top在开场反手击球出现关键失误导致被动,bottom通过快速上网化解压力后,利用网前小球战术制造得分机会,双方攻防转换呈现多拍拉锯态势", + "C. top展现顶级接发能力,短时间内通过假动作配合致命进攻锁定胜局;bottom需强化发球攻击性与接应配合,方能应对这种快速抢攻战术", + "D. top的网前假动作虽然迷惑性强但衔接速度不足,bottom通过精准预判拦截分球并实施精准过顶压制;top需要提升反手击球稳定性以应对此类高强度对抗" + ], + "options_en": [ + "A. Bottom restricted the opponent's offensive space with precise serving. Although Top moved actively, he made frequent mistakes. The mismatch of the offensive and defensive rhythm between the two sides led to the miss of crucial points.", + "B. Top makes a critical backhand error early in the rally, leading to a passive position; Bottom quickly moves forward to relieve pressure, then creates scoring opportunities with net drop tactics, resulting in a multi-shot tug-of-war dynamic between both sides.", + "C. Top demonstrates elite receiving skills, securing victory through deceptive moves combined with lethal attacks in a short time; Bottom needs to enhance serve aggressiveness and receiving coordination to counter such rapid attacking tactics.", + "D. Top's deceptive net play is highly misleading but lacks follow-up speed; Bottom intercepts and splits shots with precise anticipation, applying accurate overhead pressure; Top needs to improve backhand stability to handle such high-intensity rallies." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,以下哪一分析最符合比赛特点?", + "question_en": "For this rally, which of the following analyses best matches the characteristics of the match?" + } + }, + { + "video_uid": "video_002085", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合展现了顶级攻防对决的特性,top在反手抽高球、被动推球等过渡球中保持位置站位,始终为最终杀球创造条件;而bottom主动杀球意愿强烈但关键分处理偏保守,网前搓放和挑球的低效暴露了相持阶段的稳定性问题。建议双方需加强多拍缠斗中的节奏变化能力,尤其在被动时需更果断地运用变速技术。", + "B. 整个回合的相持质量堪称典范,双方在连续12板多拍中均展现了极佳的防守韧性。top利用连续平抽挡持续压迫底线空档,bottom则通过精准的反手挡网与突然放小球制造得分机会。唯一的缺陷在于网前对抗时缺乏有效分球策略,建议增加劈对角与直线的轮转换位,同时提升高压球时的借力技巧。", + "C. 本回合防守环节出现多次低级失误,top在底线相持中频繁出现判断偏差,导致bottom得以持续压制网前。bottom虽通过精准的过顶劈杀多次化解被动,但关键分时反手挑后场的稳定性不足严重削弱了进攻威胁。建议加强接杀球时的提前预判和中场衔接速度,尤其要注意放网借力打力的技巧。", + "D. 该回合呈现出一边倒的压制态势,bottom通过连续分球与劈对角完全打乱了top的站位,其网前勾对角与底线的重杀形成有效互补。而top在防守中过多采用被动推挑,未能抓住bottom回追的空挡实施反击。建议top强化防守转进攻时的突击意识,并加强追身劈杀与假动作骗封的结合运用,提升得分效率。" + ], + "options_en": [ + "A. This rally showcased the characteristics of a top-level offensive and defensive duel. The top player maintained positional stance in transitional shots like backhand drives and passive push shots, consistently creating opportunities for the final kill. However, the bottom player showed strong initiative in kill shots but was overly conservative in crucial points, with inefficient net drops and lifts exposing stability issues during extended rallies. Both players need to improve rhythm variation in multi-shot exchanges, especially by applying speed changes more decisively when under pressure.", + "B. The rally's extended exchanges set a benchmark quality, with both players displaying exceptional defensive resilience throughout 12 consecutive shots. The top player consistently pressured baseline gaps with continuous flat drives, while the bottom player created scoring opportunities through precise backhand blocks and sudden drop shots. The only flaw was the lack of effective shot variation strategies during net play. It's recommended to incorporate more cross-court and straight shot rotations while improving power redirection techniques during overhead shots.", + "C. This rally featured multiple basic defensive errors. The top player frequently misjudged shots during baseline exchanges, allowing the bottom player to maintain net pressure. Although the bottom player effectively countered passive situations with precise overhead slice kills, unstable backhand lifts at crucial moments significantly weakened offensive threats. It's recommended to enhance pre-judgment when receiving kill shots and improve midcourt transition speed, particularly focusing on using the net shot to redirect force.", + "D. The rally demonstrated one-sided dominance, with the bottom player completely disrupting the top player's positioning through continuous shot placement and cross-court slices, effectively complementing net hooks with powerful baseline kills. The top player relied excessively on passive push lifts in defense, failing to capitalize on the bottom player's recovery gaps for counterattacks. The top player should strengthen sudden attack awareness during defensive transitions and improve scoring efficiency by combining body-targeting slice kills with deceptive feints." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价该回合的攻防表现?", + "question_en": "Which of the following best comprehensively evaluates the offensive and defensive performance of this rally?" + } + }, + { + "video_uid": "video_002086", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合体现攻防转换艺术,top凭借精准的落点控制和网前主动性主导比赛,bottom需加强反手技术稳定性与被动球处理能力,在中场衔接环节提升速度才能有效破解压迫式打法。", + "B. 本回合双方均暴露体能劣势导致失误增加,top的网前封网受到bottom反手高吊球的持续压制,bottom需提升反手进攻的侵略性同时通过预判分球破解top的过渡球节奏", + "C. 本回合bottom通过高质量的防守反击限制了top的攻势,top的分球策略频遭预判导致过顶球失误率升高,bottom应强化发球攻击性并调整攻防节奏以更稳定地对抗压迫打法", + "D. 本回合bottom凭借稳健防守和正手强势控制局面,top需提升防守灵活性及后场高远球质量,加强多拍相持中的体能分配才能扭转局势。" + ], + "options_en": [ + "A. This round showcased the art of offense-defense transitions. The top player dominated the match with precise placement control and net initiative, while the bottom player needs to improve backhand stability and passive shot handling, as well as enhance midcourt transition speed to effectively counter pressing tactics.", + "B. This round exposed both players' physical limitations, leading to increased errors. The top player's net interception was consistently suppressed by the bottom player's backhand high clears. The bottom player should enhance backhand offensive aggression while using anticipated distribution to disrupt the top player's transitional shot rhythm.", + "C. This round saw the bottom player limit the top player's attacks through high-quality defensive counters. The top player's distribution strategies were frequently anticipated, leading to increased overhead shot errors. The bottom player should strengthen serve aggressiveness and adjust offensive-defensive rhythm to more stably counter pressing play.", + "D. In this rally, bottom controlled the situation with solid defense and powerful forehand shots. Top needs to improve the flexibility of defense and the quality of clear in the backcourt, and strengthen the physical energy distribution in the multi-shot stalemate to reverse the situation." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价本回合的整体表现?", + "question_en": "Which of the following best comprehensively evaluates the overall performance of this round?" + } + }, + { + "video_uid": "video_002087", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合因双方过多的非受逼性失误导致比赛进程断断续续,top在12拍后的相持阶段连续出现两记反手位出界失误使局势被动,最终bottom抓住机会通过放网前小球结合过顶劈杀组合技完成得分,但此回合整体战术连贯性均有待提升。", + "B. 本回合展示了一场以防守为核心的胶着对决,bottom选手凭借精准的网前过渡与灵活的步法多次化解top的强攻,最终在关键分上通过高质量的反手劈对角实现逆转;而top在相持过程中虽然进攻火力凶猛,但频繁出现的底线出界失误削弱了整体威胁。", + "C. 本回合体现出强烈的对攻属性,bottom通过主动加速比赛节奏和高频杀上网战术持续压迫top,导致后者在被动状态下多次出现接发球下网失误;而top在局面上虽尝试通过大范围分球化解压力,但衔接速度与防守稳定性均未达到压制对手的预期。", + "D. 本回合呈现典型的攻防转换节奏,top凭借多拍中的落点调动与线路控制逐步压制对手,最终通过关键分的果断进攻锁定胜局;bottom在相持阶段防守虽顽强但主动性不足,关键球的预判与防守质量需提升。" + ], + "options_en": [ + "A. This rally suffered from fragmented progression due to excessive unforced errors by both sides. The top player consecutively committed two backhand out errors after 12-shot exchanges, leading to a disadvantageous position. Ultimately, the bottom seized the opportunity to score with a combination of net drops and overhead cross-court kills, though the overall tactical coherence of this rally requires improvement.", + "B. This rally presented a tightly contested duel centered around defense. The bottom player repeatedly neutralized the top's powerful attacks through accurate net transitions and agile footwork, eventually achieving a comeback at crucial points with a high-quality backhand cross-court slice. Meanwhile, the top player displayed fierce offensive firepower during exchanges, but frequent baseline out errors diminished overall threat.", + "C. This rally exhibited intense attacking characteristics. The bottom player continuously pressured the top by actively accelerating the tempo and employing frequent kill-and-rush tactics, causing the latter to commit multiple service reception errors under passive conditions. Although the top player attempted to alleviate pressure through wide-angle placements, their transition speed and defensive stability fell short of effectively suppressing the opponent.", + "D. This rally showcased a typical offense-defense transition rhythm. The top player gradually suppressed the opponent through precise placement and line control during extended rallies, ultimately securing the victory with decisive attacks at critical points. The bottom player demonstrated tenacious defense during prolonged exchanges but lacked initiative, requiring improvement in anticipation and defensive quality for key shots." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合的表现,以下哪一选项最能全面概括整体情况?", + "question_en": "Which of the following options best comprehensively summarizes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002088", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个精彩的技术博弈回合,双方展现了多拍相持中的战术执行力,包括推挑、劈杀、切吊等多样化手段。top的防守反击策略更为奏效,特别是在被动局面下通过网前小球有效牵制对手。建议bottom在接近得分时需保持耐心,在确保稳定性后再选择冒险进攻。", + "B. 此回合呈现出进攻主导的鲜明特点,bottom通过连续扣杀压制对方底线,并利用重杀过顶制造得分机会。尽管top在网前多次化解危机,但终因防守漏洞被底线强攻洞穿,未能有效执行战术配合。建议加强跨步移动和反手挡网的协同训练。", + "C. 本回合bottom展现了压倒性的进攻火力,通过连续正手劈吊结合直线杀球完全掌控节奏。top虽尝试通过劈对角和反手挑后场进行反击,但落点选择保守且速度不足,最终因体力分配不当丧失反决胜负的时机,需强化攻防转换技巧。", + "D. 这个回合暴露了双方基础技术的粗糙性,多次出现网前挑球下网和后场劈杀出界的失误。尽管存在劈杀、挑后场等技术尝试,但整体回合质量偏低,缺乏战术连贯性和落点针对性,建议重点强化基本功稳定性训练以提升回合质量。" + ], + "options_en": [ + "A. This was a brilliant technical duel where both players demonstrated tactical execution during extended rallies, employing diverse techniques such as push shots, jump smashes, and slice drops. TOP's defensive counterattack strategy proved more effective, particularly in passive situations where they effectively restrained the opponent with delicate net shots. BOTTOM is advised to maintain patience when approaching scoring opportunities, ensuring stability before opting for risky attacks.", + "B. This rally showcased a distinct offensive dominance, with BOTTOM relentlessly pressuring the opponent's baseline through consecutive smashes and creating scoring opportunities with powerful overhead kills. Although TOP repeatedly resolved crises at the net, defensive gaps ultimately led to their downfall against baseline assaults. It is recommended to enhance coordinated training for sidestep movements and backhand blocks.", + "C. In this rally, BOTTOM displayed overwhelming offensive firepower, completely controlling the tempo with consecutive forehand slice drops combined with straight kills. TOP attempted counterattacks with cross-court slices and backhand lifts to the rear court, but conservative placement choices and insufficient speed resulted in missed opportunities to turn the tide due to improper stamina allocation. Strengthening attack-defense transition skills is crucial.", + "D. This rally exposed both players' fundamental technical deficiencies, with frequent errors such as net lifts failing to clear the net and rear-court slice smashes landing out. Despite attempts with techniques like slice smashes and rear-court lifts, the overall rally quality remained low, lacking tactical coherence and targeted placement. Priority should be given to strengthening basic stability training to improve rally quality." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价这一回合的技术和战术表现?", + "question_en": "Which of the following best comprehensively evaluates the technical and tactical performance of this rally?" + } + }, + { + "video_uid": "video_002089", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方在争夺网前主动权时,top的抢网失误导致bottom连续得分,但防守反击策略有效,却未能把握关键分的下压机会;bottom的反手过渡球连贯性不足,关键时刻的回球出界成为转折点。应注重短球质量与进攻时机判断。需提升多拍相持能力。", + "B. 本回合战术博弈明显,top开局通过高质量推挑打乱节奏取得主动,但关键分反手失误葬送优势;bottom防守反击策略有效,但需提升持续压制能力。比赛提醒选手在得分转换阶段需更精准控制击球质量和线路深度。", + "C. top选手利用分球和过顶球压制对手边线,迫使bottom出现出界失误,但随后上网时的停顿被识破导致反击失败;bottom虽有效防守但关键球抢网失误,双方在关键分的线路选择上都需加强。", + "D. bottom通过假动作分球打乱top节奏,但关键分的网前高球下网葬送追分机会;top在被动中依靠精准的劈吊占据主动,但防守反击中反手低手位失误影响压制效果。说明网前技术稳定性的重要性。" + ], + "options_en": [ + "A. During the battle for net dominance, the top player's failed net interception allowed the bottom player to score consecutively. Though the defensive counterattack strategy was effective, the top player missed the chance to capitalize on a critical smash opportunity. The bottom player's backhand transition lacked fluency, and an out-of-bounds return at a pivotal moment became the turning point. Focus should be placed on short shot quality and offensive timing judgment, along with improving multi-shot rally endurance.", + "B. This rally showcased clear tactical gameplay. The top player initially disrupted the rhythm with high-quality net lifts to gain the initiative, but a backhand error at a crucial point cost the advantage. The bottom player's defensive counterattack strategy was effective but requires improvement in sustained pressure. The match reminds players to control shot quality and depth more precisely during score transitions.", + "C. The top player utilized cross-court shots and overhead clears to pressure the opponent's sideline, forcing the bottom player into out-of-bounds errors. However, a hesitation during the net approach was detected, leading to a failed counterattack. The bottom player defended well but missed a critical net interception. Both players need to strengthen their shot selection at key moments.", + "D. The bottom player disrupted the top player's rhythm with deceptive cross-court shots, but a netted high clear at a crucial point squandered the chance to close the gap. The top player relied on accurate drop shots to regain the initiative from a passive position, but a low backhand error during the counterattack affected the pressure. This highlights the importance of net shot consistency." + ], + "answer": "B", + "question": { + "question_zh": "在比赛中观察的这个回合,以下哪项评价最贴切?", + "question_en": "In the observed rally of the match, which of the following evaluations is most accurate?" + } + }, + { + "video_uid": "video_002090", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中bottom利用假动作骗开对手防守重心后精准杀上网,而top因预判失误过早启动导致重心失衡,需提升对对手变速击球的反应能力和线路阅读能力", + "B. 回合中top因中场过渡球处理过于保守导致被压制,bottom通过连续高质量的抢网得分展现了主动进攻意识,但后场防守拦截范围还需扩大以减少被动情况", + "C. 回合中bottom凭借精准的控网技术不断压制对手防线,而top虽然尝试了变速突击但未能有效破解对手严密的防守体系,需加强反手位扑杀时机的把握", + "D. 回合中top主动运用重杀战术压制对手,bottom在关键分处理上暴露出网前经验和后场击球质量的不足,特别是推挑线路选择需更精准以建立进攻优势" + ], + "options_en": [ + "A. During the rally, the bottom player used deceptive moves to disrupt the opponent's defensive stance and executed a precise kill-and-rush, while the top player misjudged and initiated too early, losing balance, needing to improve reaction to sudden acceleration shots and shot placement reading.", + "B. During the rally, the top player was overly conservative in mid-court transition shots, leading to being pressured, while the bottom player scored through consecutive high-quality net interceptions, demonstrating proactive offense, but rear-court defensive coverage needs expansion to reduce passive situations.", + "C. During the rally, the bottom player consistently pressured the opponent's defense with precise net control, while the top player attempted sudden acceleration attacks but failed to effectively break through the tight defensive system, needing to improve backhand net kill timing.", + "D. During the rally, the top player actively used the kill tactic to pressure the opponent, while the bottom player exposed weaknesses in net play experience and rear-court shot quality during crucial points, especially needing more precise net lift placement to build offensive advantage." + ], + "answer": "D", + "question": { + "question_zh": "以下哪项最能全面评价该回合的技术表现?", + "question_en": "Which of the following best comprehensively evaluates the technical performance of this rally?" + } + }, + { + "video_uid": "video_002091", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现体力与战术调整的博弈。bottom进攻阶段虽保持威胁,但后程因体能下滑导致防守漏洞明显,过渡球质量下降过快。top在逆境中利用落点与节奏变化,特别是得分球的精准切吊,体现了稳定的心理和技术把控。建议bottom在体能临界点时可增加变速突击或网前小球扰乱对手节奏。", + "B. 本回合的决胜关键在于双方在相持阶段的失误率控制。bottom虽然通过高质量平抽保持前三拍优势,但连续直线进攻造成击球脱节,导致关键分失位。top凭借85%的防守成功率压制对手,最终通过连续四拍反手挡网的稳定性锁定胜局,建议bottom强化多拍相持阶段的小球技术衔接。", + "C. 本回合主要考验球员的网前博弈能力。bottom在前场连续三次快放得分奠定优势,但中后场衔接出现明显失误被迫退守。top通过追身劈吊和闪底线的组合战术持续施压,最终以大角度斜线过顶球迫使对手回球出界,建议双方加强网前封网时的预判时机训练。", + "D. 本回合体现技术运用与防守韧性的较量。top在进攻阶段虽然掌控主动,但后期因体力透支导致回球质量骤降,防守端频繁出现预判失误。bottom在被动局面下凭借精准防守与落点控制,尤其是在制胜分中通过大角度调动和重扣直线制造机会,展现出强大的抗压能力与体能优势。建议top在遭遇得分僵局时可尝试加强平抽快打或发球抢攻的压迫性以打破僵局" + ], + "options_en": [ + "A. This round showcased a contest of physical stamina and tactical adjustments. The bottom player maintained offensive threats but showed obvious defensive gaps and rapid decline in transition shot quality due to fatigue in the later stage. The top player utilized precise placement and pace variations, especially with accurate drop shots, demonstrating stable mental and technical control. It is recommended that the bottom player incorporate sudden speed bursts or net shots to disrupt the opponent's rhythm when reaching physical limits.", + "B. The decisive factor of this round lay in both sides' error rate control during prolonged rallies. The bottom player maintained early-stage dominance with high-quality drives but suffered from disjointed attacks due to consecutive straight shots, leading to critical positional losses. The top player suppressed the opponent with an 85% defensive success rate and secured victory through consistent four-shot backhand blocks. It is suggested that the bottom player improve net shot transitions during extended rallies.", + "C. This round primarily tested players' net play skills. The bottom player secured early advantages with three consecutive fast net shots but made clear mid-to-backcourt transition errors, forcing defensive retreats. The top player applied sustained pressure with body-targeted drop shots and baseline combinations, eventually forcing an error with a wide cross-court lob. Both players are advised to enhance anticipation timing during net interceptions.", + "D. This rally reflects the competition between the application of techniques and defensive tenacity. Although top took the initiative in the offensive phase, the quality of their return shots dropped sharply in the later stage due to physical exhaustion, and they frequently made prediction mistakes in the defensive end. In a passive situation, bottom demonstrated strong pressure resistance and physical advantage by relying on precise defense and shot placement control, especially by creating opportunities through large - angle mobilization and powerful straight - line smashes in the winning points. It is recommended that when top encounters a scoring deadlock, they can try to increase the pressure of fast drives or attacking after serving to break the deadlock." + ], + "answer": "A", + "question": { + "question_zh": "下列哪一项最适合作为这一回合的综合评价?", + "question_en": "Which of the following is the most suitable comprehensive evaluation for this round?" + } + }, + { + "video_uid": "video_002092", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合充分体现了分球策略与反手挑球的运用价值。top多次使用斜线过顶技术破坏对手站位,而bottom在底线相持中的步伐衔接表现出色,但关键分上未能有效压制对手正手空档。建议top强化网前小球与中场过渡的衔接流畅度,避免在快速多拍中出现回球下网。", + "B. 该回合战术重心集中在抢网与上网节奏控制上。top利用精准的中路分球压缩对手防线,而bottom在被动情况下通过连续劈吊和放网球展开反击,遗憾的是在最后一板反攻中正手底线球明显出界。建议双方强化多拍相持中的步伐恢复速度,并增加假动作上网的配合套路。", + "C. 此回合主要体现了拉吊战术的主导地位,bottom通过连续后场高远球和劈对角压制top的移动节奏,正手头顶区突击成为得分核心;而top虽试图通过中场平抽逼出底线空挡,却在关键分处理上因主动失误过多错失良机。建议top需强化后场相持能力和突击预判,同时减少因过度追求进攻而导致的无谓失误,避免连续下压球后的被动局面。", + "D. 这是一回合展现网前战术攻防的经典对决。top通过持续的斗网压迫限制对手移动空间,反手上网技术运用得当;bottom的防守反击一度奏效,但在高压球处理和关键分衔接上暴露出稳定性问题。建议bottom加强网前被动防守时的球路变化,减少连续搓球后的被动局面。" + ], + "options_en": [ + "A. This round fully demonstrated the value of shot placement and backhand net lifts. Top repeatedly used cross-court overhead techniques to disrupt the opponent's positioning, while bottom excelled in footwork coordination during baseline rallies but failed to effectively exploit the opponent's forehand gap at critical points. It is advised that top improve the fluidity between net shots and midcourt transitions to avoid net errors during fast exchanges.", + "B. The tactical focus of this rally revolved around net rushing and approach rhythm control. Top compressed the opponent's defense with precise mid-court placements, while bottom countered passive situations through consecutive drop shots and net plays, regrettably ending the final counterattack with an obvious forehand baseline error. Both players are recommended to improve footwork recovery speed during prolonged rallies and incorporate more feint-and-rush net play combinations.", + "C. This rally mainly demonstrates the dominance of the pulling and lifting strategy. Bottom suppressed Top's movement rhythm through continuous high clear shots at the backcourt and diagonal splitting shots. The attacking in the forehand overhead area became the core of scoring. Although Top tried to force a gap at the baseline by flat driving shots in the middle court, Top missed the opportunity due to too many active mistakes in handling key points. It is recommended that Top should strengthen the ability to hold one's ground in the backcourt and the anticipation of attacks. At the same time, Top should reduce unnecessary mistakes caused by excessive pursuit of offense and avoid the passive situation after consecutive downward pressure shots.", + "D. This rally showcased a classic duel of net play tactics. Top consistently pressured the opponent by dominating the net, effectively limiting their movement space with well-executed backhand approaches. Bottom's defensive counterattacks worked temporarily but revealed stability issues in handling smashes and crucial point transitions. It is recommended that bottom enhance shot variation during passive net defense to reduce consecutive net lifts leading to disadvantageous situations." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一个选项最能全面描述该回合的整体表现和战术特点?", + "question_en": "Which of the following options best comprehensively describes the overall performance and tactical characteristics of this rally?" + } + }, + { + "video_uid": "video_002093", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在整个回合中展现了出色的控网能力,通过连续轻放网前小球调动对手,最终以精准的斜线突击得分。top防守时站位过于靠后且移动迟缓,未能及时封堵底线区域,若能提升步伐灵活性并采用压迫式接杀或许能改变局面。", + "B. 这一回合较量重点在于底线多拍的僵持,top原本依靠快速封网占据主动,但过度使用追身平抽导致连续下网,而bottom通过网前的虚实结合假动作和精准的劈吊对角线及时扭转被动,最终以反手挑后场空挡过顶高压得分。双方在中后场的攻防转换尤为关键,top的抢网失误率过高且未能及时改变节奏是失利主因,bottom则展现了极佳的小球相持技巧。", + "C. 整个回合呈现典型的控网抢攻战术博弈,top通过中前场连续的高质量推斜线控制重复落点,逐步压缩对手防守范围,最终以精准的点杀终结。bottom在防守时过于依赖直线球路缺乏变化,且在被动局面下未能通过高远球争取调整机会,若能提升被动球的过渡质量或许能扭转局势。", + "D. 此回合胜负关键在于双方网前的小球争夺,top利用假动作骗开防守后成功控制网前,但贪图追分尝试挑后场大对角失误出界。bottom凭借快速跑动实现高质量的被动过渡,多次通过劈吊结合直线创造进攻机会,最终在相持中抓住top体能下滑的漏洞,用网前勾对角配合快速杀上网得分。top在近网球处理上的犹豫不决导致关键分失误,而bottom小球战术执行更加坚决。" + ], + "options_en": [ + "A. Bottom demonstrated excellent net control ability throughout the rally. By continuously playing net shots to mobilize the opponent, he finally scored with an accurate cross - court rush. Top's defensive position was too far back and his movement was sluggish. He failed to block the baseline area in time. If he could improve the flexibility of his footwork and adopt an aggressive return of a kill, the situation might change.", + "B. This rally focused on prolonged baseline exchanges. The top player initially gained the upper hand with quick net interceptions but overused body drives, leading to consecutive net errors. The bottom player reversed the momentum with deceptive net plays and precise cross-court drop shots, eventually scoring with a backhand lift to the deep backcourt followed by an overhead smash. The mid-to-rear court transitions were crucial. The top player's high net interception error rate and failure to adjust the rhythm were the main reasons for the loss, while the bottom player demonstrated excellent net rally skills.", + "C. The entire rally showcased a typical net control and attack tactical battle. The top player consistently controlled repeated placements with high-quality cross-court push shots in the mid-frontcourt, gradually compressing the opponent's defensive range, and ultimately finished with a precise kill. The bottom player relied too heavily on straight shots without variation during defense and failed to create adjustment opportunities with clears in passive situations. Improving the quality of transitional shots in passive play might have turned the tide.", + "D. The outcome of this rally hinged on net play battles. The top player used deception to open up the defense and controlled the net but overreached with a risky deep cross-court lift that landed out. The bottom player relied on quick footwork to deliver high-quality transitional shots, repeatedly creating attacking opportunities with drop shots combined with straight-line plays, and finally exploited the top player's fatigue to score with a net cross-court flick followed by a rapid kill-and-rush. The top player's indecisiveness in handling close-net shots led to critical errors, while the bottom player executed net tactics more decisively." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002094", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top全程主动占据进攻主导权,通过连续分球调动bottom陷入被动,但bottom在多拍相持中突然变线过顶得分,建议top需增强前场抢网意识以减少边线出界失误。", + "B. 此回合以底线战术主导,top凭借连续直线高远球压制对手后场,bottom因过度使用网前小球导致被动,最终因反手过渡下网失分,提示应提升后场防守连续性。", + "C. 回合呈现以拉吊结合为主的主动进攻战术,top选手依靠精准的网前小球压迫与连续后场杀球得分,展现了出色的网前控制与突击能力。bottom虽尝试快拉防守但存在过多出界失误,关键分时线路选择保守且移动迟缓,建议加强中场衔接和防守时的假动作运用以提升攻防转换效率。", + "D. 回合呈现典型的防守反击模式,bottom通过高质量快杀终结比赛,显示出优异的相持能力和线路控制。top虽尝试拉开站位但关键球压迫不足,建议加强后场防守时的线路变化。" + ], + "options_en": [ + "A. Top actively maintained offensive dominance throughout, continuously splitting shots to force bottom into a passive position. However, bottom scored by suddenly changing the line with a high-arcing shot during a multi-shot rally, suggesting top should strengthen net interception awareness to reduce sideline errors.", + "B. This rally was dominated by baseline tactics, with top suppressing the opponent's rear-court with consecutive straight clears. Bottom became passive due to excessive use of net drops and ultimately lost the point with a failed backhand transition into the net, indicating a need to improve rear-court defensive consistency.", + "C. The rallies mainly presented an active offensive tactic combining clears and drop shots. The top player scored points through precise net shots to apply pressure and consecutive backcourt kills, demonstrating excellent net control and sudden attacking ability. Although the bottom player attempted fast clears for defense, there were too many out-of-bounds errors. During crucial points, the shot selection was conservative and the movement was sluggish. It is recommended to strengthen the connection in the midcourt and the use of feints during defense to improve the efficiency of offensive and defensive transitions.", + "D. The rally showcased a typical defensive counterattack pattern, with bottom sealing the match through high-quality fast kills, demonstrating excellent rallying ability and line control. Although top attempted to widen the stance, the pressure on key shots was insufficient, suggesting a need to enhance line variation during rear-court defense." + ], + "answer": "D", + "question": { + "question_zh": "哪一个选项最能全面描述该回合的整体表现?", + "question_en": "Which option best comprehensively describes the overall performance of the rally?" + } + }, + { + "video_uid": "video_002095", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合是典型的控网+突然变速战术的成功案例。bottom通过多次网前放网和抢网压制节奏,同时在第10球突然切换至过顶推挑打乱对手布局,最终以劈杀完成致命一击。top需注意远区防守的稳定性,并在网前压迫时保持对对手反击路线的预判,避免因单一战术路径陷入被动。", + "B. 本回合明显体现了防守反击战术的局限性。top在被动过渡阶段多次使用停顿假动作意图干扰bottom,却因分球质量不足导致自身站位混乱,最后网前抢网失误下网。bottom应强化对对手假动作的破解能力,适当增加主动推网前节奏变化。", + "C. 本回合是典型的后场拉吊结合战术的验证案例。top通过持续的后场劈杀和高远球建立优势,在第7球开始展开多拍相持压迫底线,而bottom因网前主动性不足导致连续被动救球。最终top凭借第12球的网前扑杀锁定胜局。bottom需要提升后场防守覆盖范围,并在中后场相持中增强快速回动能力,避免因防守节奏拖沓被压制,同时需注意减少网前被动放网导致的进攻断点。", + "D. 本回合充分展现了压制后场+杀上网战术的策略性。bottom通过连续快拉后场和分球压缩对手面积,配合假动作过顶挑后场制造空挡,但因第12球网前停顿被top精准预判,最终因杀球出界失去得分机会。建议减少过度依赖变速,加强网前小球衔接的隐蔽性。" + ], + "options_en": [ + "A. This rally is a successful example of a typical net control + sudden tempo change tactic. Bottom suppressed the rhythm through multiple net shots and net kills, while suddenly switching to an overhead push lift at the 10th shot to disrupt the opponent's layout, ultimately finishing with a kill shot. Top should pay attention to the stability of deep-area defense and maintain anticipation of the opponent's counterattack routes during net pressure to avoid falling into passivity due to a single tactical path.", + "B. This rally clearly revealed the limitations of the defensive counterattack tactic. Top repeatedly used pause deceptions during passive transitions to disrupt bottom but ended up with chaotic positioning due to poor split shot quality, resulting in a net kill error. Bottom should strengthen the ability to decode opponent's deceptions and appropriately increase active net push tempo variations.", + "C. This round is a typical verification case of the backcourt pulling and lobbing combined tactics. Top established an advantage through continuous backcourt smashes and clears. Starting from the 7th shot, Top carried out multi-shot rallies to press the baseline. While Bottom, due to insufficient initiative at the net, was continuously forced to make defensive saves. Eventually, Top locked in the victory with a net kill on the 12th shot. Bottom needs to increase the coverage of backcourt defense and enhance the ability to quickly move back during mid-backcourt rallies to avoid being suppressed due to a sluggish defensive rhythm. At the same time, Bottom should pay attention to reducing the offensive breakpoints caused by passive net shots at the net.", + "D. This rally fully demonstrated the strategy of backcourt suppression + kill-and-rush tactic. Bottom compressed the opponent's coverage area with consecutive fast clears and split shots, combined with a deceptive overhead lift to create openings. However, due to a net pause at the 12th shot being accurately anticipated by top, the final kill shot went out of bounds, losing the scoring opportunity. It is recommended to reduce over-reliance on tempo changes and enhance the concealment of net shot transitions." + ], + "answer": "A", + "question": { + "question_zh": "以下哪个选项最准确地描述了该回合的整体表现?", + "question_en": "Which of the following options most accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002096", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这场回合中双方均展现高水平竞技状态,top抢网积极压制,bottom通过假动作骗球多次化解危机,但最终因网前争夺中对top的过顶杀球判断失误导致下网,需提升对高弧度来球的处理技巧。", + "B. bottom防守时通过精准分球迫使top被迫移动,但过度依赖该战术导致威胁性不足,而top尽管反手过渡球质量优异,却在反击中因抢网过急下网失误,建议双方需平衡攻防节奏与落点精准度。", + "C. 尽管top在比赛中多次尝试杀上网战术,但因网前预判不足和连贯衔接失误频繁,未能有效压制对手底线区域。bottom凭借变速突击和精准的防守反击成功扭转局势,关键分上通过高质量的过渡球和耐心拉吊消耗对手,建议top需增强底线相持能力和减少主动抢攻失误以稳定局面。", + "D. top凭借快速杀上网连贯压制对手,展现了战术执行力和网前压迫能力。bottom在防守中的被动打法未能扭转局势,关键分处理急躁导致失误增多,建议加强过渡球质量和网前防守稳定性。" + ], + "options_en": [ + "A. Both players displayed high-level competitive intensity in this rally. Top aggressively pressured the net, while bottom repeatedly countered with deceptive shots. However, bottom ultimately netted due to misjudging top's overhead kill, highlighting the need to improve high-clear handling techniques.", + "B. Bottom forced top into awkward movements through precise placement shots, but over-reliance on this tactic reduced threat potency. Despite top's excellent backhand transition shots, overeager net rushes caused net errors during counterattacks. Both players should balance offensive-defensive rhythm and shot accuracy.", + "C. Although top frequently attempted kill-and-rush tactics, insufficient net anticipation and poor shot linkage resulted in ineffective baseline suppression. Bottom successfully reversed the momentum with varied-speed attacks and precise defensive counters, leveraging high-quality transition shots and patient rallies to exhaust the opponent during critical points. Top should enhance baseline endurance and reduce unforced attacking errors to stabilize performance.", + "D. Top consistently pressured the opponent with rapid kill-and-rush tactics, demonstrating strong tactical execution and net dominance. Bottom's passive defensive approach failed to turn the tide, with rushed key-point decisions leading to increased errors. It is advised to improve transition shot quality and net defense stability." + ], + "answer": "D", + "question": { + "question_zh": "以下哪个选项最符合本回合的整体表现评价?", + "question_en": "Which of the following options best evaluates the overall performance of this round?" + } + }, + { + "video_uid": "video_002097", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这个回合展现了攻防转换的典型模式,top通过积极的网前压迫和快速步伐始终保持主动权,反手过渡球与跳杀的衔接尤其出色。bottom在被动防守时缺乏线路变化,中后场进攻主导权的丢失直接导致失分,建议加强中场相持中的控网能力。", + "B. 该回合凸显bottom在后场高压环节的优势,通过精准的过顶挑球和突然加速上网策略有效压制top。尽管top的假动作分球试图撕开防线,但bottom凭借预判能力连续化解危机,最终因一记反手斜线杀球直接得分,证明其在关键分时线路选择更具威胁性。", + "C. 本回合暴露了top在中后场防守的漏洞,bottom通过连续的网前小球和反手分球成功调动对手,迫使top多次出现被动过渡。然而bottom在取得优势后急于终结,导致跳杀出界葬送机会,建议加强相持阶段的耐心和落点控制而非强行突击。", + "D. 这个回合充分体现了防守反击战术的精髓,bottom选手通过精准的劈杀上网和灵活的退场步伐有效限制对手进攻,头顶区扣杀与网前小球的组合运用极具威胁。top在接发球阶段失误过多导致节奏被压制,后续防守时主动起身抢网过于频繁反而露出中路空档,建议提升防守时的借力过渡技巧并减少非受迫性失误。" + ], + "options_en": [ + "A. This rally demonstrated a classic pattern of offense-defense transition. Top maintained initiative through aggressive net pressure and quick footwork, with particularly outstanding linkage between backhand transition shots and jump kills. Bottom lacked variation in defensive positioning when passive, and the loss of offensive dominance in mid-backcourt directly led to losing the point. It is recommended to enhance net control capability during mid-court exchanges.", + "B. This round highlighted Bottom's advantage in high-pressure backcourt situations, effectively suppressing Top with precise overhead net lifts and sudden acceleration to the net. Although Top attempted to break the defense with deceptive shot placements, Bottom consistently neutralized threats through anticipation, ultimately scoring directly with a backhand cross-court kill, proving more threatening in crucial point shot selection.", + "C. This rally exposed Top's defensive vulnerabilities in mid-backcourt. Bottom successfully maneuvered the opponent with consecutive net drops and backhand placements, forcing Top into multiple passive transitions. However, Bottom rushed to finish after gaining advantage, resulting in a jump kill going out of bounds and wasting the opportunity. It is advised to improve patience and placement control during extended rallies rather than forcing attacks.", + "D. This rally fully embodies the essence of the defensive counterattack tactic. Player bottom effectively restricted the opponent's attack through precise smashes and quick moves to the net, as well as flexible retreating footwork. The combined use of overhead smashes and net shots was highly threatening. Player top made too many mistakes during the service return stage, resulting in being suppressed in rhythm. During subsequent defense, top frequently took the initiative to move forward to the net, exposing the middle gap instead. It is recommended to improve the skill of using the opponent's power for transition during defense and reduce unforced errors." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002098", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合bottom的进攻节奏被top有效破解,多次劈杀均被top用精准推后场破解,最终top通过一记深落点后场抽球得分。bottom需提升网前小球威胁性,建议加强反手位的防守反击意识。", + "B. 此回合top展现了出色的防守反击能力,多次通过高远球迫使bottom陷入被动,最终依靠一记精准的后场劈吊锁定胜局。bottom在中场移动速度稍显不足,需加强回球落点控制以干扰对手进攻路线,建议提升后场防守覆盖范围。", + "C. 此回合攻防转换清晰,bottom的线路变化与网前压迫形成有效串联,最终以精准劈杀锁定胜局。top在被动防守时的控球稳定性需提升,建议加强被动处理球的质量以延长回合争取反击机会。", + "D. 此回合双方陷入多拍相持,bottom在网前的小球战术未能奏效,top则凭借稳定的控球质量多次化解危机,最终在底线对抽中通过高质量抽对角得分。bottom应增加回球突然性以打破僵局,建议强化中场衔接技术。" + ], + "options_en": [ + "A. This rally saw the bottom player's offensive rhythm effectively countered by the top player, with multiple smashes neutralized by precise push shots to the rear court. The top player ultimately scored with a deep rear-court drive. The bottom player needs to enhance the threat of net shots and improve defensive counterattacking awareness on the backhand side.", + "B. This rally showcased the top player's exceptional defensive counterattacking skills, repeatedly forcing the bottom player into a passive position with deep clears and finally clinching the point with an accurate rear-court slice drop. The bottom player's mid-court movement speed was slightly lacking. It is advised to improve shot placement control to disrupt the opponent's offensive rhythm and expand rear-court defensive coverage.", + "C. This rally featured clear transitions between offense and defense. The bottom player effectively combined variations in shot placement with net pressure, ultimately securing the point with a precise smash. The top player needs to improve ball control stability during passive defense. It is recommended to enhance the quality of passive shots to prolong the rally and create counterattack opportunities.", + "D. This rally saw both players engaged in a prolonged exchange. The bottom player's net shot tactics were ineffective, while the top player relied on consistent ball control to repeatedly defuse threats, eventually scoring with a high-quality cross-court drive from the baseline. The bottom player should increase shot unpredictability to break the deadlock and strengthen mid-court transition techniques." + ], + "answer": "C", + "question": { + "question_zh": "对以下羽毛球回合的整体表现,以下哪项评价最为准确?", + "question_en": "Which of the following evaluations is the most accurate for the overall performance of this badminton rally?" + } + }, + { + "video_uid": "video_002099", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 全程以底线拉吊对抗为主,bottom凭借强力的过顶劈杀制造压力,而top屡次利用被动过渡球化解危机。关键分阶段,bottom企图用变速劈对角制胜,但因击球力量稍大导致出界失误。本回合防守反击战术运用成熟,但双方在关键分的关键击球稳定性均有所欠缺。", + "B. 这一回合呈现出单边压制特点,top通过高频放网和持续封网压迫,使bottom陷入被动防守。bottom多次试图通过假动作分球破解,但因击球线路偏短被对手连续压制得分。值得注意的是,top在网前细腻的小球处理与线路变化完全压制了对手的反攻机会,展现了全面的技术能力。", + "C. 这是一回合攻防转换密集、战术博弈明显的较量。top凭借顽强的防守韧性与丰富的落点变化(斜线推挑、切吊)逐步积累优势,最终以变速跳杀锁定胜局。bottom虽尝试主动进攻但关键球稳定性不足,网前控制与后场衔接的连贯性欠缺需要改进。双方展现了高水平的多拍对抽缠斗能力,但细节处理决定胜负走向。", + "D. 这一回合节奏相对平稳,攻防转换次数较少,但双方选手展现了极强的网前控制能力与快速过渡技巧。bottom选手凭借精准的平抽快挡和巧妙的搓网球压迫持续占据主动,而top虽然防守面积覆盖较广,但主动进攻手段单一,多次回球受到压迫后退化为被动防守。最终bottom利用连续平抽中的突击劈对角得分锁定胜利。top选手的后场衔接流畅度可圈可点,但网前小球的预判与放网质量不足,双方在关键分上的稳定发挥成为胜负关键,整体而言bottom的进攻压迫与快速移动是制胜关键,展现了高水平的体能与快节奏争夺能力。" + ], + "options_en": [ + "A. The rally primarily featured baseline clear-and-drop exchanges. The bottom player created pressure with powerful overhead slice kills, while the top player repeatedly relied on defensive transition shots to survive. At the critical point, the bottom player attempted a sudden cross-court slice for the win but overhit, resulting in an out error. This rally highlighted mature defensive-counterattacking tactics, though both sides lacked stability in decisive shots.", + "B. This rally displayed one-sided dominance, with the top player using frequent net shots and continuous net pressure to force the bottom player into passive defense. The bottom player repeatedly tried to counter with deceptive split shots but fell short due to shallow trajectories, allowing the opponent to score consecutively. Notably, the top player’s delicate net play and placement variations completely stifled counterattacks, showcasing well-rounded technical prowess.", + "C. This was a rally with intense offensive-defensive transitions and clear tactical maneuvers. The top player gradually built an advantage through resilient defense and varied placements (cross-court push shots, drop shots), ultimately sealing the win with a sudden jump kill. The bottom player attempted aggressive plays but lacked consistency in crucial shots, needing improvement in net control and backcourt transition fluidity. Both sides demonstrated high-level multi-shot drive exchanges, but finer details determined the outcome.", + "D. The rhythm of this rally was relatively stable, with fewer attacks and defenses transitions. However, both players demonstrated strong net control ability and fast transition skills. Player bottom continuously took the initiative by virtue of precise drives and quick blocks, as well as clever net shots. Although player top had a wide defensive coverage, their means of active attacks were limited. Many of their returns were under pressure and degenerated into passive defenses. Eventually, bottom scored a point and secured the victory by making a sudden diagonal smash during consecutive drives. The smoothness of player top's backcourt connection was remarkable, but their anticipation of net shots and the quality of their net shots were insufficient. The stable performance of both sides on key points became the key to winning or losing. Overall, bottom's offensive pressure and quick movement were the keys to victory, demonstrating a high level of physical fitness and the ability to compete in a fast-paced environment." + ], + "answer": "C", + "question": { + "question_zh": "请根据上述回合的表现,选择最准确的整体评价", + "question_en": "Based on the performance in the above rally, select the most accurate overall evaluation." + } + }, + { + "video_uid": "video_002100", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 技术细节主导本回合走势,top凭借假动作骗开对手后精准的网前勾对角得分,bottom在前场争夺中因抢网失败连续失分。值得注意的是双方频繁使用分球战术展开边线争夺,但bottom在第二拍的过网失误彻底打乱战术节奏,后续防守补位也不及对手到位率高。", + "B. 整回合呈现单边倒局面,bottom因接发球判断失误早早陷入被动,top通过连续分球与封网压制对手移动范围,成功将比赛带入自己节奏。尽管bottom在中后场展现过接杀上网的亮点,但关键球处理犹豫导致机会流失,最终因回球下网失去得分机会。", + "C. 赛事焦点集中在底线强攻较量上,top凭借多次过顶杀球成功压制bottom防守空间,在关键分上通过后场重扣直接得分锁定胜局。bottom虽通过连续平抽展示出积极进攻态势,但主动失误过多且未能有效限制对手的强力进攻路线,暴露出现阶段力量对抗的短板。", + "D. 本回合展现了激烈拉锯战,bottom通过精准的网前技术和关键分果断出手掌控主动,尤其击球17的10分网前球成为转折点。top虽有劈杀和调动试图压制对手,但网前小球失误和防守衔接漏洞影响了整体表现,需提升被动情况下的精准度与心理抗压能力。" + ], + "options_en": [ + "A. Technical details dictated this rally. Top scored with deceptive cross-court net shots after faking out Bottom, who lost consecutive points due to failed net interceptions. Notably, both sides frequently employed placement tactics for sideline battles, but Bottom's second-shot net error disrupted tactical rhythm, followed by inferior defensive coverage compared to Top.", + "B. The rally was one-sided from the start. Bottom fell into early passivity due to misjudged service returns, while Top dominated with continuous placements and net blocks, dictating the pace. Though Bottom showed glimpses of brilliance with kill returns followed by net approaches, hesitation in key moments led to lost opportunities, culminating in a failed net clearance.", + "C. The match highlight revolved around baseline power struggles. Top successfully pressured Bottom's defensive space with multiple overhead kills, securing victory with a backcourt smash at a critical point. Bottom displayed aggressive offense through continuous flat drives but committed too many unforced errors and failed to counter Top's powerful attacks, revealing a weakness in strength-based confrontations.", + "D. This rally showcased an intense tug-of-war. Bottom took control with precise net play and decisive shots at crucial points, particularly the 10-point net shot at stroke 17, which became the turning point. Top attempted to pressure with smashes and tactical placements, but net shot errors and defensive gaps affected overall performance, requiring improvement in precision and mental resilience under pressure." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002101", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合充分体现压迫式抢网的战术威力。top凭借快速上网抢到第13拍的追身球主动权,通过连续三拍挑后场压迫bottom露出破绽,最终以大角度劈对角得分,而bottom因被动防守时过分挤网引发回球出界,建议加强中场过渡球稳定性", + "B. 这是一次教科书级的变速突击教学回合。bottom通过快慢节奏交替(平高球与重杀的组合)不断撕扯对手防守,在第16拍用追身扑杀完成战术闭环。top虽在防守端展现顽强韧性,但关键球处理手法和预判存在明显不足,建议加强反手位的被动应对技术储备,并提升网前防守的压迫性", + "C. 这是一场典型的拉吊结合与防守反击的战术博弈。top通过持续运用落点变化的高远球和网前小球组合,成功限制了bottom的进攻空间,最终在第21拍利用对手回球质量下降的机会,以精准的劈对角网前得分。bottom虽然展现了较强的进攻意识,但线路选择过于单一且防守覆盖范围不足,导致多次被压制在中场。建议bottom加强全场跑动中的击球稳定性,并优化多拍相持中的步伐衔接技巧,同时提升对网前快球的预判能力", + "D. 本回合充分展现了假动作与过顶球的运用价值。top通过连续三次手腕停顿制造击勾手假象,在第8拍精准突击底角得分,而bottom因抢网预判失误陷入被动,建议加强中场步伐的衔接速度,同时优化后场防守时的左右分球技术" + ], + "options_en": [ + "A. This rally fully showcased the tactical power of aggressive net interception. Top seized the initiative with a quick net rush on the 13th shot, pressuring Bottom into revealing weaknesses with three consecutive deep lifts, and ultimately scored with a wide-angle cross-court slice. Bottom's excessive crowding of the net during passive defense caused the return to go out. It is recommended to strengthen midcourt transition shot stability.", + "B. This was a textbook example of a speed-changing attack rally. Bottom alternated between fast and slow tempos (combining clears and powerful kills) to constantly disrupt the opponent's defense, completing the tactical cycle with a body-targeted net kill on the 16th shot. Top showed tenacity in defense but had obvious shortcomings in key shot execution and anticipation. It is recommended to strengthen the technical preparation for passive backhand responses and improve the aggressiveness of net defense.", + "C. This is a typical tactical game combining long drives and drop shots with defense and counterattack. Top successfully restricted Bottom's attacking space by continuously using a combination of clears with changing landing points and net shots. Eventually, on the 21st stroke, taking advantage of the opponent's decreased return quality, Top scored with an accurate cross-court net shot. Although Bottom demonstrated a strong attacking awareness, the choice of shot lines was too single and the defensive coverage was insufficient, resulting in being suppressed in the middle court several times. It is recommended that Bottom strengthen the stability of hitting while running across the court, optimize the footwork connection skills during multi-shot rallies, and improve the anticipation ability for fast net shots.", + "D. This rally fully demonstrated the value of deceptive shots and overhead clears. Top created the illusion of a cross-court shot with three consecutive wrist pauses and scored with a precise corner attack on the 8th shot, while Bottom fell into passivity due to a misjudgment in net interception. It is recommended to improve the footwork transition speed in the midcourt and optimize the left-right distribution technique during rear-court defense." + ], + "answer": "B", + "question": { + "question_zh": "针对该回合的综合表现,以下哪项评价最能准确概括整体技术特点与战术安排?", + "question_en": "Regarding the overall performance in this rally, which of the following evaluations most accurately summarizes the technical characteristics and tactical arrangement?" + } + }, + { + "video_uid": "video_002102", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合bottom展现了强大的进攻火力,通过连续后场重杀和精准过顶压制top防守范围,但因反手位衔接失误过多导致关键分失守,top应加强中场封网预判和劈吊变化来瓦解对手攻势。", + "B. 本回合双方深陷入底线相持僵局,bottom因主动抢网不足被压制节奏,top虽通过连续挑后场取得优势,但因网前小球主动性不足错失战机,需强化前场压迫和假动作衔接来提升得分效率。", + "C. 本回合展现典型的攻防拉锯,top凭借主动进攻意识和多变的球路控制节奏,而bottom防守虽顽强但反击效率不足,需提升反手位击球稳定性与中场控制力,减少被动局面下的非受迫性失误。", + "D. 本回合的关键矛盾在于接发球质量与主动上手机会把握,top因多次下网失误拱手让出优势,bottom则依靠精准的分球与网前假动作成功压制,建议双方加强底线相持中的步伐衔接与点杀落点判断。" + ], + "options_en": [ + "A. This round highlighted the bottom player's formidable offensive firepower, with consecutive powerful backcourt kills and precise overhead shots pressuring the top player's defensive range. However, excessive backhand transition errors led to losing crucial points. The top player should improve midcourt net interception anticipation and drop shot variations to dismantle the opponent's attacks.", + "B. Both players were locked in a prolonged baseline stalemate this round. The bottom player failed to seize the net proactively, resulting in suppressed tempo. Although the top player gained advantages through consecutive deep lifts, insufficient initiative in net play cost scoring opportunities. Strengthening frontcourt pressure and deceptive shot transitions is essential to boost scoring efficiency.", + "C. This round showcased a typical offensive-defensive tug-of-war. The top player controlled the tempo with proactive attacking awareness and varied shot placements, while the bottom player displayed tenacious defense but lacked counterattack efficiency. Improvements are needed in backhand stability and midcourt control to reduce unforced errors in passive situations.", + "D. The key issue in this round lay in the quality of service returns and the ability to seize offensive opportunities. The top player conceded advantages due to repeated net errors, while the bottom player successfully suppressed the opponent with precise shot placements and deceptive net plays. Both players should enhance footwork transitions during baseline rallies and judgment of kill shot placements." + ], + "answer": "C", + "question": { + "question_zh": "以下哪个选项最能准确评价本回合的整体表现?", + "question_en": "Which of the following options most accurately evaluates the overall performance of this round?" + } + }, + { + "video_uid": "video_002103", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合呈现了典型的底线对拉僵局,top在被动过渡中频繁采用过顶高远球破解压迫,而bottom抢网失败后因急于进攻导致连续下网失误。建议bottom在相持阶段增加平抽技术比重以提升回合主动性。", + "B. 整个回合的核心矛盾在于top球员多次使用假动作欺骗对手接发站位,而bottom通过精准的分球到边线迫使对手回球出界,最终因top网前封死角失误丢分。这表明双方在战术伪装与接发预判上存在明显代差。", + "C. 回合展现了攻防转换的典型博弈,top通过多拍战术组合逐步压缩对手空间,而bottom在防守反击中过度依赖被动技术却未能提升球质,关键分决策保守反而放大失误。建议加强被动球的预判和球路压迫性。", + "D. 回合呈现了以底线多拍拉吊为核心的战略交锋,bottom选手通过精准落点调动成功瓦解top节奏,而top在相持阶段明显陷入被动,尽管采用主动推攻尝试突破,但因击球线路单一且对落点预判失误频繁,导致关键分失位。建议top强化防守移动速率并提升网前小球技术的控制精度,同时bottom应警惕对手的突击能力避免被压制。" + ], + "options_en": [ + "A. This rally presented a typical baseline deadlock, where top frequently employed overhead clears to counter pressure during passive transitions, while bottom failed in net rushing and committed consecutive net errors due to aggressive play. It is recommended that bottom increase the proportion of drive shots during stalemates to enhance rally initiative.", + "B. The core conflict of the rally lies in top repeatedly using deceptive moves to mislead the opponent's receiving stance, while bottom forced errors by accurately placing shots near the sidelines, ultimately losing the point due to top's failure to block the net corner. This highlights a clear gap in tactical disguise and receiving anticipation between the two sides.", + "C. The rally showcased a typical game of offense-defense transition, where top gradually compressed the opponent's space through multi-shot tactical combinations, while bottom overly relied on passive techniques in defensive counters but failed to improve shot quality. Conservative decision-making at critical points amplified errors. It is recommended to enhance anticipation of passive shots and increase shot trajectory pressure.", + "D. The rally presented a strategic confrontation centered around multi-shot pulling and lifting at the baseline. Player bottom successfully disrupted the rhythm of player top through precise shot placement, while player top was clearly on the defensive during the stalemate phase. Although player top tried to break through with an active pushing and attacking strategy, due to a single shot line and frequent misjudgments of shot placement, player top lost key points. It is recommended that player top strengthen the defensive movement speed and improve the control accuracy of net shot techniques. At the same time, player bottom should be vigilant against the opponent's sudden attacking ability to avoid being suppressed." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一个评述最能全面反映本次回合的技术博弈过程?", + "question_en": "Which of the following comments best comprehensively reflects the technical gameplay process of this rally?" + } + }, + { + "video_uid": "video_002104", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top展现了战术层次的完美执行,网前通过软挡制造机会,中后场重杀直接终结回合。bottom虽有多次防守连贯衔接,但在被动局面下稳定性不足,防守回球的落点控制需加强以提升得分机会。", + "B. bottom多次通过快速移动化解top的重杀,但因主动抢攻下网导致关键分失利,top在相持中展现出了稳定的过渡能力,其网前封网的硬度直接影响了bottom的分球落点选择,最终压线得分。", + "C. bottom展现出了极强的防守反击能力,多次通过高质量的过渡球压制top,虽然在抢网时出现过顶失误,但整体战术执行连贯。top在连续后场强攻中体能明显下降,导致失误增多,未能及时封堵bottom的分球进攻。", + "D. top频繁使用网前分球和假动作牵制bottom,却因过顶球连续出界浪费机会,bottom凭借出色的停顿技术制造假象完成反击。关键分中top过于急躁直接下网,而bottom的被动状态反而激励了连续防守,最终靠底线球失误结束。" + ], + "options_en": [ + "A. Top demonstrated perfect execution at the tactical level, creating opportunities with soft blocks at the net and directly ending the rally with powerful kills from the mid-backcourt. Bottom, despite multiple defensive transitions, lacked stability in passive situations and needs to improve placement control of defensive returns to enhance scoring chances.", + "B. Bottom repeatedly defused top's powerful kills with quick movement but lost key points due to active attacks hitting the net. Top showcased stable transition skills during the stalemate, and the firmness of top's net interceptions directly influenced bottom's split placement choices, ultimately securing the point with a line shot.", + "C. Bottom displayed strong defensive counterattacking abilities, repeatedly pressuring top with high-quality transition shots. Although bottom made overhead errors during net interceptions, the overall tactical execution was cohesive. Top's stamina noticeably declined during continuous backcourt attacks, leading to increased errors and failure to block bottom's split attacks in time.", + "D. Top frequently used net splits and deceptive moves to restrain bottom but wasted opportunities with consecutive out-of-bounds overhead shots. Bottom capitalized on excellent hesitation techniques to create illusions and counterattacked. At critical points, top rushed too much and hit the net directly, while bottom's passive state instead fueled continuous defense, ending the rally with a baseline error." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002105", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合以精准的上网和假动作为核心,bottom的成功率高达70%以上,而top通过频繁使用欺骗性假动作占据主动;但bottom在关键分的衔接失误较多,top可适当增加直线球压制中路,避免被对手预判。战术本质属于主动压制型,建议减少网前停顿以加快进攻节奏。", + "B. 回合展现了高水准的攻防转换,双方通过斜线球主导战场。bottom的防守反击策略更显成熟,被动局面下仍能通过精准过渡调动对手;建议top在关键分时需提升推挑质量和落点变化,避免因单一进攻手段暴露破绽。", + "C. 双方围绕分球与抢网展开拉锯战,bottom多次利用边线分球制造威胁,而top在抢网环节表现抢眼,关键球的预判能力值得肯定;赛事建议需加强过顶高远球控制,以应对bottom在被动时的高质量过渡。得分制造集中在中后场,网前小球细节仍有改进空间。", + "D. 本回合以过度防守和被动过渡为主旋律,bottom在连续被动局面下依靠稳定的过渡球顽强周旋,top则因进攻节奏过于急躁屡屡失误;分析认为双方在关键分的网前小球处理均有提升空间,bottom需加强放网精准度,避免因球路单一被对手预判出界风险。" + ], + "options_en": [ + "A. The rally revolved around precise net play and deceptive moves, with bottom achieving a success rate of over 70%, while top took the initiative by frequently using deceptive feints. However, bottom made more connection errors during crucial points. Top could appropriately increase straight shots to pressure the mid-court and avoid being predicted by the opponent. The tactical essence belongs to active suppression, and it is recommended to reduce net pauses to accelerate the offensive tempo.", + "B. The rally showcased high-level offensive and defensive transitions, with both sides dominating the court through cross-court shots. Bottom's defensive counterattack strategy appeared more mature, as they could still mobilize opponents with precise transitions even in passive situations. It is suggested that top should improve the quality and placement variation of push shots and net lifts during crucial points to avoid exposing weaknesses due to a single offensive approach.", + "C. Both sides engaged in a tug-of-war centered on split shots and net rushes. Bottom repeatedly created threats using sideline split shots, while top excelled in net rushes, demonstrating commendable anticipation in key shots. The match analysis suggests strengthening control over overhead clears to counter bottom's high-quality transitions in passive situations. Scoring opportunities were concentrated in the mid-to-rear court, and there is still room for improvement in net shot details.", + "D. This rally was characterized by excessive defense and passive transitions. Bottom relied on stable transition shots to tenaciously maneuver through continuous passive situations, while top made repeated errors due to overly aggressive offensive tempo. The analysis indicates that both sides have room for improvement in handling net shots during crucial points. Bottom needs to enhance the accuracy of net shots to avoid being predicted due to monotonous shot placement, which carries the risk of the ball going out." + ], + "answer": "B", + "question": { + "question_zh": "关于此回合的评判,以下哪项最为准确?", + "question_en": "Regarding the evaluation of this rally, which of the following is the most accurate?" + } + }, + { + "video_uid": "video_002106", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一轮快速终结的攻防回合,bottom依靠强力杀球迅速突破对手防线,而top在关键分的防守预判与反应稍显不足,发球战术的压迫性有待提升。", + "B. 这是一轮持久拉锯的攻防回合,top凭借精湛防守化解了bottom的多次杀球进攻,而bottom在关键分的杀球力度与落点控制稍显保守,发球战术的压迫性已足够出色。", + "C. 此回合因top在被动过渡球中的高质量过顶技术,成功化解了bottom连续杀球的冲击,而bottom在关键分的抢网判断稍显保守,发球战术的有效性受到网前密集防守的明显限制。", + "D. 整个回合以bottom失误主导,关键分中top的主动上网压迫迫使bottom匆忙杀球出界,反观bottom在分球调度的突然性不足,导致战术选择被提前预判,防守体系存在明显漏洞。" + ], + "options_en": [ + "A. This was a fast-paced attacking and defensive rally that ended quickly. Bottom broke through the opponent's defense with powerful kills, while top showed slight deficiencies in defensive anticipation and reaction at crucial points, and the aggressiveness of serving tactics needs improvement.", + "B. This is a long and intense offensive and defensive rally. The top player defused several kill shots from the bottom player with excellent defense. However, the bottom player was slightly conservative in the power and placement control of their kill shots at crucial points, although the pressure exerted by their serving tactics was already outstanding.", + "C. In this rally, top successfully countered bottom's continuous kill attacks with high-quality overhead clears during passive transitions. However, bottom's net interception judgment at crucial points was slightly conservative, and the effectiveness of serving tactics was significantly limited by the opponent's tight net defense.", + "D. The entire rally was dominated by bottom's errors. At crucial points, top's aggressive net pressure forced bottom into rushed kill shots that went out. In contrast, bottom lacked suddenness in placement shots, leading to predictable tactical choices and obvious flaws in the defensive system." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002107", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了高质量压制与关键分处理的鲜明对比。top通过精准的拦吊战术持续施压,而bottom在被动局面下未能稳定过渡最终崩盘。建议防守方在被动球中优先保证击球质量而非追求进攻线路调整。", + "B. 这一回合充分暴露了关键分上的心理博弈影响。top在领先时因手部停顿的假动作被bottom识破,导致连续丢分,而bottom通过变线分球成功翻盘。建议选手减少复杂动作以防试探性击球被解读。", + "C. 这一回合主要反映了底线多拍缠斗的消耗战特征。双方在连续的过顶高远球对抗中都出现体力下滑,最终bottom因一次出界失误丢分。建议双方在远距离拉锯时注意节奏变化而非一味追求击球力度。", + "D. 这一回合突显了双方攻防节奏的显著差异。bottom凭借快速的前场抢网和精准的分球压制,多次让top陷入被动,但关键分上因线路选择失误导致机会流失。建议top在相持阶段加强网前小球变化以化解压力。" + ], + "options_en": [ + "A. This rally showcased a striking contrast between high-quality suppression and crucial point handling. The top player maintained pressure with precise drop shot tactics, while the bottom player failed to stabilize transitions under passive conditions, ultimately collapsing. It is recommended that the defending side prioritize shot quality over offensive line adjustments in passive situations.", + "B. This rally fully exposed the psychological battle during crucial points. The top player lost consecutive points due to a hand-pause feint being read by the bottom player when leading, while the bottom player successfully turned the tide with cross-court placements. It is advised that players reduce complex movements to prevent their probing shots from being decoded.", + "C. This rally primarily reflected the attrition characteristics of baseline multi-shot exchanges. Both sides showed signs of fatigue during consecutive overhead clears, with the bottom player eventually losing the point due to an out-of-bounds error. It is recommended that both players focus on rhythm variations rather than solely pursuing shot power during long-distance rallies.", + "D. This rally highlighted a significant difference in offensive and defensive rhythms between the two sides. The bottom player relied on rapid net interceptions and precise placement to suppress the top player, repeatedly forcing them into passive positions. However, mistakes in shot selection during crucial points led to lost opportunities. It is suggested that the top player enhance net shot variations during stalemates to alleviate pressure." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002108", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合体现攻防转换与网前博弈,bottom凭借网前主动性和关键分重杀兑现机会,而top的战术执行在关键节点出现偏差,尤其防守反击与杀球衔接需加强稳定性。", + "B. bottom因过度使用假动作分球被识破,导致top通过抢网和过顶高远球压制,尽管bottom在被动中尝试重杀但衔接失误出界,整体显示战术执行策略存在明显缺陷且网前主动意识薄弱。", + "C. 该回合主要因top选手通过精准防守反击和分球压制对手节奏,而bottom在关键球存在主动失误,尤其是杀球下网和被动过渡导致失分,凸显网前主动性不足且战术应变能力欠缺。", + "D. 回合呈现攻守平衡态势,bottom依赖过顶球牵制全场但因落点控制失误频繁出界,而top依靠分球压制底线与快速抢网占据优势,暴露bottom在关键球把握上的稳定性不足却战术保守有余。" + ], + "options_en": [ + "A. The rally showcased transitions between offense and defense as well as net play. Bottom demonstrated net initiative and capitalized on key points with powerful kills, while Top's tactical execution faltered at critical moments, particularly in maintaining stability between defensive counters and kill shots.", + "B. Bottom's overuse of deceptive shot placements was decoded by Top, who countered with net interceptions and overhead clears. Despite Bottom attempting powerful kills under pressure, follow-up errors sent the shuttle out, revealing flawed tactical execution and weak net awareness.", + "C. The rally was primarily dominated by Top's precise defensive counters and shot placements that disrupted the opponent's rhythm. Bottom committed unforced errors on crucial points, notably with kill shots into the net and passive transitions, highlighting insufficient net initiative and lack of tactical adaptability.", + "D. The rally displayed a balanced offense-defense dynamic. Bottom relied on overhead clears to control the court but frequently erred in shot placement, sending the shuttle out. Top leveraged shot placements to pressure the baseline and quick net interceptions, exposing Bottom's instability in clutch moments despite overly conservative tactics." + ], + "answer": "A", + "question": { + "question_zh": "以下哪项最能全面评价该回合的博弈特点和技术表现?", + "question_en": "Which of the following best comprehensively evaluates the strategic characteristics and technical performance of this rally?" + } + }, + { + "video_uid": "video_002109", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个因top防守判断失误直接导致的失分回合。在bottom完成高质量劈对角后,top因被动过渡时手腕停顿未能处理过顶高球,最终造成下网。bottom虽展现快速启动但直线分球线路过单一,而防守时小臂发力不够稳定", + "B. 这是一个bottom因冒进进攻失误反赠分的回合。bottom发球后试图积极上网却被top拦截,后者通过一记高质量过顶劈杀得分。bottom需要提升假动作欺骗性而top在抢网时需加强举拍威胁性以压制对手前场空间", + "C. 这是一个接发方因网前站位失误导致失分的回合。bottom展现了快速上网能力,但top未能及时封网让对手有机可乘。发球方则通过一次精准的直线分球得分,然而需要增强后场高远球的防守覆盖范围防止突击", + "D. 这是一个典型的由发球方失误引发的反击得分回合。top展现了出色的防守转攻能力,能够快速启动并抓住high clear的弱点完成致命一击。而bottom需要加强发球的落点变化和后续防守预判,避免因发球后站位问题被直接突击。" + ], + "options_en": [ + "A. This is a rally where the top player's defensive misjudgment directly led to losing the point. After the bottom player executed a high-quality cross-court slice, the top player failed to handle the overhead clear due to wrist hesitation during a passive transition, resulting in the shuttlecock hitting the net. The bottom player showed quick reactions but had overly predictable straight-line placements, while their forearm power during defense was insufficiently stable.", + "B. This is a rally where the bottom player's overly aggressive offensive mistake gifted the point. After serving, the bottom player attempted an active net rush but was intercepted by the top player, who scored with a high-quality overhead slice kill. The bottom player needs to improve deception in feints, while the top player should enhance racket preparation threat during net interceptions to suppress the opponent's frontcourt space.", + "C. This is a rally where the receiver lost the point due to a net positioning error. The bottom player showed quick net-rushing ability, but the top player failed to intercept in time, giving the opponent an opportunity. The server scored with a precise straight-line placement, but needs to enhance backcourt clear coverage to prevent sudden attacks.", + "D. This is a typical counterattack scoring rally initiated by the server's mistake. The top player demonstrated excellent defensive-to-offensive transition ability, quickly reacting and capitalizing on the weakness of the high clear to deliver a fatal strike. The bottom player needs to improve serve placement variation and subsequent defensive anticipation to avoid being directly attacked due to poor positioning after serving." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一项最能准确概括这个回合的整体表现与技术特点?", + "question_en": "Which of the following best summarizes the overall performance and technical characteristics of this rally?" + } + }, + { + "video_uid": "video_002110", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现攻防转换经典案例,top通过耐心过渡与精准反击实现逆转,bottom的杀球质量虽高但关键分冒险推挑暴露防守空档。建议进攻方在多拍后提升推挑战术的突然性和落点精度。", + "B. 回合全程以bottom主动进攻主导,top在多次被动过渡中频繁出现下网失误,暴露其高压防守不足。核心问题在于top未能通过中场控制延缓对手进攻节奏,应着重强化平抽挡技术的稳定性。", + "C. 此回合因bottom的强力网前假动作迫使top陷入被动,随后bottom通过精准过顶球和分球压制对手边线,凸显其战术执行力。建议防守方可通过加强网前小球技术和步伐衔接提升反制能力。", + "D. 本回合展现了防守反击的教科书级演绎,bottom凭借稳健的多拍防守与精准扑球压制实现逆转,top虽在网前小球处理细腻但后场重杀力量不足,且关键分被压制时未能果断控底线中路。建议防守方在相持阶段适当加快回球速度,并强化中场杀四方球的衔接效率。" + ], + "options_en": [ + "A. The rally presented a classic case of offense-defense transition, where the top player achieved a reversal through patient transitions and precise counterattacks, while the bottom player's kill quality was high but risky net lifts at critical points exposed defensive gaps. It is recommended that the offensive side enhance the suddenness and placement accuracy of net lifts after extended rallies.", + "B. The rally was dominated by the bottom player's aggressive offense, with the top player frequently making net errors during passive transitions, exposing their weakness in high-pressure defense. The core issue lies in the top player's failure to delay the opponent's offensive rhythm through midcourt control, and they should focus on strengthening the stability of their drive-block techniques.", + "C. In this rally, the bottom player's strong net fake forced the top player into a passive position, followed by the bottom player's precise overhead shots and cross-court placements to suppress the opponent's sideline, highlighting their tactical execution. It is suggested that the defensive side improve their net shot techniques and footwork coordination to enhance countermeasures.", + "D. This round demonstrated a textbook example of defensive counterattack. Bottom achieved a comeback by relying on steady multi-shot defense and precise net kills, suppressing the opponent. Although top handled the net shots delicately, their power in the rear - court kills was insufficient. Moreover, when being suppressed at crucial points, they failed to decisively control the middle of the baseline. It is recommended that the defending side appropriately increase the speed of returning the ball during the stalemate phase and enhance the connection efficiency of mid - court four - corner kills." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一个选项最能全面评价这一回合的技战术表现?", + "question_en": "Which of the following options best comprehensively evaluates the technical and tactical performance of this rally?" + } + }, + { + "video_uid": "video_002111", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中双方攻防节奏完全割裂,bottom通过持续的过渡球将top压制在后场,反倒是top因网前主动性不足导致关键分丢分。建议top多运用假动作配合斜线突击,而bottom应减少盲目过顶以避免被反制。", + "B. 回合呈现bottom主导全场的局面,其分球与假动作组合屡破top防线,top因急于进攻出现过多出界失误。top应加强过顶球质量并减少抢网频率,而bottom需巩固防守稳定性以稳定得分效率。", + "C. 回合胜负关键在于bottom的下网失误与top的连续性下压,但top杀球威胁不足使其优势不明显。bottom可尝试增加抢网压迫并利用分球拉开空间,同时需重点练习反手过渡质量以应对快速攻防转换。", + "D. 回合展现激烈攻防博弈,top凭借精准的网前控制、快速移动与压迫性杀球主导战局;bottom防守虽具韧性但关键分处理犹豫,尤其被动时的下网失误葬送机会。建议bottom加强网前主动性,并减少低质量过渡球以提升反击效率。" + ], + "options_en": [ + "A. The rally featured a completely disjointed offensive-defensive rhythm, with bottom suppressing top at the rear court through continuous transitional shots. Conversely, top lost key points due to insufficient net initiative. It is advised that top employ more deceptive moves paired with cross-court attacks, while bottom should reduce reckless overhead shots to avoid counterattacks.", + "B. The rally displayed bottom's dominance throughout, with their combination of placement shots and deceptive moves repeatedly breaking top's defense. Top committed excessive out-of-bounds errors due to overeagerness in attacking. Top should improve overhead shot quality and reduce net-rushing frequency, while bottom needs to consolidate defensive stability for consistent scoring efficiency.", + "C. The rally's outcome hinged on bottom's net errors and top's sustained downward pressure, though top's lack of kill potency diluted their advantage. Bottom could increase net-rushing pressure and use placement shots to create space, while prioritizing backhand transitional quality to cope with fast offensive-defensive switches.", + "D. The rally showcased intense offensive and defensive exchanges, with top dominating the game through precise net control, rapid movement, and aggressive kills. Although bottom demonstrated resilient defense, hesitation in handling crucial points—especially net errors when under pressure—cost opportunities. It is recommended that bottom enhance net initiative and reduce low-quality transitional shots to improve counterattack efficiency." + ], + "answer": "D", + "question": { + "question_zh": "对于这个回合的综合表现,以下哪个评价最贴切?", + "question_en": "Which of the following evaluations best describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002112", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom展现快速反应和多拍相持中的战术执行力,反手挡网化解险情后及时转换攻势;top在优势相持阶段失误过多,关键分主动进攻选择保守且质量不足,需提升关键分处理能力。", + "B. top展现了快速反应和战术执行力,以精准的过顶劈杀和分球压制对手;bottom在被动时防守失误频发,特别在关键分中网前处理犹豫不决,需加强关键分的果断性。", + "C. bottom在多拍相持中多次尝试假动作扣杀但未能有效欺骗对手,导致线路被预判;而top通过高质量的抢网和反手挑后场控制节奏,展现了战术多变性,关键分选择果断。", + "D. top展现了快速反应和多拍相持中的战术执行力,反手挡网球路精准化解险情后迅速转为攻势压制;bottom在关键分阶段频繁失误,主动进攻选择过于激进但质量低下,需增强相持阶段的稳定性与关键分处理的精准度。" + ], + "options_en": [ + "A. bottom demonstrated quick reflexes and tactical execution in multi-shot rallies, using backhand blocks to defuse threats before swiftly transitioning to offense; top committed excessive errors during advantageous rallies, with conservative and low-quality attacking choices on key points, requiring improvement in critical point handling.", + "B. top showcased quick reflexes and tactical execution, employing precise overhead smashes and placement to pressure the opponent; bottom frequently made defensive errors when under pressure, particularly hesitating in net play during key points, needing to enhance decisiveness in critical moments.", + "C. bottom repeatedly attempted deceptive smashes in multi-shot rallies but failed to effectively mislead the opponent, resulting in predictable shots; top controlled the tempo with high-quality net interceptions and backhand lifts to the rear court, demonstrating tactical versatility and decisive choices on key points.", + "D. Top demonstrated quick reactions and tactical execution in multi-shot rallies. After precisely resolving dangerous situations with a backhand block, he/she quickly shifted to an offensive stance to suppress the opponent. Bottom made frequent mistakes during the crucial point phase. The choices of active attacks were too aggressive but of low quality. There is a need to enhance the stability during the rally phase and the precision in handling crucial points." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一选项最能准确评价该回合的整体表现?", + "question_en": "Which of the following options best accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002113", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合攻防节奏偏慢,bottom在被动中展现出顽强防守能力,通过连续高质量的劈吊和网前小球与对手周旋。top虽然在杀球威胁性(如扣杀)上占据优势,但线路单一且中后场防守屡现漏洞,尤其在相持阶段的体能分配和网前封网配合失误频繁,建议优化多拍相持中的落点控制与后场衔接的稳定性。", + "B. 本回合攻防转换激烈,top在被动中展现出顶级防守能力,通过关键分的预判与线路变化逆转局势。bottom的主动进攻有威胁(如劈杀),但关键失误和战术衔接断点暴露出来,建议加强网前压迫后的连贯衔接质量。", + "C. 本回合bottom从发球就占据主动,利用精准的分球和假动作组合多次撕开对手防线,top因过度依赖被动过渡球失去进攻节奏,其抢网成功率不足50%,建议在高压状态下加强网前应变能力。", + "D. 全场节奏较为平缓,双方均以过渡球为主,top虽展现出一定的预判能力,但线路选择保守缺乏威胁,bottom则因主动失误过多未能形成有效压制,建议增加直线劈杀比例提升得分效率,同时强化截击精准度。" + ], + "options_en": [ + "A. The rally pacing was slow, with bottom countering tenaciously via high-quality split drops and net shots. Top's smash dominance was offset by single-line shot patterns and midcourt defense lapses. Frequent errors occurred in rally stamina management and net coordination. Recommendation: optimize prolonged exchange placement control and backcourt consistency.", + "B. This rally featured intense shifts in offense and defense. Top demonstrated top-tier defensive skills under pressure, using crucial anticipation and shot direction adjustments to reverse gameplay. Bottom's proactive offense (e.g., smashes) was threatening but flawed by critical errors and tactical disconnections. Recommendation: improve post-net-pressure follow-up coordination quality.", + "C. Bottom secured control from the serve, using precise split shots and feint combinations to breach defense. Top's overreliance on passive transition shots disrupted offensive rhythm, with net-rushing success under 50%. Recommendation: enhance net adaptability under pressure.", + "D. Both relied heavily on defensive transitions with limited pace. While top showed decent anticipation, overly cautious shot choices stifled threat. Bottom's excessive unforced errors hindered offense. Suggestion: boost scoring with more straight-line smashes and improve volley precision." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合的羽毛球较量,哪项评价最准确概括整体表现?", + "question_en": "Which evaluation most accurately summarizes the overall performance in this badminton rally?" + } + }, + { + "video_uid": "video_002114", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在关键球处理上过于急躁屡次出界,直接送分;top通过精准的过顶高球压制对手后场,展现了极强的单兵作战能力,但未能及时上网封网导致战机流失", + "B. top在本回合主动失误过多,多次尝试扣杀却出现下网和出界,暴露出关键分心态波动;bottom防守极其顽强连续救球,但配合上缺乏经验,未能抓住反攻良机", + "C. top展现了出色的变速能力和战术执行力,通过连续进攻压制对手;bottom在防守环节虽然积极补位但线路判断频繁失误,需加强预判和防守技术打磨", + "D. bottom展现了出色的变速能力和战术执行力,通过连续调动创造得分机会;top在被动防守环节暴露出失误过多的问题,需要提升多拍相持中的抗压能力" + ], + "options_en": [ + "A. bottom was overly impatient in handling crucial shots, repeatedly sending the shuttle out of bounds and directly conceding points; top suppressed the opponent's backcourt with precise overhead clears, displaying strong individual combat ability but failed to rush forward to intercept the net, missing opportunities.", + "B. top committed too many unforced errors in this round, frequently attempting kills but resulting in net shots or out-of-bounds shots, revealing mental fluctuations in critical points; bottom defended extremely tenaciously with consecutive saves but lacked experience in coordination, failing to seize counterattack opportunities.", + "C. top showcased outstanding speed variation and tactical execution, suppressing the opponent with continuous attacks; bottom, though actively covering in defense, frequently misjudged the shuttle's trajectory, requiring enhanced anticipation and defensive skills.", + "D. bottom demonstrated excellent speed variation and tactical execution, creating scoring opportunities through continuous rallies; top exposed issues of excessive errors in passive defense, needing to improve pressure resistance in extended rallies." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002115", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合是防守反击与网前博弈的典型对抗。top通过高质量的防守和压迫性跳杀持续施压,成功逼出对手失误后一击制胜;而bottom在被动相持中的步伐调整和网前控球稳定性有待提升,尤其在关键分节奏把控上暴露短板。建议加强网前追身球的预判及被动状态下的借力回放技术。", + "B. 本回合重点突显了网前战术执行与假动作欺骗性的差距。bottom通过连续三板斧式假动作骗过top完成超车上网,但因抢网时判断失误导致下网。top在被动情况下展现出优秀的步伐调整能力,却在得分机会面前因犹豫不决选择非受迫性高远球。建议加强网前小球线路变化和关键分强攻果断性培养。", + "C. 本回合是典型的底线相持与体能消耗战。双方运动员均陷入被动过渡模式,频繁使用被动回放和借力球维持回合。top在关键分上因急于抢网出现下网失误,而bottom则在防守反击时出现预判偏差。建议通过多球训练提升前场快速启动反应和被动时的被动搓球稳定性。", + "D. 本回合主要展现了进攻端的战略失误与控网能力不足。bottom在领先时过度使用过顶杀球导致多次出界,而top尽管在分球和假动作上有精彩表现,却因网前封网决策犹豫错失良机。建议双方强化对角线分球的落点控制,并增加高压扣杀时手腕爆发力训练。" + ], + "options_en": [ + "A. This round was a classic confrontation of defensive counterattacks and net play. Top maintained continuous pressure through high-quality defense and aggressive jump kills, forcing opponent errors to secure the victory. However, Bottom needs improvement in footwork adjustment during passive rallies and net control stability, especially in handling crucial points. It is recommended to enhance anticipation of body-targeting net shots and the technique of borrowing power for defensive net returns in passive situations.", + "B. This round emphasized the gap in net tactical execution and deceptive play. Bottom deceived Top with a triple feint sequence to overtake the net but misjudged the interception, leading to a net error. Top demonstrated excellent footwork adjustment in passive situations but hesitated at scoring opportunities, opting for unforced clears. It is recommended to enhance net shot variation and cultivate decisiveness in attacking crucial points.", + "C. This round was a typical baseline rally and endurance battle. Both players fell into passive transition mode, frequently relying on defensive returns and borrowed power shots to sustain the rally. Top committed a net error due to rushing the net at a crucial point, while Bottom showed misjudgment in defensive counterattacks. It is recommended to improve frontcourt quick-start reactions and defensive net shot stability through multi-shuttle drills.", + "D. This round primarily highlighted strategic mistakes in offense and insufficient net control. Bottom overused overhead kills when leading, resulting in multiple out-of-bounds shots. Although Top showcased brilliant performances in shot placement and deceptive plays, hesitation in net interception decisions cost them opportunities. Both players are advised to strengthen diagonal shot placement accuracy and increase wrist power training for smashes." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项是对本回合整体表现的最佳评价?", + "question_en": "Which of the following is the best evaluation of the overall performance in this round?" + } + }, + { + "video_uid": "video_002116", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这类似乎是一个双方争夺激烈的对攻回合,bottom试图以假动作骗开对手防守线路,但挑后场高球落点不佳导致top充分准备。随后双方展开多拍拉锯,最终top通过精准的后场劈对角得分,bottom在关键分节奏把控上略逊一筹,防守反击策略未能奏效。", + "B. 这是一个典型的从网前控制到后场进攻的完整战术回合。bottom通过精准的网前挤压迫使对手被动防守,随后重杀一击制胜,展现了顶级选手的战术执行力。top在被动时缺乏变化的挑球策略值得商榷,需提升在压力下的过渡质量。", + "C. 此回合展现了top选手出色的假动作欺骗能力,其通过分球和过顶结合,成功化解bottom的网前压迫。然而bottom在关键球的重杀选择略显冒险,导致对角线出界,暴露了进攻稳定性问题。两方的网前争夺激烈,但最终的失误决定了胜负。", + "D. 在这一回合中,top展现了出色的网前截击和防守反击能力,通过精准的挑后场球迫使bottom被迫回放,随后通过连续网前压迫实现得分,充分体现了其战术灵活性。bottom在后场进攻时过于依赖强力扣杀,未能及时调整至更细腻的处理方式,在关键球上出界失误,反映出在高压情况下应变能力有待提升,同时双打配合中缺乏足够的默契导致防守漏洞频出" + ], + "options_en": [ + "A. This appeared to be a fiercely contested attacking rally. Bottom tried to deceive with fake motions but poor high-clear placement allowed Top to prepare fully. After extended exchanges, Top scored with an accurate rear-court cross-court slice, while Bottom slightly lagged in rhythm control during key points, rendering counterattacks ineffective.", + "B. This is a classic tactical rally demonstrating full control from the net to rear-court offense. Bottom forced the opponent into passive defense with precise net pressure, then secured the point with a powerful kill, showcasing top-tier execution. Top's lack of variation in net lifts during passive play is debatable and requires improvement in transition quality under pressure.", + "C. This rally highlighted Top's exceptional deception skills, combining splits and overhead shots to neutralize Bottom's net pressure. However, Bottom's risky kill choice on the crucial point led to a diagonal line error, exposing offensive consistency issues. Both sides engaged in intense net play, but the final mistake decided the outcome.", + "D. In this rally, top demonstrated excellent net interception and counter-attacking abilities in defense. By accurately hitting a net lift to the backcourt, top forced bottom to return the shot. Subsequently, through continuous net pressure, top scored points, fully reflecting its tactical flexibility. When attacking from the backcourt, bottom overly relied on powerful kills and failed to adjust to a more delicate handling method in a timely manner. bottom made an out-of-bounds error on crucial balls, reflecting that its ability to respond under high pressure needs to be improved. At the same time, the lack of sufficient tacit understanding in the doubles cooperation led to frequent defensive loopholes." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally?" + } + }, + { + "video_uid": "video_002117", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top通过超强反应完成多次精彩抢网,尤其是连续扑杀化解bottom的进攻压制;bottom则因站位靠后丧失网前控制权,回合印证了快速回应及网前主动性在破攻中的核心价值。", + "B. top凭借精准的网前假动作和分球策略有效压制bottom,多次通过骗性挑后场调动对手;而bottom的杀球因线路集中缺乏变化导致被预判,回合展现攻防转换中战术多变性的重要性远超力量优势。", + "C. 双方在关键分上均出现明显失误:bottom的过顶高远球出界浪费得分机会,而top虽在被动过渡中通过反手技术保住了多板数拉扯。此回合强调高压情境下的心理压力对技术发挥的关键影响。", + "D. bottom通过主动杀球占据主导,展现了强势的中前场控制能力;top虽尝试战术调整但失误频繁,尤其在被动反手环节稳定性不足。此回合凸显进攻压迫与防守关键分处理的直接关联。" + ], + "options_en": [ + "A. Top displayed exceptional reflexes with multiple brilliant net interceptions, especially consecutive net kills to counter bottom's offensive pressure. Bottom lost net control due to a deep stance, proving the core value of quick responses and net initiative in breaking attacks.", + "B. Top effectively suppressed bottom with precise net fake moves and split-shot strategies, repeatedly using deceptive net lifts to maneuver the opponent. Bottom's kill shots lacked variation in placement, making them predictable. The rally demonstrates the importance of tactical versatility over power advantage in offense-defense transitions.", + "C. Both sides made obvious errors at critical points: bottom's overhead clear went out of bounds, wasting scoring opportunities, while top relied on backhand skills to sustain multi-shot rallies during passive transitions. This rally emphasizes the crucial impact of psychological pressure on technical performance in high-stress situations.", + "D. Bottom took the initiative by actively using kill shots to dominate, showcasing strong mid-frontcourt control. Although top attempted tactical adjustments, frequent errors occurred, especially in the stability of passive backhand play. This rally highlights the direct correlation between offensive pressure and critical defensive point handling." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002118", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合以底线相持为核心对抗,top通过强势底线进攻和精准落点压制对手节奏,bottom虽防守积极但反手失误过多导致失分。建议bottom加强底线对抗的稳定性并改善反手技术的击球质量。", + "B. bottom防守端频繁出现预判失误,top趁机通过快速抢网和直线杀球建立优势。尽管bottom试图通过挑后场过顶球反击,但落点偏浅被top直接扣杀得分,反映出其防守反击衔接能力和体能分配存在明显短板。", + "C. 这是一回合以网前博弈为核心的拉锯战,bottom凭借细腻的网前技术和果断进攻终结手段主导节奏,而top过度依赖被动防守缺乏反击威胁,暴露了反手技术亟待提升的问题。建议在防守中增加线路变化并减少非受迫性失误。", + "D. 这是典型的后场压制战术成功案例,top选手通过强势的后场重扣和大力劈对角持续施压,迫使bottom陷入被动防守。bottom虽然通过精准分球尝试缓解压力,但关键球处理过于保守,最终因正手直线进攻失误导致失分。" + ], + "options_en": [ + "A. In this rally, the core confrontation is the backcourt battle. Top suppresses the opponent's rhythm through powerful backcourt attacks and precise shot placement. Although bottom defends actively, excessive backhand errors lead to losing points. It is recommended that bottom enhance the stability of backcourt confrontation and improve the hitting quality of backhand techniques.", + "B. The bottom player frequently misjudged defensive plays, allowing the top player to seize opportunities with quick net interceptions and straight smashes. Although the bottom player attempted counterattacks with deep overhead clears, shallow placements resulted in direct kill shots by the top player, highlighting clear weaknesses in defensive transitions and stamina management.", + "C. This was a rally centered around net play, with the bottom player dominating the tempo through delicate net techniques and decisive finishing attacks, while the top player overly relied on passive defense lacking counter threats, exposing the need to improve backhand skills. It is advised to vary defensive shots and reduce unforced errors.", + "D. This is a classic example of successful rear-court suppression tactics. The top player applied continuous pressure with powerful smashes and steep cross-court shots, forcing the bottom player into passive defense. Although the bottom player attempted to relieve pressure with precise placements, overly conservative key shot decisions led to a loss due to a forehand straight attack error." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最能准确评价这一回合的整体表现?", + "question_en": "Which of the following most accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002119", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top虽然主动抢网占优但关键分失误频发,其过顶高球多次直接下网暴露稳定性缺陷。bottom凭借精准的反手分球和快速移动顽强化解危机,防守质量明显优于进攻方", + "B. top过分依赖单板强攻导致连续出界,其假动作质量不足被对手预判。bottom通过持续平抽中的节奏拖拽获得主动,正手技术优势明显但欠缺上网终结能力", + "C. top展现了多样化的战术执行能力,正手技术与节奏变化有效压制对手。bottom则暴露了在连续被动时的稳定性问题,需加强关键球的应变能力和反手技术,减少低级失误。", + "D. top在被动过渡阶段展现极高水准,多次用网前小球化解bottom的压制定。bottom则因发动突击时线路单一被预判,需强化反手位的突然加速进攻" + ], + "options_en": [ + "A. Top dominated the net play but frequently made errors in key points, with multiple overhead clears landing directly into the net, exposing stability flaws. Bottom relied on precise backhand placements and quick movement to resiliently counter crises, showing significantly better defensive quality than the offensive side.", + "B. Top overly relied on single powerful attacks, resulting in consecutive shots going out of bounds, and their deceptive moves were easily anticipated by the opponent. Bottom gained initiative by dragging the rhythm through sustained flat drives, showcasing clear forehand superiority but lacking net-finishing ability.", + "C. Top demonstrated diverse tactical execution, effectively suppressing the opponent with forehand techniques and pace variations. Bottom, however, revealed stability issues under continuous pressure, needing to improve adaptability in crucial points and backhand techniques while reducing unforced errors.", + "D. Top displayed exceptional skill during passive transitions, repeatedly using net drops to counter Bottom’s pressure. Bottom, however, was predictable due to monotonous attack patterns and needs to enhance sudden acceleration in backhand attacks." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002120", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合呈现明显攻防转换节奏,bottom通过精准的劈杀跳杀和上网控网战术持续施压,而top虽尝试用假动作和线路变化调整,但关键分稳定性不足。建议top在未来需提升在被动局面下的直线过渡质量,减少非受迫性失误", + "B. 此回合主要展现bottom的过顶杀球压制优势,但top通过连续的分球出界制造空档,最终利用假动作骗过防守完成反击得分。后续应加强底线区域的防守覆盖和预判能力", + "C. 这一回合主要体现top通过持续防守反击和高质量的直线过渡球主导节奏,bottom的劈杀虽有一定威胁但线路预判被top破解,top在关键分上主动失误明显减少。建议bottom需强化防守移动和应对直线高压的能力,同时增加网前小球变化来干扰top的击球时机,目前bottom的主动进攻效果不足", + "D. 全程以bottom的被动过渡为主,top依靠反手劈吊和快速抢网掌握节奏,却在关键分因贪攻导致下网失误。应建议bottom增加网前小球质量而非盲目扣杀" + ], + "options_en": [ + "A. This rally displayed a clear rhythm of offensive-defensive transitions. The bottom player consistently applied pressure through precise jump smashes and net control tactics, while the top player attempted adjustments with deceptive shots and variations in shot placement but lacked stability in crucial points. It is recommended that the top player improve the quality of straight clears in passive situations and reduce unforced errors.", + "B. This rally primarily highlighted the bottom player's dominance with overhead smashes, but the top player created openings by repeatedly pushing the shuttle wide and ultimately scored with a deceptive shot that outmaneuvered the defense. Subsequent focus should be on enhancing defensive coverage and anticipation in the baseline area.", + "C. In this rally, top mainly dominated the rhythm through continuous defensive counterattacks and high - quality straight transition shots. Although bottom's split smashes posed a certain threat, the line prediction was cracked by top. On key points, top's active mistakes decreased significantly. It is recommended that bottom strengthen the ability of defensive movement and dealing with straight high - pressure shots. At the same time, increase the changes of net shots in the front court to interfere with top's hitting timing. Currently, the effect of bottom's active attacks is insufficient.", + "D. The rally was dominated by the bottom player's passive clears, while the top player controlled the tempo with backhand drop shots and quick net interceptions but committed a net error on a crucial point due to over-aggression. It is advised that the bottom player prioritize improving net shot quality over reckless smashes." + ], + "answer": "A", + "question": { + "question_zh": "对于这个回合的战术执行和球员表现,下列哪个选项最能准确概括整体情况?", + "question_en": "Which of the following options best summarizes the overall situation regarding the tactical execution and player performance in this rally?" + } + }, + { + "video_uid": "video_002121", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 全程围绕网前争夺展开,bottom通过连续杀上网压制top的防守空间,但关键分时的放网失误使优势丧失。核心问题在于追身劈杀后的衔接步伐,建议加强网前控制系统时的点杀精度,同时提升被动时的防守反击速率与线路变化。", + "B. 本回合呈现拉吊结合压制底线与防守反击的经典对抗,top依靠过顶劈吊制造空档,但bottom通过精准的网前封堵化解危机。关键分中由于底线球落点重复被预判,暴露了进攻线路单一的短板,建议增加后场吊小对角的比例。", + "C. 这是一个典型的前后场攻防转换回合,top凭借中场衔接的果断性和后场进攻的侵略性主导了战局。bottom虽尝试用追身球改变节奏,但关键球质量控制不足暴露了防守衔接的薄弱环节,建议加强被动状态下的过渡球稳定性。", + "D. 这是一个以网前控制为核心的战术回合,bottom通过精准的反手挡网和快速的小球衔接掌握了节奏。top虽然尝试通过大力劈吊展开进攻,但落点预判和移动速度存在明显不足,导致多次出现回球下网或出界的情况,建议后续提升网前被动时的搓球旋转变化和技术细腻度。" + ], + "options_en": [ + "A. The rally revolved entirely around net play. The bottom player pressured the top player's defensive space with continuous kill-and-rush tactics but lost the advantage due to net shot errors at crucial moments. The core issue lies in the footwork transitions after body slice kills. It is suggested to improve the accuracy of net-control point kills while enhancing defensive counterattack speed and shot variation when passive.", + "B. This rally demonstrated a classic clash of baseline control with lifts and defensive counterattacks. The top player created openings with overhead slice drops, but the bottom player neutralized the threat with precise net blocks. During critical points, repetitive baseline shot placements led to predictability, exposing a lack of offensive variety. It is recommended to increase the proportion of backcourt cross-court drop shots.", + "C. This was a classic front-to-back court offensive-defensive transition rally. The top player dominated the game with decisive midcourt connections and aggressive backcourt attacks. The bottom player attempted to disrupt the rhythm with body shots but revealed weaknesses in defensive transitions due to insufficient control over critical shots. It is recommended to improve the stability of transition shots under passive conditions.", + "D. This is a tactical rally centered around net control. Bottom mastered the rhythm through precise backhand blocks and quick net shot connections. Although top tried to launch an attack with powerful drop shots, there were obvious deficiencies in landing point prediction and movement speed, resulting in the shuttlecock going into the net or out of bounds many times. It is recommended to improve the spin variation and technical finesse of net shots when in a passive situation at the net in the future." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的战术表现,以下哪项评价最符合实际战局特点?", + "question_en": "Which of the following evaluations best matches the tactical characteristics of this rally?" + } + }, + { + "video_uid": "video_002122", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. (top)在相持阶段多次运用重复性直线进攻压制底线,(bottom)凭借出色的防守面积和上网拦截化解危机,但关键分时(top)突然变扣为吊造成空档,显示出bottom对节奏变化的应变能力不足,需加强落点预判训练。", + "B. 整个回合中(bottom)通过精准的网前假动作和过顶劈吊不断占据主动,(top)因线路预判失误频繁出现扑空,最终因底线判断失误导致回球下网,暴露出前场步伐衔接的明显短板需要针对性强化。", + "C. 本回合呈现典型的攻防博弈,top通过中前场抢网和后场重杀展现统治力,(bottom)在被动局面下缺乏有效反击手段,过度依赖防守导致陷入被动循环,建议在关键分时需提升主动变线能力以缓解压力。", + "D. 全程以底线多拍拉锯为主基调,(bottom)依靠大范围移动弥补技术劣势,而(top)在主动抢网时连续出现接杀下网失误,暴露了核心区域控制力的欠缺,建议加强半场衔接和稳定击球的专项练习。" + ], + "options_en": [ + "A. During the stalemate phase, (top) repeatedly employed straight-line attacks to pressure the baseline, while (bottom) relied on exceptional defensive coverage and net interceptions to neutralize threats. However, at critical points, (top) suddenly switched from kills to drop shots, creating openings and revealing (bottom)'s inadequate adaptability to rhythm changes, highlighting the need for enhanced placement anticipation training.", + "B. Throughout the rally, (bottom) consistently took the initiative with precise net fake shots and overhead slice drops, while (top) frequently misjudged trajectories, leading to missed shots and ultimately a net error due to baseline misjudgment, exposing a clear weakness in front-court footwork transitions that requires targeted improvement.", + "C. This rally showcased a typical offense-defense dynamic, with (top) demonstrating dominance through mid-court net interceptions and rear-court kills, while (bottom) lacked effective counterattacks in passive situations, over-relying on defense and falling into a passive cycle. It is recommended to enhance active cross-court variations during critical points to alleviate pressure.", + "D. The rally was dominated by baseline multi-shot exchanges, with (bottom) compensating for technical deficiencies through extensive movement, while (top) committed consecutive net errors during aggressive net interceptions, exposing a lack of control in core areas. It is recommended to strengthen specialized training for mid-court transitions and stable shot execution." + ], + "answer": "C", + "question": { + "question_zh": "下列哪项最能全面反映该回合的技术表现特征?", + "question_en": "Which of the following best comprehensively reflects the technical performance characteristics of this rally?" + } + }, + { + "video_uid": "video_002123", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 值得注意的是bottom在本回合战术执行的多样性,面对top主动上网压迫时快速启动分球边线成功削弱其攻势。而top过于依赖后场杀球的单一战术路线,在bottom快速回追后陷入被动,最终关键分过顶球出界暴露风险控制短板。", + "B. 回合呈现鲜明攻防转换,top网前细腻技术与后场暴力杀球相得益彰。bottom虽尝试主动变线但关键分失误过多,暴露前场防守稳定性不足。值得借鉴的是top在被动时通过放网前逼抢创造进攻机会的战术执行力。", + "C. 子弹TOP的进攻主导性表现全程压制对手,依靠连续正手劈杀压底线和精准的反手抽对角制造威胁。虽然在衔接上网环节出现轻微停顿被对手捕捉反击机会,但通过极限救球完成反压制,最终以一记半场暴力扣杀锁定胜局,体现其强势打法的统治力。", + "D. 回合整体呈现耐心理 Chairman, 双方在底线相持阶段频繁运用过顶高远球和假动作,试图打破平衡却因互相过渡陷入僵局。top试图利用网前小球变速创造机会时,bottom精准的扑救衔接导致前者疲于防守,最终top因分球落点偏差导致出界而失利。" + ], + "options_en": [ + "A. BOTTOM's tactical versatility stood out this rally, successfully weakening TOP's offensive pressure with quick sideline placements when facing net rushes. TOP's overreliance on backcourt kills as a singular strategy backfired when BOTTOM's rapid recovery created counterattacking opportunities, with TOP's crucial overhead clear going out exposing risk management flaws.", + "B. The rally showcased distinct offensive-defensive transitions, with TOP's delicate net play complementing powerful backcourt kills. Although BOTTOM attempted active line changes, excessive unforced errors on crucial points exposed instability in frontcourt defense. Notably, TOP demonstrated tactical execution by creating offensive opportunities through net shots when under pressure.", + "C. TOP demonstrated dominant offensive control throughout, threatening with consecutive forehand kill shots to the baseline and accurate backhand crosscourt drives. Despite slight hesitation in net approaches being exploited for counters, TOP completed counter-pressure through extreme retrievals, ultimately sealing victory with a powerful mid-court smash that showcased the supremacy of this aggressive style.", + "D. The rally overall displayed patient baseline exchanges, with both sides frequently employing overhead clears and deceptive shots to break the balance, only to fall into stalemate due to mutual transitions. When TOP tried creating opportunities with net drop variations, BOTTOM's precise net kill connections forced TOP into defensive scrambling, ultimately leading to TOP's loss due to an errant placement shot going out." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002124", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这回合呈现快节奏攻防博弈,bottom通过连续的杀上网压制了top的防守空间,但因体能下降导致后场覆盖能力减弱,最终top抓住机会以落点精准的过顶球实现逆转,凸显出top在被动防守转主动反击时的线路控制能力需要强化。", + "B. 轮双方攻防转换迅速,bottom以暴力进攻压制对手底线区域,top虽然通过精准的分球尝试调动对手,却因关键分时抢网时机选择失误连丢分数,暴露了top在高压相持阶段主动进攻意识不足的弱点,需提升决断力。", + "C. 本回合双方展现了高水平拉锯,top通过细腻的网前技术和多变的推挑控制不断调动对手,但防守轮转和关键分压制稍显不足;bottom则凭借精准的落点控制和耐心的防守反击,最终凭借关键球的预判和果断出手实现逆转,这要求top需加强在相持阶段的防守专注度和过渡球质量。", + "D. 本回合双方展现了激烈的攻防转换,top依靠强劲的进攻火力和精准的后场抽杀压制了对手的底线区域,但关键分处理时战术过于激进导致过多无谓失误;bottom则在被动情况下通过严密的防守轮转和灵活的移动补位有效限制了top的得分机会,但始终未能突破关键分上的心理障碍,最终因在关键接发中的预判失误和反应迟缓而错失逆转良机,这要求bottom需强化关键分时的主动进攻意识及反应速度,而top应提升关键分的稳定性以避免因自身失误葬送优势" + ], + "options_en": [ + "A. This round featured fast-paced offensive-defensive exchanges. The bottom player pressured the top player's defensive space with continuous smash-and-net approaches but weakened in rear-court coverage due to fatigue. Ultimately, the top player seized the opportunity with precise overhead placements for a comeback, underscoring the need to strengthen line control during transitions from passive defense to active counters.", + "B. Both sides displayed rapid offensive-defensive transitions. The bottom player suppressed the opponent with aggressive baseline attacks, while the top player attempted to disrupt the opponent with precise placements but lost consecutive points due to poorly timed net interceptions during critical moments. This exposed the top player's lack of proactive offensive awareness in high-pressure rallies, requiring improved decision-making.", + "C. Both sides demonstrated high-level rallies in this round. The top player constantly maneuvered the opponent with delicate net play and varied push-and-lift controls, but showed slight deficiencies in defensive rotation and key-point pressure. The bottom player relied on precise placement control and patient defensive counters, ultimately achieving a comeback through anticipation and decisive strikes on crucial points. This highlights the need for the top player to enhance defensive focus and transition shot quality during extended rallies.", + "D. In this rally, both sides demonstrated intense offensive and defensive transitions. Top suppressed the opponent's baseline area with powerful offensive firepower and precise backcourt drives. However, due to overly aggressive tactics in handling crucial points, there were too many unnecessary mistakes. Bottom, in a passive situation, effectively restricted Top's scoring opportunities through tight defensive rotations and flexible movement for position filling. Nevertheless, Bottom failed to break through the psychological barrier at crucial points. Eventually, due to misjudgment and slow reaction in crucial service returns, Bottom missed the opportunity to reverse the situation. This requires Bottom to strengthen the awareness of active offense and reaction speed at crucial points, while Top should improve the stability at crucial points to avoid losing the advantage due to self-inflicted mistakes." + ], + "answer": "C", + "question": { + "question_zh": "以下哪一个评价最能准确描述这个回合的整体表现?", + "question_en": "Which of the following evaluations most accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002125", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合充分体现底线对抗的战术执行力,bottom依托快速启动与精准的后场扣杀压制对方反手位,顶防头顶区直线杀上网成为决胜关键。top在追防中多次通过大范围移动补位化解危机,但决胜分处理时因重心偏移导致球拍过顶击球下网失误,显示出强化核心力量训练的必要性。", + "B. 本回合呈现典型的防守反击格局,bottom在遭遇top连续高压下主动采用劈吊后场战术制造反击契机,通过第8拍反手区精准的过顶劈对角打破平衡。尽管top凭借防守连续性化解了6次危机,但决胜分因救球后的小幅度假动作欺骗不足,被对手预判路线抓死,建议提升高远球稳定性。", + "C. 此回合聚焦多拍相持中的技术博弈,bottom在前6拍选择保守过渡策略,突然在第7拍通过突然加速抢网制造对手回球下网的被动局面。top在被动中尝试变线分球试图破解,但连续三次过网高度不足遭遇压制,最终因网前预判失误导致放网球出边线,暴露其在被动分差下线路选择的不足。", + "D. 这是一回合围绕网前技术展开的攻防拉锯战,bottom通过细腻的搓放控制不断压缩top的反应空间,最终凭借第10拍的教科书级网前球奠定胜局。top在被动中急于通过节奏变化扭转劣势,但关键分稳定性不足暴露短板,建议强化网前被动情况下的放球成功率。" + ], + "options_en": [ + "A. This round fully demonstrated tactical execution in baseline confrontations. Bottom relied on quick starts and precise backcourt smashes to pressure Top's backhand, with the decisive moment being a straight smash from the overhead area followed by a net rush. Top managed to cover wide ranges to defend multiple crises but lost the final point due to a mishit caused by off-balance overhead swing, highlighting the need to strengthen core strength training.", + "B. This round showcased a classic defensive counterattack pattern. Bottom proactively employed deep drop shots to create counter opportunities under Top's continuous high-pressure attacks, breaking the balance with an accurate overhead cross-court slice on the 8th stroke. Although Top resolved six crises with defensive consistency, the final point was lost due to insufficient deception after a retrieval, allowing the opponent to predict and intercept the shot. Improving high clear stability is recommended.", + "C. This round focused on technical duels in extended rallies. Bottom adopted a conservative transition strategy in the first six strokes, then suddenly accelerated to rush the net on the 7th stroke, forcing Top into a passive net error. Top attempted to disrupt with cross-court placements but suffered three consecutive low clears, ultimately losing due to a misjudged net shot that went wide, exposing weaknesses in shot selection under passive score differences.", + "D. This rally was a tug-of-war centered around net play techniques. Bottom continuously compressed Top's reaction space with delicate net shots and placements, ultimately securing victory with a textbook-level net shot on the 10th stroke. Top attempted to reverse the disadvantage through tempo changes in passive situations but exposed weaknesses in stability during crucial points. It is recommended to improve the success rate of net shots under passive conditions." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002126", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了双方的耐心防守与高度集中的注意力,top通过精准的分球和骗技术多次突破bottom防线,最终bottom因急于求成导致杀球出界,失去机会。bottom应重点练习反手过渡配合更多的假动作来增强进攻威胁性。", + "B. 虽然bottom尝试抢网和硬抽,但top成功通过过顶球压制迫使对手陷入被动,最后bottom于被动中强行抽杀下网,遗憾失分。建议bottom在关键时刻提升网前小球的细腻度以增加变化。", + "C. 整个回合呈现快速攻防转换,top展现灵活的跑动与出色的预判,用快速平抽挡多次压制bottom且扰乱其节奏,最终用精准的直线分球迫使bottom回球下网,bottom需加强处理边线球的能力以突破压制。", + "D. 本回合是一场高质量拉锯战,bottom通过连贯的上网抢网和硬抽调动对手,最终以教科书式重杀完成得分。top虽多次防守化解危机,但应对爆发性进攻时缺乏足够的反击手段,建议加强中场过渡球的稳定性以延缓对手进攻节奏。" + ], + "options_en": [ + "A. This rally showcased both players' patient defense and intense focus. Top broke through Bottom's defense repeatedly with precise placements and deceptive techniques, while Bottom lost the opportunity due to an overly aggressive kill that went out of bounds. Bottom should focus on practicing backhand transitions paired with more deceptive moves to enhance offensive threats.", + "B. Although Bottom attempted to seize the net and drive, Top successfully pressured them into a passive position with deep clears, leading to Bottom's forced drive into the net and a regrettable loss of the point. It is recommended that Bottom refine the delicacy of net shots at critical moments to add variation.", + "C. The entire rally featured rapid offensive-defensive transitions. Top demonstrated agile movement and excellent anticipation, using fast flat drives to repeatedly suppress Bottom and disrupt their rhythm, ultimately forcing Bottom to return into the net with a precise straight placement. Bottom needs to improve their ability to handle sideline shots to break through such pressure.", + "D. This rally was a high-quality seesaw battle. Bottom scored with a textbook kill after consistently seizing the net and driving to disrupt the opponent. Although Top defended well multiple times, they lacked sufficient countermeasures against explosive attacks. It is recommended to improve the stability of midcourt transition shots to slow down the opponent's offensive rhythm." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002127", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这回合的核心矛盾出现在网前争夺,bottom的主动上网虽造成top的过顶球失误,但随后的追球路线暴露了步伐漏洞。top需要提升劈杀后场大对角的精准度,而bottom应优化双打战术中的鱼贯扑网配合默契度。", + "B. 这一回合的焦点在于top选手的假动作骗术和突然的过顶劈杀,尽管bottom通过连续防守化解了前三拍,但关键时刻被top的非常规线路彻底打乱预判,显示出对抗变速能力的明显差距。建议bottom加强反手位的预判训练并提升网前封堵的侵略性。", + "C. 这个回合暴露了top选手在战术选择上的严重失误,过度依赖直线球路导致被对手预判并频繁反击,关键分的擦网球虽扭转局势,但恰恰暴露了其线路变化能力的匮乏。bottom选手在被动情况下展现了极佳的反手过渡质量,问题核心在于top在网前机会球处理上过于保守,丧失了主动进攻的先机。建议top选手应加强斜线衔接和网前压迫性,而bottom在相持阶段需减少无谓的防守消耗,转而通过突击上网创造得分机会,方能破解当前的被动局面。", + "D. 这个回合展现了顶尖选手的战术执行力,top通过连续直线球路和落点控制逐步压缩对手空间,关键时刻的擦网球虽带运气成分,但前序的战术铺垫至关重要。bottom需要注意在被动情况下反手过渡球的稳定性,同时要更果断判断是否需要冒险上网。" + ], + "options_en": [ + "A. The core conflict in this rally occurred at the net. The bottom player's aggressive net approach caused the top player to make an overhead shot error, but the subsequent chase revealed footwork flaws. The top player needs to improve the accuracy of cross-court kills, while the bottom player should optimize the coordination of tandem net attacks in doubles tactics.", + "B. The focus of this rally was on the top player's deceptive feints and sudden overhead kill. Although the bottom player defended the first three shots, the top player's unconventional shot at the critical moment completely disrupted the bottom player's anticipation, revealing a clear gap in the ability to counter speed changes. It is recommended that the bottom player strengthen backhand anticipation training and enhance the aggressiveness of net blocking.", + "C. This rally exposed serious tactical errors by the top player. Over-reliance on straight shots led to easy anticipation and frequent counterattacks by the opponent. Although the net cord shot at the critical point turned the tide, it precisely highlighted the lack of shot variation. The bottom player demonstrated excellent backhand transition quality in passive situations. The core issue lies in the top player's overly conservative handling of net opportunities, missing the chance to seize the offensive initiative. It is recommended that the top player improve cross-court transitions and net pressure, while the bottom player should reduce unnecessary defensive consumption during rallies and instead create scoring opportunities by attacking the net.", + "D. This rally showcased the tactical execution of top players. The top player gradually compressed the opponent's space through continuous straight shots and placement control. Although the net cord shot at the critical moment involved some luck, the preceding tactical setup was crucial. The bottom player needs to improve the stability of backhand transition shots in passive situations and make more decisive judgments on whether to take the risk of moving to the net." + ], + "answer": "D", + "question": { + "question_zh": "对于这个回合的技术表现,请选择最恰当的评价:", + "question_en": "For the technical performance in this rally, please select the most appropriate evaluation:" + } + }, + { + "video_uid": "video_002128", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合的核心在于防守反击的效率比拼。bottom凭借快速回防和变速劈对角打出精彩反击,而top因上网后退迟缓被拉开空档。建议top加强防守轮转中的步伐衔接,同时提升在被动接杀时的勾对角成功率以稳守反击机会。", + "B. 本回合展现了bottom精准的防守反击策略。bottom通过稳固的网前封堵和快速斜线跑动有效限制了top的进攻威力,连续三次高质量的平高球迫使top出现回球失误。top尽管尝试变速劈吊但线路过于单一,且网前小球质量欠佳导致主动权丧失。建议top加强网前真假结合的调度能力,并提升相持阶段的落点变化技巧,同时bottom可进一步强化高压杀上网的衔接流畅度以巩固优势", + "C. 本回合是攻防转换的典型战例。top通过主动压后场控制节奏,结合网前小球和变速推挑持续施压,最终以暴力跳杀锁定胜局。bottom虽尝试多种技战术组合,但防守轮转中暴露出中后场被动局面下应变不足的短板,建议加强底线相持中的防守反击效率。", + "D. 本回合的焦点在于网前争夺与假动作运用。bottom通过连续假推真扑和分球策略制造攻势,而top在抢网时未能预判对手的过顶高球,导致关键分处理犹豫失误。建议top提升网前预判的敏锐度,并强化被动局面下的搓放小球技巧。" + ], + "options_en": [ + "A. The core of this rally was a contest of counterattack efficiency. Bottom executed brilliant counterattacks with quick recovery and tempo-changing crosscourt slices, while top's delayed footwork during net retreats created openings. It is recommended for top to strengthen footwork coordination in defensive rotations and increase crosscourt success rates when returning kills to stabilize counterattack opportunities.", + "B. This rally demonstrated Bottom's precise counter-attacking defensive strategy. Bottom effectively limited Top's offensive power through solid net blocking and rapid diagonal running. Three consecutive high-quality flat clears forced Top to make return errors. Although Top attempted to vary the speed and play drop shots with splits, the shot lines were too monotonous, and the poor quality of net shots led to the loss of the initiative. It is recommended that Top enhance the ability to coordinate real and fake shots at the net and improve the skills of changing the landing points during the stalemate phase. At the same time, Bottom can further strengthen the smooth connection of high-pressure kill and net rush to consolidate the advantage.", + "C. This rally is a classic example of offense-defense transition. Top controlled the tempo by actively pressuring the backcourt, combining net drops and tempo-changing push lifts to maintain pressure, ultimately sealing the victory with a powerful jump kill. Bottom attempted various tactical combinations but exposed a weakness in adaptability during defensive rotations when trapped in passive mid-backcourt situations. It is recommended to improve counterattack efficiency during baseline rallies.", + "D. The highlight of this rally lies in net play and deception techniques. Bottom created offensive opportunities through consecutive fake pushes followed by net kills and strategic placement, while top failed to anticipate the opponent's overhead clears during net rushes, leading to hesitation errors in crucial points. It is recommended for top to enhance net anticipation awareness and refine drop shot skills in passive situations." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally?" + } + }, + { + "video_uid": "video_002129", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合的攻防转换体现了防守方bottom在被动情况下出色的战术执行力,通过高质量过渡球延缓进攻节奏,而top在主动进攻中因线路选择单一且击球压迫性不足,未能有效压制对手。尽管bottom的防守落点分布不够精准,但其预判能力与快速移动展现了不俗的应变水平。建议进攻方强化中场控制,并尝试通过劈吊结合的多变战术提升击球威胁性,同时防守方可加强后场高远球的质量。", + "B. top在本回合过度依赖中场平抽快挡导致节奏单一,bottom抓住其防守空档启动劈对角战术,双方从边线纠缠转向中路对抗。尽管top第三拍劈吊网前质量上乘,但bottom凭借精准鱼跃救球后反攻,最终因top反手高远球下网导致失利。", + "C. 回合展现了攻防转换的经典范式,top凭借快速移动中果断改变场地节奏,通过推球建立优势,而bottom在被动防守时未能把握过渡质量。整套战术执行中,top的落点控制和进攻预判展现出顶尖选手的阅读比赛能力,建议防守方加强多拍相持中的线路变化和击球压迫性。", + "D. 本回合因bottom精准的网前假动作与分球调度占据主动,尽管top多次尝试抢网和杀球,但bottom通过过顶球持续压制对手移动范围,最终因top在高压下扣杀出界失分。建议攻击方提升对对手假动作的干扰能力与中前场补位意识。" + ], + "options_en": [ + "A. The offensive and defensive transition in this rally reflects the excellent tactical execution of the defender bottom in a passive situation. By playing high - quality transition shots, the attacking rhythm was slowed down. While top, in the active attack, failed to effectively suppress the opponent due to the single line selection and insufficient hitting pressure. Although the defensive landing points of bottom were not precise enough, his anticipation ability and quick movement demonstrated a remarkable adaptability level. It is recommended that the attacking side strengthen the midfield control and try to increase the threat of hitting through a changeable tactic combining drop shots and splits. At the same time, the defending side can improve the quality of the clear at the backcourt.", + "B. The top player overly relied on midcourt drives and blocks, resulting in predictable rhythm. The bottom player exploited defensive gaps with cross-court slices, shifting the battle from sideline duels to central clashes. Although the top player delivered an excellent net drop on the third shot, the bottom player countered with a precise diving save and follow-up attack, sealing the point as the top player's backhand clear landed in the net.", + "C. The rally showcased a classic paradigm of offense-defense transition. The top player decisively altered the court rhythm through quick movement and established an advantage with push shots, while the bottom player failed to maintain transition quality during passive defense. Throughout the tactical execution, the top player's placement control and offensive anticipation demonstrated elite match-reading skills. It is recommended that the defensive side enhance shot variation and hitting pressure during extended rallies.", + "D. This rally saw the bottom player dominate with precise net deception and shot placement. Despite the top player's repeated attempts to intercept at the net and execute kills, the bottom player consistently suppressed the opponent's movement range with overhead clears, ultimately capitalizing on the top player's kill error under pressure. It is advised that the attacking side improve interference against deception and mid-front court positioning awareness." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002130", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合充分展现了相持阶段的技术差异。top过度依赖劈吊变化试图压制对手,反而因自身控球稳定性不足陷入被动;bottom凭借稳健的过渡球与精准的放网得分,证明在均势局面下降低失误率比主动进攻更具威胁", + "B. 本回合呈现典型的底线对抗特征。top通过连续重杀逼出bottom防守失误,但过大的击球力量造成过多出界失误;bottom采取保守的后场周旋策略,通过精准反压对角逐步扭转局势,凸显了节奏把控的重要性", + "C. 本回合展现了攻防两端的博弈智慧。top凭借强势跳杀与推挑技术占据主动,但过于激进的收官选择导致功亏一篑;bottom虽进攻威胁有限,但防守韧性与战术执行力值得称道。比赛中应注重在优势局面下保持进攻变化,而非一味追求力度", + "D. 本回合体现了网前控制与关键分把握能力的决定性作用。bottom通过细腻的小球技术与挡网压迫性限制了top的攻势,top虽拥有强劲杀球能力但上网意识不足导致被动;而bottom在比分胶着时展现出更强的抗压能力,利用精准的放网和落点变化多次化解危机,并在最后通过劈对角得分锁定胜局。比赛中应注重小球技术细节与战术灵活性的提升,而非单纯依赖重杀手段" + ], + "options_en": [ + "A. This rally fully revealed technical disparities during prolonged exchanges. The top player overly relied on slice-drop variations to pressure the opponent but lost momentum due to unstable shot control. The bottom player scored consistently with steady transition shots and accurate net placements, proving that reducing unforced errors is more threatening than aggressive play in balanced situations.", + "B. This rally displayed classic baseline duel characteristics. The top player forced defensive errors from the bottom player with consecutive heavy smashes but committed excessive out-of-bounds mistakes due to overpowered shots. The bottom player adopted a conservative rear-court strategy, gradually turning the tide with precise cross-court counterattacks, underscoring the importance of tempo management.", + "C. This rally showcased the strategic interplay between offense and defense. The top player dominated with powerful jump smashes and push-and-lift techniques but faltered due to overly aggressive finishing choices. The bottom player, though limited in offensive threat, demonstrated commendable defensive resilience and tactical execution. The match highlighted the importance of maintaining offensive variety in advantageous situations rather than solely pursuing power.", + "D. This rally demonstrates the decisive role of net control and the ability to seize crucial points. Bottom restricted Top's offensive with delicate short - ball techniques and oppressive blocking at the net. Although Top has a powerful killing ability, a lack of net - approaching awareness put them in a passive position. Bottom showed stronger stress - resistance when the score was close. They resolved crises several times by using precise net shots and changes in shot placement, and finally scored a point with a cross - court smash to secure the victory. In the game, attention should be paid to improving the details of short - ball techniques and tactical flexibility, rather than simply relying on powerful killing shots." + ], + "answer": "C", + "question": { + "question_zh": "下列选项中,哪一项最能体现该回合的整体表现特点?", + "question_en": "Which of the following options best reflects the overall performance characteristics of this rally?" + } + }, + { + "video_uid": "video_002131", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合top在被动中展现强大纠错能力,通过突然变线分球化解bottom的抢网压力,同时利用对手底线空档精准制导得分。bottom虽占据场区优势却失误过多,关键球停顿动作被top识破,暴露出假动作质量与高压对抗的心理稳定性短板", + "B. 这是一场典型的战术博弈,top始终贯彻通过推挑打开局面、再用杀球终结的战术,整回合移动和击球时机掌控精准。bottom虽有防守反击意图,但关键进攻质量不足且过渡球处理粗糙,需要提升高压下的控球能力和直线线路的抗压稳定性", + "C. 全局呈现bottom战术压制态势,他们通过主动上网和高远球结合的节奏变化打乱top防守体系,虽因网前扑杀失误浪费2个得分点,但整体线路选择合理且衔接流畅。top的杀球虽威胁十足但节奏单一,应强化过渡球的网前虚实结合以提升相持能力", + "D. 当前回合以bottom主导的假动作分球战术为核心,top因上网决策失误导致连续被动,而bottom通过精准的过顶球和压线分球持续压制边路,最终在关键分上迫使对手回球出界。建议top加强网前预判意识,bottom需注意假动作后的真实击球协调性以避免线路暴露" + ], + "options_en": [ + "A. In this rally, top demonstrated strong error-correction ability under pressure, using sudden cross-court shots to neutralize bottom's net rush and exploiting baseline gaps for precise winners. bottom held positional advantage but committed excessive errors, with their hesitation moves read by top, exposing flaws in deception quality and mental stability during high-pressure exchanges.", + "B. This was a classic tactical duel. top consistently executed a strategy of opening the rally with net lifts followed by kill shots to finish, with precise movement and impeccable timing throughout. bottom showed intent to counter-defend but lacked quality in crucial attacks and had rough transition shots, needing to improve ball control under pressure and stability in handling straight-line pressure.", + "C. The rally showcased bottom's tactical dominance. They disrupted top's defense by mixing aggressive net play with clears for rhythm variation. Though wasting two points with net kill errors, their shot selection and transitions were logical and fluid. top's kills were threatening but lacked variety; they should incorporate more net feints in transitions to improve endurance in rallies.", + "D. The rally was dominated by bottom's deceptive shot placement tactics. top made errors in net approach decisions, leading to continuous passive play, while bottom maintained pressure with accurate overhead clears and tight cross-court shots, eventually forcing an error on the decisive point. top should enhance net anticipation, and bottom needs to coordinate follow-up shots after deceptions to avoid predictable patterns." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002132", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom以稳健的分球和抢网压制对手,而top在被动中急于发力造成下网失误,建议top在高压下需保持耐心并优化线路选择,避免盲目强攻造成风险。", + "B. 双方在攻防转换中多次出现判断失误,bottom关键分的假动作骗过了top的站位,但随后的强攻出界葬送优势,建议运动员在比分胶着时减少复杂技术使用,选择稳妥击球", + "C. 此回合展现了高强度的攻防转换,top凭借稳健的防守和关键球的果断处理占据主动,而bottom在有机会时的冒进进攻反而成为失分主因。建议bottom在类似局面中可先通过多拍寻找机会,而非急于强攻。", + "D. 虽然top展现了稳定的防守,但bottom通过精准的假动作和分球多次突破前场,最终因一个过顶高球失误导致失分,建议bottom在关键球时需降低击球旋转以提高落点控制。" + ], + "options_en": [ + "A. The bottom player suppressed the opponent with steady placement shots and net interceptions, while the top player's rushed power shots in passive situations led to net errors. It is suggested that the top player maintain patience under pressure and optimize shot selection to avoid reckless attacks.", + "B. Both sides made multiple judgment errors during offensive and defensive transitions. The bottom player's deception on a key point misled the top player's positioning, but a subsequent strong attack went out of bounds, squandering the advantage. It is suggested that players reduce the use of complex techniques during tight scores and opt for safer shots.", + "C. This rally showcased high-intensity offensive and defensive transitions. The top player took the initiative with solid defense and decisive handling of key shots, while the bottom player's aggressive attacks during opportunities became the main cause of losing points. It is suggested that the bottom player could first look for opportunities through extended rallies rather than rushing into strong attacks in similar situations.", + "D. Although the top player demonstrated stable defense, the bottom player broke through the frontcourt multiple times with precise deception and placement shots, ultimately losing the point due to an overhead clear error. It is suggested that the bottom player reduce spin on key shots to improve placement control." + ], + "answer": "C", + "question": { + "question_zh": "对这一回合的总体评价,以下哪项最合适?", + "question_en": "What is the most appropriate overall evaluation of this rally?" + } + }, + { + "video_uid": "video_002133", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Top凭借出色的防守反击和快速上网能力,在关键分上多次化解Bottom的高压杀球威胁。通过精准的分球与假动作欺骗,Top成功将Bottom调动至后场被动位置,最终以过顶球锁定胜局。Bottom则因在网前对抗中缺乏细腻的手感,多次过渡球质量不佳,加上关键分时急于搏杀导致失误偏多,未能把握战机。", + "B. Top展现了极强的关键分把控能力,通过精准的边线分球和假动作骗术迫使Bottom失误连连。然而,在最后关键分时,Bottom突发一记变速过顶球直接得分,这非常规打法超出了Top的预判。Top在防守端表现稳健,但在对手突然变速时反应稍慢,未来需注重多球路应对训练。", + "C. 这一回合中,Bottom凭借快速反应和主动进攻压制对手节奏,抓住关键分的漏洞完成制胜杀球。反观Top虽多次尝试调整球路,但在被动防守时过渡质量不足,未能有效化解对手压迫,需加强关键分对抗的稳定性与线路控制。", + "D. Bottom整场采用稳妥的被动过渡策略,主要通过高远球和被动防守等待对手失误。Top虽在主动进攻中频繁使用假动作分球,但失误较多,多次出现界外。Bottom把握住一次Top的下网球失误,凭借稳定过渡实现得分。Top需加强关键分紧迫时的击球稳定性,减少非受迫性失误。" + ], + "options_en": [ + "A. Top demonstrated excellent defensive counterattacks and quick net play, repeatedly neutralizing Bottom's high-pressure kills during crucial points. Through precise shot placement and deceptive moves, Top successfully forced Bottom into a passive backcourt position, eventually securing the win with an overhead shot. Bottom, however, lacked finesse in net play, producing subpar transition shots and making too many errors due to aggressive plays in key moments, failing to capitalize on opportunities.", + "B. Top displayed exceptional control in crucial points, forcing Bottom into repeated errors with precise sideline shots and deceptive moves. However, in the final decisive moment, Bottom unexpectedly scored with a sudden overhead shot, an unconventional play that caught Top off guard. Top performed solidly in defense but was slightly slow to react to sudden changes in pace, requiring future training in multi-shot response strategies.", + "C. In this rally, Bottom suppressed the opponent's rhythm with quick reactions and aggressive attacks, capitalizing on the opponent's weaknesses in crucial points to deliver a winning kill. On the other hand, Top attempted multiple adjustments to the shot placement but lacked sufficient quality in passive defense, failing to effectively counter the opponent's pressure. Top needs to improve stability and shot control in critical moments.", + "D. Bottom adopted a steady passive transition strategy throughout the match, relying mainly on clears and passive defense to wait for the opponent's mistakes. Top frequently used deceptive shot placements in aggressive plays but made many errors, including several out-of-bounds shots. Bottom seized an opportunity when Top hit a net shot, scoring through stable transitions. Top needs to improve shot stability under pressure in critical moments and reduce unforced errors." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002134", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合top全程保持高强度进攻压制,bottom因过多杀球失误陷入被动,最终未能逆转。bottom防守虽顽强但进攻选择保守,建议提升后场进攻果断性。", + "B. 这个回合双方攻防转换频繁,bottom在被动时通过放网与封网结合完成逆转的经典案例。top虽在被动中展现细腻手法,但关键球观察不足暴露经验短板,建议加强扑网前对对手重心转移的预判。", + "C. 对决中top全程占据主动权,通过分球结合假动作连续调动bottom的防守范围,尽管bottom曾尝试抢网争夺却因重心偏移失误。然而top在网前扑杀时出手犹豫,错失锁定胜局机会,建议强化在压制对手后连续进攻的果断性。", + "D. 本回合呈现典型的边线攻防特点,bottom在被动救球时利用两侧大角度分球牵制top移动,然而顶压力度不足被top连续封网压制。值得注意的是,bottom虽尝试用劈扣改变节奏,但落点控制偏差导致下网失误,应注重高压情况下对线路精准度的稳定性训练。" + ], + "options_en": [ + "A. In this rally, top maintained a high - intensity offensive suppression throughout. Due to too many kill mistakes, bottom fell into a passive position and ultimately failed to reverse the situation. Although bottom's defense was tenacious, their offensive choices were conservative. It is recommended to be more decisive in backcourt attacks.", + "B. This rally featured frequent offensive and defensive transitions. Bottom completed a classic comeback by combining net shots and net kills when passive. Although top displayed delicate techniques in passive situations, insufficient observation of key shots revealed a lack of experience. It is recommended to improve anticipation of the opponent's weight transfer during net kills.", + "C. Top dominated the entire rally, continuously moving bottom's defensive range through shot placement combined with deceptive motions. Although bottom attempted to intercept at the net, a weight shift error occurred. However, top hesitated during the net kill, missing the chance to secure victory. It is recommended to strengthen decisiveness in continuous attacks after suppressing the opponent.", + "D. This rally demonstrated typical sideline offense-defense characteristics. Bottom utilized wide-angle cross-court shots to disrupt top's movement when retrieving passively, but insufficient lift power led to consecutive net kills by top. Notably, while bottom attempted to change rhythm with slice smashes, poor placement control caused a net error. Focus should be placed on stability training for shot accuracy under high-pressure situations." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一项是对这个回合最恰当的评价?", + "question_en": "Which of the following is the most appropriate evaluation of this rally?" + } + }, + { + "video_uid": "video_002135", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借精准的抢网占据主动权,bottom在被动中频繁使用高远球过度妥协。bottom应加强网前假动作结合直线分球,避免被top通过强力扣杀压制后场区域。", + "B. top通过强力过顶劈杀和大范围分球持续压制bottom,bottom虽尝试用变速制造机会但关键球反手过渡下网。bottom应减少主动变速尝试,优先建立稳定底线防守再寻战机。", + "C. bottom过度依赖假动作欺骗对手导致动作迟滞,top则通过快速启动和强力扣杀破解。关键分bottom的反手分球出界暴露了相持阶段控制造诣不足,需强化被动时的防守精准度。", + "D. bottom凭借精准的节奏控制和假动作连环战术主导回合,变速攻击让top难以招架。top需提升反手被动时的防守稳定性,关键时刻应加强控网能力而非盲目后场防守。" + ], + "options_en": [ + "A. Top seized the initiative with precise net interceptions, while Bottom frequently compromised with defensive clears when passive. Bottom should enhance net deception combined with straight placements to avoid being pinned to the rear court by Top's powerful smashes.", + "B. Top continuously pressured Bottom with powerful overhead slice kills and wide-angle placements. Although Bottom attempted to create opportunities with variable speed, a key backhand transition shot went into the net. Bottom should reduce active attempts at variable speed and prioritize establishing stable baseline defense before seeking opportunities.", + "C. Bottom over-relied on deceptive moves, causing delayed reactions, while Top countered with quick starts and powerful smashes. A key backhand placement going out of bounds exposed Bottom's lack of control during rallies, highlighting the need to improve defensive accuracy in passive situations.", + "D. Bottom dominated the round with precise rhythm control and a series of deceptive moves, using variable-speed attacks to overwhelm Top. Top needs to improve defensive stability during backhand passive situations and should focus on net control at critical moments rather than blindly defending the rear court." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002136", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合的关键在于 BOTTOM 的主动进攻质量不足,其多次后场重杀因角度过正被TOP有效化解。TOP的防守型劈吊和反手挡网成功率较高,但上网速度偏慢导致未能完全锁死底线区域。建议TOP应加强网前压迫,而BOTTOM需通过更多过顶高远球提升前后场衔接流畅度。", + "B. 本回合的核心矛盾集中在网前争夺,BOTTOM通过连续4次高质量搓小球成功压制TOP的上网节奏,但最后因抢网时机错误导致底线空挡被频繁利用。建议BOTTOM在形成网前优势后需果断分球,而TOP应加强反手挑后场的威胁性以破解网前压制。", + "C. 本回合主要展现了防守反击的战术运用,BOTTOM通过精准的防守反击和快速过渡到前场建立主动权,以落点变化有效牵制TOP的进攻路线;TOP在防守衔接和关键球处理中暴露出移动迟缓和预判不足的问题,接发球质量的欠缺进一步削弱了前场压制能力。建议TOP需提升接发球质量和防守取位意识,加强多拍相持中的落点变化来扭转被动。", + "D. 本回合展现了典型的攻守转换过程,TOP通过高质量推挑和落点控制主导节奏,以主动进攻创造得分机会;BOTTOM在防守衔接和关键球处理上暴露出环节脱节问题,发球端的弱势加剧了被动局面。建议BOTTOM需加强发球攻击性,提升被动时的抢网意识来缓解防守压力。" + ], + "options_en": [ + "A. The key to this round lies in BOTTOM's insufficient quality of proactive attacks. Multiple rear-court kills were effectively countered by TOP due to overly straightforward angles. TOP achieved high success rates with defensive drop shots and backhand blocks, but slow net approach speed prevented complete lockdown of the baseline area. It is recommended that TOP strengthen net pressure, while BOTTOM should improve front-rear court transition fluency with more overhead clears.", + "B. The core conflict of this round centered on net play. BOTTOM successfully suppressed TOP's net approach rhythm with four consecutive high-quality net shots, but ultimately left baseline gaps exposed due to mistimed net interceptions. It is recommended that BOTTOM decisively distribute shots after establishing net dominance, while TOP should enhance the threat of backhand lifts to counter net pressure.", + "C. This rally mainly demonstrated the tactical application of defense and counterattack. BOTTOM established the initiative through precise defense and counterattack and quickly transitioning to the frontcourt, effectively containing TOP's offensive routes with changes in shot placement. TOP exposed problems such as slow movement and insufficient anticipation in defensive connection and key ball handling. The lack of quality in the service return further weakened the frontcourt suppressing ability. It is recommended that TOP improve the quality of service return and the awareness of defensive positioning, and strengthen the changes in shot placement during multi-shot rallies to reverse the passive situation.", + "D. This round showcased a typical offense-defense transition process. TOP dominated the rhythm with high-quality push clears and precise placement control, creating scoring opportunities through proactive attacks. BOTTOM exposed issues of disjointed transitions in defense and key shot execution, with weak serves exacerbating the passive situation. It is recommended that BOTTOM enhance serve aggressiveness and improve net interception awareness during passive phases to alleviate defensive pressure." + ], + "answer": "D", + "question": { + "question_zh": "下列选项中,哪一项最能准确描述本回合整体表现的核心特点?", + "question_en": "Which of the following options most accurately describes the core characteristics of the overall performance in this round?" + } + }, + { + "video_uid": "video_002137", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本轮比赛双方攻守转换频繁,bottom因主动进攻时击球质量不足导致失误,而top在关键分中积极抢网并成功压制对手网前攻势,bottom在压线球失误后未能及时调整战术配合,最终top利用对手的防守漏洞完成得分。", + "B. 本轮攻防转换激烈,bottom在逆境中展现出战术执行力,利用对手薄弱的过渡球果断变线得分。top在主动进攻受阻后,被动处理时偏重保稳而缺乏威胁性,若能提升关键分的控网或加质量,可有效遏制对手反扑机会。", + "C. 本轮攻防转换激烈,top在逆境中展现出战术执行力,通过精准的控网和高质量扣杀压制对手关键分,bottom则在防守被动时频繁出现回球失误,主动进攻线路单一且缺乏节奏变化,若能加强网前小球配合与扑杀多样性,或可扭转防守被动局面,减少因平抽挡质量不足导致的失分。", + "D. 此回合top依靠强势的过顶劈杀压制全场,bottom则因接发球出现明显预判错误,连续两次被调动到后场后失去平衡,尽管试图通过分球制造机会却因角度不足被截杀,整轮攻防始终处于top主动掌控中。" + ], + "options_en": [ + "A. This round saw frequent offensive-defensive switches. Bottom's insufficient shot quality during active attacks led to errors, while Top aggressively seized the net at critical points, successfully suppressing the opponent's net play. Bottom failed to adjust tactical coordination after line-hugging errors, allowing Top to capitalize on defensive gaps for the final score.", + "B. This round featured intense offensive-defensive transitions. Bottom demonstrated tactical execution in adversity, decisively changing directions to score by exploiting the opponent's weak transition shots. Top, after encountering obstacles in active offense, prioritized safety over threat during passive play. Improving net control or shot quality at critical points could effectively curb the opponent's counterattacks.", + "C. The offense-defense transition in this round was intense. Top demonstrated tactical execution in an adverse situation. By precisely controlling the net and making high-quality kills, they suppressed their opponents at crucial points. Bottom, on the other hand, frequently made return errors when on the defensive, and their active attacking routes were single and lacked rhythm changes. If they can strengthen the cooperation in net shots and diversify the net kills, they may reverse the passive defensive situation and reduce the points lost due to insufficient quality of drives. ", + "D. This rally was dominated by Top's powerful overhead smashes. Bottom made clear misjudgments in receiving serves, was twice forced out of balance after being pulled to the backcourt, and attempted to create opportunities with placements but lacked angle precision, resulting in interceptions. The entire round remained under Top's proactive control." + ], + "answer": "B", + "question": { + "question_zh": "对于本次回合,以下哪个评价最贴切地概括了双方表现?", + "question_en": "Which of the following evaluations most accurately summarizes the performance of both sides in this rally?" + } + }, + { + "video_uid": "video_002138", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方均频繁采用被动过渡战术,导致回合节奏停滞。top在网前阶段展现防守优势,但反手位推球多次出界;bottom虽然制造了多个过顶球,却因劈杀力量不足被top轻易化解,需加强进攻的突然性和预判能力。", + "B. top展现了细腻的手法和快速转换能力,多次通过推斜线和反手抢网制造压制,上网时机选择尤其出色。bottom在相持阶段过于依赖被动过渡,进攻威胁性不足,需提升劈杀的精准度和网前拦截后的衔接质量。", + "C. bottom展现了细腻的手法和快速转换能力,多次通过推斜线和反手抢网制造压制,上网时机选择尤其出色。top在相持阶段过于依赖被动过渡,进攻威胁性不足,需提升劈杀的精准度和网前拦截后的衔接质量,并且在移动时经常出现预判失误,导致防守漏洞明显,而bottom凭借出色的防守反击和精准的抽杀得分更高效,整体战术执行更为成熟。", + "D. bottom凭借精准的假动作欺骗了top的预判,多次通过分球和过顶球将top压制在底线,其网前扑杀的衔接质量尤为突出。而top虽然抢网积极但击球点偏迟,导致节奏被控制,需要注意提升反手推斜线的稳定性与规避对手压制区域。" + ], + "options_en": [ + "A. Both sides frequently adopted passive transition tactics, resulting in a stagnant rally rhythm. Top showed defensive advantages at the net stage but had multiple backhand push shots go out of bounds. Bottom created several overhead clears but was easily countered by Top due to insufficient smash power, needing to enhance offensive suddenness and anticipation.", + "B. Top demonstrated delicate techniques and quick transitions, repeatedly creating pressure with cross-court push shots and backhand net interceptions, with particularly excellent timing for net approaches. Bottom relied too much on passive transitions during the rally, lacking offensive threat, and needs to improve the accuracy of smashes and the quality of follow-ups after net interceptions.", + "C. Bottom demonstrated delicate techniques and rapid conversion abilities. He created pressure many times through pushing cross - court shots and seizing the net with backhand strokes. His timing for approaching the net was particularly excellent. Top relied too much on passive transitions during the stalemate phase, with insufficient offensive threat. He needed to improve the accuracy of his smash and the quality of connection after intercepting at the net. Also, he often made prediction mistakes during movement, resulting in obvious defensive loopholes. On the contrary, Bottom scored more efficiently with excellent counter - attacks and precise drives. His overall tactical execution was more mature.", + "D. Bottom deceived Top's anticipation with precise feints, repeatedly pinning Top at the baseline with split shots and overhead clears, with especially outstanding follow-up quality on net kills. Although Top was aggressive in net interceptions, late contact points led to controlled rhythm, requiring improved stability in backhand cross-court push shots and avoiding opponent's pressure zones." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,以下哪项评价最符合实际情况?", + "question_en": "For this rally, which of the following evaluations best matches the actual situation?" + } + }, + { + "video_uid": "video_002139", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合突出了抢网意识与假动作欺骗性的重要性,bottom以过顶劈吊骗过对手后迅速封网主导节奏,top在被动时多次通过网前小球化解危机;建议双方增强防守层次间的默契配合以减少直接下网失误。", + "B. 此回合凸显了拉吊结合与防守反击的战术价值,top通过高质量的后场拉开创造机会,并利用反手过渡化解被动;建议bottom在网前增加快速搓放,避免被压迫时过多采用被动挑球。", + "C. 此回合证明了底线进攻与线路变化的关键作用,top凭借正手重杀持续压制边线,bottom在被迫退场后反手直线分球效果显著;建议bottom加强杀球力量与直线线路选择的多样性以进一步施压。", + "D. 此回合展现了网前战术与连续进攻的重要性,bottom凭借精准的网前技术控制节奏,并通过正手攻势确立优势;建议top提升被动情况下的线路控制能力,减少失误以应对高压局面。" + ], + "options_en": [ + "A. This rally emphasized the importance of net interception awareness and deceptive feints. The bottom player deceived the opponent with an overhead slice drop before swiftly dominating the net tempo. The top player repeatedly resolved crises with net shots in passive situations. It is suggested that both players strengthen defensive coordination to reduce direct net errors.", + "B. This rally highlighted the tactical value of combining clears and defensive counters. The top player created opportunities with high-quality rear-court clears and used backhand transitions to neutralize passive situations. It is suggested that the bottom player incorporate quick net drops to avoid excessive defensive lifts when under pressure.", + "C. This rally proved the critical role of baseline attacks and line variations. The top player consistently pressured the sidelines with powerful forehand kills, while the bottom player effectively countered with backhand straight-line placements after being forced back. It is suggested that the bottom player enhance kill power and diversify straight-line choices to increase pressure.", + "D. This rally demonstrated the importance of net play tactics and continuous offense. The bottom player controlled the tempo with precise net techniques and established dominance through forehand attacks. It is suggested that the top player improve line control in passive situations and reduce errors to handle high-pressure scenarios." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "For this rally, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_002140", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合是攻防转换的典型教学案例,bottom虽多次制造攻势但失误过多,反观top在被动情况下通过精准防守反击打出高效得分。建议bottom在相持阶段需更注重落点控制而非盲目强攻,而top可进一步强化防守后的衔接速度优势。", + "B. 本回合主要展现bottom对进攻节奏的绝对掌控,其连续压迫性攻势虽伴随部分失误但仍成功压制top防守空间。top虽通过拉丝始终保持回合延续,却因主动进攻不足错失得分良机。建议top在相持阶段需增强主动出击的果断性以打破被动局面,而bottom应通过提升防守端稳定性巩固主动权,同时注意在高压状态下控制过分冒险的突击落点。", + "C. 这个回合的技术特点集中在底线多拍拉锯中,bottom依靠强力劈杀持续施压,而top通过连续被动过渡制造反击机会。建议双方都应加强网前截击意识,bottom需控制下网球比例,top则要改善大范围跑动后的回球准确性", + "D. 回合整体呈现攻守平衡态势,bottom的假动作骗形成功干扰top节奏,但关键分因衔接过慢错失良机。top在抢网环节表现欠佳,但通过主动推对方底线完成逆转。建议bottom需强化假动作后的衔接速度,而top应提升网前高压技术稳定性" + ], + "options_en": [ + "A. This rally is a classic teaching example of offense-defense transitions. Although the bottom player created multiple attacking opportunities, they made too many errors. In contrast, the top player efficiently scored through precise defensive counterattacks under passive situations. It is recommended that the bottom player focus more on shot placement rather than blindly attacking during extended rallies, while the top player could further enhance the advantage of transition speed after defense.", + "B. This rally mainly showcases bottom's absolute control over the offensive rhythm. Although there are some mistakes in its continuous oppressive offensive, it still successfully suppresses top's defensive space. Although top keeps the rally going through drawing, it misses the scoring opportunity due to insufficient active offense. It is recommended that top should enhance the decisiveness of taking the initiative to attack in the stalemate stage to break the passive situation, while bottom should consolidate the initiative by improving the stability of the defensive end and pay attention to controlling the overly risky sudden attack landing points under high pressure.", + "C. The technical feature of this rally lies in the baseline multi-shot exchanges. The bottom player consistently applied pressure with powerful smashes, while the top player created counterattack opportunities through consecutive passive transitions. Both players should enhance their net interception awareness. The bottom player needs to reduce the proportion of net errors, and the top player should improve shot accuracy after extensive court coverage.", + "D. The rally overall showed a balanced offense-defense dynamic. The bottom player successfully disrupted the top player's rhythm with deceptive moves but missed key opportunities due to slow transitions. The top player performed poorly in net interceptions but reversed the situation by actively pushing the opponent to the baseline. It is recommended that the bottom player improve transition speed after deceptive moves, while the top player should enhance the consistency of overhead net kills." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,下列哪种分析最符合整体表现评估?", + "question_en": "Which of the following analyses best evaluates the overall performance in this rally?" + } + }, + { + "video_uid": "video_002141", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 击球方在多拍相持中展现卓越的网前技术,通过连续小球压制迫使对手移动失误,最终实现关键分逆转。top组合两人保持紧密站位弥补了反手区域的防守漏洞,建议bottom方在关键分时增加平抽中的假动作运用和底线劈杀的衔接速率。", + "B. 这是一个典型的控网压迫战术成功案例。bottom通过中前场控制和中后场进攻的完美配合,形成得分闭环;而top虽然尝试用推挑过顶意图调整节奏,但防守反击环节的薄弱暴露明显。建议接球队员强化反手被动球的应变能力,在中场区域需提升过渡球的质量和线路欺骗性。", + "C. 这回合展现了top出色的控网压迫战术执行,通过精准的中场封堵和中后场快速反击形成压制。bottom虽尝试使用推挑过中场试图打破节奏,但主动进攻时线路单一且落点缺乏变化,导致防守漏洞明显。建议bottom增强反手突击的衔接速度,并在中前场增加搓放技巧的运用,同时在防守时未能及时封堵对手的斜线进攻,进一步暴露了中前场的空档", + "D. 回合呈现典型的后场压制博弈特征,bottom通过重杀-轻挡的节奏变化迫使top陷入被动。尽管top队员尝试用正手挑后场进行分球,但缺乏足够的线路变化导致防守面积压缩,推荐双方在关键分阶段优先保证衔接质量而非盲目追求进攻速度。" + ], + "options_en": [ + "A. The striking side demonstrated exceptional net play during extended rallies, using consecutive drop shots to force opponent movement errors and ultimately secure a crucial point reversal. The top pair maintained tight positioning to cover defensive gaps in the backhand area. It is advised that the bottom team incorporate more deception in drives and enhance the transition speed to baseline smashes during decisive points.", + "B. This is a classic example of successful net pressure tactics. The bottom team achieved a scoring loop through perfect coordination of mid-frontcourt control and mid-rear court offense. While the top team attempted to adjust the rhythm with deep net lifts, their weakness in defensive counterattacks was evident. It is recommended that the receiving player strengthen adaptability for backhand defensive shots and improve the quality and deception of transitional shots in the midcourt area.", + "C. In this rally, top demonstrated excellent net control and oppressive tactical execution, achieving suppression through precise mid-court blocking and quick counterattacks in the mid and rear court. Although bottom tried to break the rhythm by pushing and lifting the shuttle over the mid-court, the offensive lines were single and the landing points lacked variation during active attacks, resulting in obvious defensive loopholes. It is recommended that bottom enhance the connection speed of backhand assaults, increase the use of net-rolling and net-dropping techniques in the front and mid-court. At the same time, failure to block the opponent's cross-court attacks in a timely manner during defense further exposed the gaps in the front and mid-court.", + "D. The rally exhibited typical rear-court pressure dynamics, with the bottom team using a mix of powerful kills and soft blocks to force the top team into passivity. Although top players attempted to split the court with forehand clears, insufficient shot variation led to compressed defensive coverage. Both sides are recommended to prioritize shot connection quality over reckless attacking speed during critical points." + ], + "answer": "B", + "question": { + "question_zh": "在这一回合中,下列哪一项评价最能准确描述整体表现?", + "question_en": "In this rally, which of the following evaluations most accurately describes the overall performance?" + } + }, + { + "video_uid": "video_002142", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中双方都过分强调网前争夺导致失误频发,bottom通过连续假动作分球打乱节奏,而top因回球出界失去主动权。建议减少反手技术的使用,加强网前扑杀的进攻比例以提升威胁性。", + "B. 比赛关键在于top对网前小球的细腻控制,其连续三次扑杀迫使bottom回球下网,而bottom因抢网频繁失误陷入被动。建议top在得分后延续网前战术,bottom则需强化对吊球的封网反应速度。", + "C. 回合呈现典型攻防转换大战,top的反手技术运用和落点控制展现战术执行力,而bottom依赖后场进攻但前场衔接不足。建议在多拍相持后增加网前突击比例,减少被动防守时的直线高远球依赖。", + "D. 整个回合呈现bottom主导的战术压制,其过顶球与直线进攻多次制造被动,但top通过精准的后场过渡球化解危机。建议增加反手位挑后场技术比例,提升在被动局面下的防守反击效率。" + ], + "options_en": [ + "A. Both sides overemphasized net play, leading to frequent errors. Bottom player disrupted the rhythm with consecutive feints and placements, while top player lost initiative due to out-bound returns. It is advised to reduce backhand usage and increase net kills to enhance offensive threat.", + "B. The match hinged on top player's delicate net shot control, with three consecutive net kills forcing bottom player into net errors. Bottom player's aggressive net rushes led to frequent mistakes. It is recommended for top player to maintain net tactics after scoring, while bottom player should improve reaction speed to intercept drop shots.", + "C. The rally featured a typical offense-defense transition battle. Top player demonstrated tactical execution with backhand techniques and placement control, while bottom player relied on rear-court attacks but lacked front-court connections. It is recommended to increase net attacks after prolonged rallies and reduce reliance on straight clears during passive defense.", + "D. The rally showed bottom player's tactical dominance, with overhead clears and straight attacks repeatedly creating passive situations. However, top player resolved crises with precise rear-court transition shots. It is suggested to increase backhand lifts and improve defensive counterattack efficiency in passive scenarios." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一项评价最能概括整个回合的特点?", + "question_en": "Which evaluation best summarizes the characteristics of this rally?" + } + }, + { + "video_uid": "video_002143", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在本回合中频繁出现下网和出界失误,导致多次失分。top虽然在防守时展现过顶技术,但覆盖范围有限,无法持续压制对手。bottom需提升过渡球质量,减少被动时的随意击球,并加强反手区域的相持能力,才能改善局势", + "B. top中场防守漏洞较多,后场进攻效率偏低。bottom网前配合紧密形成有效反击,需提升相持阶段的耐心与落点变化能力", + "C. top在击球时缺乏足够的变速和假动作,导致bottom能准确预判并有效分区域防守。bottom在处理过顶球时存在明显漏洞,多次被压制到网前。top应加强得分手段的多样化和骗拍技术,而bottom需提升对强势下压球的反应速度以避免持续被压制", + "D. top的战术执行极具压迫性,网前技术细腻配合后场暴力进攻形成完整体系。bottom需加强中场反击果断性,并提升在被动时的创造性回球能力,避免被持续压制" + ], + "options_en": [ + "A. Bottom frequently made net and out errors in this rally, leading to multiple lost points. Top showcased overhead techniques during defense but had limited coverage, failing to sustain pressure on the opponent. Bottom should improve the quality of transition shots, reduce random shots when passive, and strengthen backhand-area rallies to turn the tide.", + "B. At the top, there are more loopholes in mid-court defense, and the efficiency of rear-court offense is relatively low. At the bottom, the front-net cooperation is close to form an effective counterattack. It is necessary to improve patience and the ability to change the landing points during the stalemate phase.", + "C. Top lacked sufficient variation in shot speed and feints, allowing Bottom to predict accurately and defend zones effectively. Bottom had obvious weaknesses in handling overhead shots, repeatedly being pushed to the net. Top should diversify scoring methods and improve deception techniques, while Bottom needs to boost reaction speed against powerful smashes to avoid continuous suppression.", + "D. Top's tactical execution was highly oppressive, with delicate net play combined with powerful rear-court attacks forming a complete system. Bottom needs to enhance the decisiveness of mid-court counterattacks and improve creative shot-making when under pressure to avoid being continuously suppressed." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "For this rally, which evaluation is the most appropriate?" + } + }, + { + "video_uid": "video_002144", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合堪称防守反击的经典案例。BOTTOM通过快速抢网与封网战术不断压缩TOP的进攻空间,迫使TOP出现两次底线出界失误,但关键分TOP的过顶劈杀得分。建议BOTTOM加强反手过渡的稳定性,避免因急于反击而失误。", + "B. 本回合堪称攻防转换的典型较量。TOP通过精准的后场杀球控制节奏,主动创造进攻空间;而BOTTOM虽通过高远球和过渡球试图拉锯,但缺乏高质量反击手段。建议BOTTOM在应对重杀时可尝试预判后场空档进行转移,而非完全被动防御。", + "C. 本回合的核心在于步伐移动的较量。TOP虽然凭借突出的上网速度多次封堵底线,但被BOTTOM预判到移动路线,利用大角度分球牵制全场。最终因TOP跨步救球时碰撞球网导致失分。建议TOP在快节奏中需降低重心以增强平衡。", + "D. 本回合主要展现网前争夺的激烈程度。TOP利用精湛的假动作和擦网球打乱BOTTOM的节奏,尽管BOTTOM凭借精准的分球与过顶技术一度稳住阵脚,但关键分因回球下网丧失主动权。建议TOP应减少冒进,多运用半场过渡球控制节奏。" + ], + "options_en": [ + "A. This rally was a textbook case of defensive counterattacks. BOTTOM continuously compressed TOP's attacking space with quick net interceptions and blocking tactics, forcing TOP into two baseline errors. However, TOP secured the crucial point with an overhead cross-court kill. It is recommended that BOTTOM improve the stability of their backhand transitional shots to avoid errors caused by rushing counterattacks.", + "B. This rally was a classic example of offensive-defensive transitions. TOP controlled the tempo with precise backcourt kills, actively creating attacking opportunities. While BOTTOM attempted to prolong the rally with clears and transitional shots, they lacked high-quality counterattacks. It is recommended that BOTTOM try to anticipate and exploit backcourt gaps when defending against heavy kills, rather than resorting to purely passive defense.", + "C. The core of this rally lay in footwork competition. TOP frequently intercepted baseline shots with exceptional net coverage speed but was outmaneuvered by BOTTOM's anticipation, which used wide-angle placements to dominate the court. The rally ended when TOP collided with the net during a lunging save. It is advised that TOP lower their center of gravity in fast-paced situations to enhance balance.", + "D. This rally primarily showcased intense net play. TOP disrupted BOTTOM's rhythm with exquisite feints and net brushes. Although BOTTOM stabilized the situation temporarily with precise placements and overhead techniques, they lost the initiative due to a netted return on a crucial point. It is suggested that TOP reduce aggressive plays and employ more midcourt transitional shots to control the tempo." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,以下何项评价最为贴切?", + "question_en": "Which of the following evaluations is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002145", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合主要凸显了防守端的稳定性较量。top在连续六次被动过渡中以精准的网前搓小球压制对手前场路线,但未能及时转攻。而bottom三次用暴力过顶杀球强行突破,却因发力过猛接连出界。最终因发球失误丢分,建议bottom加强网前挑球的控制力。此次回合充分证明防守质量决定比赛进程。", + "B. 本回合展现了顶尖选手的战术博弈。top通过多拍相持中的线路变化(推斜线、提上网等)成功限制对手移动空间,最终以精准的后场推挑转化为得分机会。而bottom在被动局面下虽多次尝试防守过渡,但仍暴露出后场进攻时的稳定性缺陷。建议在防守后启动进攻时加强对来球速度的预判能力。", + "C. 本回合的关键在于球速压制。top凭借快速的劈杀和连续平抽将对手压制在底线附近,但bottom凭借两次高质量的反手防挑成功化解危机。然而top最后强行突击直线造成对手被动回球下网得分,这次失误成为整局转折点。建议bottom在反手位防守时提升近身对抗中的启动速度。", + "D. 本回合体现了bottom选手在网前的战术优势,通过频繁的劈吊底线与挑后场高远球成功打乱对手节奏,最终凭借网前精准的扑杀得分。而top在防守阶段虽展现了较强的底线覆盖能力,但关键分上因放网失误过多错失机会。建议在进攻时增加平抽挡的主动权争夺,并提升对网前快球的扑杀果断性。例如在第三拍的放网失误环节,若能转换为扑压战术,将更有效压制对手反击路线。" + ], + "options_en": [ + "A. This rally primarily highlighted a contest of defensive stability. The top player suppressed the opponent's net routes with precise net drops during six consecutive passive transitions but failed to switch to offense in time. The bottom player forcefully broke through with three violent overhead kills but overshot due to excessive power. The rally ended with a service error, suggesting the bottom player should enhance control over net lifts. This rally fully demonstrated how defensive quality determines match progression.", + "B. This rally showcased a tactical battle between top players. The top player successfully limited the opponent's movement space through variations in shot placement (such as cross-court pushes and quick net approaches) during extended rallies, ultimately converting precise backcourt push-lifts into scoring opportunities. The bottom player, despite multiple attempts at defensive transitions in passive situations, still exposed stability flaws in backcourt attacks. It is recommended to improve the ability to anticipate ball speed when initiating attacks after defense.", + "C. The key to this rally was ball speed dominance. The top player pinned the opponent near the baseline with fast slice kills and continuous flat drives, but the bottom player countered with two high-quality backhand defensive lifts. However, the top player's final aggressive straight-line smash forced a passive return into the net, becoming the turning point of the game. It is recommended for the bottom player to improve reaction speed in close-range backhand defense.", + "D. This rally demonstrated the tactical advantage of player bottom at the net. By frequently executing drop shots to the baseline and net lifts to the backcourt, he successfully disrupted the opponent's rhythm and finally scored with an accurate net kill at the net. Although player top showed strong baseline coverage ability during the defensive phase, he missed opportunities due to too many net shot errors at critical points. It is recommended to increase the fight for the initiative in drives when attacking and improve the decisiveness in net kills of fast balls at the net. For example, in the net shot error in the third stroke, if it could be converted into a net pressing tactic, it would be more effective in suppressing the opponent's counterattack route." + ], + "answer": "B", + "question": { + "question_zh": "对于这个回合,以下哪一项评价最能反映其整体表现?", + "question_en": "For this rally, which of the following evaluations best reflects its overall performance?" + } + }, + { + "video_uid": "video_002146", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现一边倒的进攻压制,top凭借多拍杀球组合和主动出击掌控了比赛主动权,bottom虽然通过移动弥补了部分被动局面,但防守反击质量不足且缺乏反攻手段。建议bottom在被动时可尝试增加网前小球变化或转向进攻线路来打乱对手节奏。", + "B. 双方攻防转换频繁形成多拍拉锯,bottom在被动情况下通过连续放网前小球成功牵制对手,反观top的杀球线路被预判后防守漏洞暴露。建议top强化反手位防守覆盖和网前快速封网能力提升防控效率", + "C. 本回合呈现激烈胶着的多拍拉锯战,bottom凭借扎实的防守技术与精准的网前小球控制有效遏制了top的进攻企图。尽管top多次尝试重杀战术,但因落点集中且线路可预测性较强遭到化解。bottom在防守中展现出超强预判能力,通过连续高质量推网前和反手勾对角迫使top出现失误。建议top在持续进攻时需增加劈吊变线并适当调整击球节奏以突破防守", + "D. 全场失误频发导致节奏碎片化,bottom依靠拼命抢网和被动中的防守反击多次化解危机,但top在关键分上的稳定杀球最终奠定胜局。建议bottom在落后时提升击球稳定性,并增加反手位的直线分球威胁性处理" + ], + "options_en": [ + "A. This round showcased one-sided offensive dominance, with top controlling the initiative through multi-shot kill combinations and proactive attacks. Although bottom partially mitigated the passive situation through movement, the quality of defensive counters was insufficient and lacked counterattack methods. It is suggested that bottom try adding variations with net shots or shifting offensive lines to disrupt the opponent's rhythm when passive.", + "B. Frequent offensive-defensive transitions led to multi-shot rallies. bottom successfully constrained the opponent with consecutive net shots in passive situations, while top's kill trajectories were anticipated, exposing defensive vulnerabilities. It is suggested that top strengthen backhand-side defensive coverage and quick net interception to improve defensive efficiency.", + "C. This round featured an intense and protracted multi-shot rally. bottom effectively contained top's offensive attempts with solid defensive skills and precise net shot control. Despite top's repeated attempts with heavy kill tactics, the predictable placement and shot trajectories were neutralized. bottom demonstrated exceptional anticipation in defense, forcing top into errors through consecutive high-quality push shots and backhand cross-court shots. It is suggested that top incorporate more sliced drop shots and adjust shot rhythm to break through the defense during sustained attacks.", + "D. Frequent errors throughout the match fragmented the rhythm. bottom relied on desperate net rushes and defensive counters in passive situations to repeatedly resolve crises, but top's stable kills at critical points ultimately secured the victory. It is suggested that bottom improve shot stability when trailing and enhance the threat of straight cross-court drives from the backhand side." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪个评价最符合整体情况?", + "question_en": "Which of the following evaluations best describes the overall situation of this rally?" + } + }, + { + "video_uid": "video_002147", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合的关键在于网前对决与节奏变化,top凭借精湛网前搓放和精准的反手过顶技术频繁得分,bottom虽尝试追身劈杀制造威胁,但自身反手过渡球不稳定导致多次失误,尤其关键分中连续下网葬送机会,top则通过分球变换节奏掌控了主动权。", + "B. 本回合是一场防守与耐心的较量,bottom通过反手搓放、追身快杀等战术持续施压,最终以暴力重杀终结;top虽依靠挑高球拖延回合,但关键分处理趋于保守且进攻锐利度不足,需提升被动局面下的回球威胁性。", + "C. 本回合呈现明显的拉吊突击模式,bottom虽然在后场通过频繁的头顶区重杀压制,但未能限制top的高质量防守反击,后者凭借假动作的欺骗性与快速上网封网连续化解危机,最终利用网前轻吊下网失误时的反击得分,显示了在被动中的冷静处理能力。", + "D. 比赛中期bottom利用暴力劈对角连续压迫,top被迫频繁进行被动过渡,但关键分阶段top突然改用反手假动作骗过bottom后精准分球到空档,同时bottom的追身杀球因力量过大多次出界,导致其自身陷入被动,最终top通过抢网封网成功锁定胜局。" + ], + "options_en": [ + "A. The key to this rally lay in net play and tempo shifts. Top scored frequently with exquisite net shots and precise backhand clears. Bottom attempted body smashes to create threats but struggled with unstable backhand transition shots, leading to multiple errors—especially consecutive net shots at critical moments that cost opportunities. Top seized control by varying the tempo with well-placed shots.", + "B. This rally was a contest of defense and patience. Bottom applied continuous pressure through tactics like backhand net shots and body smashes, ultimately ending with a powerful kill. Although Top delayed the rally with net lifts, their handling of crucial points was overly conservative, lacking offensive sharpness, and they need to improve the threat of returns in passive situations.", + "C. This rally showcased a clear lift-smash-attack pattern. Bottom suppressed with frequent overhead smashes from the rear court but failed to contain Top's high-quality defensive counters. The latter relied on deceptive feints and rapid net intercepts to neutralize threats, finally capitalizing on a net shot error to score, demonstrating composure under pressure.", + "D. In the mid-game, Bottom used violent cross-court smashes to pressure continuously, forcing Top into passive transitions. However, at crucial points, Top suddenly employed backhand deception to mislead Bottom and placed the ball accurately into open space. Meanwhile, Bottom's body smashes often went out due to excessive power, putting them at a disadvantage. Ultimately, Top secured victory with a quick net kill." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002148", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了高水平的攻防博弈,bottom通过连续假动作和快速变线持续压制对手节奏,最终以技战术执行的果敢完成得分。top虽多次尝试变速和线路变化,但关键球处理稳定性不足,移动中相持能力有待提升。", + "B. 整个回合呈现胶着态势,双方主要通过底线远角调动展开拉锯战。top在后场通过快速抢网掌握主动权,而bottom尽管尝试使用假动作骗开对手,却因击球线路过于单一导致出界。top则依托衔接连贯性优势,在多拍相持后以网前高压扣杀得分,暴露了bottom防守覆盖面有限的弱点。", + "C. 这一回合bottom的战术执行存在明显漏洞,虽尝试使用假动作和变线迷惑对手,但线路选择缺乏针对性,多次被top预判拦截。top则依托稳定的中后场防守和精准的过顶球逐步掌控节奏,并在绝杀阶段以反手扣杀压制底线完成得分,彰显了其攻守平衡的优势,而bottom的主动失误则暴露了关键分心理抗压能力不足的问题。", + "D. 这一回合双方攻防转换激烈,top凭借精准的分球和过顶球持续施压,bottom在防守中多次出现晃动和节奏失误,关键分时扣杀下网导致失分。尽管bottom试图用假动作和变线调整,但相持阶段移动速度和线路预判明显滞后,未能扭转被动局面。" + ], + "options_en": [ + "A. This rally showcased high-level offensive and defensive interplay. Bottom consistently suppressed the opponent's rhythm through consecutive feints and rapid cross-court shots, ultimately scoring with decisive execution of techniques and tactics. Top attempted multiple pace and directional changes but lacked stability in handling critical shots, with room for improvement in mobility during extended exchanges.", + "B. The entire rally was a stalemate, with both sides primarily engaging in baseline cross-court rallies. Top seized initiative through quick net interceptions, while Bottom's attempts to deceive with feints backfired due to overly predictable shot trajectories resulting in out-of-bounds errors. Top capitalized on superior shot linkage, eventually scoring with a net kill after prolonged exchanges, exposing Bottom's limited defensive coverage.", + "C. This rally revealed glaring flaws in Bottom's tactical execution. Despite attempts to confuse the opponent with feints and cross-court variations, the shot selection lacked purpose, frequently intercepted by Top's anticipation. Top steadily controlled the tempo with solid mid/rear-court defense and precise overhead clears, sealing the point with a backhand kill to the baseline, demonstrating balanced offense-defense. Bottom's unforced errors highlighted inadequate mental resilience during critical points.", + "D. This rally featured intense offensive-defensive transitions. Top maintained pressure with precise placements and overhead clears, while Bottom showed defensive lapses with unsteady footwork and rhythm errors, ultimately losing the point due to a kill shot into the net. Despite attempts to adjust with feints and cross-court variations, Bottom's movement speed and anticipation lagged noticeably during extended exchanges, failing to reverse the passive situation." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能全面评价本次回合计分阶段的战术表现?", + "question_en": "Which of the following best comprehensively evaluates the tactical performance during this rally's scoring phase?" + } + }, + { + "video_uid": "video_002149", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在被动过渡阶段展现出顽强防守,但bottom连续三次高远球质量不足暴露了其体能短板,最终因分球线路单一导致被压制。建议bottom在两侧后场区域增加反手挑底线的战术变化,以打破对手节奏占据主动", + "B. 这是一个典型防守反击案例,bottom的战术设计有其合理性,但关键球的击球质量稍逊于对手。top展现出色的场上阅读能力,从识破假动作到调动上网的衔接堪称教科书级别,建议bottom在假动作后可尝试增加劈吊等过渡手段制造二次进攻机会", + "C. 这是一场典型的多拍拉吊战术实例,bottom通过连续的后场高远球成功压制对手,但未能抓住关键分的突击机会,导致节奏被top掌控。top尽管在防守中出现多次被动救球,却意外创造了不少反击空档,建议bottom在相持阶段增加主动扣杀比例以打破僵局,同时加强网前小球变化来限制对手的上网积极性。相较于传统反击战术,本回合更凸显底线相持能力的关键作用,bottom的假动作运用已足够迷惑对手,但后续上网封网的时机把握仍需加强。", + "D. 虽然bottom的过顶球战术曾短暂控制局面,但连续两次网前假动作被识破后陷入被动,导致top通过精准的劈杀和预判上网连续得分。建议bottom在关键分增加斜线突击并强化网前封网能力应对对手的快速反应" + ], + "options_en": [ + "A. The top player displayed tenacious defense during passive transitions, but the bottom player's three consecutive low-quality clears exposed their physical limitations. Ultimately, the bottom player was overwhelmed due to monotonous shot placement. It is suggested that the bottom player add tactical variations like backhand baseline lifts in both rear-court areas to disrupt the opponent's rhythm and seize initiative.", + "B. This is a classic case of defensive counterattack. The tactical design by the bottom player was reasonable, but the shot quality in crucial moments was slightly inferior to the opponent. The top player demonstrated exceptional court-reading ability, from deciphering feints to seamlessly transitioning to the net, which was textbook-perfect. It is recommended that the bottom player attempt to incorporate more transitional shots like drop shots after feints to create secondary attack opportunities.", + "C. This is a typical example of the multi-shot pulling and lifting strategy. Bottom successfully suppressed the opponent with continuous clear shots in the backcourt, but failed to seize the opportunity to make a sudden attack on the key points, resulting in the rhythm being controlled by Top. Although Top had to make many passive saves during the defense, it unexpectedly created many counterattack gaps. It is recommended that Bottom increase the proportion of active kills during the stalemate stage to break the deadlock, and at the same time, strengthen the changes of net shots in the frontcourt to limit the opponent's enthusiasm for coming forward. Compared with the traditional counterattack strategy, this round highlights the crucial role of the ability to hold the line in the baseline confrontation. Bottom's use of feints has been confusing enough to the opponent, but the timing of coming forward to block the net still needs to be improved.", + "D. Although the bottom player's overhead tactics briefly controlled the game, two consecutive net feints were decoded, resulting in passive play. The top player scored consecutively through precise smashes and anticipatory net approaches. It is recommended that the bottom player incorporate more cross-court attacks in critical moments and strengthen net-blocking capabilities to counter the opponent's quick reactions." + ], + "answer": "B", + "question": { + "question_zh": "对于本回合的战术执行与临场表现,下列哪项评价最契合比赛进程?", + "question_en": "Which of the following evaluations best aligns with the match progression regarding tactical execution and on-court performance in this round?" + } + }, + { + "video_uid": "video_002150", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom展现了教科书级的战术执行力,通过多变球路和精准落点持续调动对手重心,迫使top陷入不断横向移动的困境。top虽展现了丰富的战术尝试,但应对高压时的防守紧凑度和反击果断性不足,关键分处理仍需加强快速启动与网前压迫能力。", + "B. 在本回合中,bottom展现了出色的战术洞察力,尤其在被动阶段利用假动作和过顶劈杀技术顶住了压力。top虽然尝试通过分球制造机会,但关键击球时线路选择过于保守,导致进攻效率下降。bottom凭借快速启动和网前压迫多次化解危机,但主动进攻时缺乏足够的杀上网衔接能力。", + "C. 本回合bottom在被动局面下展现了顽强的防守韧性,多次在被动过渡中将球回放至底线区域。top虽然抢网积极且上网动作敏捷,但在进攻预判和杀球质量上出现失误,关键得分点连续出现下网和出界。其主要不足在于对bottom假动作的识别不够迅速,导致防守站位失位。", + "D. top展现了教科书级的战术执行力,通过多变球路和精准落点持续调动对手重心,迫使bottom陷入不断横向移动的困境。bottom虽展现了丰富的战术尝试,但应对高压时的防守紧凑度和反击果断性不足,关键分处理仍需加强快速启动与网前压迫能力。" + ], + "options_en": [ + "A. Bottom demonstrated textbook tactical execution. By using variable shot trajectories and precise landing points, Bottom continuously shifted the opponent's center of gravity, forcing Top into a difficult situation of continuous lateral movement. Although Top showed rich tactical attempts, there was a lack of defensive compactness and decisiveness in counterattacks under high pressure. In handling key points, Top still needs to strengthen the ability to start quickly and apply pressure at the net.", + "B. In this round, Bottom displayed excellent tactical insight, especially during passive phases by using deceptive shots and overhead smashes to withstand pressure. Although Top attempted to create opportunities through shot placements, their shot selection during critical moments was overly conservative, leading to reduced offensive efficiency. Bottom repeatedly resolved crises with quick reactions and net pressure but lacked sufficient follow-up ability in active attacks.", + "C. In this round, Bottom demonstrated tenacious defensive resilience in passive situations, repeatedly returning shots to the baseline area during transitions. Although Top was aggressive in net play and agile in net movements, they made errors in offensive anticipation and kill quality, with consecutive net errors and out-of-bounds shots at critical scoring points. Their main shortcoming was the slow recognition of Bottom's deceptive shots, leading to poor defensive positioning.", + "D. Top demonstrated textbook-level tactical execution, continuously shifting the opponent's center of gravity through varied shot placements and precise positioning, forcing Bottom into constant lateral movement. Although Bottom showed rich tactical attempts, their defensive compactness under pressure and counterattack decisiveness were lacking, and their ability to react quickly and apply net pressure in crucial points needs improvement." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002151", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 虽然top展现了出色的上网压迫能力,但bottom通过连续三次高质量的停顿假动作和反手技术化解被动,导致top被迫回出出界球。此回合关键在于bottom对网前控制的绝对优势,暴露了top在对手连续轻挡时缺乏有效破解手段,需强化对近网球的快速反应和过顶衔接能力", + "B. 该回合体现了防守反击的核心策略,bottom凭借严密的防守和精准的后场过渡球持续压制对手,最终以网前扑杀完成得分。top虽试图通过连续重杀和变速突击改变节奏,但线路过于单一且步法衔接失误频繁。此回合验证了防守方需增强反手抽球的攻击性,同时进攻方应注重提升相持阶段的防守质量与多拍耐力,建议增加网前搓放训练来优化战术多样性。", + "C. 本回合展现了攻防转换的经典模式,top通过节奏变化和落点控制逐步建立优势,重杀终结技战术执行堪称完美。bottom虽尝试通过网前假动作和反手技术寻求突破,但关键球稳定性不足导致失分。此回合提示防守方需提升被动时的轻球控制能力,同时主动方需善用网前技术破坏对手连贯。", + "D. 整个回合中bottom通过连续三次成功的网前假动作欺骗了top的预判,尽管top的抢网速度展现优势,但因对分球线路预判失误导致下网。bottom凭借反手挑后场过顶球扭转局势,最终top因过渡球处理保守错失得分良机,暴露了主动方在高压时攻击不够坚决的弱点。" + ], + "options_en": [ + "A. Although the top player displayed excellent net pressure skills, the bottom player resolved passivity with three high-quality pause fake shots and backhand techniques, forcing the top player to return an out-of-bounds shot. The key to this rally was the bottom player's absolute dominance in net control, exposing the top player's lack of effective countermeasures against consecutive light blocks and highlighting the need to improve quick reactions to close-net shots and overhead transitions.", + "B. This rally demonstrates the core strategy of defensive counterattack. Bottom continuously pressured the opponent with tight defense and precise backcourt transition shots, and finally scored with a net kill. Although top tried to change the rhythm through consecutive powerful kills and variable-speed attacks, the shot lines were too single and there were frequent footwork connection mistakes. This rally verifies that the defending side needs to enhance the aggression of backhand drives, and at the same time, the attacking side should focus on improving the defensive quality and multi-shot endurance during the rally. It is recommended to increase net rubbing and net dropping training to optimize tactical diversity.", + "C. This rally showcased a classic pattern of offense-defense transition. The top player gradually built an advantage through tempo changes and placement control, with a flawless execution of the kill as the finishing tactic. Although the bottom player attempted breakthroughs with net fake shots and backhand techniques, insufficient stability in crucial shots led to losing the point. This rally suggests the defender needs to improve light shot control when passive, while the attacker should utilize net techniques to disrupt the opponent's continuity.", + "D. Throughout the rally, the bottom player successfully deceived the top player's anticipation with three consecutive net fake shots. Despite the top player's superior net interception speed, a misjudgment in shot placement caused the ball to go into the net. The bottom player reversed the situation with a backhand net lift that cleared the top player's head, and ultimately, the top player missed a scoring opportunity due to conservative transitional shot handling, exposing the attacker's lack of decisiveness under pressure." + ], + "answer": "C", + "question": { + "question_zh": "请根据该回合的完整过程,选择最符合实际情况的评价", + "question_en": "Based on the complete process of this rally, select the evaluation that best matches the actual situation." + } + }, + { + "video_uid": "video_002152", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合双方战术方向出现罕见分歧,top在网前争夺与后场防守间明显犹豫,失去对节奏把控,bottom采用大力扣杀战术却因线路固定反被压制;双方对关键球的争夺均出现明显失误,需提升多拍相持中的技术稳定性", + "B. 本回合展现攻防转换经典案例,top积极进攻战术未转化胜果,暴露出关键球处理稳定性不足;bottom防守反击策略高效,成功将对手压迫转化为得分机会,但需提升反击后的主动进攻压迫性", + "C. 本回合bottom防守反击战术过于保守,未能及时把握得分机会,多次选择稳妥过渡使节奏被top掌控;top在进攻端通过频繁上网施压和精准分球主动调动对手,虽关键球稳定但未能形成绝对压制,需在网前战术执行上提升果断性", + "D. 本回合体现了top防守端的稳健与bottom盲目进攻的弊端,top通过精准的网前控制与接发球预判化解被动,但未能抓住得分机会;bottom过于依赖强力进攻导致失误频发,但其过顶高球战术未能有效压制对手,防守中的预判能力需加强" + ], + "options_en": [ + "A. This rally saw a rare divergence in tactical approaches between both sides. The top player hesitated between net play and rear-court defense, losing rhythm control. The bottom player employed a powerful smash tactic but was countered due to predictable shot placement. Both sides made obvious errors in crucial shot contests and need to enhance technical stability during extended rallies.", + "B. This rally showcased a classic case of offense-defense transition. The top player's aggressive attacking strategy failed to convert into points, exposing insufficient stability in handling crucial shots. The bottom player's defensive counterattack strategy was highly effective, successfully turning opponent pressure into scoring opportunities, but needs to improve proactive offensive pressure after counterattacks.", + "C. This rally revealed the bottom player's overly conservative defensive counterattack strategy, failing to capitalize on scoring opportunities promptly. Repeatedly opting for safe transitions allowed the top player to dominate the pace. The top player actively pressured the opponent through frequent net approaches and precise shot placement but failed to establish absolute dominance despite stable crucial shots, requiring more decisiveness in net play execution.", + "D. This rally highlighted the top player's solid defense and the bottom player's drawbacks of reckless offense. The top player resolved passive situations through precise net control and serve reception anticipation but failed to seize scoring opportunities. The bottom player relied excessively on powerful attacks, leading to frequent errors, while their overhead clear tactic failed to effectively suppress the opponent, requiring improvement in defensive anticipation." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002153", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合展现了绝佳的网前争夺技巧。双方通过连续的假动作骗边和精准分球展开博弈,bottom在关键分上通过精妙的搓网球化解危机,但top因抢网时机选择失误导致最后一板出界,说明bottom应加强接杀球时的快速启动训练以提升反击成功率。", + "B. 比赛呈现明显的底线对抗特征。bottom凭借稳定的平抽挡技术与top形成相持,top在被动情况下仍试图用过顶劈杀压制对手,可惜因击球线路过直被拦截,反映出bottom需要强化反手位的快速反应能力来应对突然变速进攻。", + "C. 本回合展现了细腻的网前控制与多拍相持能力。bottom利用网前小球和搓放技术频繁调动top的前后场,迫使对方出现回球出界失误;而top在防守阶段虽保持多拍质量却未能抓住反击机会,过度依赖后场重杀导致体力消耗过大,建议增加前场搓扑技术和防守旋转变化的针对性训练。", + "D. 这是一个典型的速度与力量结合的战术回合。top通过精准的落点调动逐步压缩bottom的反应时间,最终以高质量杀球终结;而bottom在防守时未能充分运用主动反击手段,过多的被动过渡反而让进攻主动权始终把控在对手手中,建议增加高压下的平抽挡抗压训练。" + ], + "options_en": [ + "A. This rally demonstrated excellent net-play skills. Both sides engaged in a battle through consecutive deceptive moves and precise placement. Bottom resolved the crisis with a delicate net shot at a critical point, but top made an error in choosing the timing for the net rush, resulting in the final shot going out. This indicates that bottom should strengthen quick-start training when receiving kills to improve counterattack success rate.", + "B. The match displayed clear baseline confrontation characteristics. Bottom maintained consistency with stable flat drive techniques against top, who attempted to suppress the opponent with an overhead slice kill even when passive. Unfortunately, the shot was intercepted due to its overly straight trajectory, reflecting that bottom needs to enhance quick reaction capabilities on the backhand side to handle sudden tempo changes in attacks.", + "C. This rally demonstrated exquisite net control and the ability to sustain multiple strokes. Bottom frequently mobilized top's front and back courts by using net shots and net roll techniques, forcing the opponent to make mistakes such as hitting the shuttle out of bounds. While top maintained the quality of multiple strokes during the defensive phase, they failed to seize the counterattack opportunities. Over - relying on powerful backcourt kills led to excessive physical consumption. It is recommended to increase targeted training in net roll and net kill techniques in the front court and defensive spin variations.", + "D. This was a tactical rally that typically combined speed and power. Top gradually compressed bottom's reaction time through precise placement, ultimately finishing with a high-quality kill. Bottom failed to fully utilize active counterattacking methods during defense, and excessive passive transitions allowed the offensive initiative to remain in the opponent's hands. It is recommended to increase pressure-resistant flat drive training under high pressure." + ], + "answer": "D", + "question": { + "question_zh": "该回合的整体表现中,以下哪一项评估最为准确?", + "question_en": "In the overall performance of this rally, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_002154", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借精准的关键球处理掌控节奏,top主动进攻效率低下,多次失误暴露了关键分把控能力的不足。", + "B. top果断抢网掌握主动权,但bottom展现出顽强韧性,通过精准的分球和过顶技术有效遏制对手攻势,然而在得分关键球的处理上稍逊一筹,未能扭转局势", + "C. top通过高质量的主动进攻压制全场,关键球处理果敢坚决;bottom发球后衔接应对不足,过渡球质量偏低,连续丢分暴露了被动局面下的应变能力短板。", + "D. bottom展现了出色的防守与反攻能力,多次化解被动局面;top在关键分中出现非受迫性失误,上网节奏把控失当导致连续失误,未能有效压制对手得分。" + ], + "options_en": [ + "A. Bottom controlled the rhythm with precise handling of key shots. Top's active attacks were inefficient, and multiple mistakes exposed the lack of ability to control crucial points.", + "B. Top seized the initiative with decisive net interceptions, but bottom displayed tenacity, effectively curbing the opponent's attacks with precise placements and high clears. However, bottom fell slightly short in handling decisive scoring opportunities, failing to turn the tide.", + "C. Top dominated the game with high-quality aggressive play, handling crucial points decisively; bottom showed insufficient follow-up after serving, with subpar transition shots, and consecutive points lost exposed weaknesses in adaptability under pressure.", + "D. Bottom demonstrated excellent defensive and counterattacking skills, repeatedly turning passive situations around; top made unforced errors at critical points, misjudged net approaches leading to consecutive mistakes, failing to effectively suppress the opponent's scoring." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this round?" + } + }, + { + "video_uid": "video_002155", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借精准的分球和假动作欺骗成功化解bottom的进攻,通过积极上网和高质量过顶球占据主动。bottom虽然尝试抢网但节奏把控失误,因连续下网和出界将主动权拱手让出。", + "B. 虽然bottom通过连续杀球制造压力,但top凭借稳定的网前控制和分球处理将战线拉长。bottom因急于求成多次出现挥拍过顶出界,其主动进攻反而导致自身陷入被动需提升线路多样性", + "C. 在被动局面下top展现了出色的过渡能力通过平抽挡延缓攻势,bottom却因杀球线路单一被限制在后场。最终top抓住机会用假动作骗开对手后正手轻放网前得分,展示了关键时刻的冷静。", + "D. 回合中bottom展现了优秀的进攻意识与战术执行力,通过高质量杀球和线路控制逐步压缩对手反应空间。top在关键分处理上稳定性不足,尤其在被动局面下需提升过渡球的质量以延缓对手攻势,避免因非受迫性失误丢分。" + ], + "options_en": [ + "A. top successfully countered bottom's offense with precise placement and deceptive moves, taking the initiative through aggressive net play and high-quality overhead shots. bottom attempted to rush the net but misjudged the rhythm, conceding the initiative due to consecutive net errors and shots going out of bounds.", + "B. Although bottom created pressure with consecutive kills, top maintained control by stabilizing net play and precise placement, prolonging the rally. bottom's eagerness led to multiple overhead swings going out of bounds, turning their aggressive offense into a disadvantage, highlighting the need for greater line variety.", + "C. In a passive situation, top showcased outstanding transition skills by using flat drives to delay the offensive momentum, while bottom was confined to the backcourt due to predictable kill lines. Ultimately, top seized the opportunity with a deceptive move and scored with a forehand net drop, demonstrating composure at critical moments.", + "D. In the rally, bottom demonstrated excellent offensive awareness and tactical execution, gradually compressing the opponent's reaction space through high-quality kills and line control. top lacked stability in handling key points, especially in passive situations, and needs to improve the quality of transition shots to delay the opponent's offensive momentum and avoid unforced errors." + ], + "answer": "D", + "question": { + "question_zh": "在这次回合的综合表现中,以下哪个评价最为贴切?", + "question_en": "In the overall performance of this rally, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_002156", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一个典型的防守反击得分回合,bottom展现了出色的战术执行能力,通过落点调动和顶级杀球制胜。top在被动衔接阶段未能展现足够的应变能力,关键球处理偏保守,建议加强被动局面下的线路变化和反击质量。", + "B. top凭借分球和假动作的衔接组合突破bottom防线,成功采用过顶高远球控制网前空档。bottom虽然抢网积极但预判出现偏差,建议提升对假动作的识别能力和网前应变速度,避免在被动阶段过度依赖直线防守。", + "C. 这一回合呈现出高质量的网前拉锯战,双方通过持续的分球和接杀球展现防守韧性。bottom在被动过渡阶段通过精准的下网球成功化解危机,而top因击球线路过于单一未能形成持续压迫,建议加强网前搓放球技巧。", + "D. top通过强势的主动上网战术完全压制住bottom的反攻空间,利用连续杀直线击溃对方防守体系。bottom的被动阶段虽然尝试用过顶球突破,但因击球质量不足导致出界失误,需强化高压下大范围移动后的击球稳定性。" + ], + "options_en": [ + "A. This is a typical defensive counterattack scoring rally. Bottom demonstrated excellent tactical execution, winning through placement control and a top-tier kill. Top failed to show sufficient adaptability during the passive transition phase, with conservative key shot handling. It is recommended to strengthen line variation and counterattack quality in passive situations.", + "B. Top broke through Bottom's defense with a combination of split shots and deceptive moves, successfully using overhead clears to control the net gap. Bottom was active in net play but misjudged, suggesting improvement in recognizing deceptive moves and net reaction speed to avoid over-relying on straight-line defense in passive phases.", + "C. This rally showcased a high-quality net duel, with both sides displaying defensive resilience through continuous split shots and kill returns. Bottom successfully resolved the crisis with a precise net shot during the passive transition, while Top failed to maintain pressure due to overly monotonous shot selection. It is recommended to enhance net drop shot skills.", + "D. Top completely suppressed Bottom's counterattack space with an aggressive net-rushing tactic, using consecutive straight kills to dismantle the opponent's defense. Bottom attempted to break through with overhead shots during the passive phase but committed out-of-bounds errors due to insufficient shot quality. It is advised to improve shot stability under high-pressure, wide-range movements." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最能全面反映攻防特点?", + "question_en": "For this rally, which evaluation best comprehensively reflects the characteristics of offense and defense?" + } + }, + { + "video_uid": "video_002157", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一回合典型的攻防转换案例,bottom以压迫性杀球持续施压,战术执行坚决;而top在防守衔接中缺乏反击锐利度,尤其在左中场的被动处理暴露了相持能力短板,建议加强防守反击的侵略性与线路变化。", + "B. 这回合显示bottom在防守中频繁运用假动作骗过对手,尤其右中场的分球极具威胁性,而top在反击时多次出现过顶球出界,关键分处理不稳定是失分主因。", + "C. 本回合双打策略体现bottom的过顶球配合衔接,但top在中后场的移动速度偏慢未能及时封网,建议加强全场跑动覆盖能力与防守预判。", + "D. 这回合突出top通过抢网占据主动,多次下压球迫使bottom出现被动过渡并下网失误,而bottom在前场对抗中线路选择单一,需提升多拍相持中的控球精度。" + ], + "options_en": [ + "A. This is a classic case of offense-defense transition. Bottom consistently applied pressure with aggressive kills, executing tactics resolutely. However, top lacked sharpness in counterattacks during defensive transitions, especially in passive handling at the left midcourt, exposing a weakness in sustained rallies. It is recommended to enhance the aggressiveness and variation of defensive counterattacks.", + "B. This rally showed that bottom frequently used deceptive moves to outmaneuver the opponent during defense, with particularly threatening cross-court shots at the right midcourt. Meanwhile, top repeatedly hit clears out of bounds during counterattacks, with unstable key-point handling being the main reason for losing points.", + "C. This doubles rally demonstrated bottom's effective use of clears and seamless transitions. However, top's movement speed in the mid-backcourt was slow, failing to intercept at the net in time. It is recommended to enhance full-court coverage and defensive anticipation.", + "D. This rally highlighted top's initiative through net rushing, repeatedly forcing bottom into passive transitions and net errors with downward shots. Bottom's line selection in frontcourt exchanges was monotonous, requiring improved control precision during extended rallies." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,以下哪项评价最为恰当?", + "question_en": "For this rally, which of the following evaluations is the most appropriate?" + } + }, + { + "video_uid": "video_002158", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现双方高质量的多拍对决,top凭借过顶高球和快速抢网始终压制bottom的反攻空间,而bottom因连续平抽失误丧失机会。建议bottom需强化底线相持的稳定性并提升挑后场质量。", + "B. 本回合集中体现了top在被动防守中的战术智慧,当bottom尝试强力杀球和连续平抽时,top通过精准的网前拦截、放小球以及快速变线化解压力,并在相持阶段主动变线和调动对手,最终实现反击得分。而bottom在得分机会面前线路选择单一,缺乏调后场和网前的组合运用,导致进攻效率下降。建议bottom需强化杀球的落点精确度与速度变化,同时提升多拍相持中的线路变化能力,加强前后场的衔接配合。", + "C. 本回合主要体现top的战术执行力,通过精准分球和网前假动作不断调动bottom,bottom因频繁上网导致下网失误。建议bottom应加强中场衔接,减少被动过渡时的节奏混淆。", + "D. 本回合精彩展现了攻防转换的博弈,bottom通过强力杀球和连续平抽控制场面对top形成压制,而top在被动相持阶段主动变化手段有限。建议top需提升在被动局面下的过渡质量和网前预判,减少非受迫性失误。" + ], + "options_en": [ + "A. This rally featured high-quality multi-shot exchanges between both sides. Top consistently suppressed bottom's counterattacking space with overhead clears and quick net interceptions, while bottom lost opportunities due to consecutive drive errors. It is recommended that bottom enhance baseline stability and improve the quality of net lifts.", + "B. This rally comprehensively showcases the tactical wisdom of top in passive defense. When bottom attempts powerful kills and consecutive drives, top defuses the pressure through precise net shots, drop shots, and quick line changes. During the stalemate phase, top takes the initiative to change lines and mobilize the opponent, ultimately achieving a counterattack score. However, in the face of scoring opportunities, bottom has a single choice of shot lines, lacks the combined application of clearing to the backcourt and net shots, resulting in a decline in offensive efficiency. It is recommended that bottom should strengthen the accuracy of the landing points and speed changes of kills. At the same time, improve the ability to change shot lines during multi-shot stalemates and enhance the connection and cooperation between the front and back courts.", + "C. This rally primarily highlighted top's tactical execution, as they constantly moved bottom around with precise placements and net fake shots, causing bottom to make net errors due to frequent net approaches. It is suggested that bottom strengthen midcourt transitions and reduce rhythm confusion during passive exchanges.", + "D. This rally brilliantly showcased the interplay of offense and defense. Bottom controlled the game with powerful kills and continuous drives, putting pressure on top, while top had limited means to vary their tactics during passive exchanges. It is recommended that top improve the quality of transitional shots and net anticipation in passive situations to reduce unforced errors." + ], + "answer": "D", + "question": { + "question_zh": "下列哪项最适合作为此回合的整体评价?", + "question_en": "Which of the following is the most suitable overall evaluation of this rally?" + } + }, + { + "video_uid": "video_002159", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top利用变速抽球和反手防区突破bottom的防守体系,而bottom的被动过渡球反成得分利器,应加强中前场技术的多样化应对策略", + "B. top通过高质量的分球和过顶技术有效化解bottom的网前压迫,但bottom在被动局面下连续通过抢网得分,应增加在相持阶段的速度衔接", + "C. top凭借出色的网前小球和多拍相持能力掌控比赛节奏,而bottom急于通过强力扣杀突破却被top的快速反应与防守化解,建议bottom减少强行进攻提升多回合战术素养以匹配对手速度和耐力,此回合top在防守反击中的预判和移动展现更高水准", + "D. bottom凭借精准的攻后场和网前压迫建立优势,而top虽然尝试多线路变化但关键分失误暴露稳定性问题,需加强高压下的判断与击球稳定性" + ], + "options_en": [ + "A. Top broke through Bottom's defense system with varied-speed drives and backhand zone attacks, while Bottom's passive transition shots became scoring weapons. Bottom should diversify mid-frontcourt techniques for better responses.", + "B. Top effectively countered Bottom's net pressure with high-quality placements and overhead techniques, but Bottom scored consecutive points by intercepting the net in passive situations, requiring better speed transitions during rallies.", + "C. Top controls the rhythm of the game with excellent net shots and the ability to sustain multi-shot rallies. Bottom, however, is eager to break through with powerful kills but is foiled by Top's quick reactions and defense. It is recommended that Bottom reduce forced attacks and improve the tactical literacy of multi-round plays to match the opponent's speed and endurance. In this round, Top shows a higher level of anticipation and movement in counterattacks during defense.", + "D. Bottom gained an advantage through precise attacks to the backcourt and net pressure, while Top attempted multi-line variations but key-point errors exposed stability issues, needing to improve judgment and shot stability under high pressure." + ], + "answer": "D", + "question": { + "question_zh": "下列哪项对本回合的整体表现评价最合适?", + "question_en": "Which of the following best evaluates the overall performance of this round?" + } + }, + { + "video_uid": "video_002160", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合呈现顶尖选手的战术博弈,top展现了高效的杀上网战术执行力和网前主动控制能力,而bottom虽在防守中有亮点,但关键分失误和节奏被压制的问题暴露明显,建议加强被动状态下的过渡球质量及网前压迫能力", + "B. 本回合呈现bottom的强势压制态势,其通过高质量的过顶劈杀和连续压迫性劈吊打乱top防守节奏,虽然top偶有精彩的反手补杀亮点,但在底线相持阶段稳定性不足,建议强化后场防守覆盖范围和多拍缠斗能力", + "C. 双方攻防转换速率超乎寻常,bottom在被动状态下通过精准的鱼跃救球将回合延续至15拍以上,而top因急于求成多次出现下网失误,暴露了关键分出手不够冷静的问题,建议加强网前控制的同时提升心理抗压能力", + "D. 双方战术部署存在明显短板,top在杀上网过程中暴露过多空档,而bottom凭借精准的平抽对抗和底线相持能力完全压制对手节奏,但网前小球技术的不足导致关键分错失战机,建议提升网前预判和假动作欺骗性" + ], + "options_en": [ + "A. This round showcased a tactical battle between top players. The top player demonstrated efficient execution of the kill-and-rush tactic and proactive net control, while the bottom player, despite defensive highlights, exposed obvious issues with critical point errors and suppressed rhythm. It is recommended to improve the quality of transition shots under passive conditions and net pressure.", + "B. This round displayed the bottom player's dominant pressure, disrupting the top player's defensive rhythm with high-quality overhead slice kills and continuous aggressive slice drops. Although the top player occasionally showcased brilliant backhand counter-kills, stability during baseline rallies was lacking. It is recommended to strengthen rear-court defensive coverage and multi-shot endurance.", + "C. The speed of offensive-defensive transitions was extraordinary. The bottom player extended the rally beyond 15 shots with precise diving saves under passive conditions, while the top player committed multiple net errors due to impatience, revealing a lack of composure at critical points. It is recommended to enhance net control while improving mental resilience.", + "D. Both sides had obvious tactical shortcomings. The top player left too many gaps during the kill-and-rush, while the bottom player completely suppressed the opponent's rhythm with precise flat drives and baseline endurance. However, inadequate net shot techniques led to missed opportunities at critical points. It is recommended to enhance net anticipation and deceptive movements." + ], + "answer": "A", + "question": { + "question_zh": "对于本回合的整体表现,以下哪项评价最为准确?", + "question_en": "Which of the following evaluations most accurately describes the overall performance of this round?" + } + }, + { + "video_uid": "video_002161", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了bottom选手的防守韧性,其通过精准的后场防守和变速劈吊持续化解top的攻势,而top需加强网前主动得分能力和减少失误,方能突破僵局。", + "B. 这一回合主要体现bottom选手通过精准的假动作骗开对手后强势进攻,但因top连续两次高质量的过顶杀球导致bottom回球出界,建议bottom加强杀球时的击球角度控制和网前压迫意识。", + "C. 本回合展现了顶级选手的战术博弈,top通过多拍中的节奏控制和网前主动性占据优势,而bottom需提升在被动状态下的回球稳定性及线路变化能力,以减少被压制的风险。", + "D. 尽管bottom在中前场展现了高水准的网前扑杀和分球技巧,却被top通过连续三次高强度的追身平抽压制,暴露了bottom在快速对抗中的回球质量缺陷,建议提升反手平抽的击球爆发力与连续性。" + ], + "options_en": [ + "A. This rally demonstrated the defensive tenacity of player bottom. By accurately defending in the backcourt and using variable-speed sliced drop shots, bottom continuously defused top's offensive momentum. For top, it needs to enhance the ability to actively score at the net and reduce errors in order to break the deadlock.", + "B. This rally primarily highlighted the bottom player's aggressive attacks after deceiving the opponent with precise fake motions. However, the top player's two consecutive high-quality overhead kills forced the bottom player to return out of bounds. It is recommended that the bottom player strengthen angle control during kills and enhance net pressure awareness.", + "C. This rally showcased the tactical duel between top players. The top player gained an advantage through rhythm control in multi-shot exchanges and net initiative, while the bottom player needs to improve shot stability and variation under passive conditions to reduce the risk of being suppressed.", + "D. Although the bottom player demonstrated high-level net kills and placements in the mid-frontcourt, they were suppressed by the top player's three consecutive high-intensity body drives, exposing the bottom player's quality flaws in rapid exchanges. It is advised to enhance backhand drive explosiveness and continuity." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002162", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合展现了顶尖选手的网前博弈,bottom通过细腻的网前技术和耐心周旋,最终捕捉到对手防守漏洞一锤定音。top虽战术合理却缺乏关键分的犀利反击,需提升对网前变化球的防守预判和应对速度", + "B. 整个回合bottom采取主动进攻策略,多次尝试过顶杀球和快速上网压迫,然而因击球过急导致多次出界和下网失误。top通过稳健的防守和精准的被动过渡球与之周旋,逐渐瓦解其攻势。最终在关键分上,top利用假动作骗过防守后穿越得分,展现出成熟的战术素养,而bottom的失误过多暴露了关键分稳定性不足的问题", + "C. 回合呈现激烈的底线拉锯战,top依靠强势进攻压制对手,关键分果断扣杀锁定胜局。bottom防守顽强但移动速率不足,多次高远球下网暴露了体能短板,需强化主动进攻意识而非一味退守", + "D. 这场对决的关键在于top选手巧妙运用分球和过顶高吊技术打乱bottom节奏,尽管bottom展开了紧凑的网前争夺,却因线路被封锁难以突破。top通过持续调动对手左右两边消耗其体力,最终以一记突然下沉的下压杀球锁定胜局。bottom在防守中虽展现顽强但反应速度稍慢,需加强多拍相持中的体力分配" + ], + "options_en": [ + "A. The rally showcased top-tier net play between the players. Bottom demonstrated delicate net skills and patient maneuvering, eventually capitalizing on the opponent's defensive gap to seal the point. Top, despite reasonable tactics, lacked sharp counterattacks in crucial moments and needs to improve defensive anticipation and reaction speed against net variation shots.", + "B. Throughout the rally, Bottom adopted an aggressive strategy, frequently attempting overhead kills and rapid net rushes, but rushed shots led to multiple out-of-bounds and net errors. Top countered with steady defense and precise passive transition shots, gradually dismantling the offense. At the decisive moment, Top used a deceptive move to wrong-foot the defense and score, displaying mature tactical awareness. Bottom's excessive mistakes revealed a lack of stability in crucial points.", + "C. The rally featured an intense baseline battle. Top dominated with aggressive offense and secured the decisive point with a bold kill. Bottom displayed tenacious defense but struggled with movement speed, repeatedly hitting clears into the net, exposing a stamina weakness. Bottom needs to strengthen proactive attacking intent rather than passive retreating.", + "D. The key to this duel lay in Top's clever use of cross-court shots and overhead drop shots to disrupt Bottom's rhythm. Although Bottom engaged in tight net struggles, Top locked the angles and made breakthroughs difficult. By continuously shifting Bottom side to side to drain stamina, Top clinched victory with a sudden sinking kill. Bottom showed grit in defense but lagged slightly in reaction speed, needing better stamina management during extended rallies." + ], + "answer": "A", + "question": { + "question_zh": "哪一个评价最能全面概括这一回合的战术特点与选手表现?", + "question_en": "Which evaluation best comprehensively summarizes the tactical characteristics of this rally and the players' performance?" + } + }, + { + "video_uid": "video_002163", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合攻防转换相对缓慢,双方在中后场拉吊占据主导,top在关键分尝试过顶杀球但被bottom识破并借力反击得分。建议双方提升前场小球技术和网前抢网意识以加快节奏变化", + "B. 回合中攻防节奏较为拖沓,bottom在关键分上展现了更稳定的击球质量,而top虽尝试主动进攻但多次出现下网和出界失误。建议top加强相持阶段的主动进攻意识,减少低级失误", + "C. 回合整体呈多拍相持态势,bottom在被动情况下多次利用分球和假动作化解危机,而top急于求成导致关键分处理欠佳。建议top在高压时保持冷静,优化进攻选择并增强网前控制力", + "D. 回合攻防转换节奏紧凑,top在相持阶段展现更强的进攻主动性和击球质量,而bottom虽尝试变化球路但关键分技术执行不够稳定。建议bottom提升在被动场景下的过渡球控制精度,避免非受迫性失误" + ], + "options_en": [ + "A. The rally displayed relatively slow offense-defense transitions, with both players dominating mid-to-rear court clears. The top player attempted overhead kills at key points but was countered by the bottom player's anticipatory power returns. It is recommended that both players improve frontcourt net shot techniques and net interception awareness to accelerate tempo variations.", + "B. The rally exhibited sluggish offensive-defensive rhythm. The bottom player showed more consistent shot quality in key points, while the top player's attempted aggressive plays resulted in multiple net and out errors. It is recommended that the top player enhance proactive attacking awareness during extended exchanges and reduce basic errors.", + "C. The rally predominantly featured extended exchanges. The bottom player effectively utilized shot placements and deceptive moves to escape passive situations, while the top player's impatience led to suboptimal key point execution. It is recommended that the top player maintain composure under pressure, optimize offensive choices, and enhance net control.", + "D. The rally featured compact transitions between offense and defense. The top player demonstrated stronger offensive initiative and shot quality during extended exchanges, while the bottom player attempted varied shot placements but lacked stability in executing key points. It is recommended that the bottom player improve transition shot control precision in passive scenarios to avoid unforced errors." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一项最全面地评价了本回合的整体表现?", + "question_en": "Which of the following most comprehensively evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002164", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 全场焦点集中在网前争夺,bottom通过细腻的搓推技术和频繁的假动作分球压制对手,但top展现超强的抢网意识连续封杀,最终因bottom在多拍相持中的体力下滑导致失误,反映了关键分的体能分配问题。", + "B. 这回合双方攻防节奏变化剧烈,top凭借精准预判和快速移动连续化解bottom的重扣,但在最后关键球处理时因线路选择失误导致出界,未能彻底扭转局势,凸显了临场应变能力的重要性。", + "C. 这是一场充满压迫感的回合攻防,bottom通过主动进攻持续施压,尤其是重杀战术效果显著。而top在被动局面下未能有效摆脱,网前技术稳定性有待加强,关键时刻主动失误让对手轻松得分。", + "D. top在防守反击中表现出色,挑后场和网前小球处理细腻,多次化解bottom的重扣。bottom在体力下降后失误频发,关键分判断失误,导致机会流失。" + ], + "options_en": [ + "A. The spotlight of this rally was on the net play. The bottom player suppressed the opponent with delicate net shots and frequent deceptive moves, but the top player demonstrated exceptional net interception awareness, repeatedly blocking shots. Ultimately, the bottom player's stamina declined during extended rallies, leading to errors, reflecting the issue of energy management in key points.", + "B. This rally featured dramatic shifts in offensive and defensive rhythms. The top player relied on precise anticipation and quick movement to repeatedly counter the bottom player's powerful smashes. However, a line selection error during the final critical shot resulted in the ball going out, failing to completely reverse the situation, highlighting the importance of adaptability in crucial moments.", + "C. This was a rally filled with intense pressure, where the bottom player maintained continuous offensive pressure through aggressive attacks, particularly with effective kill shots. The top player struggled to escape the passive situation, showing room for improvement in net shot consistency, and committed unforced errors at crucial moments, allowing the opponent to score easily.", + "D. Top performed outstandingly in defense and counterattack. The net lift to the backcourt and the handling of net shots in the frontcourt were delicate, and many of bottom's powerful kills were defused. After bottom's physical strength declined, there were frequent mistakes, and misjudgments on key points led to the loss of opportunities." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪一评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this rally?" + } + }, + { + "video_uid": "video_002165", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一场攻防转换激烈的回合,bottom展现了出色的位置感和攻防转换能力,通过精准的网前技术和节奏变化掌控主动。top虽多次尝试强攻但稳定性不足,尤其在落后时未能选择稳妥战术,最终因关键球失误付出了代价。", + "B. 这是一场失误频繁的回合,双方攻防节奏较为缓慢,主要因为bottom多次出现预判错误和防守漏洞,而top则通过稳定控制网前并抓住机会主动加速进攻,最终因bottom关键球接发失误而胜出。", + "C. 这个回合中top凭借出色的位置感和攻防转换能力主导了比赛,运用精准的网前球和多变的节奏牢牢掌控主动权。bottom虽多次尝试防守但反应偏慢且落点控制不佳,尤其在关键分时因冒进战术选择连丢关键分,最终因连续被动回球陷入被动局面。", + "D. 这是一场以底线相持为主的回合,双方通过高质量的过顶高远球和长短变化展开持久拉锯,top在后场通过暴力扣杀压制bottom的后场区域,而bottom因线路选择单一且缺乏假动作配合,最终被顶压制胜。" + ], + "options_en": [ + "A. This was a rally with intense offensive and defensive transitions. The bottom player demonstrated excellent positional awareness and transition skills, taking control through precise net play and tempo variations. The top player attempted aggressive shots multiple times but lacked consistency, especially when trailing, failing to adopt a steady strategy and ultimately paying the price with critical errors.", + "B. This was a rally with frequent errors, featuring a relatively slow pace of offense and defense. The bottom player made repeated misjudgments and defensive lapses, while the top player maintained stable control at the net and seized opportunities to accelerate the attack, eventually winning due to the bottom player's critical serve-receive error.", + "C. In this rally, Top dominated the game with excellent court awareness and the ability to transition between offense and defense. By using precise net shots and a variable rhythm, Top firmly controlled the initiative. Bottom tried to defend several times, but his reaction was relatively slow and his shot placement control was not good. Especially at crucial points, due to an over - aggressive tactical choice, Bottom lost key points in a row. Eventually, because of consecutive passive returns, Bottom fell into a passive situation.", + "D. This was a rally dominated by baseline exchanges, with both sides engaging in a prolonged tug-of-war using high-quality overhead clears and length variations. The top player suppressed the bottom player's backcourt with powerful smashes, while the bottom player, due to predictable shot selections and lack of deceptive plays, was ultimately overpowered and defeated." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally?" + } + }, + { + "video_uid": "video_002166", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这一回合展现了bottom选手的顽强防守能力,尽管开场处于被动局面,但通过连续四次高质量的扑网球化解危机,最终依靠top选手回球出界实现逆转,体现出双方防守技术的高水平对抗", + "B. 全回合双方都处于明显的体能瓶颈期,top选手多次出现平抽挡发力不足的问题,bottom则因移动迟缓导致多个过顶高球下网,两人均因体力分配不当造成关键分处理不当", + "C. 这个回合是典型的速度压制典型案例,top通过连续假动作骗开bottom的防守重心,随后以精准的直线分球击穿底线,而bottom在预判和救球范围上存在明显不足,暴露出对抗快速进攻的短板", + "D. 这个回合充分展现了顶级选手的战术执行力,top仅用两拍就完成致命反击,而bottom的发球战术未能形成有效压制,后续移动衔接需加强以应对对手的快速反击" + ], + "options_en": [ + "A. This rally showcased the bottom player's tenacious defensive skills. Despite being passive at the start, they resolved the crisis with four consecutive high-quality net kills and eventually reversed the situation due to the top player's out-of-bounds return, reflecting a high-level defensive confrontation between both sides.", + "B. Both players were clearly in a physical bottleneck throughout the rally. The top player repeatedly lacked power in flat drives, while the bottom player's sluggish movement led to multiple overhead clears landing into the net. Both mishandled crucial points due to poor physical allocation.", + "C. This rally was a classic example of speed suppression. The top player used consecutive feints to disrupt the bottom player's defensive stance, then pierced the baseline with precise straight-line placements. The bottom player showed obvious shortcomings in anticipation and retrieval range, exposing their weakness against fast attacks.", + "D. This rally fully demonstrated the tactical execution of top-level players. The top player completed a lethal counterattack with just two shots, while the bottom player's serving tactics failed to form effective pressure, and subsequent movement transitions need improvement to cope with the opponent's fast counterattacks." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一项最准确地描述了这一回合的整体表现?", + "question_en": "Which of the following most accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002167", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合bottom展现了极强的进攻主动性,多次采用骗性的假动作和变速击球打乱top节奏。top在被动情况下防守稳固,但未能有效利用前场优势,依靠频繁的抢网虽保持回合,却无法转化为得分。bottom的关键分错失战机,因过渡球质量不足未能扩大优势。", + "B. 本回合整体节奏较为单一,top虽然展示了出色的网前技术,但在后场落点控制上存在明显短板。bottom通过精准的分球和强势的抢网占据主动,其过顶技术多次突破防线,而top在被动过渡时过于依赖防守,未能有效组织反击,显示出缺乏主动进攻的意识。", + "C. 本回合呈现攻防转换的典型节奏,top展现了细腻的网前技术和后场落点控制能力,利用连续变速与线路变化有效打乱对手节奏。bottom虽尝试主动出击,但关键分的冒险进攻和高失误率暴露了在高压环境下应变不足的问题,建议加强被动球时的防守稳定性。", + "D. 本回合失误频发,双方都未能在关键分上保持冷静。top在尝试变速进攻时多次出现下网或出界,而bottom的假动作意图明显,但被top识破导致多次进攻失误。整体节奏较为混乱,缺乏有效策略,建议双方增加分球配合并减少个人单打独斗。" + ], + "options_en": [ + "A. In this rally, the bottom player exhibited strong offensive initiative, frequently using deceptive moves and pace-changing shots to disrupt the top player's rhythm. The top player maintained solid defense under passive conditions but failed to capitalize on frontcourt advantages. Although frequent net interceptions kept the rally alive, they couldn’t convert them into points. The bottom player missed key opportunities due to poor transition shot quality, failing to extend their advantage.", + "B. The overall rhythm of this rally was relatively monotonous. While the top player displayed excellent net skills, they had obvious weaknesses in backcourt placement control. The bottom player took initiative through accurate splits and aggressive net interceptions, with their overhead shots repeatedly breaking through the defense. The top player relied too heavily on passive defense during transitions, failing to organize effective counterattacks, which revealed a lack of proactive offensive awareness.", + "C. This rally showcased a classic rhythm of offense-defense transitions. The top player demonstrated delicate net play and precise backcourt placement, effectively disrupting the opponent's rhythm with continuous pace changes and shot variations. Although the bottom player attempted proactive attacks, their risky shots on crucial points and high error rate exposed a lack of adaptability under pressure. It is recommended to improve defensive stability during passive situations.", + "D. This rally was plagued by frequent errors, with neither side maintaining composure on crucial points. The top player committed multiple net or out shots when attempting pace-changing attacks, while the bottom player's deceptive moves were too predictable, leading to repeated offensive mistakes. The overall rhythm was chaotic, lacking effective strategies. It is recommended that both sides improve split-shot coordination and reduce solo attempts." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002168", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合中top的主动进攻意识不足,过多依赖被动过渡,而bottom凭借精准的下压劈杀创造了得分机会,需加强主动进攻的决策与时机把握能力。", + "B. 回合中top展现了敏锐的接发球意识和主动进攻能力,而bottom在发球环节和被动衔接上出现明显短板,需加强发球攻击性和相持阶段的稳定性。", + "C. 回合中bottom在发球时展现了极强的攻击性,且相持阶段移动灵活,但top接发球后过于依赖扣杀导致失误连连,需提升战术多样性与线路变化能力。", + "D. 回合中双方在网前争夺激烈,top通过频繁使用过顶球压制bottom的抢网节奏,但bottom在拉吊过程中因心态波动频繁出界,需增强关键分的抗压与稳定性。" + ], + "options_en": [ + "A. In this rally, top lacked proactive attacking awareness, relying too much on passive transitions, while bottom created scoring opportunities with precise downward slices, needing to strengthen decision-making and timing in proactive attacks.", + "B. In this rally, top demonstrated sharp anticipation in receiving serves and proactive attacking ability, while bottom showed obvious weaknesses in serving and passive transitions, needing to enhance serve aggressiveness and stability during rallies.", + "C. In this rally, bottom displayed strong aggressiveness in serving and flexible movement during rallies, but top relied too much on smashes after receiving serves, leading to frequent errors, requiring improvement in tactical variety and shot placement.", + "D. In this rally, both sides engaged in intense net play, with top frequently using overhead clears to suppress bottom's net rush rhythm, but bottom made frequent out-of-bounds errors due to mental fluctuations during lifts and drops, needing to enhance pressure resistance and stability in crucial points." + ], + "answer": "B", + "question": { + "question_zh": "对这一回合的表现,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the performance in this rally?" + } + }, + { + "video_uid": "video_002169", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一回合典型的攻防拉锯战。bottom展现了出色的进攻连贯性,通过精准杀球和网前控制逐步瓦解对手防线,尤其正手击球的压制力突出。反观top虽试图用假动作和被动过渡拖延时间,但缺乏有效反击手段,最终因关键分失误失利。建议防守球员需提升被动情况下的积极反击意识,避免过度依赖过渡球。", + "B. 这回合的主导权始终被top掌控。top通过高频分球与右手假动作连续破解bottom的上网压迫,尤其在底线区域多次用过顶球突破对手防线。bottom虽然尝试用强力杀球制造威胁,但关键分处理犹豫导致回球出界,且网前防守出现明显漏洞。建议进攻球员需强化落点控制与节奏变化能力。", + "C. 该回合因过多被动过渡陷入僵局。双方球员连续运用高远球与挑后场策略互相试探,bottom虽通过正手重扣制造威胁,但top用平抽快挡化解危机。决胜分阶段bottom因未控制好击球弧度导致球拍触网,最终失误失利。此案例建议球员需在被动相持后提升关键分下球威胁性。", + "D. 这次交锋充分展现了双方的战术博弈。top凭借精准的假动作欺骗bottom站位,通过大角度分球不断调动对手体能,而bottom的抢网虽积极但频繁下网。最终转折点在于bottom试图封网时判断失误,导致top抓住机会以反手劈对角得分。此回合凸显网前预判与线路选择的重要性。" + ], + "options_en": [ + "A. This was a typical offensive-defensive tug-of-war rally. Bottom demonstrated outstanding offensive consistency, gradually breaking down the opponent's defense with precise kills and net control, especially highlighting the dominance of forehand strokes. In contrast, Top attempted to buy time with deceptive shots and passive transitions but lacked effective counterattacks, ultimately losing due to critical point errors. It is recommended that defensive players enhance proactive counterattacking awareness in passive situations and avoid over-reliance on transition shots.", + "B. The initiative in this rally was consistently controlled by Top. Top continuously disrupted Bottom's net pressure with high-frequency placements and right-handed deceptive shots, particularly breaking through the opponent's defense multiple times with overhead clears in the baseline area. Although Bottom attempted to create threats with powerful kills, hesitation in critical point handling led to out-of-bounds returns, and obvious gaps appeared in net defense. It is recommended that offensive players strengthen placement control and rhythm variation skills.", + "C. This rally fell into a stalemate due to excessive passive transitions. Both players repeatedly tested each other with clears and net lifts. Although Bottom created threats with heavy forehand smashes, Top resolved the crisis with fast flat drives. During the decisive point, Bottom failed to control the shot's trajectory, resulting in a net touch and ultimately losing the rally. This case suggests players should enhance shot threat levels in passive stalemates during critical points.", + "D. This clash fully showcased the tactical duel between both players. Top deceived Bottom's positioning with precise deceptive shots and constantly drained the opponent's stamina with wide-angle placements, while Bottom's aggressive net interceptions were frequent but often ended in net errors. The turning point came when Bottom misjudged a net interception attempt, allowing Top to seize the opportunity and score with a backhand cross-court slice. This rally highlighted the importance of net anticipation and shot selection." + ], + "answer": "A", + "question": { + "question_zh": "对于这一回合的表现,以下哪项的评价最合适?", + "question_en": "Which of the following evaluations is most appropriate for the performance in this rally?" + } + }, + { + "video_uid": "video_002170", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合暴露bottom在应对过顶球时网前处理被动的缺陷,top通过精准分球和持续压迫占据主动,但其过渡球技术不稳定拖累了节奏。bottom防守虽顽强却被关键分过顶压垮,建议top应减少中前场对抗、增加后场高压抢攻。", + "B. 回合体现bottom的网前细腻控制与后场强势进攻的完美结合,其假动作和线路变化持续打乱top节奏。top虽在局部时段展现防守韧性,但关键分处理犹豫、被动球质量不足是失分主因。建议top需提升被动反击的主动性,同时加强中前场抢网压迫。", + "C. 回合呈现bottom被动防守时的过渡球失误频发,而top通过快速抢网和线路变化主导进攻节奏,但关键分因分球角度不足被压制。建议bottom应提升网前假动作迷惑性,同时避免对top的中路挑后场给予处理空间。", + "D. 本回合凸显了top在网前的精准判断与后场杀球的压迫力,其多拍相持中快速启动和落点控制始终压制bottom节奏,并频繁利用小斜线调动其移动范围。bottom虽偶有防守反击亮点,但关键分主动失误过多且网前争夺意识薄弱成为失分关键。建议bottom需强化关键分抗压能力与过渡球稳定性,同时提升中前场预判封网能力,以增强进攻发起点;而top应继续保持线路分化战术,并优化劈吊节奏变化以进一步扩大优势。" + ], + "options_en": [ + "A. The rally exposed bottom's passive net play when dealing with overhead shots, while top took the initiative through precise placement and sustained pressure. However, top's unstable transition shots hindered their rhythm. Despite bottom's tenacious defense, they were overwhelmed by crucial overhead shots. It is suggested that top reduce mid-frontcourt confrontations and increase backcourt smashes and aggressive plays.", + "B. The rally showcased the perfect combination of bottom's delicate net control and powerful backcourt attacks, with their deceptive shots and variations consistently disrupting top's rhythm. Although top demonstrated defensive resilience in certain phases, hesitation in crucial points and poor quality of passive shots were the main reasons for losing points. It is recommended that top improve the initiative in counterattacking passive shots and enhance net pressure in the mid-frontcourt.", + "C. The rally revealed bottom's frequent errors in transition shots during passive defense, while top dominated the offensive rhythm with quick net interceptions and shot variations. However, top's insufficient placement angles in crucial points led to being suppressed. It is suggested that bottom enhance the deceptive nature of their net shots and avoid giving top space to handle mid-court lifts to the backcourt.", + "D. This rally highlights Top's precise judgment at the net and the oppressive force of the kill at the backcourt. In the multi-shot rallies, Top's quick start and shot placement control consistently suppress Bottom's rhythm, and frequently uses small cross-court shots to expand Bottom's movement range. Although Bottom occasionally has highlights in defensive counterattacks, too many unforced errors at key points and weak awareness in net battles are the key reasons for losing points. It is recommended that Bottom strengthen the ability to withstand pressure at key points and the stability of transitional shots, and at the same time improve the pre-judgment and net-blocking ability in the front and middle courts to enhance the starting point of the offense. Top should continue to maintain the strategy of shot direction differentiation and optimize the rhythm change of sliced drop shots to further expand the advantage." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,以下哪个评价最准确反映了双方整体表现及其关键因素?", + "question_en": "For this rally, which of the following evaluations most accurately reflects the overall performance of both players and the key factors involved?" + } + }, + { + "video_uid": "video_002171", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 双方围绕网前展开了激烈争夺,top因急于抢网导致多次下网失误,而bottom凭借稳定的过渡球逐步取得主动,但在关键分上因贪攻出现连续出界,最终回球出界失分。该回合显示top在网前小球处理技术和耐心度上有明显缺陷,而bottom未能有效把握时机完成一击制胜。", + "B. 此回合中top初始通过强有力的过顶杀球占据优势,但过度依赖直线球路被bottom预判并有效拦截,最终因抢网时重心不稳导致回球出界失误。bottom则凭借出色的网前技术连续化解危机,却在关键分上因犹豫错过反击机会,整体显示top在进攻线路设计上需增强变化性,而bottom需提升关键分果断性。", + "C. 整回合攻防转换次数较少,双方主要采取防守反击战术。bottom在关键分主动进攻时因体能下降和线路单一导致失误增多,未能把握主动权;而top通过连续防守化解威胁后,利用精准的网前小球和变速突击完成得分,展现了更强的相持能力和战术多样性。建议bottom应提升多拍拉锯中的步伐调整和线路变化意识,同时加强体能分配以应对长回合对抗。", + "D. 整回合攻防转换频繁,双方均以调动与压制为主策略。top在多次高质量进攻后因一次关键失误丧失主动权,暴露了在连续防守后强攻时的稳定性问题;bottom则通过耐心周旋逼出对手漏洞,战术执行力更胜一筹,建议top需提升大比分领先时的决策合理性与击球稳定性。" + ], + "options_en": [ + "A. Both sides engaged in intense net play, with Top making repeated net errors due to eagerness to rush the net, while Bottom gradually gained the upper hand with steady transitional shots. However, Bottom became overly aggressive at critical points, resulting in consecutive out-of-bounds errors and ultimately losing the point. This rally highlighted Top's obvious flaws in net shot technique and patience, while Bottom failed to seize opportunities for decisive finishes.", + "B. In this rally, Top initially gained an advantage with powerful overhead kills but over-relied on straight shots, which Bottom anticipated and effectively intercepted. Top ultimately made an out-of-bounds error due to unstable balance when rushing the net. Bottom showcased excellent net skills to repeatedly defuse crises but hesitated at a crucial point, missing a counterattack opportunity. Overall, Top needs to enhance variability in offensive shot selection, while Bottom should improve decisiveness in critical points.", + "C. There are relatively few offensive and defensive transitions in the whole rally. Both sides mainly adopt the counter-attacking defensive tactics. When taking the initiative to attack at crucial points, bottom made more mistakes due to physical decline and single shot lines, failing to seize the initiative. After continuously defending and defusing the threats, top scored points by using precise net shots and variable-speed attacks, demonstrating stronger ability in rallies and tactical diversity. It is recommended that bottom should improve the awareness of footwork adjustment and shot line changes in multi-shot rallies, and strengthen physical distribution to cope with long-round confrontations.", + "D. The rally featured frequent offensive and defensive transitions, with both sides primarily employing strategies of maneuvering and suppression. Top lost the initiative after a critical mistake following multiple high-quality attacks, exposing stability issues when launching strong attacks after consecutive defensive plays. Bottom, however, forced errors through patient rallies, demonstrating superior tactical execution. It is recommended that Top improve decision-making rationality and shot stability when leading by a large margin." + ], + "answer": "D", + "question": { + "question_zh": "以下选项中,哪一项最能准确评价这个回合的整体表现?", + "question_en": "Which of the following options best accurately evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002172", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合因bottom积极抢网占据优势,但最终在网前拦截时因手部停顿被top识破反制。数据显示bottom上网成功率高达70%,建议top加强挑后场反击策略以破坏其快攻节奏。", + "B. 双方在底线多拍相持中展现极高水准,但决定性转折来自bottom的挑后场过顶球,却被top精准拦截形成反攻。此次交锋证明中后场对抗能力的薄弱是bottom失利主因,需强化防守时的移动步伐", + "C. 回合节奏较慢,bottom通过顽强防守和耐心相持扭转劣势,而top急于求成导致连续失误,最终失去领先优势。", + "D. 回合展现了激烈攻防转换,top凭借精准拦截和防守反击掌握主动,而bottom在被动局面下过于冒险导致失利。建议bottom在被动时优先稳定过渡,减少非受迫性失误。" + ], + "options_en": [ + "A. The rally saw bottom aggressively rushing the net to gain an advantage, but ultimately, a hand pause during the net interception was detected and countered by top. Data shows bottom's net success rate reached 70%. It is recommended that top strengthen the net lift strategy to disrupt bottom's fast-attack rhythm.", + "B. Both sides displayed exceptional skills in baseline exchanges, but the decisive turning point came from bottom's deep net lift, which was precisely intercepted by top for a counterattack. This confrontation revealed that bottom's weakness in mid-to-rear court defense was the main cause of defeat, necessitating improved footwork during defensive plays.", + "C. The rhythm of the rally is slow. Bottom reverses the disadvantage through tenacious defense and patient stalemate, while top is overanxious for quick results, resulting in consecutive mistakes and finally losing the leading advantage.", + "D. The rally showcased intense offensive-defensive transitions, with top taking control through precise interceptions and counterattacks, while bottom took excessive risks in passive situations leading to defeat. It is recommended that bottom prioritize stable transitions when passive and reduce unforced errors." + ], + "answer": "D", + "question": { + "question_zh": "以下哪项最能全面评价该回合的对抗情况?", + "question_en": "Which of the following best comprehensively evaluates the confrontation in this rally?" + } + }, + { + "video_uid": "video_002173", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom凭借精准的过顶高球和灵活的边路分球持续压制对手防线,战术执行明显优于top。尽管top在中后场展现爆发力试图抢网,但bottom通过假动作欺骗和网前小球快速化解危机,双方攻守博弈中bottom展现了更成熟的相持能力。", + "B. 这是一个典型的攻防转换回合。top通过网前细腻技术和连续杀球建立绝对优势,展现出顶级运动员在关键分的掌控力。bottom虽尝试用勾球调度牵制对手,但被动时过渡球稳定性不足,防反体系未能建立,需要提升在压力下的击球质量与线路变化能力。", + "C. 这场比赛的回合呈现出强烈的防守反击特征。bottom通过频繁的勾对角调动和搓网前限制top的进攻节奏,而top在被动时选择过于保守的推中场球,双方始终未能建立主动权,最终因一记出界球结束,足见关键分处理上的谨慎态度。", + "D. 这是一个典型的底线多拍拉锯回合。bottom凭借充沛体能与稳定的平抽挡技术持续压制对手,通过连续落点变化和假动作扰乱top的杀球节奏。top虽然多次尝试网前扑杀和大角度斜线进攻,但均因击球时机过早导致出界,防守环节连续出现回球下网失误。bottom的防守体系通过纱线摩擦制造旋转效果显著,反手区过渡球质量较高,而top需加强多拍相持中的线路控制与回球深度意识,此回合凸显了体能分配对拉锯战的关键作用。" + ], + "options_en": [ + "A. Bottom consistently pressured the opponent's defense with precise overhead clears and flexible sideline placements, demonstrating superior tactical execution compared to Top. Despite Top's explosive attempts to rush the net from mid-rear court, Bottom quickly neutralized threats with deceptive moves and delicate net shots, showcasing more mature rallying ability in the attack-defense duel.", + "B. This was a typical rally of attack-defense transition. Top established absolute dominance through delicate net play and continuous kills, showcasing a top athlete's control over crucial points. Although Bottom attempted to contain the opponent with cross-court shots, the stability of transitional shots under pressure was insufficient, failing to build a defensive counterattack system. Improvement is needed in shot quality and variation under pressure.", + "C. This rally exhibited strong defensive counterattack characteristics. Bottom frequently used cross-court net shots and tight net plays to disrupt Top's offensive rhythm, while Top opted for overly conservative mid-court pushes when under pressure. Neither side established clear dominance, and the rally concluded with an out-bound shot, reflecting cautious decision-making in crucial points.", + "D. This is a typical rally at the baseline. Bottom continuously suppressed the opponent with abundant physical strength and stable driving and blocking techniques, and disrupted Top's killing rhythm through continuous changes in landing points and feints. Although Top tried net kills and large-angle cross-court attacks several times, most of the shots went out of bounds due to hitting the ball too early. In the defensive phase, Top made consecutive mistakes of hitting the ball into the net. Bottom's defensive system significantly created a spin effect through yarn friction, and the quality of the transition shots in the backhand area was relatively high. Top needs to strengthen the awareness of line control and shot depth in multi-shot rallies. This rally highlights the crucial role of physical strength distribution in a long battle." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一个描述最符合该回合的整体表现?", + "question_en": "Which of the following descriptions best matches the overall performance of this rally?" + } + }, + { + "video_uid": "video_002174", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这回合充分展现bottom的战术智慧,面对top的直线分球压制时通过连续两拍斜线过顶高球成功扭转局势,但最后时刻因top突然急坠网前球出现预判失误导致失分,建议强化对突然变速的反应能力。", + "B. 本回合best选手展现了顶尖网前意识,连续三次抢网压迫迫使top被迫回放网前,但过度冒险的压线推球出现下网失误,反映出关键分上心态失衡问题,建议提升高压局面下的风险控制能力。", + "C. 双方在前半程展开激烈拉锯,bottom通过精准的被动过渡球多次化解危机,直至关键时刻top冒进使用假动作时出现重心不稳,导致最后正手抽对角出界,建议加强相持阶段的稳定性训练。", + "D. 这是一次教科书式的进攻回合,top通过多拍中节奏变化和假动作调动逐步建立优势,最终以标志性的后场跳杀一锤定音。bottom在被动局面下尝试高球调整思路正确,但面对顶级杀手锏时防守体系未能形成有效应对,建议加强针对对手假动作的预判和快速启动能力。" + ], + "options_en": [ + "A. This rally fully demonstrated Bottom's tactical intelligence. Facing Top's straight-line cross-court pressure, Bottom successfully reversed the situation with two consecutive diagonal overhead clears. However, a misjudgment occurred at the last moment due to Top's sudden net drop shot, resulting in a lost point. It is recommended to strengthen the reaction ability to sudden speed changes.", + "B. In this rally, Best showcased top-tier net awareness, forcing Top into defensive net shots with three consecutive net presses. However, an overly risky line-pushing shot resulted in a net error, reflecting a mentality imbalance during crucial points. It is recommended to improve risk control under high-pressure situations.", + "C. Both players engaged in an intense tug-of-war in the first half. Bottom repeatedly resolved crises with precise defensive transition shots until the critical moment when Top aggressively used a deceptive move, leading to loss of balance and a forehand drive cross-court that went out. It is recommended to enhance stability training during prolonged rallies.", + "D. This was a textbook offensive rally. Top gradually built an advantage through rhythm changes and deceptive moves during multi-shot exchanges, ultimately sealing the point with a signature backcourt jump kill. Bottom attempted to adjust with clears in a passive situation, which was the right idea, but the defensive system failed to respond effectively to the opponent's killer shot. It is recommended to improve anticipation of deceptive moves and quick-starting ability." + ], + "answer": "D", + "question": { + "question_zh": "以下哪一个评价最能准确反映这一回合的整体表现?", + "question_en": "Which of the following evaluations most accurately reflects the overall performance of this rally?" + } + }, + { + "video_uid": "video_002175", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 这是一次攻防转换频繁的回合,bottom凭借细腻的网前技术和多变的吊球战术成功打乱对手节奏,尤其在中后场的拦截和过渡球处理展现了战术执行力。建议top需加强被动球的应变能力,避免因急于进攻导致非受迫性失误。", + "B. 本回合主要呈现了激烈的攻防对抗,top选手凭借强有力的后场扣杀和快速补位多次压制bottom,但因体能下降导致关键球失误被反超。bottom需提升网前封网意识以减少被动局面,建议双方加强防守中的预判能力。", + "C. 本轮比赛展现了双方激烈的底线对抗,bottom选手在防守阶段通过精准的高远球和快速抢网频繁压制对手,但在关键分处理上过于保守错失机会。top需优化上网封网的时机以提升进攻效率,同时加强体能以保持全场压制。", + "D. 整个回合攻守转换节奏缓慢,bottom大部分时间处于防守状态,依靠被动过渡球勉强维持比分。而top因急于进攻导致多次出界与下网失误,双方在关键分时均未能发挥应有水平,建议加强主动进攻与果断性。" + ], + "options_en": [ + "A. This was a rally with frequent offensive and defensive transitions. Bottom successfully disrupted the opponent's rhythm with delicate net play and varied drop shot tactics, particularly showcasing tactical execution in mid-to-rear court interceptions and transition ball handling. It is suggested that Top should improve adaptability to passive shots and avoid unforced errors caused by rushing into attacks.", + "B. This rally primarily featured intense offensive and defensive exchanges. Top player repeatedly pressured Bottom with powerful rear-court smashes and quick repositioning, but lost the lead due to critical errors caused by declining stamina. Bottom should enhance net coverage awareness to reduce passive situations. Both players are advised to strengthen anticipation skills during defense.", + "C. This round showcased fierce baseline battles between both players. Bottom frequently pressured the opponent with precise clears and quick net rushes during defensive phases but missed opportunities due to overly conservative play in crucial points. Top should optimize the timing of net intercepts to improve offensive efficiency while boosting stamina to maintain full-court dominance.", + "D. The entire rally had a slow pace of offensive and defensive transitions, with Bottom mostly in a defensive stance, barely maintaining the score with passive transition shots. Top committed multiple out-of-bounds and net errors due to aggressive play. Both players failed to perform at their expected level during critical points, suggesting improvements in proactive attacks and decisiveness." + ], + "answer": "A", + "question": { + "question_zh": "下列哪项最能全面评价该回合的整体表现?", + "question_en": "Which of the following best evaluates the overall performance of this rally?" + } + }, + { + "video_uid": "video_002176", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合呈现变速突击的典型模式,top通过变速扣杀和落点控制彻底打乱bottom的防御节奏,最终以精准直线杀球锁定胜局;bottom虽尝试上网压迫但频繁陷入被动,需加强中场衔接的连贯性和防反时落点变化的多样性,同时更要提升对top突然加速时的预判反应能力。", + "B. 回合以bottom的防守反击为主线,top频繁使用上网抢网战术试图压制对手,但bottom通过连续斜线过渡和强力劈杀扭转局面,最终因网前判断失误造成失误,反映其在高压战术执行中的节奏控制缺陷。", + "C. 回合呈现攻防转换的典型模式,bottom用主动上网和快速连贯化解top的调动战术,最终凭强力杀球制胜;top虽通过控球占据主动,但关键分把握和网前压迫不足,需提升转攻时机的判断和防守反击的突然性。", + "D. 回合整体呈现被动-主动-平衡的循环结构,top通过精准过顶球和假动作强行压制bottom的防守体系,bottom在被动情况下多次运用网前停顿和分球化解危机,最终因底线出界遗憾失利,暴露了反手进攻稳定性问题。" + ], + "options_en": [ + "A. The rally presents a typical pattern of variable - speed assault. Top completely disrupts Bottom's defensive rhythm through variable - speed smashes and shot placement control, and finally secures the winning game with a precise straight - line kill. Although Bottom attempts to move forward to put pressure, it frequently gets into a passive position. Bottom needs to strengthen the coherence of the mid - court connection and the diversity of shot placement changes during defense and counter - attack. At the same time, it should also improve the pre - judgment and reaction ability when Top suddenly accelerates.", + "B. The rally revolved around the bottom player's defensive counters. The top player frequently employed net-rushing tactics to pressure the opponent, but the bottom player reversed the situation with consecutive cross-court drives and powerful slice kills. However, a misjudgment at the net led to an error, highlighting their rhythm control flaws under high-pressure tactics.", + "C. The rally demonstrated a typical pattern of offense-defense transition. The bottom player actively moved to the net and used rapid, coherent play to neutralize the top player's tactical maneuvers, ultimately securing victory with a powerful kill. Although the top player controlled the rally and maintained initiative, they lacked critical point conversion and net pressure, needing to improve judgment on transitioning to offense and the suddenness of defensive counters.", + "D. The rally exhibited a cyclical structure of passive-active-balance. The top player forcefully suppressed the bottom player's defensive system with precise overhead clears and deceptive shots. The bottom player repeatedly used net pauses and cross-court shots to escape difficult situations but ultimately lost due to a baseline out, exposing issues with backhand offensive stability." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的表现,以下哪一项最能全面概括其技术特点和战术执行情况?", + "question_en": "Which of the following best comprehensively summarizes the technical characteristics and tactical execution of this rally?" + } + }, + { + "video_uid": "video_002177", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合双方失误较多影响进程,bottom的高远球多次出界,top抢网时也出现下网情况,导致进攻连续性被破坏。建议双方加强过渡球质量,减少相持阶段的急躁情绪,提升回球稳定性优先于冒险进攻。", + "B. 本回合双方展现高强度攻防转换,bottom通过上网控网与进攻的衔接建立优势,最终以网前绝杀终结。top需注意被动时的防守精准度和上网时机的判断,避免给对手直接进攻机会。", + "C. 本回合以top的精准分球和过顶技术压制bottom为主导,bottom虽试图抢网但多次被封堵,最终因bottom回球出界而结束。bottom应加强反手防守和变速进攻的使用,而top需保持高压态势避免主动失误。", + "D. bottom通过连续的假动作骗开top后扣杀得分,但top在预判上出现明显失误未能防守到位。bottom的网前小球节奏变化值得肯定,而top需在多拍后调整站位并提高对假动作的判断意识,避免陷入被动。" + ], + "options_en": [ + "A. This rally was affected by frequent errors from both sides. Bottom's clears repeatedly went out of bounds, and Top's net interceptions also resulted in shots failing to clear the net, disrupting offensive continuity. Both players should focus on improving transitional shot quality, reducing impatience during prolonged exchanges, and prioritizing shot consistency over risky attacks.", + "B. Both sides demonstrated high-intensity offensive and defensive transitions in this rally. Bottom gained an advantage by combining net control and offensive plays, ultimately finishing with a net kill. Top needs to improve defensive accuracy when under pressure and judgment of net approach timing to avoid giving opponents direct attacking opportunities.", + "C. This rally was dominated by Top's precise placement and overhead techniques, suppressing Bottom's attempts to intercept at the net, which were repeatedly blocked. It ended with Bottom's shot going out of bounds. Bottom should strengthen backhand defense and use varied-speed attacks, while Top must maintain high-pressure dominance to avoid unforced errors.", + "D. Bottom scored with a smash after consecutive deceptive moves fooled Top, who misjudged the play and failed to defend effectively. Bottom's varied net shot tempo deserves praise, while Top needs to adjust positioning after multi-shot exchanges and enhance awareness of deceptive moves to avoid being forced into passive positions." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合的整个过程,以下哪个评价最准确?", + "question_en": "Which of the following evaluations is the most accurate for the entire process of this rally?" + } + }, + { + "video_uid": "video_002178", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合的本质是节奏控制的比拼。bottom从发球开始就采用快速搓放结合假动作,通过连续两次中途突然变向欺骗对手重心后,最终以杀上网压迫取得制胜分;而top在应对手法变化时容易被引导至非惯用场地区域,暴露出在节奏突变时的应变短板,未来需要提升复杂多变环境下对球路的快速预判和灵活调整能力。", + "B. 全场范围内调动能力决定了本回合的结果。bottom通过先重后轻的战术组合,从后场重扣到前场轻削形成大范围调动,顶住对手强攻后抓住网前空档抓住得分机会;而top在全场覆盖中的步法衔接和快速刹车变向存在明显不足,尤其是面对前后场连续变速击球时的移动衔接中断,急需提升全场机动性和攻防转换时的应变速度。", + "C. 这个回合体现了底线强攻的绝对压制,top通过连续重扣逼出bottom被动防守,底线上网前处理失误频发导致失分;bottom虽在大范围移动中展现韧性,但关键分缺乏主动进攻手段,需提升底线相持阶段的进攻威胁性。", + "D. 这个回合展现了攻防转换的细腻博弈。bottom在被动防守中耐心周旋,最终凭借网前手法与线路变化一锤定音;top虽然前半段主动出击压制对手,但防守专注度与大范围移动中的预判能力是本分失分的关键短板,需加强网前被动技战术的多样化处理。" + ], + "options_en": [ + "A. This rally was fundamentally a contest of rhythm control. Bottom employed quick net shots with feints from the serve, deceiving Top’s positioning twice before winning with a smash-and-net press; Top struggled when lured to non-dominant court areas, exposing weaknesses in adapting to sudden pace shifts, necessitating faster anticipation and adjustments in complex scenarios.", + "B. Full-court mobility determined this rally’s outcome. Bottom’s tactical mix of power and finesse—combining deep smashes with frontcourt drops—created wide displacements, seizing the point after resisting attacks; Top’s shortcomings included poor footwork linking and abrupt directional changes during full coverage, especially when handling sequential speed variations, urgently requiring improved agility and transition speed.", + "C. This rally demonstrates the absolute dominance of strong offensive play from the baseline. Top forced Bottom into passive defense through consecutive powerful smashes. Frequent errors occurred in Bottom's net-shot handling after coming forward from the baseline, resulting in losing points. Although Bottom showed tenacity during large-scale movements, they lacked active offensive means in key points and need to enhance the offensive threat during the baseline rallies.", + "D. This rally showcased a delicate interplay of offense-defense transitions. Bottom patiently maneuvered through passive defense, ultimately sealing the point with net play and shot variation; Top, while aggressively pressing early, lost key points due to lapses in defensive focus and anticipation during wide movements, needing to diversify tactics for passive net situations." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最能准确体现竞技特点?", + "question_en": "For this rally, which evaluation best accurately reflects the competitive characteristics?" + } + }, + { + "video_uid": "video_002179", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 整个回合焦点集中在底线分点对抗,bottom在多拍相持中因过渡球质量不足逐渐失位,而top凭借精准的平抽挡压制连续得分。关键分时bottom因抢网时机过早导致下网失误,建议优化前场短球的落点控制并增强相持阶段的节奏变化能力。", + "B. 本回合呈现典型的假动作博弈特征,bottom通过网前假动作骗向前场后突然放后场压线球实现逆转。top因被动防守频繁使用过顶球解围,但受制于bottom细腻的挑后场技术,建议加强底线大范围分点移动能力并降低平抽时的击球发力失误率。", + "C. 这场比赛展现了top的出色防守与反击策略,其精准的网前反手勾对角和高质量的后场劈杀帮助其迅速拉开分差。bottom虽多次尝试通过大力跳发球和连续重扣进行突破,但因移动速度缓慢导致防守漏洞频出,且战术执行缺乏变化,建议强化中后场相持阶段的防守连续性并提升网前截击的果断性。", + "D. 这是一场精彩的攻防转换回合,bottom通过精准的中后场杀球建立优势,并在网前小球环节牢牢掌控节奏。top虽尝试用推挑和挑高球调整战术,但关键分进攻质量不足且主动失误较多,建议加强中前场快速过渡与反击的衔接能力。" + ], + "options_en": [ + "A. The rally focused on baseline point distribution. Bottom gradually lost position due to poor transition shot quality during extended rallies, while Top scored consecutively with precise drive blocks. At the crucial point, Bottom committed a net error due to premature net interception. It is recommended to optimize short net shot placement and improve rhythm variation during sustained rallies.", + "B. This round showcased typical deception play. Bottom reversed the situation by using net feints to lure the opponent forward before suddenly playing a deep line-pressing shot. Top frequently resorted to overhead clears due to passive defense but was constrained by Bottom's delicate net lift technique. It is recommended to enhance baseline movement coverage and reduce power errors during drives.", + "C. This match demonstrated top's excellent defensive and counterattack strategies. His precise backhand cross-court net shot and high-quality backcourt smash helped him quickly widen the score gap. Although bottom tried to break through with powerful jump serves and continuous heavy smashes many times, due to his slow movement speed, there were frequent defensive loopholes, and the tactical execution lacked changes. It is recommended to strengthen the defensive continuity in the mid-backcourt stalemate stage and improve the decisiveness of net interception.", + "D. This was an exciting rally with swift offensive-defensive transitions. Bottom gained the upper hand through precise mid-backcourt kills and firmly controlled the tempo with net shots. Top attempted to adjust tactics with push shots and lifts, but lacked quality in crucial points and made too many unforced errors. It is recommended to improve the transition and counterattack skills in the mid-frontcourt." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合的竞赛表现,以下哪项评价最符合整体情况?", + "question_en": "Which of the following evaluations best describes the overall performance in this rally?" + } + }, + { + "video_uid": "video_002180", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 整回合双方均处于被动状态,频繁通过平抽挡和过渡球消耗对手体能,但在关键分上因预判失误导致球连续出界。最终回合以平局告终,建议双方加强网前球预判能力减少无谓失误。", + "B. top虽依靠强力杀球压制,但过于依赖直线攻击使bottom能快速预判线路,通过精准的分球拉穿空档。最终bottom凭借稳定的抢网和过顶技术反败为胜,建议top增强变化球的运用提升落点威胁。", + "C. 本回合展现顶级攻防博弈,top凭借精准的落点控制和强力杀球占据主动,bottom虽试图通过线路变化调整但缺乏持续反击能力,最终因关键分失误断送机会。建议bottom加强中场过渡质量以缓解防守压力。", + "D. 本回合bottom展现了极高的防守韧性,通过频繁使用假动作和过顶技术打乱top节奏,而top因急于进攻导致多次下网失误。最终bottom凭借高质量的分球和精准的抢网实现逆转,建议top加强反手位线路变化提升进攻威胁。" + ], + "options_en": [ + "A. Both players remained passive throughout the rally, relying on flat drives and transitional shots to exhaust each other. However, misjudgments during critical points resulted in consecutive out-of-bounds errors. The rally ended in a draw, and both players are advised to improve net shot anticipation to reduce unforced errors.", + "B. Top relied heavily on powerful kills but overused straight attacks, allowing bottom to anticipate and counter with precise placements to exploit gaps. Bottom ultimately turned the tide with steady net interceptions and overhead shots. Top is advised to diversify shot selection to enhance placement threat.", + "C. This rally showcased top-tier offensive and defensive interplay. Top dominated with precise placement and powerful kills, while bottom attempted to adjust with varied shots but lacked sustained counterattacking ability, ultimately losing due to critical errors. Bottom is advised to improve mid-court transition quality to alleviate defensive pressure.", + "D. This rally highlighted bottom's exceptional defensive resilience, frequently using feints and overhead shots to disrupt top's rhythm. Top's aggressive play led to multiple net errors, and bottom capitalized with high-quality placements and sharp net interceptions to secure a comeback. Top is advised to enhance backhand variations to increase offensive threat." + ], + "answer": "C", + "question": { + "question_zh": "对于该回合的整体技战术表现,以下哪一项评价最为准确?", + "question_en": "Which of the following evaluations most accurately describes the overall technical and tactical performance of this rally?" + } + }, + { + "video_uid": "video_002181", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合全过程持续15拍纠缠,bottom凭借精准的假动作与过顶技术牢牢压制了局面,多次以反手分球逼迫top出现下网失误;而top在关键分的防守虽积极但缺乏变化,导致最终丧失主动权,反映出其在高压对抗时的线路选择和决断力不足。", + "B. 本回合全程20拍攻防,展现了极高的战术素养与体能消耗。top凭借反手技术的稳定性和防守韧性,通过线路调动与节奏控制成功扭转劣势;bottom虽有高质量进攻但关键分处理急躁,需提升被动局面下的网前技术和抗压能力。", + "C. 本回合突出展现了bottom的分球与反手技术优势,top受限于体能分配失误频繁出现过渡球出界,而末段的抢网未获成效,最终因bottom一记反手抽杀压迫导致其回球下网,暴露了top在防守转攻的衔接能力和关键分专注度不足。", + "D. 本回合全程20拍攻防中,bottom展现了更为出色的正手攻击能力和控网意识,其快速启动和精准吊球多次压制对手反手位;top虽在防守环节展现韧性但关键分过于保守,反手位衔接失误率较高,暴露了在高压局面下主动进攻意识不足的问题。两位选手体能分配均存在问题,而bottom的网前小球技巧明显优于top,建议后者加强近网截击技术以提升连续得分能力。" + ], + "options_en": [ + "A. The rally lasted 15 shots, with bottom firmly dominating the play through precise deception and overhead techniques, repeatedly forcing top into net errors with backhand placements. Top, while active in defense during critical moments, lacked variation, ultimately losing the initiative, reflecting shortcomings in shot selection and decision-making under high-pressure situations.", + "B. The rally lasted 20 shots, showcasing exceptional tactical awareness and physical exertion. Top demonstrated stability in backhand technique and defensive resilience, successfully reversing the disadvantage through shot placement and tempo control. Bottom, despite high-quality attacks, showed impatience in handling crucial points and needs to improve net play under pressure and stress tolerance.", + "C. The rally highlighted bottom's superior placement and backhand technique. Top, constrained by poor stamina management, frequently sent transitional shots out. Failed net interceptions in the final phase culminated in a backhand drive from bottom forcing a net error, revealing top's deficiencies in transitioning from defense to offense and focus during crucial points.", + "D. During the 20-shot offense and defense throughout this rally, bottom demonstrated more outstanding forehand attacking ability and net control awareness. His quick start and precise drop shots repeatedly suppressed the opponent's backhand side. Although top showed tenacity in the defensive part, he was too conservative at key points, with a relatively high error rate in the connection of the backhand side, exposing the problem of insufficient proactive attacking awareness under high-pressure situations. Both players had problems with physical energy distribution. Moreover, bottom's net shot skills were significantly better than those of top. It is recommended that the latter strengthen the net intercepting technique to improve the continuous scoring ability." + ], + "answer": "B", + "question": { + "question_zh": "对于本回合全过程,以下哪项评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the entire process of this rally?" + } + }, + { + "video_uid": "video_002182", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 全场呈现典型的被动过渡型对抗,bottom因接发球过顶被压制在边线附近,top在被动中尝试分球却被精准拦截,暴露两人配合默契度不足。最终因bottom挑后场下网导致失分,应着重训练高压环境下的技术稳定性以改善战术成功率。", + "B. 此回合展现了强烈的攻防转换节奏,bottom迅速识破对手发球意图后主动压迫,展现了精准的战术执行力。top虽尝试偷后场但后续衔接不足,失误致胜的关键球处理上暴露了防守稳定性问题,建议加强多拍相持中的线路变化能力。", + "C. 该回合以快速底线攻防为核心,bottom凭借强有力的劈杀迫使对手回球质量下降,随后通过假动作骗出空档完成得分。top在被动中展现顽强防守,但前场封网判断失误致胜分被挽回,需强化关键球时主动上网压制对手的能力", + "D. 本回合bottom在防守阶段多次出现预判失误,导致对top的偷袭战术应对迟缓。尽管通过高远球试图抢网但失去重心,表现出体能分配问题。top虽然线路选择存在瑕疵,但底线区域的假动作欺骗成功率极高,建议加强网前衔接的稳定性以弥补短板。" + ], + "options_en": [ + "A. The entire round displayed a typical passive transition-type duel. Bottom was pinned near the sideline due to over-the-head returns, while Top's attempted split shots in passive situations were accurately intercepted, exposing a lack of coordination between the two. The point was ultimately lost when Bottom's net lift landed into the net. Focus should be placed on improving technical stability under high-pressure conditions to enhance tactical success rates.", + "B. This round showcased an intense rhythm of offense-defense transitions. Bottom quickly identified the opponent's serving intention and applied active pressure, demonstrating precise tactical execution. Although Top attempted to steal the backcourt, the follow-up was insufficient, and the key point handling exposed defensive stability issues. It is recommended to enhance the ability to vary shot placements during extended rallies.", + "C. This round revolved around fast baseline offense-defense. Bottom forced the opponent into low-quality returns with powerful smashes, then created openings through deceptive moves to score. Top demonstrated tenacious defense in passive situations but lost the winning point due to misjudgment in net interception. It is recommended to strengthen the ability to actively rush the net and pressure opponents during critical points.", + "D. In this round, Bottom made multiple misjudgments during the defensive phase, leading to slow responses to Top's surprise tactics. Despite trying to rush the net with clears, Bottom lost balance, revealing issues with energy distribution. Although Top's shot selection had flaws, the deception success rate in the baseline area was remarkably high. It is advised to strengthen the stability of net transitions to compensate for weaknesses." + ], + "answer": "B", + "question": { + "question_zh": "对于本回合比赛,以下哪个评价最贴切?", + "question_en": "Which of the following evaluations best fits this round of the match?" + } + }, + { + "video_uid": "video_002183", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过精准的过顶高球和突然加速的分球多次化解top的攻势,展现出优秀的防御韧性。但top利用快速抢网抢占网前主动权,导致bottom在关键球出现下网失误。建议bottom加强反手位的衔接速度以提升连续对抗能力,同时需增强对top假动作的识别判断。", + "B. 双方在网前短兵相接中呈现均势,bottom靠假动作骗过top完成精彩的反拍勾对角得分,但top因拉吊结合失误过多导致节奏被打乱。此回合更凸显bottom在关键分时的心理抗压能力,建议top需强化网前拦截预判和防守反击线路设计。", + "C. top因频繁使用手腕停顿制造欺骗性球路而占据主动,bottom凭借稳定的高远球多次将回合延续到第8拍后,却在最后一拍因试图扣杀出界丧失机会。建议bottom在防守中增加劈吊变化,同时针对top后场空档加强突击以均衡攻守节奏。", + "D. 回合中top展现了攻防兼备的战术执行力,通过主动上网抢网、重杀压制和网前小球控制形成持续施压。bottom虽通过挡网和高远球尝试拖延节奏,但过多依赖被动防守导致反击机会匮乏。建议bottom需提升被动相持中的控网质量,或在对手连续进攻后抓住体能下降期主动出击。" + ], + "options_en": [ + "A. bottom repeatedly defused top's attacks with precise overhead clears and sudden accelerated placements, showcasing excellent defensive resilience. However, top's rapid net interceptions secured frontcourt dominance, causing bottom to make net errors in crucial moments. It is advised that bottom enhance backhand transition speed for better rally continuity and sharpen recognition of top's deceptive motions.", + "B. Both players were evenly matched in close net exchanges, with bottom scoring a brilliant cross-court backhand using deception, while top's inconsistent lift-drop combinations disrupted their rhythm. This rally highlighted bottom's mental toughness in critical points. top needs to improve net interception anticipation and defensive counterattack placement design.", + "C. top dominated by frequently using wrist pauses to create deceptive shots, while bottom extended rallies beyond the 8th shot with steady clears but ultimately lost the opportunity due to an attempted kill landing out. bottom should incorporate more sliced drops in defense and target top's backcourt gaps with sudden attacks to balance offensive-defensive rhythm.", + "D. In this rally, top demonstrated well-rounded tactical execution in both offense and defense, applying sustained pressure through proactive net rushes, powerful kills, and tight net shot control. Although bottom attempted to slow the pace with blocks and clears, over-reliance on passive defense limited counterattack opportunities. It is recommended that bottom improve net control during passive exchanges or seize the initiative when top's stamina declines after continuous attacks." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002184", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom通过连续变速制造得分机会,但其斜线球路的稳定性不足常给对手反击空间;top在被动阶段选择保守处理球频繁使用直线过渡,错失转换进攻的机会,建议增加斜线变化和积极的网前封网施压", + "B. bottom的反手停顿技术在迷惑对手时效果显著,但上网时的预判出现偏差导致多次被动;top的战术选择展现灵活性,在关键分主动加强分球威胁性,但需在过顶球后提升步伐恢复速度避免被压制后场", + "C. top展现了优秀的网前控制与变速能力,尤其是直线球路有效限制对手反击空间;bottom需注意关键分中主动失误,加强过渡球质量", + "D. bottom展现了优秀的网前控制与变速能力,尤其是斜线球路的威胁性压制了对手反击空间;top需注意在被动局面下过渡球的稳定性,避免关键分直接失误" + ], + "options_en": [ + "A. bottom created scoring opportunities through continuous speed variation, but the inconsistency of cross-court shots often gave the opponent counterattack space; top opted for conservative straight-line transitions in passive phases, missing opportunities to switch to offense, and should increase cross-court variations and aggressive net pressure.", + "B. bottom's backhand hesitation technique was effective in confusing the opponent, but misjudgment during net approaches led to multiple passive situations; top showed tactical flexibility by actively increasing the threat of shot distribution on crucial points but should improve footwork recovery speed after overhead shots to avoid being pinned in the backcourt.", + "C. Top demonstrated excellent net control and speed - change abilities. Especially, the straight - line shots effectively restricted the opponent's counter - attack space; Bottom should pay attention to unforced errors in key points and improve the quality of transition shots.", + "D. bottom demonstrated excellent net control and speed variation, especially with the threat of cross-court shots that limited the opponent's counterattack space; top should focus on the stability of transition shots in passive situations to avoid direct errors on crucial points." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002185", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合展现了高强度的攻防对抗,bottom凭借耐心的防守和精准的控网能力化解多次险情,而top在领先阶段的战术选择偏保守,关键分处理犹豫导致功亏一篑。建议top强化多拍相持中的变化节奏,避免陷入被动局面时简单重复回球线路。", + "B. 本回合双发均陷入线路预判的失误循环,bottom初期通过大范围调动占据主动,但top通过连续的高远球将战局拖入持久战。建议双方加强场上沟通,bottom需优化后场击球精准度,top应突破过度依赖被动防守的思维定式以提高进攻效率。", + "C. 此回合bottom展现了极强的底线分球能力,持续压迫top前后场空档,但top利用身高优势频频通过重杀过顶扭转局势。最终因bottom一次冒进的反手扑网未果而惜败,教训在于关键分应减少强行变线,转而用压制式防守逐步消耗对手体能。", + "D. 本回合体现出top在压力下的果断决策力,其通过频繁的网前劈杀压制bottom的反手位,而bottom在逆境中选择过度追求进攻弧线导致多次出界。最终top凭借一次精准的直线点杀锁定胜局,建议bottom提升在被动时的防守反击意识以减少非受迫性失误。" + ], + "options_en": [ + "A. This round showcased high-intensity offensive and defensive exchanges. Bottom demonstrated patient defense and precise net control to neutralize multiple threats, while Top adopted overly conservative tactics during the lead and hesitated in crucial points, leading to a missed opportunity. It is recommended that Top enhance rhythm variation in prolonged rallies and avoid repetitive shot placements when trapped in passive situations.", + "B. Both players fell into a cycle of misjudging shot placements. Bottom initially gained dominance through wide-ranging rallies, but Top dragged the match into a protracted battle with consecutive clears. It is recommended that both strengthen on-court communication: Bottom should refine backcourt shot accuracy, while Top must break the mindset of over-relying on passive defense to boost offensive efficiency.", + "C. This round saw Bottom exhibit exceptional baseline placement skills, consistently pressuring Top's front and backcourt gaps. However, Top leveraged height advantages with repeated overhead kills to reverse momentum. Bottom narrowly lost due to an overly aggressive failed backhand net rush. The lesson lies in reducing forced cross-court shots during critical points and instead employing pressure-based defense to gradually exhaust the opponent's stamina.", + "D. This round highlighted Top's decisive decision-making under pressure, frequently suppressing Bottom's backhand with net-front smashes. Bottom, however, overcommitted to aggressive shot trajectories in adversity, resulting in multiple out-of-bounds errors. Top ultimately secured victory with a precise straight-line kill. It is advised that Bottom improve defensive counterattack awareness in passive scenarios to reduce unforced errors." + ], + "answer": "A", + "question": { + "question_zh": "对于该回合的总体表现,以下哪个评价最为贴切?", + "question_en": "Which of the following evaluations best describes the overall performance of this round?" + } + }, + { + "video_uid": "video_002186", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合应归类为底线拉锯型对抗,bottom因连续平抽时缺乏足够的旋转变化导致节奏被压制,而top通过精准的劈吊网前和连续压迫式封网创造机会。建议在被动情况下主动加转增强防守威胁性,并利用短球制造主动权而非一味强调回球稳定性。", + "B. 虽然top通过大角度分球成功打乱bottom的站位,但bottom在被动时果断打出挑后场过顶球压制对手,最终因top回球下网而得分。说明在被迫过渡时主动创造进攻机会更为重要。", + "C. 这个回合的关键失误出现在bottom网前挑球时因重心不稳导致出界,而top凭借底线封网能力化解多次被动局面。建议在近网对抗时减少主动扑杀频率,将防守战术转向被动过渡策略。", + "D. 这是一个典型的攻防回合,bottom利用线路和速度持续调动对手,而top在关键分上防守选择保守不足、冒险有余,导致最终失误。建议在被动网前时优先保证回球质量而非强行拉开角度。" + ], + "options_en": [ + "A. This rally should be classified as a baseline seesaw confrontation. Bottom lacked sufficient rotational changes during consecutive drives, resulting in being suppressed in rhythm. While top created opportunities through precise drop shots to the net and consecutive oppressive net blocks. It is recommended that when in a passive situation, take the initiative to add spin to enhance the threat of defense, and use short balls to create the initiative rather than blindly emphasizing the stability of the return.", + "B. Although the top player successfully disrupted the bottom player's positioning with a wide cross-court shot, the bottom player decisively played a deep overhead lift under pressure to suppress the opponent, ultimately scoring due to the top player's net error. This shows the importance of actively creating offensive opportunities during forced transitions.", + "C. The key error in this rally occurred when the bottom player's net lift went out due to unstable balance, while the top player relied on baseline net coverage to resolve multiple passive situations. It is advised to reduce the frequency of aggressive net kills in close-net exchanges and shift defensive tactics toward passive transition strategies.", + "D. This is a typical offensive-defensive rally. The bottom player continuously moved the opponent around with varied shots and speed, while the top player's defensive choices at crucial points were overly risky and insufficiently conservative, leading to the final error. It is advised to prioritize shot quality over forcing wide angles when under pressure at the net." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is the most appropriate for this rally?" + } + }, + { + "video_uid": "video_002187", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom在防守中占据主动,凭借出色的防守和快速移动成功化解top的进攻,而top杀球威胁不足且关键分失误较多。", + "B. 这是一个攻防转换迅速的回合,top凭借主动变线和高质量杀球占据绝对主动,而bottom在面临压力时缺乏有效的反击手段,关键分处理稳定性需提升。", + "C. 此回合bottom展现了绝佳防守韧性,多次被动情况下精准打出大角度分球逼迫top失误,但关键分因主动进攻选择不当导致出界,错失逆转良机。", + "D. 全场呈现多回合拉锯战特征,bottom通过精准的分球和过顶技术不断调动top,顶住压力后通过主动上网实现关键得分,反观top反手位衔接存在衔接断点。" + ], + "options_en": [ + "A. Bottom took the initiative in defense, successfully defused Top's attacks with excellent defense and quick movement. However, Top's kill shots lacked threat and made more mistakes on crucial points.", + "B. This was a rally with rapid offensive-defensive transitions. The top player dominated with active line changes and high-quality kills, while the bottom player lacked effective countermeasures under pressure and needs to improve stability in handling crucial points.", + "C. In this rally, the bottom player demonstrated exceptional defensive resilience, accurately executing wide-angle placements under passive situations to force errors from the top player. However, poor offensive choices on crucial points led to out-of-bounds shots, missing a comeback opportunity.", + "D. The rally featured prolonged exchanges. The bottom player constantly moved the top player around with precise placements and overhead techniques, withstanding pressure before securing the crucial point with proactive net play. In contrast, the top player showed gaps in backhand transitions." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002188", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top因过渡球连贯性不足导致多次下网和出界,而bottom依靠高质量的假动作欺骗和快速上网挽回劣势。本回合暴露了top在被动情形下的应变能力缺陷,而bottom在相持阶段展现了顽强的防守意志和线路变化意识。", + "B. bottom凭借假动作骗技术和精准的跳扑上网占据优势,top因回球线路单一陷入被动防守。整个回合突显网前小球技巧的重要性,top需强化对对手假动作的预判及主动压迫的衔接连贯性。", + "C. top凭借重杀、跳杀和上网连贯战术全面压制,主动施压贯彻到位;bottom防守反击效果欠佳,关键分处理犹豫导致失误增多。回合体现顶尖选手的攻守博弈,但bottom在高压下的危机处理需加强。", + "D. bottom通过精准的分球与抢网占据主动,top在被动时频繁使用过顶球失误率偏高,回合展现了防守反击战术的多样性。top需在网前落点控制和反手过渡中增强精准度,双方攻防节奏切换的细节处理值得深入研究。" + ], + "options_en": [ + "A. Top's lack of consistency in transition shots resulted in multiple nets and outs, while Bottom relied on high-quality deceptive shots and quick net rushes to recover. This rally exposed Top's shortcomings in adaptability under passive situations, whereas Bottom displayed tenacious defensive resilience and tactical awareness during extended exchanges.", + "B. Bottom gained the upper hand with deceptive techniques and precise jump-and-net kills, while Top fell into passive defense due to predictable shot placements. The rally highlighted the importance of net shot skills, with Top needing to improve anticipation of opponents' deceptions and the coherence of proactive pressure sequences.", + "C. Top comprehensively dominated with powerful smashes, jump smashes, and seamless net play tactics, executing proactive pressure effectively; Bottom's defensive counterattacks were less effective, with hesitation in handling key points leading to increased errors. The rally showcased the offensive-defensive interplay of top players, but Bottom needs to improve crisis management under high pressure.", + "D. Bottom took the initiative with precise placements and net interceptions, while Top frequently resorted to high clears with a higher error rate when under pressure. The rally demonstrated the diversity of defensive counterattack tactics. Top needs to enhance accuracy in net placements and backhand transitions, and both sides' details in switching offensive-defensive rhythms warrant further study." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项对这一回合的总体评价最为恰当?", + "question_en": "Which of the following best summarizes the overall evaluation of this rally?" + } + }, + { + "video_uid": "video_002189", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 该回合因过多非受迫性失误成为焦点,双方选手在关键球处理上均显急躁,top的多次过顶高球下网和bottom的网前轻挡出界直接导致得分效率低下。建议双方在高压情况下提升心态稳定性,同时优化底线球与网前球的衔接技术。", + "B. 全场焦点集中在bottom的精准分球和持续压制上,其通过连续假动作骗出top的越位,并以高质量网前小球锁定胜局。top虽然在防守过渡阶段表现稳健,但主动进攻时线路过于集中,建议增加正手大对角的使用频率。", + "C. 这回合是top通过强力进攻和快速抢网压制住了bottom,尽管bottom在网前表现出一定韧性,但因主动变线失误导致被压制。建议bottom强化正手扣杀威胁性和节奏突变能力,同时需提升对反手过顶球的预判准确度。", + "D. 这是一场高强度攻防拉锯战,双方展现了丰富的技战术组合。bottom凭借稳健的防守反击和关键分的主动变线把握住机会,而top虽然在节奏控制和线路变化上占优,但关键球的被动处理暴露了漏洞。建议top在类似局面下加强网前压迫性和高质量防御性进攻,减少高球的可攻击性。" + ], + "options_en": [ + "A. This rally stood out due to excessive unforced errors, with both players appearing impatient in handling key shots. Top's repeated netted overhead clears and Bottom's net blocks going wide directly resulted in low scoring efficiency. It is suggested that both players improve mental stability under pressure while optimizing the transition technique between baseline and net play.", + "B. The spotlight was on Bottom's precise placement shots and sustained pressure, using consecutive feints to force Top out of position and sealing the victory with high-quality net drops. Top, though steady during defensive transitions, displayed overly centralized attacking lines during proactive offenses. Increasing the frequency of forehand cross-court shots is recommended.", + "C. This rally saw Top overpower Bottom with strong offensive plays and rapid net interceptions. Although Bottom showed some resilience at the net, proactive cross-court errors led to their suppression. It is advised that Bottom strengthen the threat of forehand kills and rhythm variation, while improving anticipation accuracy for backhand overhead shots.", + "D. This was a high-intensity offensive-defensive tug-of-war, with both sides displaying a rich variety of technical and tactical combinations. Bottom seized the opportunity with steady defensive counters and proactive cross-court shots at crucial points, while Top, though superior in rhythm control and shot variation, exposed weaknesses in passive handling of key shots. It is recommended that Top enhance net pressure and high-quality defensive attacks in similar situations, reducing the attackability of clears." + ], + "answer": "D", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002190", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 回合整体呈现被动过渡的典型模式。top在连续五拍防守中展现了出色的移动能力,但直线高球出界暴露出线路选择问题。bottom应减少对重杀的依赖,加强平抽挡衔接。本回合证明防守相持阶段,减少简单失误比强行突击更重要。", + "B. 这回合的核心在于网前战术的运用。top虽因底线推挡出界失去得分机会,但连续三次鱼跃救球展现了极佳防守韧性。bottom应更注重发接发抢网节奏,而非过分依赖重扣。双方的攻守转换体现了中羽对抗特性,建议失分方加强网前小球技术稳定性。", + "C. 这是一个典型的攻防转换回合。bottom利用假动作创造进攻空间,最后以重杀终结体现了顶级选手的杀球威力。而top在被动时应更多尝试变速或劈吊过渡,而非直线推高球。双方展现了攻防转换中的战术博弈,建议失分方加强被动情况下落点变化的意识。", + "D. 本回合充分展示了防守反击的战术价值。bottom通过连续后场劈杀压迫对手边线,top在被动时选择高质量的网前勾对角值得称道。但bottom最后一拍重杀下网暴露了发力控制问题,建议双方强化网前截击意识,减少主动失误对节奏的影响。" + ], + "options_en": [ + "A. The rally overall presented a typical passive transition pattern. Top displayed outstanding movement during five consecutive defensive shots, but the straight high shot going out revealed line selection issues. Bottom should reduce reliance on heavy smashes and enhance drive-push shot transitions. This rally proved that during defensive stalemates, minimizing simple errors is more important than forced attacks.", + "B. The core of this rally lies in the use of net tactics. Although Top lost the scoring opportunity due to a baseline push shot going out, three consecutive diving saves showcased excellent defensive resilience. Bottom should focus more on serve-and-receive net rush rhythm rather than over-relying on heavy smashes. The attack-defense transition between both sides reflects the characteristics of mid-court rallies, and the losing side is advised to improve net shot consistency.", + "C. This is a typical attack-defense transition rally. Bottom created attacking space with deceptive moves and finished with a powerful kill, showcasing the top player's smash strength. Top should have tried more speed variations or drop shots when passive, rather than pushing straight high shots. Both sides demonstrated tactical interplay during the attack-defense transition, and the losing side is advised to enhance awareness of placement variation in passive situations.", + "D. This rally fully demonstrated the tactical value of defensive counterattacks. Bottom pressured the opponent's sideline with consecutive backcourt drop kills, while Top's high-quality cross-court net shot when passive was commendable. However, Bottom's final kill into the net exposed power control issues. Both sides are advised to strengthen net interception awareness and reduce the impact of unforced errors on rhythm." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最能准确描述整体战术特点?", + "question_en": "For this rally, which evaluation most accurately describes the overall tactical characteristics?" + } + }, + { + "video_uid": "video_002191", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 比赛呈现典型的攻防转换模式,bottom通过连续平抽倒逼top出现被动过渡,top则凭借网前封网扭转局势。然而bottom在最后阶段急于求成,多次强行劈杀出界,暴露出关键分心态问题。", + "B. 双方在底线多拍相持中展现极高水准,top通过大角度劈对角调动对手,bottom依靠快速移动和精准的过顶技术化解危机。遗憾的是bottom在最后半场高压时出现线路判断失误,导致关键分失守。", + "C. top展现了极强的控网能力和战术执行力,通过高质量放网、斜线调动和重杀结合,全面压制对手空间。bottom虽具备杀上网能力,但关键分主动失误过多,且在被动情况下缺乏变化手段。建议bottom加强网前小球的应变速度与线路判断,减少非受迫性失误。", + "D. top展现了不足的控网能力以及战术执行上的松散,未能有效组织放网和斜线调动,重杀效率低下,导致空间被对手占据。bottom展现了强大的杀上网能力,关键分上失误控制得当,并在被动情况下通过多样化手段扭转局势。具体而言,bottom在网前的假动作和突然加速击球极具欺骗性,令对方难以适应。建议top应提升网前小球的应变能力,调整重杀的落点选择,同时加强直线快推和劈吊的结合运用,方能在高压局面下突破防线。" + ], + "options_en": [ + "A. The match exhibited a typical offense-defense transition pattern. Bottom forced Top into passive transitions with consecutive flat drives, while Top turned the tide with net interceptions. However, Bottom became overly aggressive in the final stage, repeatedly attempting risky cross-court kills that landed out, revealing mentality issues at critical points.", + "B. Both players displayed a high level of skill in baseline rallies. Top utilized wide-angle cross-court drops to maneuver the opponent, while Bottom relied on quick movement and precise overhead clears to counter threats. Unfortunately, Bottom misjudged the line during a crucial mid-court smash, leading to the loss of a critical point.", + "C. Top demonstrated exceptional net control and tactical execution, comprehensively suppressing the opponent's space through high-quality net shots, cross-court rallies, and powerful kills. Bottom, while capable of kill-and-rush tactics, made too many unforced errors at critical points and lacked variation when under pressure. It is recommended that Bottom improve reaction speed to net shots and line judgment while reducing unforced errors.", + "D. Top showed insufficient net control ability and loose tactical execution. It failed to effectively organize net shots and diagonal mobilization. The efficiency of powerful kills was low, resulting in the space being occupied by the opponent. Bottom demonstrated a strong ability to kill and then move forward to the net. Mistakes were well controlled in key points, and the situation was reversed through diverse means in a passive situation. Specifically, Bottom's feints and sudden acceleration of hitting the ball at the net were highly deceptive, making it difficult for the opponent to adapt. It is recommended that Top should improve the adaptability to net shots of short balls, adjust the landing point selection of powerful kills, and strengthen the combined application of straight fast pushes and split drop shots. Only in this way can it break through the defense line in a high-pressure situation." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合的整体表现,以下哪个评价最为恰当?", + "question_en": "Which of the following evaluations is most appropriate for the overall performance of this round?" + } + }, + { + "video_uid": "video_002192", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在相持阶段凭借精准的分球调动对手边线,最后以一记突然加速的直线扣杀锁定胜利。bottom虽尝试上网但线路预判不足,陷入被动后过渡球质量下滑,建议提升快速反应中的分球准确性和假动作迷惑性。", + "B. 回合呈现典型的防守反击与进攻压迫的博弈。bottom用多拍相持消磨top耐心,顶住压力后精准抓住反击机会得分。top的主动失误少但终结能力不足,需加强进攻变化和上网连贯的质量,避免被对手预判线路。", + "C. bottom通过积极进攻压制top的反手位,连续直线杀球得分。top防守漏洞较多,回球质量低且频繁失误,需提升防守移动和接杀球稳定性。", + "D. top通过频繁的过顶高球压制bottom的反应速度取胜,而bottom在关键分上因分球出界失误,导致其上网连贯被切断。整体防守虽严密,但攻守转换时线路选择过于单一,难以突破top的预判,需加强下压球质量与假动作欺骗性。" + ], + "options_en": [ + "A. The top player secured victory by precisely placing shots to maneuver the opponent along the sidelines during the rally, finishing with a sudden accelerated straight kill. The bottom player attempted to advance to the net but lacked anticipation in shot placement, leading to passive play and declining quality in transitional shots. It is advised to improve shot accuracy under rapid reactions and incorporate more deceptive plays.", + "B. The rally showcased a typical game of defensive counterattacks and offensive pressure. The bottom player wore down the top player's patience through extended rallies, withstanding pressure before precisely seizing the opportunity to score. The top player had few unforced errors but lacked finishing ability, needing to improve offensive variations and the quality of net transitions to avoid having their shots predicted.", + "C. Bottom suppresses Top's backhand position through active attacks and scores consecutive straight-line kills. Top has many defensive loopholes, with low-quality returns and frequent mistakes. Top needs to improve defensive movement and the stability of receiving kills.", + "D. The top player won by frequently using overhead clears to suppress the bottom player's reaction speed, while the bottom player made critical errors by hitting shots out of bounds, disrupting their net transitions. Despite solid overall defense, their shot selection during offense-to-defense transitions was too predictable, making it hard to break the top player's anticipation. They need to improve the quality of smashes and deceptive plays." + ], + "answer": "B", + "question": { + "question_zh": "以下哪一项最适合作为这一回合的整体评价?", + "question_en": "Which of the following is the most suitable overall evaluation of this rally?" + } + }, + { + "video_uid": "video_002193", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 比赛呈现快速多拍相持,bottom在连续防守中展现充沛体能,而top因急于求成多次出现非受迫性出界失误,最终通过底线对拉中的直线突击制胜,强调了体能储备对战术执行的支撑作用。", + "B. 本回合呈现高强度攻防拉锯,双方通过线路变化和节奏控制多次调动对手。top虽然占据主动但关键分急躁导致失误增多,而bottom凭借扎实的防守和反手技术成功逆转节奏,暴露了顶尖选手在高压下需加强关键分稳定性的问题。", + "C. 本回合整体节奏较慢且攻防强度较低,双方主要依赖正手强攻和连续扣杀展开对攻,bottom虽然进攻火力占优但因体能下降频繁出现回球出界,而top凭借精准的网前小球和放网技术多次化解危机,最终bottom因关键分中急于求成选择冒险进攻导致连续失误,暴露了中前场技术和关键分保守应对的不足。", + "D. 双方在网前展开了频繁的真假动作争夺,bottom利用分球和停顿技术迷惑对手,但top通过精准抢网化解危机,最终因bottom过网高度不足导致球下网,凸显了网前细节处理的重要性。" + ], + "options_en": [ + "A. The match showcased fast-paced multi-shot rallies, with the bottom player displaying ample stamina during continuous defense. The top player, however, committed multiple unforced errors due to impatience, ultimately winning with a straight-line attack during baseline exchanges, emphasizing the role of physical reserves in tactical execution.", + "B. This rally featured high-intensity offensive and defensive exchanges, with both sides repeatedly moving their opponents through variations in shot placement and tempo control. Although top held the initiative, impatience during crucial points led to increased errors, while bottom successfully reversed the momentum with solid defense and backhand techniques, exposing the need for top players to enhance stability under pressure during key points.", + "C. The overall rhythm of this rally is relatively slow, and the intensity of attack and defense is low. Both sides mainly rely on forehand powerful attacks and continuous smashes to engage in counter - attacks. Although bottom has an advantage in offensive firepower, due to a decline in physical fitness, the returned balls often go out of bounds. On the other hand, top has defused many crises with precise net shots and net - laying techniques. Eventually, in the crucial points, bottom was eager for quick success and chose risky attacks, resulting in consecutive mistakes, exposing deficiencies in mid - front court techniques and conservative responses in crucial points.", + "D. Both sides engaged in frequent feint battles at the net. The bottom player used split shots and hesitation techniques to confuse the opponent, but the top player resolved the crisis with precise net interceptions. The rally ended when the bottom player's shot failed to clear the net due to insufficient height, highlighting the importance of net play details." + ], + "answer": "B", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002194", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top选手频繁使用假动作骗过对手,但在关键分因分球质量不高导致下网,而bottom通过精准的上网和抢网技术追回比分,但始终未能突破对手防线,暴露出对斜线分球的依赖性不足。", + "B. bottom在被动局面下过于执着于过渡性高远球和直线防守,缺乏主动上网的魄力,导致全场节奏完全被top掌控。top的过顶球与假动作结合形成了有效压制,但底线上网环节的失误仍需加强稳定性。", + "C. 回合呈现典型的攻防转换教学,top展现了顶尖选手的控场能力,利用对手被动时的线路压迫逐步取得优势。bottom的防守反击需要提高变线质量,过度保守的高远球和直线球给了对手持续进攻的机会。", + "D. 本回合体现出两名选手在战术控制上的互相克制,top通过高强度的网前压迫限制了bottom的反攻路线,而bottom以精准的直线高远球与蹬踏底线战术应对,最终通过一次隐蔽的斜线过顶球完成反杀。" + ], + "options_en": [ + "A. The top player frequently used deceptive shots to outmaneuver the opponent but lost crucial points due to poor shot quality, resulting in net errors. The bottom player managed to recover points with precise net play and quick interceptions but failed to break through the opponent's defense, revealing a lack of reliance on cross-court placements.", + "B. The bottom player, when passive, overly relied on transitional clears and straight defensive shots, lacking the initiative to move forward aggressively, allowing the top player to dominate the rally's tempo. The top player effectively combined overhead clears with deceptive shots to maintain pressure, though stability in baseline-to-net transitions needs improvement.", + "C. The rally showcased a textbook example of offense-defense transitions, with the top player demonstrating elite court control by applying pressure through targeted shot placements when the opponent was passive. The bottom player's defensive counterattacks lacked quality in shot variation, as overly conservative clears and straight shots gave the top player continuous attacking opportunities.", + "D. This rally highlighted the tactical balance between the two players. The top player restricted the bottom player's counterattacking options with intense net pressure, while the bottom player responded with accurate straight clears and deep baseline tactics, ultimately securing a comeback with a disguised overhead cross-court winner." + ], + "answer": "C", + "question": { + "question_zh": "以下哪项最准确描述了该回合的整体表现?", + "question_en": "Which of the following most accurately describes the overall performance of this rally?" + } + }, + { + "video_uid": "video_002195", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 此回合呈现攻防转换快速的高压对抗,bottom通过精准的落点控制和节奏变化持续施压,尤其擅长利用过顶推挑战术拉开对手空档。top虽有强力杀直线尝试,但过渡球稳定性不足,防守反击时线路选择保守,需提升在被动局面下的回球威胁性和速度衔接。", + "B. 回合初期呈现沉闷的底线拉锯,bottom依赖强力过顶高球占据主动,但频繁出界失误暴露力量控制短板。top则通过借力发力的网前小球完成战术转换,其线路组合的多变性彻底打乱bottom防守体系,展现出技战术水平的全面压制。", + "C. 本回合以节奏变化为核心,top通过频繁的假动作和分球策略调动对手,而bottom在多拍相持中展现均衡的过渡能力。尽管bottom多次出现被动网前救球,但最终依靠精准的平抽快挡实现逆转,彰显了其防守体系的完整性。", + "D. 此回合呈现攻防转换缓慢的拉锯战态势,bottom主要采用搓挑落点和网前小球战术,通过耐心周旋迫使对手失误。top凭借稳定的过渡球和灵活的防守反击线路,多次通过大范围调动压制对手,并展现出较强的相持能力和阵地战素养。bottom虽然偶有正手劈对角尝试,但主动进攻的果断性不足,需要注意提升网前截击能力和抢网意识,以增强关键分的压制效果。" + ], + "options_en": [ + "A. This rally featured fast-paced offensive-defensive transitions with high-pressure confrontations. The bottom player maintained sustained pressure through precise placement and tempo variations, excelling particularly in using overhead push shots to exploit the opponent's gaps. The top player attempted powerful straight kills but lacked stability in transitional shots and adopted conservative shot selections during defensive counters, needing to improve threat and speed in passive situations.", + "B. The early phase of the rally was marked by dull baseline rallies, with the bottom player relying on powerful overhead clears to seize the initiative. However, frequent out-of-bounds errors exposed their weakness in power control. The top player, meanwhile, executed tactical shifts through net shots using borrowed force, with their varied shot combinations completely disrupting the bottom player's defensive system, demonstrating comprehensive tactical dominance.", + "C. This rally revolved around tempo variations, with the top player frequently employing deceptive moves and split-shot strategies to maneuver the opponent. The bottom player demonstrated balanced transitional skills during extended exchanges. Despite multiple passive net saves, the bottom player ultimately relied on accurate flat drives to stage a comeback, showcasing the integrity of their defensive system.", + "D. This rally presents a seesaw battle with a slow offensive and defensive transition. Bottom mainly adopts the tactics of net shot and net lift to different landing points and net shots in the front court. By patiently maneuvering, they force the opponent to make mistakes. Top, relying on stable transition shots and flexible defensive counterattack lines, repeatedly suppresses the opponent by mobilizing them over a large area and demonstrates strong rallying ability and positional warfare skills. Although Bottom occasionally attempts a forehand diagonal split, they lack decisiveness in active attacks. They need to pay attention to improving their net intercepting ability and net rushing awareness to enhance the suppression effect on key points." + ], + "answer": "A", + "question": { + "question_zh": "以下哪一项最能准确描述这一回合的整体表现特征?", + "question_en": "Which of the following best describes the overall performance characteristics of this rally?" + } + }, + { + "video_uid": "video_002196", + "duration": "short", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top凭借出色的网前控制和快速反应成功扭转局势,最终以精准的劈吊制胜得分,展现了细腻的控网能力;bottom在主动进攻时出现多次下网失误,建议提升杀球前的预判和击球稳定性,同时加强网前小球技术的针对性训练", + "B. top率先凭借劈吊底线成功压制对手左半区,bottom被迫在被动状态下用放网过渡失误;top应延续这一战术加强直线突击频率", + "C. bottom因连续杀球出现两次下网和一次出界失误,top通过稳定挑后场过渡获得反击机会完成得分,建议加强杀球稳定性与线路变化", + "D. bottom通过精准的分球调动创造机会,最终以高质量杀球终结回合,展现了顶尖选手的进攻嗅觉;top在被动防守时缺乏有效压制手段,建议加强防守后的反击质量判断" + ], + "options_en": [ + "A. Top successfully reversed the situation with excellent net control and quick reaction. Eventually, he won points with precise drop shots, demonstrating exquisite net control ability. Bottom made several net faults during active attacks. It is recommended to improve the anticipation before killing and the stability of hitting, and at the same time, strengthen the targeted training of net shot skills.", + "B. Top initially successfully pressured the opponent's left side with a baseline drop shot, forcing Bottom into a passive transition with a net shot that resulted in an error; Top should maintain this tactic and increase the frequency of straight smashes.", + "C. Bottom made two net errors and one out-of-bounds mistake due to consecutive kills; Top gained a counterattack opportunity by consistently lifting the shuttle to the backcourt and scored, and is advised to improve kill stability and shot variation.", + "D. Bottom created opportunities by precisely placing the shuttle to move the opponent around and finished the rally with a high-quality kill, showcasing the offensive instinct of a top player; Top lacked effective countermeasures during passive defense and is advised to improve the judgment of counterattack quality after defense." + ], + "answer": "D", + "question": { + "question_zh": "针对这一回合,以下哪项评价最贴切?", + "question_en": "For this rally, which of the following evaluations is the most accurate?" + } + }, + { + "video_uid": "video_002197", + "duration": "mid", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. Bottom通过积极的网前抢攻创造机会,Top在防守中多次出现判断失误,导致关键分丢失。建议Top加强多拍相持中的防守稳定性,提升被动局面下的生存能力。", + "B. 本回合的关键在于Top选手的分球策略未能有效压制Bottom,反观Bottom通过精准的假动作骗术多次化解网前危机,但因在关键分落下风时Top提升进攻节奏,迫使Bottom回球过冲导致出界,最终Top得分。然而,Top在领跑阶段过度依赖网前控制而忽视直线攻击,反映出其战术多样性不足的问题。", + "C. 这是一个典型的网前压制得分回合,Top通过精准的落点控制和多拍中的节奏把握逐渐施压,反观Bottom在被动防守中缺乏有效反击手段,关键分处理选择值得商榷。建议加强被动情况下的过渡球质量,减少非受迫性失误。", + "D. 本回合Top选手成功实施多拍分球战术,将Bottom调动至边线后以快速抢网逼入被动,Bottom虽奋力防守但因多次底线救球造成长时间抽杀,最终Top通过一记高压扣杀正手位锁定胜局。然而,Bottom在远侧被动时的抗压能力和防守范围仍有待提升。" + ], + "options_en": [ + "A. Bottom created opportunities through active net attacks, while Top made multiple misjudgments in defense, resulting in the loss of crucial points. It is recommended that Top strengthen the defensive stability during long rallies and improve the ability to survive in passive situations.", + "B. The key to this rally lies in Top's ineffective distribution strategy to suppress Bottom. Conversely, Bottom repeatedly resolved net crises with precise deceptive moves but lost momentum when Top escalated the offensive tempo, forcing Bottom to overhit and land the shuttle out. Top scored eventually. However, Top overly relied on net control during the leading phase while neglecting straight attacks, revealing insufficient tactical diversity.", + "C. This is a typical net pressure scoring rally. Top gradually applied pressure through precise placement control and rhythm management in multi-shot exchanges, while Bottom lacked effective counterattacks in passive defense, with questionable decision-making in key points. It is recommended to improve the quality of transition shots in passive situations and reduce unforced errors.", + "D. This rally saw Top successfully execute a multi-shot distribution tactic, pulling Bottom to the sidelines before swiftly intercepting the net to force passive returns. Despite Bottom's tenacious defense, prolonged baseline retrievals led to repeated drives, and Top sealed the victory with a forehand smash. However, Bottom's resilience and defensive coverage in far-court passive scenarios still need improvement." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this rally?" + } + }, + { + "video_uid": "video_002198", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. bottom选手在这一回合展示出顶尖的网前控制力,运用频繁的直线劈杀和快速过渡球压制对方底线,关键分上主动强攻得分。而top虽然调整站位积极但网前防守漏洞明显,应对直线突击时出现多次失误,建议提升中场衔接速度和防守反击意识以改善攻防衔接问题。", + "B. top开局以变速突击打乱bottom节奏,但中局后陷入被动防守连续出现下网失误;bottom把握住领先后加强底线相持,利用正手大角度分球破解压制,建议top在被动时增强抢网意识而bottom需减少非受迫性出界", + "C. top展现了教科书级控网能力,通过持续的斜线调动和精准落点压制对手防守空间,决赛局关键分处理果断。bottom虽努力咬住比分但攻防转换效率不足,建议加强反手相持技术和网前压迫性。", + "D. top在相持阶段展现强大身高优势,频繁通过过顶高球压制底线区域,但关键分稳定性不足;bottom凭借顽强防守制造多拍机会,尤其反手位衔接紧凑,建议双方提升关键分抗压能力和网前假动作欺骗性。" + ], + "options_en": [ + "A. In this rally, the bottom player demonstrated top-notch net control, suppressing the opponent's baseline with frequent straight-line smashes and quick transition shots, and actively attacking and scoring on key points. Although the top player adjusted their position actively, there were obvious loopholes in their net defense, and they made multiple mistakes when responding to straight-line assaults. It is recommended to improve the midfield connection speed and the awareness of defensive counterattacks to address the issue of offensive and defensive transitions.", + "B. Top disrupted Bottom's rhythm with pace variations early on but later fell into passive defense with consecutive net errors. Bottom capitalized on the lead by strengthening baseline rallies and using wide-angle forehand shots to break the pressure. Top is advised to enhance net interception awareness when passive, while Bottom should reduce unforced errors.", + "C. Top demonstrated textbook-level net control ability, continuously using cross-court shots and precise placements to suppress the opponent's defensive space, and handled crucial points decisively in the final game. Bottom tried hard to keep up but lacked efficiency in offense-defense transitions, suggesting improvements in backhand rally techniques and net pressure.", + "D. Top leveraged height advantage during rallies, frequently using overhead clears to pressure the baseline area but lacked consistency in crucial points. Bottom displayed tenacious defense, creating multi-shot opportunities with compact backhand transitions. Both players are advised to improve mental toughness in key points and deceptive net play." + ], + "answer": "C", + "question": { + "question_zh": "对于这一回合,哪一个评价最为恰当?", + "question_en": "Which evaluation is most appropriate for this round?" + } + }, + { + "video_uid": "video_002199", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. top在进攻时虽展现强力跳杀但频繁出现下网失误,bottom依靠稳固的过渡球和被动中的灵活变速有效限制对手,关键分上bottom果断变线得分,反而是top在反手位处理和防守衔接上存在明显漏洞。", + "B. 双方均展现出高水平的网前争夺,top多次上网压迫却因bottom的巧妙假动作骗到失去平衡,bottom在被动中通过精准的过渡球和关键分的突然加速杀死比赛,top的节奏把握及底线防守与之相比不够稳固。", + "C. bottom通过精准的后场劈吊与网前封网主动抢攻,多次化解top的扣杀并伺机反击得分;top虽展现强大进攻火力但节奏把控失误频出,关键球中防守漏洞不断被对手利用,尤其是网前小球的薄弱环节与反手过渡球稳定性不足成为致命短板,而bottom在被动状态下线路组合与落点控制展现出更高水准", + "D. top通过高频跳杀、假动作及精准的点杀压制全场,展现顶尖进攻能力;bottom防守反击未能突破对手节奏,关键球处理的稳定性不足暴露短板,尤其是被动状态下线路选择与手法控制需要强化。" + ], + "options_en": [ + "A. Top displayed powerful jump kills in offense but frequently made net errors. Bottom effectively limited the opponent with solid transition shots and flexible pace changes in passive situations, decisively scoring with line changes in key points, while top's backhand handling and defensive transitions showed obvious vulnerabilities.", + "B. Both sides demonstrated high-level net play. Top repeatedly pressured the net but was unbalanced by bottom's clever deceptive moves. Bottom killed the game with precise transition shots and sudden acceleration in key points during passive play, while top's rhythm control and baseline defense appeared less stable in comparison.", + "C. Bottom actively launched attacks through precise backcourt sliced drop shots and net blocking, defused Top's kills many times and counterattacked to score when the opportunity arose. Although Top demonstrated a strong offensive firepower, there were frequent mistakes in rhythm control. In crucial points, defensive loopholes were constantly exploited by the opponent. In particular, the weaknesses in net shots and the instability of backhand transition shots became fatal shortcomings. While Bottom showed a higher level in line combinations and shot placement control in a passive state.", + "D. Top dominated the court with high-frequency jump kills, deceptive moves, and precise point kills, showcasing top-tier offensive ability; bottom's defensive counterattacks failed to break the opponent's rhythm, exposing weaknesses in stability during crucial points, especially in shot selection and technique control under passive conditions." + ], + "answer": "D", + "question": { + "question_zh": "对这一回合的表现,以下哪个评价最准确?", + "question_en": "Which of the following evaluations most accurately describes the performance in this round?" + } + }, + { + "video_uid": "video_002200", + "duration": "long", + "spatial": "cognition", + "temporal": "round comment", + "options_zh": [ + "A. 本回合(top)过度依赖被动过渡球策略,导致进攻节奏停滞;(bottom)凭借强势的劈吊和快速抢网持续施压,却因线路单一被破解,建议提升战术组合变化与过顶杀球的衔接流畅度从而巩固优势", + "B. 本回合(top)在网前对抗中占据绝对优势,通过不断的扑小球压制对手;(bottom)因中后场移动迟缓连续失分,虽尝试用重杀和假动作突破却被化解,需增强后场防守连贯性和接杀球的反应速度", + "C. 本回合(top)在防守反击中展现出色技巧,通过精准的劈对角和快速步伐化解压力;(bottom)因发球质量欠佳导致被动,尽管用分球和抢网尝试扭转局势,但主动失误过多让优势消失,应强化发球稳定性与网前小球意识", + "D. 本回合(top)通过主动进攻和战术组合压制全场,正手进攻与假动作是关键;(bottom)虽用网前和过渡球尝试周旋,但关键分失误过多导致崩盘,需加强高压环境下的技术稳定性与落点控制" + ], + "options_en": [ + "A. In this rally, (top) overly relied on passive transitional shots, leading to stagnant offensive rhythm; (bottom) maintained pressure with powerful drop shots and quick net interceptions but was countered due to predictable shot patterns, suggesting the need to enhance tactical variations and seamless transitions to overhead kills to consolidate advantages.", + "B. In this rally, (top) held an absolute advantage in net play, constantly suppressing the opponent with net kills; (bottom) lost consecutive points due to sluggish mid-to-rear court movement, and despite attempting breakthroughs with powerful kills and deceptive shots, they were countered, requiring improvement in rear-court defensive continuity and reaction speed to kill returns.", + "C. In this rally, (top) demonstrated excellent skills in defensive counterattacks, relieving pressure with precise cross-court slices and quick footwork; (bottom) was put on the defensive due to poor serve quality, and despite trying to turn the tide with placement shots and net interceptions, excessive unforced errors nullified their advantage, requiring improvement in serve consistency and net shot awareness.", + "D. In this rally, (top) dominated the court through aggressive attacks and tactical combinations, with forehand attacks and deceptive shots being key; (bottom) attempted to maneuver with net shots and transitional shots but collapsed due to excessive errors in crucial points, needing to enhance technical stability and placement control under high-pressure situations." + ], + "answer": "D", + "question": { + "question_zh": "针对本次回合的表现,以下哪项分析最能准确描述双方的整体对抗特点?", + "question_en": "Regarding the performance in this rally, which of the following analyses most accurately describes the overall confrontation characteristics of both sides?" + } + } +] diff --git a/finebadmintonbenchmark/benchmark_roundcount.json b/finebadmintonbenchmark/benchmark_roundcount.json new file mode 100644 index 0000000000000000000000000000000000000000..5887d46af637ef11a8fd4ff882c7d948059a32f1 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_roundcount.json @@ -0,0 +1,2077 @@ +[ + { + "video_uid": "video_002201", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "0:0", + "end_score": "6:2", + "options_zh": [ + "A. 6", + "B. 9", + "C. 8", + "D. 10" + ], + "options_en": [ + "A. 6", + "B. 9", + "C. 8", + "D. 10" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002202", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "6:4", + "end_score": "10:10", + "options_zh": [ + "A. 10", + "B. 12", + "C. 8", + "D. 13" + ], + "options_en": [ + "A. 10", + "B. 12", + "C. 8", + "D. 13" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002203", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "6:7", + "end_score": "16:15", + "options_zh": [ + "A. 22", + "B. 20", + "C. 16", + "D. 18" + ], + "options_en": [ + "A. 22", + "B. 20", + "C. 16", + "D. 18" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002204", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "10:10", + "end_score": "17:16", + "options_zh": [ + "A. 15", + "B. 13", + "C. 17", + "D. 11" + ], + "options_en": [ + "A. 15", + "B. 13", + "C. 17", + "D. 11" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002205", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "5:6", + "end_score": "7:10", + "options_zh": [ + "A. 8", + "B. 4", + "C. 6", + "D. 9" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 6", + "D. 9" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002206", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "9:11", + "end_score": "16:16", + "options_zh": [ + "A. 17", + "B. 12", + "C. 14", + "D. 10" + ], + "options_en": [ + "A. 17", + "B. 12", + "C. 14", + "D. 10" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002207", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "0:1", + "end_score": "7:9", + "options_zh": [ + "A. 17", + "B. 15", + "C. 16", + "D. 13" + ], + "options_en": [ + "A. 17", + "B. 15", + "C. 16", + "D. 13" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002208", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "7:9", + "end_score": "11:13", + "options_zh": [ + "A. 9", + "B. 10", + "C. 8", + "D. 6" + ], + "options_en": [ + "A. 9", + "B. 10", + "C. 8", + "D. 6" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002209", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "9:11", + "end_score": "11:13", + "options_zh": [ + "A. 2", + "B. 8", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 8", + "C. 6", + "D. 4" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002210", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "9:11", + "end_score": "17:18", + "options_zh": [ + "A. 19", + "B. 13", + "C. 15", + "D. 17" + ], + "options_en": [ + "A. 19", + "B. 13", + "C. 15", + "D. 17" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002211", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "10:11", + "end_score": "17:21", + "options_zh": [ + "A. 15", + "B. 19", + "C. 22", + "D. 17" + ], + "options_en": [ + "A. 15", + "B. 19", + "C. 22", + "D. 17" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002212", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "15:16", + "end_score": "15:17", + "options_zh": [ + "A. 1", + "B. 3", + "C. 4", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 4", + "D. 5" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002213", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "2:5", + "end_score": "8:12", + "options_zh": [ + "A. 13", + "B. 11", + "C. 16", + "D. 15" + ], + "options_en": [ + "A. 13", + "B. 11", + "C. 16", + "D. 15" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002214", + "duration": "mid", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "2:2", + "end_score": "3:2", + "options_zh": [ + "A. 1", + "B. 4", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 1", + "B. 4", + "C. 5", + "D. 3" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002215", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "11:8", + "end_score": "20:19", + "options_zh": [ + "A. 22", + "B. 20", + "C. 21", + "D. 18" + ], + "options_en": [ + "A. 22", + "B. 20", + "C. 21", + "D. 18" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002216", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "5:8", + "end_score": "9:11", + "options_zh": [ + "A. 5", + "B. 9", + "C. 7", + "D. 12" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 7", + "D. 12" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002217", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "13:16", + "end_score": "14:16", + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 1" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002218", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "3:4", + "end_score": "12:11", + "options_zh": [ + "A. 18", + "B. 20", + "C. 16", + "D. 14" + ], + "options_en": [ + "A. 18", + "B. 20", + "C. 16", + "D. 14" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002219", + "duration": "short", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "7:7", + "end_score": "7:8", + "options_zh": [ + "A. 1", + "B. 3", + "C. 2", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 2", + "D. 5" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002220", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "6:5", + "end_score": "17:14", + "options_zh": [ + "A. 18", + "B. 22", + "C. 24", + "D. 20" + ], + "options_en": [ + "A. 18", + "B. 22", + "C. 24", + "D. 20" + ], + "question": { + "question_zh": "这段视频中,以发球开始、球落地结束的回合共有多少个?", + "question_en": "How many times does the ball start with a serve and end when landing in this badminton footage?" + } + }, + { + "video_uid": "video_002221", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "2:7", + "end_score": "13:10", + "options_zh": [ + "A. 15", + "B. 16", + "C. 14", + "D. 12" + ], + "options_en": [ + "A. 15", + "B. 16", + "C. 14", + "D. 12" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002222", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "14:10", + "end_score": "17:12", + "options_zh": [ + "A. 3", + "B. 6", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 5", + "D. 7" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002223", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "16:12", + "end_score": "20:16", + "options_zh": [ + "A. 10", + "B. 12", + "C. 8", + "D. 6" + ], + "options_en": [ + "A. 10", + "B. 12", + "C. 8", + "D. 6" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002224", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "3:1", + "end_score": "17:11", + "options_zh": [ + "A. 24", + "B. 22", + "C. 27", + "D. 26" + ], + "options_en": [ + "A. 24", + "B. 22", + "C. 27", + "D. 26" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002225", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "15:9", + "end_score": "16:11", + "options_zh": [ + "A. 5", + "B. 3", + "C. 4", + "D. 1" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 4", + "D. 1" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002226", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "5:4", + "end_score": "6:7", + "options_zh": [ + "A. 6", + "B. 5", + "C. 4", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 5", + "C. 4", + "D. 2" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002227", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "6:6", + "end_score": "10:13", + "options_zh": [ + "A. 9", + "B. 13", + "C. 14", + "D. 11" + ], + "options_en": [ + "A. 9", + "B. 13", + "C. 14", + "D. 11" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002228", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "12:13", + "end_score": "20:18", + "options_zh": [ + "A. 13", + "B. 18", + "C. 15", + "D. 11" + ], + "options_en": [ + "A. 13", + "B. 18", + "C. 15", + "D. 11" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002229", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "15:14", + "end_score": "18:16", + "options_zh": [ + "A. 7", + "B. 6", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 7", + "B. 6", + "C. 5", + "D. 3" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002230", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "6:14", + "end_score": "8:15", + "options_zh": [ + "A. 7", + "B. 5", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 7", + "B. 5", + "C. 1", + "D. 3" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002231", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "0:0", + "end_score": "17:9", + "options_zh": [ + "A. 28", + "B. 30", + "C. 24", + "D. 26" + ], + "options_en": [ + "A. 28", + "B. 30", + "C. 24", + "D. 26" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002232", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "4:8", + "end_score": "7:10", + "options_zh": [ + "A. 8", + "B. 7", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 8", + "B. 7", + "C. 3", + "D. 5" + ], + "question": { + "question_zh": "这段视频中,以发球开始、球落地结束的回合共有多少个?", + "question_en": "How many times does the ball start with a serve and end when landing in this badminton footage?" + } + }, + { + "video_uid": "video_002233", + "duration": "short", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "12:18", + "end_score": "12:19", + "options_zh": [ + "A. 4", + "B. 3", + "C. 2", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 3", + "C. 2", + "D. 1" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002234", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "19:12", + "end_score": "20:15", + "options_zh": [ + "A. 2", + "B. 6", + "C. 4", + "D. 9" + ], + "options_en": [ + "A. 2", + "B. 6", + "C. 4", + "D. 9" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002235", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "3:0", + "end_score": "16:11", + "options_zh": [ + "A. 26", + "B. 24", + "C. 22", + "D. 29" + ], + "options_en": [ + "A. 26", + "B. 24", + "C. 22", + "D. 29" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002236", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "19:19", + "end_score": "20:20", + "options_zh": [ + "A. 4", + "B. 0", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 3", + "D. 2" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002237", + "duration": "short", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "9:6", + "end_score": "9:7", + "options_zh": [ + "A. 1", + "B. 3", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 1", + "B. 3", + "C. 6", + "D. 4" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002238", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "13:13", + "end_score": "18:15", + "options_zh": [ + "A. 5", + "B. 9", + "C. 11", + "D. 7" + ], + "options_en": [ + "A. 5", + "B. 9", + "C. 11", + "D. 7" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002239", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "12:10", + "end_score": "14:11", + "options_zh": [ + "A. 5", + "B. 3", + "C. 4", + "D. 1" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 4", + "D. 1" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002240", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "13:10", + "end_score": "17:13", + "options_zh": [ + "A. 7", + "B. 5", + "C. 11", + "D. 9" + ], + "options_en": [ + "A. 7", + "B. 5", + "C. 11", + "D. 9" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002241", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "13:10", + "end_score": "16:13", + "options_zh": [ + "A. 6", + "B. 4", + "C. 11", + "D. 8" + ], + "options_en": [ + "A. 6", + "B. 4", + "C. 11", + "D. 8" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002242", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "1:1", + "end_score": "13:9", + "options_zh": [ + "A. 20", + "B. 22", + "C. 18", + "D. 21" + ], + "options_en": [ + "A. 20", + "B. 22", + "C. 18", + "D. 21" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002243", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "1:3", + "end_score": "8:6", + "options_zh": [ + "A. 12", + "B. 11", + "C. 10", + "D. 8" + ], + "options_en": [ + "A. 12", + "B. 11", + "C. 10", + "D. 8" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002244", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "6:11", + "end_score": "8:14", + "options_zh": [ + "A. 5", + "B. 7", + "C. 6", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 7", + "C. 6", + "D. 3" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002245", + "duration": "mid", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "13:17", + "end_score": "14:17", + "options_zh": [ + "A. 3", + "B. 5", + "C. 2", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 5", + "C. 2", + "D. 1" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002246", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "1:0", + "end_score": "10:14", + "options_zh": [ + "A. 25", + "B. 23", + "C. 21", + "D. 26" + ], + "options_en": [ + "A. 25", + "B. 23", + "C. 21", + "D. 26" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002247", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "6:8", + "end_score": "12:15", + "options_zh": [ + "A. 15", + "B. 13", + "C. 11", + "D. 14" + ], + "options_en": [ + "A. 15", + "B. 13", + "C. 11", + "D. 14" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002248", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "7:13", + "end_score": "10:14", + "options_zh": [ + "A. 6", + "B. 2", + "C. 7", + "D. 4" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 7", + "D. 4" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002249", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "8:14", + "end_score": "19:21", + "options_zh": [ + "A. 20", + "B. 16", + "C. 18", + "D. 21" + ], + "options_en": [ + "A. 20", + "B. 16", + "C. 18", + "D. 21" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002250", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "15:16", + "end_score": "16:19", + "options_zh": [ + "A. 6", + "B. 2", + "C. 4", + "D. 7" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 4", + "D. 7" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002251", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "2:2", + "end_score": "10:17", + "options_zh": [ + "A. 25", + "B. 28", + "C. 23", + "D. 21" + ], + "options_en": [ + "A. 25", + "B. 28", + "C. 23", + "D. 21" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002252", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "7:9", + "end_score": "14:19", + "options_zh": [ + "A. 15", + "B. 19", + "C. 17", + "D. 21" + ], + "options_en": [ + "A. 15", + "B. 19", + "C. 17", + "D. 21" + ], + "question": { + "question_zh": "这段视频中,以发球开始、球落地结束的回合共有多少个?", + "question_en": "How many times does the ball start with a serve and end when landing in this badminton footage?" + } + }, + { + "video_uid": "video_002253", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "0:3", + "end_score": "3:5", + "options_zh": [ + "A. 9", + "B. 7", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 9", + "B. 7", + "C. 5", + "D. 3" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002254", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "2:5", + "end_score": "9:8", + "options_zh": [ + "A. 13", + "B. 10", + "C. 12", + "D. 8" + ], + "options_en": [ + "A. 13", + "B. 10", + "C. 12", + "D. 8" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002255", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "10:9", + "end_score": "15:13", + "options_zh": [ + "A. 14", + "B. 11", + "C. 7", + "D. 9" + ], + "options_en": [ + "A. 14", + "B. 11", + "C. 7", + "D. 9" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002256", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "4:6", + "end_score": "17:16", + "options_zh": [ + "A. 21", + "B. 23", + "C. 28", + "D. 25" + ], + "options_en": [ + "A. 21", + "B. 23", + "C. 28", + "D. 25" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002257", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "6:8", + "end_score": "7:12", + "options_zh": [ + "A. 3", + "B. 7", + "C. 5", + "D. 8" + ], + "options_en": [ + "A. 3", + "B. 7", + "C. 5", + "D. 8" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002258", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "6:10", + "end_score": "17:16", + "options_zh": [ + "A. 17", + "B. 15", + "C. 20", + "D. 19" + ], + "options_en": [ + "A. 17", + "B. 15", + "C. 20", + "D. 19" + ], + "question": { + "question_zh": "找出这段羽毛球视频中有多少个完整的回合(从发球到落地)。", + "question_en": "Find the number of full rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002259", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "7:11", + "end_score": "17:16", + "options_zh": [ + "A. 13", + "B. 17", + "C. 19", + "D. 15" + ], + "options_en": [ + "A. 13", + "B. 17", + "C. 19", + "D. 15" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002260", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "3:3", + "end_score": "5:9", + "options_zh": [ + "A. 8", + "B. 13", + "C. 6", + "D. 10" + ], + "options_en": [ + "A. 8", + "B. 13", + "C. 6", + "D. 10" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002261", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "0:0", + "end_score": "3:1", + "options_zh": [ + "A. 6", + "B. 2", + "C. 4", + "D. 9" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 4", + "D. 9" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002262", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "1:0", + "end_score": "6:7", + "options_zh": [ + "A. 14", + "B. 10", + "C. 12", + "D. 15" + ], + "options_en": [ + "A. 14", + "B. 10", + "C. 12", + "D. 15" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002263", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "5:5", + "end_score": "6:8", + "options_zh": [ + "A. 8", + "B. 2", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 8", + "B. 2", + "C. 6", + "D. 4" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002264", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "5:6", + "end_score": "8:16", + "options_zh": [ + "A. 13", + "B. 11", + "C. 15", + "D. 16" + ], + "options_en": [ + "A. 13", + "B. 11", + "C. 15", + "D. 16" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002265", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "6:7", + "end_score": "6:9", + "options_zh": [ + "A. 2", + "B. 3", + "C. 4", + "D. 0" + ], + "options_en": [ + "A. 2", + "B. 3", + "C. 4", + "D. 0" + ], + "question": { + "question_zh": "请计算这段羽毛球视频中符合回合定义的总次数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Calculate the total number of rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002266", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "7:10", + "end_score": "8:17", + "options_zh": [ + "A. 10", + "B. 11", + "C. 6", + "D. 8" + ], + "options_en": [ + "A. 10", + "B. 11", + "C. 6", + "D. 8" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002267", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "6:13", + "end_score": "9:19", + "options_zh": [ + "A. 11", + "B. 14", + "C. 9", + "D. 7" + ], + "options_en": [ + "A. 11", + "B. 14", + "C. 9", + "D. 7" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002268", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "D", + "start_score": "1:0", + "end_score": "5:4", + "options_zh": [ + "A. 10", + "B. 11", + "C. 6", + "D. 8" + ], + "options_en": [ + "A. 10", + "B. 11", + "C. 6", + "D. 8" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002269", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "1:1", + "end_score": "8:7", + "options_zh": [ + "A. 13", + "B. 15", + "C. 18", + "D. 11" + ], + "options_en": [ + "A. 13", + "B. 15", + "C. 18", + "D. 11" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002270", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "2:2", + "end_score": "20:17", + "options_zh": [ + "A. 31", + "B. 33", + "C. 35", + "D. 34" + ], + "options_en": [ + "A. 31", + "B. 33", + "C. 35", + "D. 34" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002271", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "9:13", + "end_score": "14:14", + "options_zh": [ + "A. 6", + "B. 8", + "C. 10", + "D. 4" + ], + "options_en": [ + "A. 6", + "B. 8", + "C. 10", + "D. 4" + ], + "question": { + "question_zh": "这段视频中,从发球到球落地结束的回合共有多少个?", + "question_en": "How many rallies (starting with the serve and ending when the ball lands) are in this video?" + } + }, + { + "video_uid": "video_002272", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "12:14", + "end_score": "21:19", + "options_zh": [ + "A. 12", + "B. 16", + "C. 14", + "D. 17" + ], + "options_en": [ + "A. 12", + "B. 16", + "C. 14", + "D. 17" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002273", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "2:2", + "end_score": "3:2", + "options_zh": [ + "A. 2", + "B. 1", + "C. 3", + "D. 6" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 3", + "D. 6" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002274", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "5:6", + "end_score": "17:15", + "options_zh": [ + "A. 19", + "B. 22", + "C. 21", + "D. 23" + ], + "options_en": [ + "A. 19", + "B. 22", + "C. 21", + "D. 23" + ], + "question": { + "question_zh": "这段视频中,以发球开始、球落地结束的回合共有多少个?", + "question_en": "How many times does the ball start with a serve and end when landing in this badminton footage?" + } + }, + { + "video_uid": "video_002275", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "5:6", + "end_score": "16:15", + "options_zh": [ + "A. 20", + "B. 22", + "C. 25", + "D. 18" + ], + "options_en": [ + "A. 20", + "B. 22", + "C. 25", + "D. 18" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002276", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "9:11", + "end_score": "21:19", + "options_zh": [ + "A. 21", + "B. 20", + "C. 18", + "D. 22" + ], + "options_en": [ + "A. 21", + "B. 20", + "C. 18", + "D. 22" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002277", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "9:11", + "end_score": "16:15", + "options_zh": [ + "A. 11", + "B. 9", + "C. 15", + "D. 13" + ], + "options_en": [ + "A. 11", + "B. 9", + "C. 15", + "D. 13" + ], + "question": { + "question_zh": "这是羽毛球赛事的一段视频,请统计该视频片段中共有几个回合?", + "question_en": "In this badminton footage, how many rallies are there from the serve until the ball lands?" + } + }, + { + "video_uid": "video_002278", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "2:3", + "end_score": "13:13", + "options_zh": [ + "A. 23", + "B. 21", + "C. 25", + "D. 19" + ], + "options_en": [ + "A. 23", + "B. 21", + "C. 25", + "D. 19" + ], + "question": { + "question_zh": "这段羽毛球视频片段中共有几个符合标准的羽毛球回合?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total number of valid rallies in this badminton video clip?" + } + }, + { + "video_uid": "video_002279", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "5:7", + "end_score": "5:8", + "options_zh": [ + "A. 5", + "B. 4", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 5", + "B. 4", + "C. 1", + "D. 3" + ], + "question": { + "question_zh": "数一数这段羽毛球视频中有多少个完整的回合?", + "question_en": "Tally the number of complete rallies in this badminton video (from serve to ball landing)." + } + }, + { + "video_uid": "video_002280", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "B", + "start_score": "6:8", + "end_score": "15:20", + "options_zh": [ + "A. 19", + "B. 21", + "C. 23", + "D. 26" + ], + "options_en": [ + "A. 19", + "B. 21", + "C. 23", + "D. 26" + ], + "question": { + "question_zh": "请确定该视频片段的回合总数。一个回合指的是从发球开始到球落地结束。", + "question_en": "Determine the total number of rallies in this video (counted from serve until ball lands)." + } + }, + { + "video_uid": "video_002281", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "7:8", + "end_score": "13:13", + "options_zh": [ + "A. 14", + "B. 13", + "C. 11", + "D. 9" + ], + "options_en": [ + "A. 14", + "B. 13", + "C. 11", + "D. 9" + ], + "question": { + "question_zh": "这段视频中,符合回合定义的总次数是多少?一个回合指的是从发球开始到球落地结束。", + "question_en": "What is the total count of rallies (from serve to ball landing) in this badminton video?" + } + }, + { + "video_uid": "video_002282", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "C", + "start_score": "13:15", + "end_score": "15:20", + "options_zh": [ + "A. 9", + "B. 8", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 9", + "B. 8", + "C. 7", + "D. 5" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + }, + { + "video_uid": "video_002283", + "duration": "long", + "spatial": "count", + "temporal": "round count", + "answer": "A", + "start_score": "3:6", + "end_score": "7:18", + "options_zh": [ + "A. 16", + "B. 14", + "C. 20", + "D. 18" + ], + "options_en": [ + "A. 16", + "B. 14", + "C. 20", + "D. 18" + ], + "question": { + "question_zh": "一个回合指的是从发球开始到球落地结束。统计该羽毛球视频片段中回合数。", + "question_en": "Count the number of rallies in this video clip (each starting with a serve and ending when the ball lands)." + } + } +] diff --git a/finebadmintonbenchmark/benchmark_select_detail_count_questions.json b/finebadmintonbenchmark/benchmark_select_detail_count_questions.json new file mode 100644 index 0000000000000000000000000000000000000000..431e9cb96cc24c7dd6478ab9471b0c2474ffbe15 --- /dev/null +++ b/finebadmintonbenchmark/benchmark_select_detail_count_questions.json @@ -0,0 +1,3252 @@ +[ + { + "video_uid": "video_002284", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "D", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 5", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002285", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 6", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 2", + "D. 0" + ] + }, + { + "video_uid": "video_002286", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 1, + "options_zh": [ + "A. 2", + "B. 0", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_002287", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 1", + "C. 2", + "D. 4" + ], + "options_en": [ + "A. 0", + "B. 1", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_002288", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 1", + "C. 2", + "D. 6" + ], + "options_en": [ + "A. 0", + "B. 1", + "C. 2", + "D. 6" + ] + }, + { + "video_uid": "video_002289", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 1, + "options_zh": [ + "A. 3", + "B. 0", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 0", + "C. 1", + "D. 5" + ] + }, + { + "video_uid": "video_002290", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_002291", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "C", + "hit_type": "挑球", + "count": 4, + "options_zh": [ + "A. 0", + "B. 5", + "C. 4", + "D. 1" + ], + "options_en": [ + "A. 0", + "B. 5", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_002292", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "D", + "hit_type": "挑球", + "count": 2, + "options_zh": [ + "A. 1", + "B. 4", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 1", + "B. 4", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002293", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "B", + "hit_type": "挑球", + "count": 4, + "options_zh": [ + "A. 3", + "B. 4", + "C. 9", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 9", + "D. 1" + ] + }, + { + "video_uid": "video_002294", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "B", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 1", + "B. 2", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 2", + "C. 3", + "D. 5" + ] + }, + { + "video_uid": "video_002295", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挑球”:挑球是一种把球高高地送到对方后场高点、通常处于被动防守的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net lift' performed? A net lift is an underhand shot played from the forecourt, lifting the shuttle high and deep into the opponent's backcourt, often used defensively." + }, + "answer": "B", + "hit_type": "挑球", + "count": 1, + "options_zh": [ + "A. 0", + "B. 1", + "C. 2", + "D. 3" + ], + "options_en": [ + "A. 0", + "B. 1", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_002296", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "D", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 3", + "C. 1", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 3", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_002297", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "C", + "hit_type": "抽球", + "count": 4, + "options_zh": [ + "A. 1", + "B. 9", + "C. 4", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 9", + "C. 4", + "D. 5" + ] + }, + { + "video_uid": "video_002298", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "D", + "hit_type": "抽球", + "count": 4, + "options_zh": [ + "A. 2", + "B. 5", + "C. 7", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 7", + "D. 4" + ] + }, + { + "video_uid": "video_002299", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "B", + "hit_type": "抽球", + "count": 3, + "options_zh": [ + "A. 6", + "B. 3", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 6", + "B. 3", + "C. 5", + "D. 1" + ] + }, + { + "video_uid": "video_002300", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "A", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 5", + "C. 4", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_002301", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "C", + "hit_type": "抽球", + "count": 3, + "options_zh": [ + "A. 7", + "B. 0", + "C. 3", + "D. 4" + ], + "options_en": [ + "A. 7", + "B. 0", + "C. 3", + "D. 4" + ] + }, + { + "video_uid": "video_002302", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "C", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 3", + "C. 2", + "D. 4" + ], + "options_en": [ + "A. 0", + "B. 3", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_002303", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "A", + "hit_type": "抽球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 9" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 9" + ] + }, + { + "video_uid": "video_002304", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "D", + "hit_type": "抽球", + "count": 3, + "options_zh": [ + "A. 4", + "B. 2", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_002305", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "A", + "hit_type": "抽球", + "count": 1, + "options_zh": [ + "A. 1", + "B. 6", + "C. 3", + "D. 0" + ], + "options_en": [ + "A. 1", + "B. 6", + "C. 3", + "D. 0" + ] + }, + { + "video_uid": "video_002306", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "D", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 7", + "C. 1", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 7", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_002307", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "A", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 3", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 3", + "D. 4" + ] + }, + { + "video_uid": "video_002308", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "B", + "hit_type": "抽球", + "count": 4, + "options_zh": [ + "A. 9", + "B. 4", + "C. 1", + "D. 2" + ], + "options_en": [ + "A. 9", + "B. 4", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_002309", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "C", + "hit_type": "抽球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_002310", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "B", + "hit_type": "抽球", + "count": 4, + "options_zh": [ + "A. 7", + "B. 4", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 4", + "C. 3", + "D. 5" + ] + }, + { + "video_uid": "video_002311", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“抽球”:抽球是一种以平飞轨迹大力击球过网的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drive' performed? A drive is a fast, flat shot hit horizontally across the net, usually from the midcourt." + }, + "answer": "B", + "hit_type": "抽球", + "count": 3, + "options_zh": [ + "A. 6", + "B. 3", + "C. 0", + "D. 4" + ], + "options_en": [ + "A. 6", + "B. 3", + "C. 0", + "D. 4" + ] + }, + { + "video_uid": "video_002312", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "B", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 6", + "B. 2", + "C. 4", + "D. 1" + ], + "options_en": [ + "A. 6", + "B. 2", + "C. 4", + "D. 1" + ] + }, + { + "video_uid": "video_002313", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "C", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 0", + "C. 2", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 0", + "C. 2", + "D. 1" + ] + }, + { + "video_uid": "video_002314", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "C", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 1", + "C. 2", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 2", + "D. 5" + ] + }, + { + "video_uid": "video_002315", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "D", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_002316", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "C", + "hit_type": "杀球", + "count": 3, + "options_zh": [ + "A. 1", + "B. 0", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 1", + "B. 0", + "C. 3", + "D. 5" + ] + }, + { + "video_uid": "video_002317", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "B", + "hit_type": "杀球", + "count": 3, + "options_zh": [ + "A. 5", + "B. 3", + "C. 4", + "D. 0" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 4", + "D. 0" + ] + }, + { + "video_uid": "video_002318", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "C", + "hit_type": "杀球", + "count": 3, + "options_zh": [ + "A. 7", + "B. 5", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 7", + "B. 5", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_002319", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 3", + "C. 0", + "D. 5" + ], + "options_en": [ + "A. 2", + "B. 3", + "C. 0", + "D. 5" + ] + }, + { + "video_uid": "video_002320", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 0", + "C. 7", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 7", + "D. 4" + ] + }, + { + "video_uid": "video_002321", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "D", + "hit_type": "杀球", + "count": 4, + "options_zh": [ + "A. 1", + "B. 7", + "C. 2", + "D. 4" + ], + "options_en": [ + "A. 1", + "B. 7", + "C. 2", + "D. 4" + ] + }, + { + "video_uid": "video_002322", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 5", + "D. 6" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 5", + "D. 6" + ] + }, + { + "video_uid": "video_002323", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 4", + "C. 6", + "D. 7" + ], + "options_en": [ + "A. 2", + "B. 4", + "C. 6", + "D. 7" + ] + }, + { + "video_uid": "video_002324", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 4", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 2", + "B. 4", + "C. 5", + "D. 7" + ] + }, + { + "video_uid": "video_002325", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "C", + "hit_type": "杀球", + "count": 3, + "options_zh": [ + "A. 1", + "B. 2", + "C. 3", + "D. 6" + ], + "options_en": [ + "A. 1", + "B. 2", + "C. 3", + "D. 6" + ] + }, + { + "video_uid": "video_002326", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 7" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 7" + ] + }, + { + "video_uid": "video_002327", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“杀球”:杀球是一种将球在尽量高的击球点上大力斜压下去的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Smash' performed? A smash is a powerful overhead shot hit steeply downwards into the opponent's court." + }, + "answer": "A", + "hit_type": "杀球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 5", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_002328", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "B", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 2", + "C. 0", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 0", + "D. 1" + ] + }, + { + "video_uid": "video_002329", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 5", + "C. 3", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 3", + "D. 4" + ] + }, + { + "video_uid": "video_002330", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 5", + "D. 7" + ] + }, + { + "video_uid": "video_002331", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 6, + "options_zh": [ + "A. 6", + "B. 4", + "C. 9", + "D. 8" + ], + "options_en": [ + "A. 6", + "B. 4", + "C. 9", + "D. 8" + ] + }, + { + "video_uid": "video_002332", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "D", + "hit_type": "高远球", + "count": 3, + "options_zh": [ + "A. 0", + "B. 6", + "C. 4", + "D. 3" + ], + "options_en": [ + "A. 0", + "B. 6", + "C. 4", + "D. 3" + ] + }, + { + "video_uid": "video_002333", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "D", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 4", + "C. 6", + "D. 2" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 6", + "D. 2" + ] + }, + { + "video_uid": "video_002334", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "B", + "hit_type": "高远球", + "count": 4, + "options_zh": [ + "A. 3", + "B. 4", + "C. 7", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 7", + "D. 1" + ] + }, + { + "video_uid": "video_002335", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "C", + "hit_type": "高远球", + "count": 5, + "options_zh": [ + "A. 8", + "B. 4", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 8", + "B. 4", + "C. 5", + "D. 3" + ] + }, + { + "video_uid": "video_002336", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 2", + "C. 9", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 9", + "D. 1" + ] + }, + { + "video_uid": "video_002337", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "B", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 2", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 1", + "D. 5" + ] + }, + { + "video_uid": "video_002338", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "C", + "hit_type": "高远球", + "count": 7, + "options_zh": [ + "A. 6", + "B. 9", + "C. 7", + "D. 8" + ], + "options_en": [ + "A. 6", + "B. 9", + "C. 7", + "D. 8" + ] + }, + { + "video_uid": "video_002339", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 5", + "C. 0", + "D. 4" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 0", + "D. 4" + ] + }, + { + "video_uid": "video_002340", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "C", + "hit_type": "高远球", + "count": 5, + "options_zh": [ + "A. 7", + "B. 8", + "C. 5", + "D. 4" + ], + "options_en": [ + "A. 7", + "B. 8", + "C. 5", + "D. 4" + ] + }, + { + "video_uid": "video_002341", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "A", + "hit_type": "高远球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 6", + "C. 2", + "D. 7" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 2", + "D. 7" + ] + }, + { + "video_uid": "video_002342", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“高远球”:高远球是一种以较高的弧线将来球击到对方场区底线附近的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Clear' performed? A clear is a shot hit deep into the opponent's backcourt with a high trajectory." + }, + "answer": "C", + "hit_type": "高远球", + "count": 11, + "options_zh": [ + "A. 12", + "B. 8", + "C. 11", + "D. 1" + ], + "options_en": [ + "A. 12", + "B. 8", + "C. 11", + "D. 1" + ] + }, + { + "video_uid": "video_002343", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "C", + "hit_type": "吊球", + "count": 1, + "options_zh": [ + "A. 3", + "B. 2", + "C. 1", + "D. 4" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 1", + "D. 4" + ] + }, + { + "video_uid": "video_002344", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "C", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 6", + "B. 1", + "C. 2", + "D. 3" + ], + "options_en": [ + "A. 6", + "B. 1", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_002345", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 3", + "C. 7", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 3", + "C. 7", + "D. 2" + ] + }, + { + "video_uid": "video_002346", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 0", + "D. 6" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 0", + "D. 6" + ] + }, + { + "video_uid": "video_002347", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "C", + "hit_type": "吊球", + "count": 3, + "options_zh": [ + "A. 2", + "B. 0", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_002348", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 3", + "C. 4", + "D. 5" + ], + "options_en": [ + "A. 2", + "B. 3", + "C. 4", + "D. 5" + ] + }, + { + "video_uid": "video_002349", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "B", + "hit_type": "吊球", + "count": 4, + "options_zh": [ + "A. 3", + "B. 4", + "C. 0", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 0", + "D. 1" + ] + }, + { + "video_uid": "video_002350", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 7", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 7", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_002351", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "D", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 6", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002352", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "C", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 5", + "C. 2", + "D. 7" + ], + "options_en": [ + "A. 0", + "B. 5", + "C. 2", + "D. 7" + ] + }, + { + "video_uid": "video_002353", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "B", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 2", + "C. 5", + "D. 4" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 5", + "D. 4" + ] + }, + { + "video_uid": "video_002354", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 6", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 6", + "D. 3" + ] + }, + { + "video_uid": "video_002355", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "D", + "hit_type": "吊球", + "count": 2, + "options_zh": [ + "A. 1", + "B. 7", + "C. 4", + "D. 2" + ], + "options_en": [ + "A. 1", + "B. 7", + "C. 4", + "D. 2" + ] + }, + { + "video_uid": "video_002356", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "A", + "hit_type": "吊球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 4", + "C. 6", + "D. 0" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 6", + "D. 0" + ] + }, + { + "video_uid": "video_002357", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“吊球”:吊球是一种在中后场通过拦截轻打让羽毛球快速下坠,将球送至对手前场的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Drop shot' performed? A drop shot is typically hit from the midcourt or backcourt, aiming to land softly and close to the net in the opponent's forecourt." + }, + "answer": "C", + "hit_type": "吊球", + "count": 3, + "options_zh": [ + "A. 2", + "B. 4", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 2", + "B. 4", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_002358", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "B", + "hit_type": "放网前球", + "count": 1, + "options_zh": [ + "A. 0", + "B. 1", + "C. 6", + "D. 4" + ], + "options_en": [ + "A. 0", + "B. 1", + "C. 6", + "D. 4" + ] + }, + { + "video_uid": "video_002359", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "D", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 1", + "B. 4", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 1", + "B. 4", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_002360", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "B", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 2", + "C. 7", + "D. 5" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 7", + "D. 5" + ] + }, + { + "video_uid": "video_002361", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "B", + "hit_type": "放网前球", + "count": 3, + "options_zh": [ + "A. 5", + "B. 3", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 5", + "B. 3", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002362", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "D", + "hit_type": "放网前球", + "count": 3, + "options_zh": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 2", + "D. 3" + ] + }, + { + "video_uid": "video_002363", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "A", + "hit_type": "放网前球", + "count": 4, + "options_zh": [ + "A. 4", + "B. 5", + "C. 1", + "D. 7" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 1", + "D. 7" + ] + }, + { + "video_uid": "video_002364", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "D", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 1", + "B. 0", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 1", + "B. 0", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_002365", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "C", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 7", + "B. 0", + "C. 2", + "D. 5" + ], + "options_en": [ + "A. 7", + "B. 0", + "C. 2", + "D. 5" + ] + }, + { + "video_uid": "video_002366", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "A", + "hit_type": "放网前球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 7", + "C. 2", + "D. 6" + ], + "options_en": [ + "A. 3", + "B. 7", + "C. 2", + "D. 6" + ] + }, + { + "video_uid": "video_002367", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "A", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 3", + "C. 5", + "D. 0" + ], + "options_en": [ + "A. 2", + "B. 3", + "C. 5", + "D. 0" + ] + }, + { + "video_uid": "video_002368", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "A", + "hit_type": "放网前球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 2", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 5", + "D. 1" + ] + }, + { + "video_uid": "video_002369", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "B", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 2", + "C. 6", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 6", + "D. 5" + ] + }, + { + "video_uid": "video_002370", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "C", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 1", + "C. 2", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 1", + "C. 2", + "D. 5" + ] + }, + { + "video_uid": "video_002371", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“放网前球”:放网前球是一种在网前通过搓或拍面几乎水平的动作将球回送至对方网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net shot' performed? A net shot is played close to the net, usually dropping tightly over the net into the opponent's forecourt." + }, + "answer": "D", + "hit_type": "放网前球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 7", + "C. 5", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 7", + "C. 5", + "D. 2" + ] + }, + { + "video_uid": "video_002372", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "A", + "hit_type": "勾球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 6", + "C. 0", + "D. 8" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 0", + "D. 8" + ] + }, + { + "video_uid": "video_002373", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "C", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 5", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 4", + "B. 5", + "C. 2", + "D. 0" + ] + }, + { + "video_uid": "video_002374", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "C", + "hit_type": "勾球", + "count": 1, + "options_zh": [ + "A. 6", + "B. 0", + "C. 1", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 0", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_002375", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "C", + "hit_type": "勾球", + "count": 1, + "options_zh": [ + "A. 0", + "B. 2", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 1", + "D. 5" + ] + }, + { + "video_uid": "video_002376", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "D", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 1", + "C. 3", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 1", + "C. 3", + "D. 2" + ] + }, + { + "video_uid": "video_002377", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "A", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 0", + "C. 1", + "D. 5" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 1", + "D. 5" + ] + }, + { + "video_uid": "video_002378", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "B", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 2", + "C. 6", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 6", + "D. 3" + ] + }, + { + "video_uid": "video_002379", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "B", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 3", + "D. 1" + ] + }, + { + "video_uid": "video_002380", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "A", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 0", + "C. 5", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 5", + "D. 3" + ] + }, + { + "video_uid": "video_002381", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“勾球”:勾球是一种通过手腕快速弯曲击球、使球穿越至对方场地对侧网前的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Cross-court net shot' performed? A cross-court net shot involves hitting the shuttle diagonally across the net from one side of the forecourt to the other, using wrist action." + }, + "answer": "C", + "hit_type": "勾球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 4", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 2", + "D. 0" + ] + }, + { + "video_uid": "video_002382", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "B", + "hit_type": "挡网", + "count": 3, + "options_zh": [ + "A. 6", + "B. 3", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 3", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002383", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "A", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 2", + "B. 5", + "C. 0", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 0", + "D. 3" + ] + }, + { + "video_uid": "video_002384", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "B", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 7", + "B. 2", + "C. 0", + "D. 1" + ], + "options_en": [ + "A. 7", + "B. 2", + "C. 0", + "D. 1" + ] + }, + { + "video_uid": "video_002385", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "A", + "hit_type": "挡网", + "count": 4, + "options_zh": [ + "A. 4", + "B. 1", + "C. 2", + "D. 9" + ], + "options_en": [ + "A. 4", + "B. 1", + "C. 2", + "D. 9" + ] + }, + { + "video_uid": "video_002386", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "D", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 7", + "B. 4", + "C. 5", + "D. 2" + ], + "options_en": [ + "A. 7", + "B. 4", + "C. 5", + "D. 2" + ] + }, + { + "video_uid": "video_002387", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "A", + "hit_type": "挡网", + "count": 1, + "options_zh": [ + "A. 1", + "B. 4", + "C. 3", + "D. 0" + ], + "options_en": [ + "A. 1", + "B. 4", + "C. 3", + "D. 0" + ] + }, + { + "video_uid": "video_002388", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "D", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 3", + "B. 4", + "C. 1", + "D. 2" + ], + "options_en": [ + "A. 3", + "B. 4", + "C. 1", + "D. 2" + ] + }, + { + "video_uid": "video_002389", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "D", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 4", + "B. 3", + "C. 7", + "D. 2" + ], + "options_en": [ + "A. 4", + "B. 3", + "C. 7", + "D. 2" + ] + }, + { + "video_uid": "video_002390", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "C", + "hit_type": "挡网", + "count": 1, + "options_zh": [ + "A. 0", + "B. 5", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 0", + "B. 5", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_002391", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "C", + "hit_type": "挡网", + "count": 4, + "options_zh": [ + "A. 5", + "B. 2", + "C. 4", + "D. 9" + ], + "options_en": [ + "A. 5", + "B. 2", + "C. 4", + "D. 9" + ] + }, + { + "video_uid": "video_002392", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“挡网”:挡网是一种用静止的球拍击球、利用羽毛球前冲力将其回击给对手的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Block' performed? A block is a defensive shot played at the net, using the opponent's pace to return the shuttle, often dropping it short." + }, + "answer": "A", + "hit_type": "挡网", + "count": 2, + "options_zh": [ + "A. 2", + "B. 0", + "C. 4", + "D. 5" + ], + "options_en": [ + "A. 2", + "B. 0", + "C. 4", + "D. 5" + ] + }, + { + "video_uid": "video_002393", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "D", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 4", + "C. 6", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 4", + "C. 6", + "D. 2" + ] + }, + { + "video_uid": "video_002394", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "C", + "hit_type": "推球", + "count": 3, + "options_zh": [ + "A. 4", + "B. 0", + "C. 3", + "D. 5" + ], + "options_en": [ + "A. 4", + "B. 0", + "C. 3", + "D. 5" + ] + }, + { + "video_uid": "video_002395", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "B", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 2", + "C. 5", + "D. 4" + ], + "options_en": [ + "A. 0", + "B. 2", + "C. 5", + "D. 4" + ] + }, + { + "video_uid": "video_002396", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "A", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 6", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 6", + "C. 1", + "D. 3" + ] + }, + { + "video_uid": "video_002397", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "D", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 0", + "B. 1", + "C. 6", + "D. 2" + ], + "options_en": [ + "A. 0", + "B. 1", + "C. 6", + "D. 2" + ] + }, + { + "video_uid": "video_002398", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "A", + "hit_type": "推球", + "count": 6, + "options_zh": [ + "A. 6", + "B. 3", + "C. 0", + "D. 2" + ], + "options_en": [ + "A. 6", + "B. 3", + "C. 0", + "D. 2" + ] + }, + { + "video_uid": "video_002399", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "B", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 4", + "B. 2", + "C. 0", + "D. 3" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 0", + "D. 3" + ] + }, + { + "video_uid": "video_002400", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "C", + "hit_type": "推球", + "count": 5, + "options_zh": [ + "A. 6", + "B. 8", + "C. 5", + "D. 7" + ], + "options_en": [ + "A. 6", + "B. 8", + "C. 5", + "D. 7" + ] + }, + { + "video_uid": "video_002401", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "A", + "hit_type": "推球", + "count": 1, + "options_zh": [ + "A. 1", + "B. 0", + "C. 3", + "D. 6" + ], + "options_en": [ + "A. 1", + "B. 0", + "C. 3", + "D. 6" + ] + }, + { + "video_uid": "video_002402", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "A", + "hit_type": "推球", + "count": 3, + "options_zh": [ + "A. 3", + "B. 6", + "C. 4", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 6", + "C. 4", + "D. 5" + ] + }, + { + "video_uid": "video_002403", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "B", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 2", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 5", + "D. 1" + ] + }, + { + "video_uid": "video_002404", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "A", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 2", + "B. 1", + "C. 7", + "D. 0" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 7", + "D. 0" + ] + }, + { + "video_uid": "video_002405", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“推球”:推球是一种通过拍面与球形成一定角度、给球向前向上的力的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Push shot' performed? A push shot is played from the forecourt or midcourt, directing the shuttle with a pushing motion, often flat or slightly upwards." + }, + "answer": "B", + "hit_type": "推球", + "count": 2, + "options_zh": [ + "A. 3", + "B. 2", + "C. 6", + "D. 5" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 6", + "D. 5" + ] + }, + { + "video_uid": "video_002406", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "B", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 2", + "B. 1", + "C. 0", + "D. 5" + ], + "options_en": [ + "A. 2", + "B. 1", + "C. 0", + "D. 5" + ] + }, + { + "video_uid": "video_002407", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "D", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 4", + "B. 2", + "C. 6", + "D. 1" + ], + "options_en": [ + "A. 4", + "B. 2", + "C. 6", + "D. 1" + ] + }, + { + "video_uid": "video_002408", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "C", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 3", + "B. 2", + "C. 1", + "D. 0" + ], + "options_en": [ + "A. 3", + "B. 2", + "C. 1", + "D. 0" + ] + }, + { + "video_uid": "video_002409", + "duration": "long", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "D", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 0", + "B. 3", + "C. 5", + "D. 1" + ], + "options_en": [ + "A. 0", + "B. 3", + "C. 5", + "D. 1" + ] + }, + { + "video_uid": "video_002410", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "D", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 6", + "B. 3", + "C. 0", + "D. 1" + ], + "options_en": [ + "A. 6", + "B. 3", + "C. 0", + "D. 1" + ] + }, + { + "video_uid": "video_002411", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "A", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 1", + "B. 4", + "C. 2", + "D. 0" + ], + "options_en": [ + "A. 1", + "B. 4", + "C. 2", + "D. 0" + ] + }, + { + "video_uid": "video_002412", + "duration": "mid", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "C", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 2", + "B. 5", + "C. 1", + "D. 0" + ], + "options_en": [ + "A. 2", + "B. 5", + "C. 1", + "D. 0" + ] + }, + { + "video_uid": "video_002413", + "duration": "short", + "spatial": "count", + "temporal": "detailed hitting count", + "question": { + "question_zh": "在所提供的视频片段中,总共出现了几次“扑球”:扑球是一种在对方发网前球或回击网前球时,迅速上步在网前举拍扑杀的击球方式。?", + "question_en": "In the provided video segment, how many times was the 'Net kill' performed? A net kill is an aggressive shot hit downwards forcefully from close to the net when the shuttle is above net height." + }, + "answer": "C", + "hit_type": "扑球", + "count": 1, + "options_zh": [ + "A. 2", + "B. 4", + "C. 1", + "D. 3" + ], + "options_en": [ + "A. 2", + "B. 4", + "C. 1", + "D. 3" + ] + } +] diff --git a/hf_video_clips_qa/video_000001.mp4 b/hf_video_clips_qa/video_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee978ecb8d549e7818a246154fa973416b9f141b --- /dev/null +++ b/hf_video_clips_qa/video_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057d2d6dd52eb892719b36aa1f017ac6272e19502dd93efbc0ca9f97f35b6fe0 +size 642017 diff --git a/hf_video_clips_qa/video_000002.mp4 b/hf_video_clips_qa/video_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e491a54ee7a2e7cba459148bb798641f2111cf8a --- /dev/null +++ b/hf_video_clips_qa/video_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9051c7ba4daba25f1206555d73c5ee2f5c5dfff8f5749a2cc883571379536956 +size 591764 diff --git a/hf_video_clips_qa/video_000003.mp4 b/hf_video_clips_qa/video_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18e0fbf3dacb6b0583af0fb7926b7e9fa854cc33 --- /dev/null +++ b/hf_video_clips_qa/video_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58aecdab108bd1e1332fb5b45811cc5c4f6e0f2f5987b7da3e98c7345ddc1a13 +size 499766 diff --git a/hf_video_clips_qa/video_000004.mp4 b/hf_video_clips_qa/video_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b98ee43174e7a430f6cb53110d223d433202d8a9 --- /dev/null +++ b/hf_video_clips_qa/video_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd67944b8bda3a311acaa7b26cc8ea9fd35e87ce3a7e922479fbd96761b9768 +size 490156 diff --git a/hf_video_clips_qa/video_000005.mp4 b/hf_video_clips_qa/video_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36afee5046d28ca8a4ecdfab8e0b46323a01a1fe --- /dev/null +++ b/hf_video_clips_qa/video_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accbbe02ea2b6420891349818293761490bc1bcdc19f85c5df468bc95da40540 +size 650071 diff --git a/hf_video_clips_qa/video_000006.mp4 b/hf_video_clips_qa/video_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..991f9f5070ddea33ac01d2f597d412d8e031f3e3 --- /dev/null +++ b/hf_video_clips_qa/video_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60833a4b0d5f134b074fe4d07eb68143fb1a4e02d72d2f184e47835a4265df72 +size 396268 diff --git a/hf_video_clips_qa/video_000007.mp4 b/hf_video_clips_qa/video_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f41df302201df0e14cda7b0bf801b91bc7698af3 --- /dev/null +++ b/hf_video_clips_qa/video_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f43f04e3a8d7111f5413adc45dc2179cfe57583965303105ccfa29a5eadf57 +size 574803 diff --git a/hf_video_clips_qa/video_000008.mp4 b/hf_video_clips_qa/video_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d1d3c5115d5eb720599ea508e0a321867b42be --- /dev/null +++ b/hf_video_clips_qa/video_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d513a72a0b2f95d0d8b68400c582fb13954f7d69cf57ebdb59adbe8c9ebbc615 +size 655418 diff --git a/hf_video_clips_qa/video_000009.mp4 b/hf_video_clips_qa/video_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fa68292bf350c2547d4b16ca8807b205c59e7b6 --- /dev/null +++ b/hf_video_clips_qa/video_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9226ece5523bdb28f4ca7133adb396bb3c19566da44af541ddc38dbe175083 +size 573697 diff --git a/hf_video_clips_qa/video_000010.mp4 b/hf_video_clips_qa/video_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85e22997b511d4d7fd9c7ca2308e2e94060634cc --- /dev/null +++ b/hf_video_clips_qa/video_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1bc515b60c320dc8c8d6e778d8338bde00d1d245f0227dde8418ea451e41ab +size 546862 diff --git a/hf_video_clips_qa/video_000011.mp4 b/hf_video_clips_qa/video_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31191db5546b9384026f11d345d4d995aa3d2a6e --- /dev/null +++ b/hf_video_clips_qa/video_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0328bf900a7a7bbdfb17d308673fa02837368c3ce0397044667dd140f6adebb1 +size 642630 diff --git a/hf_video_clips_qa/video_000012.mp4 b/hf_video_clips_qa/video_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..417cf5f90e10f8b25dbdcb7f956d0d42c8a3adbd --- /dev/null +++ b/hf_video_clips_qa/video_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7a36a8a14e2b680331f2a485c2022392dbe3605e4bd543e0db8473ceb73e6c +size 441439 diff --git a/hf_video_clips_qa/video_000013.mp4 b/hf_video_clips_qa/video_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f56fe1294edbf014068dd40ff02bd2d7cca51028 --- /dev/null +++ b/hf_video_clips_qa/video_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98542c17a1f2f32d3b8bcba58b0eb94e45be4bc467d0b7db8de8fef71f2186ae +size 443216 diff --git a/hf_video_clips_qa/video_000014.mp4 b/hf_video_clips_qa/video_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d46864262077481c1972398428dbfd05ea5e5854 --- /dev/null +++ b/hf_video_clips_qa/video_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae016cec2a19b9efbb3a85d4f67d926275bd56bafe2b87e0d66ad301a7f509 +size 411987 diff --git a/hf_video_clips_qa/video_000015.mp4 b/hf_video_clips_qa/video_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..599b5fa4c53c91d1aff01b6aace95a3f001652c0 --- /dev/null +++ b/hf_video_clips_qa/video_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b43ff2b3b1a7a1a684bdc127c4c2088f7f2995378fa6e4504fafe8164d90ed +size 534742 diff --git a/hf_video_clips_qa/video_000016.mp4 b/hf_video_clips_qa/video_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46543ec90cd2d14446ce1e81c03f97ad05a9b7e8 --- /dev/null +++ b/hf_video_clips_qa/video_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356449f66bc1a603da91cfc7fc23de45940c8f5c2887d232445234a4f1f8433c +size 442734 diff --git a/hf_video_clips_qa/video_000017.mp4 b/hf_video_clips_qa/video_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15574f7893dc402d8b58499bd358fce02f2ac3bc --- /dev/null +++ b/hf_video_clips_qa/video_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4420f069d1f299b65ee5145ce7b874dde72c905878ee9749b70982e36271ff +size 438269 diff --git a/hf_video_clips_qa/video_000018.mp4 b/hf_video_clips_qa/video_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..837b4b49120f1ffc30256468fd245b457a71bf3a --- /dev/null +++ b/hf_video_clips_qa/video_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad49ceed9a9dfa00f796e2c1d759358dc69b5a135137cbbcebd507d07e025da +size 537076 diff --git a/hf_video_clips_qa/video_000019.mp4 b/hf_video_clips_qa/video_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fd6bc4983ced2ffdacffc7133c23d1776407986 --- /dev/null +++ b/hf_video_clips_qa/video_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7259c7560900115bfb282a774d9ba75b73ece90b17d684372b1d3d5a59d7076f +size 292394 diff --git a/hf_video_clips_qa/video_000020.mp4 b/hf_video_clips_qa/video_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07dcd89fbf08adb1eafa83e3d9b159c5ecf17fc9 --- /dev/null +++ b/hf_video_clips_qa/video_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c87031a5aa8f3470cb83137d71692490b0f566913777064031d865d3c5e8259 +size 469004 diff --git a/hf_video_clips_qa/video_000021.mp4 b/hf_video_clips_qa/video_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00ade5b3096075f89167d9efdf2911fc549402e9 --- /dev/null +++ b/hf_video_clips_qa/video_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66290533b64304881896bd69fdddab1e2c957d44d8c4523d3f904c62cad70bd +size 880566 diff --git a/hf_video_clips_qa/video_000022.mp4 b/hf_video_clips_qa/video_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93889e9a0525a5c039861c05cf062cea637b8031 --- /dev/null +++ b/hf_video_clips_qa/video_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f168374de9448faba2561bae9bb80192050563b6004ea15aaadc279e878a7db9 +size 434484 diff --git a/hf_video_clips_qa/video_000023.mp4 b/hf_video_clips_qa/video_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d167f07762fb131f7ebabf7cc35e3ae237fc86 --- /dev/null +++ b/hf_video_clips_qa/video_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a38d916d04176aee01bd5986fc9ed00b0644a440e508772b1808ba6fb9b456f +size 450184 diff --git a/hf_video_clips_qa/video_000024.mp4 b/hf_video_clips_qa/video_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f30a9310592e1fd1ab1634ed3fcb3d50979221d --- /dev/null +++ b/hf_video_clips_qa/video_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0e83d66924e9a25a08c310b2ec60535d078864780b45acd10c40ab3bc3ae09 +size 495997 diff --git a/hf_video_clips_qa/video_000025.mp4 b/hf_video_clips_qa/video_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55889306f2a77b4b45278b3e252a1fae1712f712 --- /dev/null +++ b/hf_video_clips_qa/video_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfb306a96b0b179406891e42878490957eb36bfc3d4986e73900ee413b8cee2 +size 508471 diff --git a/hf_video_clips_qa/video_000026.mp4 b/hf_video_clips_qa/video_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47263bfb8e8c2f01d68b3c2db592fd05a66074e0 --- /dev/null +++ b/hf_video_clips_qa/video_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3395fc34befa79ebe5a8eaab2f486cd77fb57bed16904d6ccac0fc558da87fed +size 512336 diff --git a/hf_video_clips_qa/video_000027.mp4 b/hf_video_clips_qa/video_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9599a03bb097f2b4180fc97baf077b168fc9abc0 --- /dev/null +++ b/hf_video_clips_qa/video_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b04afc62afbdd2055e6f1741dd71fb5e0436b690580c5bb5f7640537d11b7c0 +size 452431 diff --git a/hf_video_clips_qa/video_000028.mp4 b/hf_video_clips_qa/video_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e39beda424222ea0cdfb6dbb6e272bea384fffce --- /dev/null +++ b/hf_video_clips_qa/video_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7462d8dd2ec835c5c57a1f2f4078689f0f3e68ce33da414aa5e040823f3fcf +size 476590 diff --git a/hf_video_clips_qa/video_000029.mp4 b/hf_video_clips_qa/video_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b3501db18cb67dbd35232654be242b6457d5859 --- /dev/null +++ b/hf_video_clips_qa/video_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879b52106cb481fce969087d248022f15368dde04cb18f0e983e4e14b97c979e +size 531039 diff --git a/hf_video_clips_qa/video_000030.mp4 b/hf_video_clips_qa/video_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c182f4906b787ceb9b5eb5e76767490af7053ce --- /dev/null +++ b/hf_video_clips_qa/video_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a9a4794514adf0fcdaa2581b86aa2b5700f89d5065ae3b02e41a9cbf77bd10 +size 487747 diff --git a/hf_video_clips_qa/video_000031.mp4 b/hf_video_clips_qa/video_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e41810c85dcc996aa478ac87ec41f2c3dd837fa2 --- /dev/null +++ b/hf_video_clips_qa/video_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650393fe3ad0c65336bdd329b459969e219c86e7100adaa6c955f82af5b9d925 +size 454023 diff --git a/hf_video_clips_qa/video_000032.mp4 b/hf_video_clips_qa/video_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c95bb3874d9bb6de38f11e77ec1f5758c99b2f17 --- /dev/null +++ b/hf_video_clips_qa/video_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5448bd1d77cd73a047ff42f15a1be170564596840dc5efd7268f1407b03cee8 +size 440899 diff --git a/hf_video_clips_qa/video_000033.mp4 b/hf_video_clips_qa/video_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ceea3a709f2425ed4c91e9aa0a570c0fd18c8c2 --- /dev/null +++ b/hf_video_clips_qa/video_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b287f7b8b9a4fa645145fbda5b8b80010f7dfd7c4ea03cf85bb373b2b5c4454 +size 472607 diff --git a/hf_video_clips_qa/video_000034.mp4 b/hf_video_clips_qa/video_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08d38ca5d81be9dc1945537faf7abfe23d696b19 --- /dev/null +++ b/hf_video_clips_qa/video_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c845528bb84f0ba4f418a508105f8e072be43716ea0713741c3407ff9c9c58 +size 520975 diff --git a/hf_video_clips_qa/video_000035.mp4 b/hf_video_clips_qa/video_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02b9783e26dfad948cd4d2d4974374e175343c86 --- /dev/null +++ b/hf_video_clips_qa/video_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2e7e87a2781c1878018b30aaf9897e09c20051c576d46ee2214f143d047841 +size 457406 diff --git a/hf_video_clips_qa/video_000036.mp4 b/hf_video_clips_qa/video_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52ff471ab3f599a2493cce54b646c5496c33b51e --- /dev/null +++ b/hf_video_clips_qa/video_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db242ea5ecba4ab5770253246d5afffceebe02121a3af2c1f23ddfc35fac972 +size 485434 diff --git a/hf_video_clips_qa/video_000037.mp4 b/hf_video_clips_qa/video_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfebd606ea0c9b70ac157db21995681f709c3248 --- /dev/null +++ b/hf_video_clips_qa/video_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeade336890bad88b2eafea5c9eecc1f2156d74c13aec23c77ee4957e5375756 +size 453471 diff --git a/hf_video_clips_qa/video_000038.mp4 b/hf_video_clips_qa/video_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..629053b37da04b46a74815c12f5241ed78b81de7 --- /dev/null +++ b/hf_video_clips_qa/video_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802991d9da1da00eb07af9aca07857f13d07916373188d6d590722efa4b7f6b3 +size 418245 diff --git a/hf_video_clips_qa/video_000039.mp4 b/hf_video_clips_qa/video_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f54df9ac886bcfbb8d4258962893694c18b1dab --- /dev/null +++ b/hf_video_clips_qa/video_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e4707e9e47d36b375fc19ba1c867cdd12c62f221fce70e6015d100f05697e6 +size 569084 diff --git a/hf_video_clips_qa/video_000040.mp4 b/hf_video_clips_qa/video_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf82024d27240f9b85a930b2e1c5dd985b4a8898 --- /dev/null +++ b/hf_video_clips_qa/video_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d901edb20ec97fe1b4d13faee67e5670db07754df24073d058adb2bcd4a9353 +size 502142 diff --git a/hf_video_clips_qa/video_000041.mp4 b/hf_video_clips_qa/video_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4699ad766755986de2e79c44b6e45cbc31ad791 --- /dev/null +++ b/hf_video_clips_qa/video_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b76886a22d505e843d4d0e3768f1adb0ec4fd6188beec13ce39535746cd07b +size 464582 diff --git a/hf_video_clips_qa/video_000042.mp4 b/hf_video_clips_qa/video_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..caff4151ad0f727591913ac076b098f1c0f75acd --- /dev/null +++ b/hf_video_clips_qa/video_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9679085824515e6dccf986ca1aea73a6aba097d52c9c3867f360be7a8b939904 +size 391789 diff --git a/hf_video_clips_qa/video_000043.mp4 b/hf_video_clips_qa/video_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52f3b5a089a75c8da6d8b1eee643030f405a6b79 --- /dev/null +++ b/hf_video_clips_qa/video_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1f31cadc15cd74e7c7a74275e436134e9806a6ab64542dc3860f6408b248df +size 396454 diff --git a/hf_video_clips_qa/video_000044.mp4 b/hf_video_clips_qa/video_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03ba7f291894e9af771e9de8756e4765094cd550 --- /dev/null +++ b/hf_video_clips_qa/video_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e08ac489ed7331bb9076be64798729bd208cbf239a17e7278c83a0966f6551 +size 410235 diff --git a/hf_video_clips_qa/video_000045.mp4 b/hf_video_clips_qa/video_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe29f24a1f57325c791af7c1976041c888bddd5 --- /dev/null +++ b/hf_video_clips_qa/video_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fd3cc191ae99f7411fbebe70c1eeb5c7cdaaeca6c12174134f1d83f7db8bdc +size 483830 diff --git a/hf_video_clips_qa/video_000046.mp4 b/hf_video_clips_qa/video_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6db2790a5ff3affef3acb857e7d71d04f75d4b5 --- /dev/null +++ b/hf_video_clips_qa/video_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac9e1c1e4ff6fd5a110e8f79472cf1a73b8f2ba899353965871f7586c46da3b +size 296445 diff --git a/hf_video_clips_qa/video_000047.mp4 b/hf_video_clips_qa/video_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c1d6d088bde33739e240d4136a1736ba09fc659 --- /dev/null +++ b/hf_video_clips_qa/video_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514afbaefd89440393418bed3eea0c4111bcbcb001d4b02a44a1c7793d4733f1 +size 505737 diff --git a/hf_video_clips_qa/video_000048.mp4 b/hf_video_clips_qa/video_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5fc94e54f4c13b326eb6f36afde7bc82c5b870b --- /dev/null +++ b/hf_video_clips_qa/video_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbff95e85eff1fcf4c6adcd2c76763c3f224b629edc0c00d92886f9a2599a029 +size 542885 diff --git a/hf_video_clips_qa/video_000049.mp4 b/hf_video_clips_qa/video_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7018f59c9db2b2c56e892fcbe2b6412a3c719e07 --- /dev/null +++ b/hf_video_clips_qa/video_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907e7530858d9e52985928f461adf315f2e19135e089b4b075b06bf14692f793 +size 541756 diff --git a/hf_video_clips_qa/video_000050.mp4 b/hf_video_clips_qa/video_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8207eb69e91e69f691e633d0466012b3da20fa7 --- /dev/null +++ b/hf_video_clips_qa/video_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e259275b450bada8d9830b7dca94273a6590dffadd97751a00c7b004028cc4 +size 449554 diff --git a/hf_video_clips_qa/video_000051.mp4 b/hf_video_clips_qa/video_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0b5da4a4623b11ffeb459db721aba189a91f30f --- /dev/null +++ b/hf_video_clips_qa/video_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccd0a3a3850b32ab4f7889d735d9bda080678db73b86f4546ebb9f957abdb86 +size 539905 diff --git a/hf_video_clips_qa/video_000052.mp4 b/hf_video_clips_qa/video_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2994db74e54f2353b2ebd207ba01280d23f56d12 --- /dev/null +++ b/hf_video_clips_qa/video_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd996d3e7ea960f1f1c7be9b16ff6385fd8edf5495b1513adc3f98bb8dfaf82 +size 410061 diff --git a/hf_video_clips_qa/video_000053.mp4 b/hf_video_clips_qa/video_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aeedf9f870f2f2d797865c91a378ea89e113114 --- /dev/null +++ b/hf_video_clips_qa/video_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f7bc61d6408f0fd1b9a12f8b8394a712836936e56bb2666e1471299c9582ab +size 550101 diff --git a/hf_video_clips_qa/video_000054.mp4 b/hf_video_clips_qa/video_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ed88e0f8845c096c4193f858a40b59e19a8e931 --- /dev/null +++ b/hf_video_clips_qa/video_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c3946c5875d0c7f0c1369b1a72457c7280aef2529aca5e7c10c93d315d2e71 +size 427503 diff --git a/hf_video_clips_qa/video_000055.mp4 b/hf_video_clips_qa/video_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c5a7ffaae3d76060557dbbd35bba5de47c1764 --- /dev/null +++ b/hf_video_clips_qa/video_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3f43554a69007f384be2f5ee0198fde2ca39ce0345514f65dc25ae0a087687 +size 566999 diff --git a/hf_video_clips_qa/video_000056.mp4 b/hf_video_clips_qa/video_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1500b1413e174d06a733005d02aa3c8932ba1253 --- /dev/null +++ b/hf_video_clips_qa/video_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa381cdd750903dede70a42e497455221f4406f26feed3b6f5221914e2556c38 +size 352868 diff --git a/hf_video_clips_qa/video_000057.mp4 b/hf_video_clips_qa/video_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243ce706aee2fd16b8f8c4a37ebbaec1d443eeed --- /dev/null +++ b/hf_video_clips_qa/video_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78419b400cb44a186bfffe28edc1dedf25c395b060ee68e2a77e6efbc224776e +size 458814 diff --git a/hf_video_clips_qa/video_000058.mp4 b/hf_video_clips_qa/video_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8576ba0e5093223fa0c71ff1e8f35b3208480a43 --- /dev/null +++ b/hf_video_clips_qa/video_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184b453754c4f3d192747158f7ca3ef12355551353bdc3813d6167c23957ee7c +size 361011 diff --git a/hf_video_clips_qa/video_000059.mp4 b/hf_video_clips_qa/video_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15610a0aa4f9fe6b36c8ea21d6e93a38ff9269e9 --- /dev/null +++ b/hf_video_clips_qa/video_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12df2e6cce38bf193639b3efd28e86deb2c716d9039ba2fd25f2e62463e763a1 +size 447420 diff --git a/hf_video_clips_qa/video_000060.mp4 b/hf_video_clips_qa/video_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33d9f8df6b4d60872afa7153db0e58ac34aa26e0 --- /dev/null +++ b/hf_video_clips_qa/video_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f57c558689c1c3ccb5f4b3e093c3c07966d79f4f297c23e159c9c99c77dc02e +size 370612 diff --git a/hf_video_clips_qa/video_000061.mp4 b/hf_video_clips_qa/video_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0598e8b1743b7eb894415ad815df2519058f3d20 --- /dev/null +++ b/hf_video_clips_qa/video_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1cb89b8e0fb0f55d7e24f2dcd96007d91bb4a32e57baa90af2f802f6bacdf8 +size 361219 diff --git a/hf_video_clips_qa/video_000062.mp4 b/hf_video_clips_qa/video_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3695c266f514d4c2cc809c1448c27463bfd5482 --- /dev/null +++ b/hf_video_clips_qa/video_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f2d78cac8e3c6c4cda3e1075b93fc38a9fffde2d821d2bd360dc22d8d017eb +size 501281 diff --git a/hf_video_clips_qa/video_000063.mp4 b/hf_video_clips_qa/video_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c390958f73acad430c637774f3926be2b264e21 --- /dev/null +++ b/hf_video_clips_qa/video_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23b63af639a98ff667c56ee391c230607b77eac5035715c469a9f520b82c9a1 +size 484202 diff --git a/hf_video_clips_qa/video_000064.mp4 b/hf_video_clips_qa/video_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14affc97e3f14845e9cf57120a9876c3b5a27c33 --- /dev/null +++ b/hf_video_clips_qa/video_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495105d632c859a9c7cefab168671679e5d7c847316f6f7697f7d67a975e4e6e +size 2079295 diff --git a/hf_video_clips_qa/video_000065.mp4 b/hf_video_clips_qa/video_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5432b6ed7f376086c0959e6c7ab5dd94c5e8fc99 --- /dev/null +++ b/hf_video_clips_qa/video_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f1272e5d664153fdd13d1809363c5d32e9b2ea34311b9fb38c87b81c907d2e +size 615198 diff --git a/hf_video_clips_qa/video_000066.mp4 b/hf_video_clips_qa/video_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44ecee00d116ba0f3eedc9e2fabfba71289efef8 --- /dev/null +++ b/hf_video_clips_qa/video_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a5e1a92885d2bcbd7ce434c6cf5dce5d98908cf20e644f3d7e92248cda3838 +size 822832 diff --git a/hf_video_clips_qa/video_000067.mp4 b/hf_video_clips_qa/video_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73b9d61e2347a7866348f270dc9ace85832b4ce3 --- /dev/null +++ b/hf_video_clips_qa/video_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663457ebc9cfed3a2c899eb2eb1ee20ea2ee43e122ff166a858fbb7a47b9e2b6 +size 472046 diff --git a/hf_video_clips_qa/video_000068.mp4 b/hf_video_clips_qa/video_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4aaf207a584f5061c209a79697aa36d68debdb9 --- /dev/null +++ b/hf_video_clips_qa/video_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0346b99393495aa553f99954d421160fd21ede474c08b8ac170f654da3c3a8 +size 989998 diff --git a/hf_video_clips_qa/video_000069.mp4 b/hf_video_clips_qa/video_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cf784d64285d8f86969985605cb3af8f83b15fd --- /dev/null +++ b/hf_video_clips_qa/video_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1a074fef49737e8d1b3b29d509f074ce9254cc1901b45fea78f362b91dc7cc +size 610326 diff --git a/hf_video_clips_qa/video_000070.mp4 b/hf_video_clips_qa/video_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a7aa648d55e3ddec44c85c71fa2966703629de0 --- /dev/null +++ b/hf_video_clips_qa/video_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed87bfe4dffe55ba7be89e63ab04e5b85181ff28fb2af26268cdb011a56aad8 +size 592180 diff --git a/hf_video_clips_qa/video_000071.mp4 b/hf_video_clips_qa/video_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2e409df82b0146bdd8fb1e2da5a58c16a6d379 --- /dev/null +++ b/hf_video_clips_qa/video_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0c2a05b845d8118511e7ce655799f581762f4c5246c2dbebb36c48dfea49fc +size 743054 diff --git a/hf_video_clips_qa/video_000072.mp4 b/hf_video_clips_qa/video_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35e277bf34e16e1e68d54a0e4c03093e27ee6347 --- /dev/null +++ b/hf_video_clips_qa/video_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef7a2ba866c0d37b2e1e172b1b23c8fad2a57e68b980b4974b2ae3a9ae8c44e +size 417070 diff --git a/hf_video_clips_qa/video_000073.mp4 b/hf_video_clips_qa/video_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e2ba026ed75189dd24145b3be94d02a0fd765b7 --- /dev/null +++ b/hf_video_clips_qa/video_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11624e09ebe4808d30e8979a0458aff4bebd3eecce6cab2a581e8daf5a23a2f +size 455882 diff --git a/hf_video_clips_qa/video_000074.mp4 b/hf_video_clips_qa/video_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f26123187a5d6ebf57b4c146b7947bf05fb9d04 --- /dev/null +++ b/hf_video_clips_qa/video_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387de89e598704fb5e50ceff1d59e9e7117ff35f67f616ce509a0b2df3678152 +size 710056 diff --git a/hf_video_clips_qa/video_000075.mp4 b/hf_video_clips_qa/video_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ba8dbb6f979503962ec404d07123608f5f3c1b2 --- /dev/null +++ b/hf_video_clips_qa/video_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe9cb1f0036228aa4bbc02c4955c7b8e0017f179e925509743013fd51306cdf +size 467207 diff --git a/hf_video_clips_qa/video_000076.mp4 b/hf_video_clips_qa/video_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52f28c625ecf0c2d6d483dc01f215bceea979ba5 --- /dev/null +++ b/hf_video_clips_qa/video_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ab2aaa25dd9e74916f2ad555aef5f65ce0c59eba1d16ffcb71826695d58db +size 479099 diff --git a/hf_video_clips_qa/video_000077.mp4 b/hf_video_clips_qa/video_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56043f6f3a67accd4a6bec967a98f16a8b5f6930 --- /dev/null +++ b/hf_video_clips_qa/video_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9932fe9f69b0055ebf9813d1399ae5322fa19177cc99fcae4ccee251543ded +size 1046675 diff --git a/hf_video_clips_qa/video_000078.mp4 b/hf_video_clips_qa/video_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e25f54cf8cd6cd43ad46e52d79eece59bc61063 --- /dev/null +++ b/hf_video_clips_qa/video_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4448c8ee8fa72c7a61d7d16b2d9569913b98d66b39d1f28e914e4aadbb4a02c3 +size 437440 diff --git a/hf_video_clips_qa/video_000079.mp4 b/hf_video_clips_qa/video_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aaace2143dfa2c446f866bb29d35f6c81686a92 --- /dev/null +++ b/hf_video_clips_qa/video_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aa0af611953192c785f96ab174bacb9182e06b44dd3494af5d759c86c69b06 +size 454427 diff --git a/hf_video_clips_qa/video_000080.mp4 b/hf_video_clips_qa/video_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea0ee2af924b9cec40f199ae314f695b37f33c8 --- /dev/null +++ b/hf_video_clips_qa/video_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b6a9efbf5ab3da58cfe0e67f4c8569c926df6cd081d74f52835b354432abb +size 563986 diff --git a/hf_video_clips_qa/video_000081.mp4 b/hf_video_clips_qa/video_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b01f68c965f733dd5a84ed2f1f9447220d1be0c --- /dev/null +++ b/hf_video_clips_qa/video_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdab599f2ed7810a849820cbc838bf17465731ebabd9692fdd2d751aa8a6b53b +size 520638 diff --git a/hf_video_clips_qa/video_000082.mp4 b/hf_video_clips_qa/video_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..822cd7aa8e8c655193730953d08e3183bcc3b194 --- /dev/null +++ b/hf_video_clips_qa/video_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10deddb287c0a64f36dc2c2ec79a8574a784e1b0ad18112d16d01bad19a1736d +size 481565 diff --git a/hf_video_clips_qa/video_000083.mp4 b/hf_video_clips_qa/video_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..785cb1c53dc2c635d3754861bd602ba245f76f51 --- /dev/null +++ b/hf_video_clips_qa/video_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880e3eb8cd2a0da560d497e9a63bf0b065685a8bb3cf13c3116f5bcee54f22f1 +size 497225 diff --git a/hf_video_clips_qa/video_000084.mp4 b/hf_video_clips_qa/video_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ae699eb0c0cce33fc252c0ea1948ca12f505c12 --- /dev/null +++ b/hf_video_clips_qa/video_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cd945fc9537fe4f7881dba2fca78738a72c0dc263157c1d21bbe1dbd02fc3f +size 465192 diff --git a/hf_video_clips_qa/video_000085.mp4 b/hf_video_clips_qa/video_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4a858953145e2397c39ce7de7eb0b9a9830878b --- /dev/null +++ b/hf_video_clips_qa/video_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc601f017b92d256e5d7a8bc6b947fcf46df01eadeae6b5c9af8149e828625b6 +size 418507 diff --git a/hf_video_clips_qa/video_000086.mp4 b/hf_video_clips_qa/video_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12ab31733b093d5440e8c0e0873ee6538a1c7fdd --- /dev/null +++ b/hf_video_clips_qa/video_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87f3e6b81e63ff914089e4c6dcc20bee25d37df439c988f8d66a6174907932f +size 400161 diff --git a/hf_video_clips_qa/video_000087.mp4 b/hf_video_clips_qa/video_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..383bd893792d06200ddf578a962d93afa4cebdab --- /dev/null +++ b/hf_video_clips_qa/video_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e653dbbbfb59f6f467397c4762ffb2690faaac78e2c0b8f95534f29994c2d26c +size 462509 diff --git a/hf_video_clips_qa/video_000088.mp4 b/hf_video_clips_qa/video_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47872fb04ab983b574908591e8c1ac43134ee80 --- /dev/null +++ b/hf_video_clips_qa/video_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610feb056d6d739e28a2b216461ac600d9b43be59131cea935d86393315ccf36 +size 288422 diff --git a/hf_video_clips_qa/video_000089.mp4 b/hf_video_clips_qa/video_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b84a8a0e934f19dc761e4e1a19b59da37cee79a0 --- /dev/null +++ b/hf_video_clips_qa/video_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca9e7706ef56b73d684aa2023ed4af6b52bf589828edb6878081421a18b4feb +size 452591 diff --git a/hf_video_clips_qa/video_000090.mp4 b/hf_video_clips_qa/video_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f82f62967e9bc76b6e1cd033f52f4c6858d26ae --- /dev/null +++ b/hf_video_clips_qa/video_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a31a0f59167ebf0a9f1d3d81b4ee730225e01065709801d8a73705369ca3a37 +size 495258 diff --git a/hf_video_clips_qa/video_000091.mp4 b/hf_video_clips_qa/video_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b7fa565b9ef0422171e9cc52240bed87a6ff492 --- /dev/null +++ b/hf_video_clips_qa/video_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e6e8c85c606daa760ea9ae4328c35548fb47936665991e4da60c09e71e4e5d +size 607226 diff --git a/hf_video_clips_qa/video_000092.mp4 b/hf_video_clips_qa/video_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6b6398d36a7838bff53c5f3fbbb1b0a3b0ce746 --- /dev/null +++ b/hf_video_clips_qa/video_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96407568436419309e9627f7803289d378719c30e5695ed05c3541147ba35b9d +size 522139 diff --git a/hf_video_clips_qa/video_000093.mp4 b/hf_video_clips_qa/video_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19b16483e14ddbdf31d8a789dd77f4ab3341c252 --- /dev/null +++ b/hf_video_clips_qa/video_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03dede04f29655a48d4e820d30ebc8e93e537d53b7e99bb541cc7bb9969e49c +size 535595 diff --git a/hf_video_clips_qa/video_000094.mp4 b/hf_video_clips_qa/video_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99a32b79fcaead1a61bf3845f3a94418b9ec11bd --- /dev/null +++ b/hf_video_clips_qa/video_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671c92259448b7e1472955d8dd321379fcb9a527ab6f884ff7d5dee9abff8bbc +size 504389 diff --git a/hf_video_clips_qa/video_000095.mp4 b/hf_video_clips_qa/video_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..637951ec257c6b07bba2671b038104f3c7f2e288 --- /dev/null +++ b/hf_video_clips_qa/video_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077891c4887aa9e6db94af6614525e3c94038a868b9074545ad927f3f935f593 +size 515854 diff --git a/hf_video_clips_qa/video_000096.mp4 b/hf_video_clips_qa/video_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ab4a067b0c44e361542cc975557e06a0ed3f8c6 --- /dev/null +++ b/hf_video_clips_qa/video_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99e968bdb6b02412674f570d7335b894f74c9165b17b5ba908dc9b62e5da1ad +size 505633 diff --git a/hf_video_clips_qa/video_000097.mp4 b/hf_video_clips_qa/video_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b299ea339adc856baf53d90f716c83666b322e1 --- /dev/null +++ b/hf_video_clips_qa/video_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b18c3eb234eb22c113e5027ee0e843c286c0ceaf416839b0ace8eab7af1f11 +size 413023 diff --git a/hf_video_clips_qa/video_000098.mp4 b/hf_video_clips_qa/video_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b58bcae8c1cae8967004f40fc52e08ec72346e73 --- /dev/null +++ b/hf_video_clips_qa/video_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2631f1f197dd83b4fcaf141084c25f6e361f8c9f1e4bfec70d7ba1ddd28359d9 +size 542514 diff --git a/hf_video_clips_qa/video_000099.mp4 b/hf_video_clips_qa/video_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a8b1397633b4abc79dd5068ea20bf908fa2b31 --- /dev/null +++ b/hf_video_clips_qa/video_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8abd6f53e22923caea05c134e5f87047b7e655b0d7c6957fbc72c85afbb675 +size 614964 diff --git a/hf_video_clips_qa/video_000100.mp4 b/hf_video_clips_qa/video_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..165ad1f8f76185785db883f6873a7c42fdb03f28 --- /dev/null +++ b/hf_video_clips_qa/video_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3a0a416f7baf37839137f53739af2e01d6c96525aeac0aa389fe2c9466af29 +size 493948 diff --git a/hf_video_clips_qa/video_000101.mp4 b/hf_video_clips_qa/video_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69a1e700e74e50f760482cdaa618c8ecba35a668 --- /dev/null +++ b/hf_video_clips_qa/video_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636f61acd94d8a2f85a46c7530deb91ad517a1a581d3eca5ee05c6de3a115f7d +size 331437 diff --git a/hf_video_clips_qa/video_000102.mp4 b/hf_video_clips_qa/video_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b0212062a333c0cc101ad9befebba950ff54468 --- /dev/null +++ b/hf_video_clips_qa/video_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc23a290edeb6a554fed941829142ece44d8bc46550bb16665ada1f9e633a26 +size 583384 diff --git a/hf_video_clips_qa/video_000103.mp4 b/hf_video_clips_qa/video_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c118e6bc1cdd55b0efe6c06722a00539bf92af --- /dev/null +++ b/hf_video_clips_qa/video_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea73d2bc3651309c07e719b325b8fd7c1c5ff4edef65cc9a97f134df4a7e21a8 +size 641179 diff --git a/hf_video_clips_qa/video_000104.mp4 b/hf_video_clips_qa/video_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0953335e5bcb96af2c8bb1e2aed00817a8a4449 --- /dev/null +++ b/hf_video_clips_qa/video_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0683bd1f1c247afffb13fbbbffae45c59dfd3e456f52e56911d798f330f713 +size 566694 diff --git a/hf_video_clips_qa/video_000105.mp4 b/hf_video_clips_qa/video_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a362c20726ff39820a22dc850e60e793fb8475af --- /dev/null +++ b/hf_video_clips_qa/video_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80561311ee0b4cfffacf6275adeae7d61cd6498f0f1dad00174d0a97241fcb43 +size 425544 diff --git a/hf_video_clips_qa/video_000106.mp4 b/hf_video_clips_qa/video_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f9aa3bc737dbbd0e7ee9d184c014a831d11a48c --- /dev/null +++ b/hf_video_clips_qa/video_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66edf04c7cf2ff612a909bb33ffd302c8767930fae5b7658a15fda61584f3572 +size 412273 diff --git a/hf_video_clips_qa/video_000107.mp4 b/hf_video_clips_qa/video_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4a765577910adad5c381f800ed460dfad8b0c03 --- /dev/null +++ b/hf_video_clips_qa/video_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1e09eab4b0dfe7a45657e260d7f9d6ed17cdc3d090053b8aa6c84135f4731c +size 553664 diff --git a/hf_video_clips_qa/video_000108.mp4 b/hf_video_clips_qa/video_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95af9c59a7cf8a3526b58160a7aff3831c688236 --- /dev/null +++ b/hf_video_clips_qa/video_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79d79396c8da199db4c2ff528dfe012c72c886971bc213928e0353dc090a607 +size 531003 diff --git a/hf_video_clips_qa/video_000109.mp4 b/hf_video_clips_qa/video_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5790519fdfb3a7c564073b84630e1b48e6bfb3c1 --- /dev/null +++ b/hf_video_clips_qa/video_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f223cc67ff4bb601f3b8f474fe262e9bb532faa57849bc8248156861c16c9e04 +size 349455 diff --git a/hf_video_clips_qa/video_000110.mp4 b/hf_video_clips_qa/video_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fbcef7fd863b10b794a143cd64663af7f428783 --- /dev/null +++ b/hf_video_clips_qa/video_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd91aa77440d6c44b6bbac8b88d8054cff314dd3e49af9ebe6e670de3565501 +size 507476 diff --git a/hf_video_clips_qa/video_000111.mp4 b/hf_video_clips_qa/video_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90b97881b08ec1cdf646c04b65b48de70bee9911 --- /dev/null +++ b/hf_video_clips_qa/video_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375b792b25d7c700b5d267156cacfedc7cfcc1ac2650ec45527b883d1bdc8ce8 +size 513455 diff --git a/hf_video_clips_qa/video_000112.mp4 b/hf_video_clips_qa/video_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37f92dc8b1e513fbf7115f02903736ca550cbc7a --- /dev/null +++ b/hf_video_clips_qa/video_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a06a167e4eb4e946a943202781576ebaadd5b302713abc80c92d8187ad96123 +size 427620 diff --git a/hf_video_clips_qa/video_000113.mp4 b/hf_video_clips_qa/video_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d28f187817eadb8fbffdb706e8e6cda3cce2edd --- /dev/null +++ b/hf_video_clips_qa/video_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95790666b74067fde2972aef57a62986e88a7354782a2ec273f312b4b241441 +size 545935 diff --git a/hf_video_clips_qa/video_000114.mp4 b/hf_video_clips_qa/video_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6070593728c825b2b690b351f64cb97a7871e348 --- /dev/null +++ b/hf_video_clips_qa/video_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aca73968a34eef1991bf849575d1ef551569589d58a2ec7ce1b62cf765eb288 +size 379756 diff --git a/hf_video_clips_qa/video_000115.mp4 b/hf_video_clips_qa/video_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc1f759e0939c022ed7899022b9c34ebdd3dafd6 --- /dev/null +++ b/hf_video_clips_qa/video_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b5edd09158952f522ed1f90aa80f75bb78d23e27b183bbd529c9f1eeb4d206 +size 443718 diff --git a/hf_video_clips_qa/video_000116.mp4 b/hf_video_clips_qa/video_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b7f385c3da97ae8b911588ad1c1215754db4cf1 --- /dev/null +++ b/hf_video_clips_qa/video_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7efea9a28d4f12d2623acf9977c71efa5ad215806fc387cdafc49a313cd6de +size 513910 diff --git a/hf_video_clips_qa/video_000117.mp4 b/hf_video_clips_qa/video_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db5f88ab28c42df7c86f8385bef8a5704580cedc --- /dev/null +++ b/hf_video_clips_qa/video_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ec40aa0c9730f4f2daaa649b730d673408bebea3edfb6f6258bfd0c9cb2155 +size 558074 diff --git a/hf_video_clips_qa/video_000118.mp4 b/hf_video_clips_qa/video_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94f89dc160070eebfadebb00eea4468acb9cd43a --- /dev/null +++ b/hf_video_clips_qa/video_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596b95c80f2e75a173387c871851a94b3024c37cdfae21361a95a9edde634695 +size 304606 diff --git a/hf_video_clips_qa/video_000119.mp4 b/hf_video_clips_qa/video_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5404c57e8de062beb8277ed9f2fbf3a252b70123 --- /dev/null +++ b/hf_video_clips_qa/video_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1315bcd2afa0e4286734ef9bae897517c77b9146b9ce313f1ae92bdb82656857 +size 531183 diff --git a/hf_video_clips_qa/video_000120.mp4 b/hf_video_clips_qa/video_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94bae27081e0eb7bde55986747effc931088e636 --- /dev/null +++ b/hf_video_clips_qa/video_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fa87ba435413fa5b1b23cf490c75cfa40b0308294f5764179496ad11401d65 +size 589556 diff --git a/hf_video_clips_qa/video_000121.mp4 b/hf_video_clips_qa/video_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82e617a23e1faa2cbab5b865f9a750f047441381 --- /dev/null +++ b/hf_video_clips_qa/video_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd95f02eae612fb542a4d961354864ed6e76337959fae39ce423a2ac4f89f32a +size 458835 diff --git a/hf_video_clips_qa/video_000122.mp4 b/hf_video_clips_qa/video_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94ecbe086eaa536ae9251c6ed01a5e30b491107a --- /dev/null +++ b/hf_video_clips_qa/video_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4f0fbe8a99cb4630fa5f991a4fc5b363c1670e6c156781cb84ee647224b109 +size 505665 diff --git a/hf_video_clips_qa/video_000123.mp4 b/hf_video_clips_qa/video_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cba2525fc91d54d5ebb9ad583a93019c0a0a4b3 --- /dev/null +++ b/hf_video_clips_qa/video_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c32b610843ced46a5a3f9ccc110b30ade69b4dac0348fe53a10903cae4645b +size 547186 diff --git a/hf_video_clips_qa/video_000124.mp4 b/hf_video_clips_qa/video_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f81277f229fafa973c5fc407b16f6f2b7943bd26 --- /dev/null +++ b/hf_video_clips_qa/video_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929886e055e0e8102233e07bdd8ea1c5c9938bf21f194d732d48d4cdd4a94f26 +size 516722 diff --git a/hf_video_clips_qa/video_000125.mp4 b/hf_video_clips_qa/video_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f637397c736c20f8b590e610d5f2bb56ce1a85a --- /dev/null +++ b/hf_video_clips_qa/video_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ef97a9360e15ce308ff46fa77b203f58dbb7b9b1a1d3fc296c144d89352aa5 +size 571063 diff --git a/hf_video_clips_qa/video_000126.mp4 b/hf_video_clips_qa/video_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15db4e1bb36b7bc79d391c50e170db0fb6e971d3 --- /dev/null +++ b/hf_video_clips_qa/video_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c4392ae314aaafc6e2acab6741231d5719d2664ca1bd10d44db127857275f1 +size 484454 diff --git a/hf_video_clips_qa/video_000127.mp4 b/hf_video_clips_qa/video_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de763bb7470d46ca6b41772b7169d0f63e10a8c7 --- /dev/null +++ b/hf_video_clips_qa/video_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1bd8d54a6ce3eea282a7dd378f5ca4615982a2b39b91f9c847c314368ed367 +size 620075 diff --git a/hf_video_clips_qa/video_000128.mp4 b/hf_video_clips_qa/video_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f40cd2281336abb8c2516b518409043447455d --- /dev/null +++ b/hf_video_clips_qa/video_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f35c72e1b64b79982b79d8fa5373f3ea08b0b1a815a00e048a76b4b1f95cdb +size 513489 diff --git a/hf_video_clips_qa/video_000129.mp4 b/hf_video_clips_qa/video_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6225dd622f73340c6252ee7bfd3fee9610d3f0ba --- /dev/null +++ b/hf_video_clips_qa/video_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f567c80fcc682fd85ed5f9f3cfc1cee3687614fbca15c965af9e1b5622c889af +size 524683 diff --git a/hf_video_clips_qa/video_000130.mp4 b/hf_video_clips_qa/video_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87ec9ae2d675b42ebd2283f7d497abe29178650a --- /dev/null +++ b/hf_video_clips_qa/video_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188669eb1c379b7e00755311dc81a67f40fe60bc4b398f387e63f8ec61de3a0 +size 413946 diff --git a/hf_video_clips_qa/video_000131.mp4 b/hf_video_clips_qa/video_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20b16113fb84faf387ad99cbdb7a4a81ca784412 --- /dev/null +++ b/hf_video_clips_qa/video_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d044bc4248a3d726aee7ad60ec6b155966e3239ec5cc74ca98f630f807c66d4 +size 1075933 diff --git a/hf_video_clips_qa/video_000132.mp4 b/hf_video_clips_qa/video_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88f5ea15eab3f3011a134a671a38a8e88cae5ae5 --- /dev/null +++ b/hf_video_clips_qa/video_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056ce6f8e23a58240b1216a7a5b7fe1bb8b901e521684678ac79e75c7909cb4c +size 592254 diff --git a/hf_video_clips_qa/video_000133.mp4 b/hf_video_clips_qa/video_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eea8ab858381ff08211ce94d5204c8b413c73b9 --- /dev/null +++ b/hf_video_clips_qa/video_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5386ff86004a947c7c6018e27d7a64b51ffe06337d2f95f032cd4367a14df83b +size 576775 diff --git a/hf_video_clips_qa/video_000134.mp4 b/hf_video_clips_qa/video_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13ada0811eff69cf8335fa32f4e35519e6aec46f --- /dev/null +++ b/hf_video_clips_qa/video_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51903a078f0feeedde6047d67a83be588be425c525c3cb0128c7265706420f75 +size 498562 diff --git a/hf_video_clips_qa/video_000135.mp4 b/hf_video_clips_qa/video_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86877bc3e8d47f957702cf9600d974a1ae48ca6b --- /dev/null +++ b/hf_video_clips_qa/video_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff253bc7f1d60746d1cee4a231ccbaa59f2bca3e2d8dca7fa5539470446d34d +size 743065 diff --git a/hf_video_clips_qa/video_000136.mp4 b/hf_video_clips_qa/video_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a3a0b44a605896b0e2cb76b50a965733e1a550d --- /dev/null +++ b/hf_video_clips_qa/video_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa5a7445cabf066a249ab38694fb84857b987e099e5a4bcc50eb6a894643ead +size 517715 diff --git a/hf_video_clips_qa/video_000137.mp4 b/hf_video_clips_qa/video_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc444a516f1f7bf37c55b094597da7d444c1735 --- /dev/null +++ b/hf_video_clips_qa/video_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2623db5d28ee56dfcc9ff1e6263b4708147515a34b77a1c29e9184cf8811948 +size 599230 diff --git a/hf_video_clips_qa/video_000138.mp4 b/hf_video_clips_qa/video_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d8f61fd1709cce3626cd8b282296ea144b0447 --- /dev/null +++ b/hf_video_clips_qa/video_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8993c93a3fd72a3f46dd73f156394a308d615e6066b0319b390f15e9dc3bc69 +size 577992 diff --git a/hf_video_clips_qa/video_000139.mp4 b/hf_video_clips_qa/video_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad5c2d1daf2da044b045ee31891cd076f60a4a64 --- /dev/null +++ b/hf_video_clips_qa/video_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dc2e68dd885d045f6fe9fd847d80e0d3a997faf2e997b7eae7f6a00e6b8203 +size 573172 diff --git a/hf_video_clips_qa/video_000140.mp4 b/hf_video_clips_qa/video_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b4419ccecfd684beb508211ad1663b3c6e1c3cf --- /dev/null +++ b/hf_video_clips_qa/video_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f43b4d794922dca9cbb781d34cc88ad213d64a7916489ea504a1d413457b711 +size 394186 diff --git a/hf_video_clips_qa/video_000141.mp4 b/hf_video_clips_qa/video_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f75c4e31a51001d0c3e5d9a15e2c1483d084a33c --- /dev/null +++ b/hf_video_clips_qa/video_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086e76bc61f94142a491e616db374c80d2ec23b6c722bf9b99973c394ef302ff +size 492287 diff --git a/hf_video_clips_qa/video_000142.mp4 b/hf_video_clips_qa/video_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e3c950e1dde3ebead287c5bf048d36d51bbd404 --- /dev/null +++ b/hf_video_clips_qa/video_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2648c4d368d32ddc87d7c933d41f45761fd0185ea06f6b193f08a54acc78d85 +size 591921 diff --git a/hf_video_clips_qa/video_000143.mp4 b/hf_video_clips_qa/video_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68772db29e91dcbe70c0016323f18edb146c593e --- /dev/null +++ b/hf_video_clips_qa/video_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e739768f4ea17021daca2f2d0bc394a2cf167a86a1973b9e851d6442b4e2a71 +size 571365 diff --git a/hf_video_clips_qa/video_000144.mp4 b/hf_video_clips_qa/video_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29ce3ad3ed3e7e05495a5ddd9369dba07961c9b0 --- /dev/null +++ b/hf_video_clips_qa/video_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045b50d59a1f453b9a39646a6b7ca6f4872274ceb58b9cafbb04f50b3d46d771 +size 561816 diff --git a/hf_video_clips_qa/video_000145.mp4 b/hf_video_clips_qa/video_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9beacee4ea50e2880fb3a626e4926670ed3d753 --- /dev/null +++ b/hf_video_clips_qa/video_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b86e63d39e6d3e4363495bbb1753e3a97a31fdf95afc0c8f7530b873e6d8203 +size 588564 diff --git a/hf_video_clips_qa/video_000146.mp4 b/hf_video_clips_qa/video_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1686ecc5725eb701b9578bc03657b475b2ce763f --- /dev/null +++ b/hf_video_clips_qa/video_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3bf072efa8a9b92461ce628aff2acc27701d641ebee9918a3e52d86b74cdba +size 364452 diff --git a/hf_video_clips_qa/video_000147.mp4 b/hf_video_clips_qa/video_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfd8f150a6e2b60d23289153275014b6ad8be32d --- /dev/null +++ b/hf_video_clips_qa/video_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64d26041fb786598bcdcbeb55391b6953e1784904885c79776386f5083b143d +size 589352 diff --git a/hf_video_clips_qa/video_000148.mp4 b/hf_video_clips_qa/video_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97de0d555346f6323fb10b276a48751bef832295 --- /dev/null +++ b/hf_video_clips_qa/video_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091a6a71710a89b4621e3b93f07d148c3fa0bc83f9fa3b8f0daa905085d5d4e6 +size 522193 diff --git a/hf_video_clips_qa/video_000149.mp4 b/hf_video_clips_qa/video_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bed7997a50a96f774d79a313a74ac8d2bbb4874f --- /dev/null +++ b/hf_video_clips_qa/video_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b032a1f56d5b151bfe6b648c89338d328876f8db219c12b861266a257fd1f02 +size 547651 diff --git a/hf_video_clips_qa/video_000150.mp4 b/hf_video_clips_qa/video_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54093456e98c7a4365bba28e7e029a4dce45ad22 --- /dev/null +++ b/hf_video_clips_qa/video_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d494fa35caf0121272aad3b21b3111d635d9f4eaadef2b9ac97eb6832dcdcc7 +size 608328 diff --git a/hf_video_clips_qa/video_000151.mp4 b/hf_video_clips_qa/video_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42810debc6e2a4628c9341ed3dbf2723c9f5ae49 --- /dev/null +++ b/hf_video_clips_qa/video_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696e387ebec41a9f01b6dea652300d1c5d96b4022ba4264fd477228b78bb4cfc +size 584284 diff --git a/hf_video_clips_qa/video_000152.mp4 b/hf_video_clips_qa/video_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bff624beeedd310bce4388280b88b56a42e16a9 --- /dev/null +++ b/hf_video_clips_qa/video_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52f65dae0f1b549fa5f5cc84e7275b42b95f78eed40a67d913154e24c423762 +size 581838 diff --git a/hf_video_clips_qa/video_000153.mp4 b/hf_video_clips_qa/video_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b3512900425b7d38ff892233755acd2dfb3455 --- /dev/null +++ b/hf_video_clips_qa/video_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd619f61fa5f578a17609f9761a758e822e94a72cfd89c9da34a6e8b75585c4 +size 623572 diff --git a/hf_video_clips_qa/video_000154.mp4 b/hf_video_clips_qa/video_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..401a0464adf62a8fb583676a8d4ef012a13d8cb4 --- /dev/null +++ b/hf_video_clips_qa/video_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedfdadbedaf9a43ee8ffe6b2d64029d1d85154876e8ef13a9eec5b970abed9e +size 595396 diff --git a/hf_video_clips_qa/video_000155.mp4 b/hf_video_clips_qa/video_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5acb164a4d3828c28778acf344543e8f397f00c8 --- /dev/null +++ b/hf_video_clips_qa/video_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10691b1565c90538b35ea12f60902247328d14b825bbe617e025b99242bb0b7 +size 601670 diff --git a/hf_video_clips_qa/video_000156.mp4 b/hf_video_clips_qa/video_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c6642ea03b5a3f8c1b2bd033ca736fbaae1f158 --- /dev/null +++ b/hf_video_clips_qa/video_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6764bbab54c1d6ed96e6a9ad8a82448ef5d6eefa33f0401af2ed1b424f6c6fa6 +size 535670 diff --git a/hf_video_clips_qa/video_000157.mp4 b/hf_video_clips_qa/video_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6213b2594fe7266536fe952f33ada732c9984aec --- /dev/null +++ b/hf_video_clips_qa/video_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987bf97b66cd3211563d9ba8a56c699d1c5851d604f67cd1680094bd8c7a7430 +size 594956 diff --git a/hf_video_clips_qa/video_000158.mp4 b/hf_video_clips_qa/video_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ee993563479c640bea09de6d96ed61f013c3ede --- /dev/null +++ b/hf_video_clips_qa/video_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fa415d0813bb5071a685d6093858e65c9ba27db9df0ba47b7134ad2a2d3684 +size 610380 diff --git a/hf_video_clips_qa/video_000159.mp4 b/hf_video_clips_qa/video_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6b0a29e8725215ff5da8b5bad5040433a16d21c --- /dev/null +++ b/hf_video_clips_qa/video_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d717ba9912463b0ac169830b6d6e93b3b4081914fc014c2d2df42bcc289f1f80 +size 509477 diff --git a/hf_video_clips_qa/video_000160.mp4 b/hf_video_clips_qa/video_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc2b94b0115db6cb7f498870e0b0bf1605095335 --- /dev/null +++ b/hf_video_clips_qa/video_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa0919b82370c492083d77f3880f844c23c5c28a979e8cf9d06c63811eeb440 +size 551357 diff --git a/hf_video_clips_qa/video_000161.mp4 b/hf_video_clips_qa/video_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c72b1f08ad46d269476df65946995a7b37ab47ed --- /dev/null +++ b/hf_video_clips_qa/video_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f344a3e443cbb8f813f9242b7a9cf8043762a71a7917d2f8b026d0b8b10cf1 +size 463576 diff --git a/hf_video_clips_qa/video_000162.mp4 b/hf_video_clips_qa/video_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfb7ee24605c1a141c63132af79321a64045dd98 --- /dev/null +++ b/hf_video_clips_qa/video_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c41acadb5728a897472c98870d0ee32a91a99cd5568e88165bd50b45e2ed23 +size 525721 diff --git a/hf_video_clips_qa/video_000163.mp4 b/hf_video_clips_qa/video_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d2ec9ffb013f7e7cbd8c792293cd47cc902547 --- /dev/null +++ b/hf_video_clips_qa/video_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e4f24f8f82cca97bcc9ab94f88bd88050f7684cd1a46efbd167bcc253dde43 +size 543534 diff --git a/hf_video_clips_qa/video_000164.mp4 b/hf_video_clips_qa/video_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e98aa41cd81b00d6b3ae93ca9b7b884c32ef405b --- /dev/null +++ b/hf_video_clips_qa/video_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef32ae9a643062290a420ce990346e37083b6bbbdc790187382d7deff100c01 +size 579733 diff --git a/hf_video_clips_qa/video_000165.mp4 b/hf_video_clips_qa/video_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..601e8b21697d477231f71ce4aa5dcc191525c9b3 --- /dev/null +++ b/hf_video_clips_qa/video_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed36de906cabc4c9c52aa2035fc9f6581edcb94f1d3099a9fcd4681a47190ca +size 603411 diff --git a/hf_video_clips_qa/video_000166.mp4 b/hf_video_clips_qa/video_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61fce6cbf5ac3469fc7067c5176cd637c80da0ca --- /dev/null +++ b/hf_video_clips_qa/video_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372bd84716e6cfa92fe31266db43d43950d868c2f394c9eb26edea6c1c5b8643 +size 419692 diff --git a/hf_video_clips_qa/video_000167.mp4 b/hf_video_clips_qa/video_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac33bfcf9f987593f04241cf29ae1d352fe6a1e6 --- /dev/null +++ b/hf_video_clips_qa/video_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a57f84fe6b9e48b89ce5b64d8960e69b49614412af5221774b56e07d46483d +size 613257 diff --git a/hf_video_clips_qa/video_000168.mp4 b/hf_video_clips_qa/video_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eae85d2feeb4f1a841ca6c255c48a772cccebd0 --- /dev/null +++ b/hf_video_clips_qa/video_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42a4191d7ee94dedadb9795fa3438dcc7cd38d1520a1dc31dd28f44e32d67d1 +size 612762 diff --git a/hf_video_clips_qa/video_000169.mp4 b/hf_video_clips_qa/video_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45ddd0b49ceeb878fa14f266685a5b05b424c986 --- /dev/null +++ b/hf_video_clips_qa/video_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ddd7f5c8e72d4c6b4fd447d19cdf206798f378b86d898bbd53b16bd11c63fc +size 660919 diff --git a/hf_video_clips_qa/video_000170.mp4 b/hf_video_clips_qa/video_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8651e9629d8d34ef4fe8243d09d2e30e2d96a4ed --- /dev/null +++ b/hf_video_clips_qa/video_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baefea417b6d5d64d3819a0306b387c6c1153ddcb84a969bbd1635312524a79 +size 554363 diff --git a/hf_video_clips_qa/video_000171.mp4 b/hf_video_clips_qa/video_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d33cafe89dada3ec5519fe726628484715e6e673 --- /dev/null +++ b/hf_video_clips_qa/video_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0812b946ec62b9804a102a8cd79734f710a4c6b2d78b3192f4f232528c6aac +size 359037 diff --git a/hf_video_clips_qa/video_000172.mp4 b/hf_video_clips_qa/video_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04e40635e88fd8da6bde4cef633f56b77b8cc1aa --- /dev/null +++ b/hf_video_clips_qa/video_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271e4532faa85712a43c753d2284c6517c124bca688e4076e460b35953862569 +size 353118 diff --git a/hf_video_clips_qa/video_000173.mp4 b/hf_video_clips_qa/video_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a6bb6a891a40b8383cbfde4dea1f5b36cc755ce --- /dev/null +++ b/hf_video_clips_qa/video_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca9d7a4f4105a90d64f437de9abd74e188f785613575825f77dfe820443b5d8 +size 503810 diff --git a/hf_video_clips_qa/video_000174.mp4 b/hf_video_clips_qa/video_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfbd5bf8995ccb16a3fb1d62ef386048b3c2ad30 --- /dev/null +++ b/hf_video_clips_qa/video_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1392b6ee9070ba2280ce4c9c60b96db5f8f3dfda7e9fd5b88190114edf381d5 +size 404968 diff --git a/hf_video_clips_qa/video_000175.mp4 b/hf_video_clips_qa/video_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62537df8c11f635b8dcbb6c9f583ce2391bafa69 --- /dev/null +++ b/hf_video_clips_qa/video_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2efb8be4f4f7b112a934c7357ebd1db94a33c930227ccdd924fbeca8a3539aa +size 590103 diff --git a/hf_video_clips_qa/video_000176.mp4 b/hf_video_clips_qa/video_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9be6753e25c3f36ba110d0486cb729da4edefa17 --- /dev/null +++ b/hf_video_clips_qa/video_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343f86bf37cfa3320ac7fc13aa60102a9806330fa5cec8fb9fb194c926ec2522 +size 723906 diff --git a/hf_video_clips_qa/video_000177.mp4 b/hf_video_clips_qa/video_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2143a108f5b563d19a42c50f0ac70654b08cace1 --- /dev/null +++ b/hf_video_clips_qa/video_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780a5bcdfce4da4b16e7e921a949049525fde63d163c2df1946364e24fb08daa +size 488502 diff --git a/hf_video_clips_qa/video_000178.mp4 b/hf_video_clips_qa/video_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9957c62a762e4a4eef3601d87c631da8fbd40e84 --- /dev/null +++ b/hf_video_clips_qa/video_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e63ffcee56cd70f751218d55154687216156d051d7922d738010b3522ac6d7 +size 467798 diff --git a/hf_video_clips_qa/video_000179.mp4 b/hf_video_clips_qa/video_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3ff949cbbd6c0645fb80f3229dbe3378f44cdd --- /dev/null +++ b/hf_video_clips_qa/video_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b5554ebd97ec166e179739111d6dd387b90c26f30539ee1ab38212e52a1073 +size 726025 diff --git a/hf_video_clips_qa/video_000180.mp4 b/hf_video_clips_qa/video_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333993492951d06793efae92d9c2f45a99909bb6 --- /dev/null +++ b/hf_video_clips_qa/video_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92f46ffb529dd1a81692cd483b4f3b21967eab01feb3fdd2a4b5c386ad10787 +size 517324 diff --git a/hf_video_clips_qa/video_000181.mp4 b/hf_video_clips_qa/video_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4a411d070ba0f46d2bcf08e415cb178ae83e73f --- /dev/null +++ b/hf_video_clips_qa/video_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3744b0158df8ca55064344e87f7be9160584ac65f41c3adca540b05e5128f41f +size 567842 diff --git a/hf_video_clips_qa/video_000182.mp4 b/hf_video_clips_qa/video_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99793dfa5b678faba346124c013eec8fee940c81 --- /dev/null +++ b/hf_video_clips_qa/video_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b22c7984b3877067e3920431ff6b61962f78715182ea15b44bc9f1e2bf7276 +size 682330 diff --git a/hf_video_clips_qa/video_000183.mp4 b/hf_video_clips_qa/video_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1683de38f4025c4bf99e0f4a164ef320644413b5 --- /dev/null +++ b/hf_video_clips_qa/video_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5071791286832d143f04ffff2242ecefba8e0d07a1742dbd7e143bfaf6d386 +size 526999 diff --git a/hf_video_clips_qa/video_000184.mp4 b/hf_video_clips_qa/video_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62eca42d99403b5bbbc6772f2014a58010f4007d --- /dev/null +++ b/hf_video_clips_qa/video_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5f1878fe583a40b763a9c13e7aefb3c2cf9bac38b0c73eb35a257eb9b214d4 +size 509710 diff --git a/hf_video_clips_qa/video_000185.mp4 b/hf_video_clips_qa/video_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d36a081dc218658f7932ac60a16b325f322f074 --- /dev/null +++ b/hf_video_clips_qa/video_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b69240f31e1f0b194b8bee3ee7455109314ce5902ab8c9eb715fe930887795b +size 630705 diff --git a/hf_video_clips_qa/video_000186.mp4 b/hf_video_clips_qa/video_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1ebd97009f32cd192c3045ef351ccb0b755d6d1 --- /dev/null +++ b/hf_video_clips_qa/video_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0fba95bf1a74f6c843072bfcf98abc081329e2efea58e72c1427b613d98493 +size 522184 diff --git a/hf_video_clips_qa/video_000187.mp4 b/hf_video_clips_qa/video_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d613c3fe675bdd5b95a1cde6d228c6ad722433d --- /dev/null +++ b/hf_video_clips_qa/video_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d36997b84fb02b5a50d55cdf8fddeef6cb8b5a4de3f7e6ada959b0c6791f66 +size 517381 diff --git a/hf_video_clips_qa/video_000188.mp4 b/hf_video_clips_qa/video_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11ca12185c656ffc29bcc7f82313eaac115dfa2a --- /dev/null +++ b/hf_video_clips_qa/video_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd87e04010db18f48fa96253bdcf28f3d1980bac59a71dc32d0b9b22183ef3dc +size 512928 diff --git a/hf_video_clips_qa/video_000189.mp4 b/hf_video_clips_qa/video_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdf35b92b0ff130b4b67949bbb2ccdd803ae1d2f --- /dev/null +++ b/hf_video_clips_qa/video_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38f8f7b68b4fc04d24a49030e50e95536d14825c6746c3c863bb9373669d76e +size 542226 diff --git a/hf_video_clips_qa/video_000190.mp4 b/hf_video_clips_qa/video_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e387709ffcb72b37c2ee91828b67b219f380f627 --- /dev/null +++ b/hf_video_clips_qa/video_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132cd3d0a6e894e2a62597a2309bbce3673be98571137369c01c296f5e696aca +size 542420 diff --git a/hf_video_clips_qa/video_000191.mp4 b/hf_video_clips_qa/video_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cec90fdcd8809c5cb273fb4dc6c7e315d52fe5d --- /dev/null +++ b/hf_video_clips_qa/video_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f1f91f74d64acc56ceac5ed8ae4179983758fd735b5bfb70bfee81f2df886 +size 617381 diff --git a/hf_video_clips_qa/video_000192.mp4 b/hf_video_clips_qa/video_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1eda06f214c08431993172f5d6aba0af93a1f1b3 --- /dev/null +++ b/hf_video_clips_qa/video_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5545601e263e723e36f56e4358e657e9aaa99f6c7a3b7221eb42f8a1e65d4845 +size 462938 diff --git a/hf_video_clips_qa/video_000193.mp4 b/hf_video_clips_qa/video_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9df69293ccebb39383e5d110055acd48f06afa9 --- /dev/null +++ b/hf_video_clips_qa/video_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d538c23d03c8590832a0077b66072fe88d30582e82ef9d2ac890a55b5fb0b398 +size 419330 diff --git a/hf_video_clips_qa/video_000194.mp4 b/hf_video_clips_qa/video_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..094dcc499ce6c54135410594217a512752abb83c --- /dev/null +++ b/hf_video_clips_qa/video_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352dc7cde48b81bac93c82b5262b44ca727adefff65b4795e816ef7b3c9ec9f +size 535053 diff --git a/hf_video_clips_qa/video_000195.mp4 b/hf_video_clips_qa/video_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03efd3c2f03de7e0a16d39cfc2d5f11e7b7b154 --- /dev/null +++ b/hf_video_clips_qa/video_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8f9024f67f44d33c216888b8f83190833e64e9c90cb342349f80acd4418669 +size 414689 diff --git a/hf_video_clips_qa/video_000196.mp4 b/hf_video_clips_qa/video_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed2aa7193f7cd567b2786ab54d0ee0f1599abc8c --- /dev/null +++ b/hf_video_clips_qa/video_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb335feb1270a473b9e964233f91a9471138ff1af6a460b651ca1c6809ed450b +size 503209 diff --git a/hf_video_clips_qa/video_000197.mp4 b/hf_video_clips_qa/video_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4194f068cd5b3203559d9d9b377019268558acc --- /dev/null +++ b/hf_video_clips_qa/video_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e219b01aa2c7c08d16823c1d0b872277beb9fa791721c157b7d663f2f20e9e56 +size 448316 diff --git a/hf_video_clips_qa/video_000198.mp4 b/hf_video_clips_qa/video_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6c3d7f909ae882a08a82accf7d88cb0dbcc82de --- /dev/null +++ b/hf_video_clips_qa/video_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1622b68f22faa8253021c2a44336439a6aa789871b0953980cb95b23f7cb224 +size 470597 diff --git a/hf_video_clips_qa/video_000199.mp4 b/hf_video_clips_qa/video_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2d6e6b4c36a8a0af5dff0ffc72d33ab0daddee5 --- /dev/null +++ b/hf_video_clips_qa/video_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b71c4a756f430c3552fd167acf4bacc067b400126bdb328526026128128d54 +size 450830 diff --git a/hf_video_clips_qa/video_000200.mp4 b/hf_video_clips_qa/video_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfa1b68b4d288cfe5c8a71c811240b8f0197257c --- /dev/null +++ b/hf_video_clips_qa/video_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a93a2e956cebc51973bd66e07e1a9d1ea227c3eaca83163302b91d6ee1266f +size 378791 diff --git a/hf_video_clips_qa/video_000201.mp4 b/hf_video_clips_qa/video_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52b4c7b7a8e289690cec8c85086397fc41639aed --- /dev/null +++ b/hf_video_clips_qa/video_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37012d5d6575a94cd25e2645fadcd941888427a17ebb29e164e3356f4ab6c84f +size 1226399 diff --git a/hf_video_clips_qa/video_000202.mp4 b/hf_video_clips_qa/video_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aea26324ee845583bf661a21b80135899aa264e --- /dev/null +++ b/hf_video_clips_qa/video_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603f13a2ff1871e61c150c696e5d249eda067778cd8cf48fe7c7227e0b472c63 +size 619323 diff --git a/hf_video_clips_qa/video_000203.mp4 b/hf_video_clips_qa/video_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12068f2bc14d15c5485e10fd037a471a206f6deb --- /dev/null +++ b/hf_video_clips_qa/video_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fb840cb8d96c7c68ffe3959e29d8f15f7d143f4a4de9cb365a1e2305009be9 +size 631510 diff --git a/hf_video_clips_qa/video_000204.mp4 b/hf_video_clips_qa/video_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..325546339417ad4e9568727b70e95e4dd79e852f --- /dev/null +++ b/hf_video_clips_qa/video_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a9b144b5fe861e95f057258379bbebc2eee42ca3b0cd37dc9c4f2aa69bbd40 +size 1638797 diff --git a/hf_video_clips_qa/video_000205.mp4 b/hf_video_clips_qa/video_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d464a4e2909ec48d12d5e2cf4b7e782709892122 --- /dev/null +++ b/hf_video_clips_qa/video_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472fd28c799727211f51662b4fd97b18fa3e1c31faddb455c8081c4f112e2882 +size 1235290 diff --git a/hf_video_clips_qa/video_000206.mp4 b/hf_video_clips_qa/video_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c03bd4bcb33240293bcd90f556077d043f499834 --- /dev/null +++ b/hf_video_clips_qa/video_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b761690a20e0c49ccbc30fd29bd142c781881385fe4b9220f9a91c4fcd54b1 +size 989628 diff --git a/hf_video_clips_qa/video_000207.mp4 b/hf_video_clips_qa/video_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26fe986b38f4971629bc0097673495f8dd363fd --- /dev/null +++ b/hf_video_clips_qa/video_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931d126e88b9316beca93699e5a96438f902a11c478922ab5e8009a12160964 +size 504818 diff --git a/hf_video_clips_qa/video_000208.mp4 b/hf_video_clips_qa/video_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9a30ac319af3e0fdeadd796e57c6088160bac89 --- /dev/null +++ b/hf_video_clips_qa/video_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0845f7aeebd357107056f834228d3bd30b8140755d0ebdf8ab8d5563deb990a3 +size 963635 diff --git a/hf_video_clips_qa/video_000209.mp4 b/hf_video_clips_qa/video_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c5f27e0f6a71f21f6fdd5bd6a7136fa09407be1 --- /dev/null +++ b/hf_video_clips_qa/video_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c4983776e6ed883893873aa3fca909862dbb7b976eb33892a6889dbd909ab5 +size 882184 diff --git a/hf_video_clips_qa/video_000210.mp4 b/hf_video_clips_qa/video_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f64c2fb2185afdcb3be1014f8ce9be5d0eb4b596 --- /dev/null +++ b/hf_video_clips_qa/video_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2164298dac0cf30104765b07b7ecd8963c8ec98417d9ead5784df685044b0935 +size 704852 diff --git a/hf_video_clips_qa/video_000211.mp4 b/hf_video_clips_qa/video_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3de8baf12e5021e284b9ae2dbd0b22e6efaa068b --- /dev/null +++ b/hf_video_clips_qa/video_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e09acedf6929d2576077743349bf42ee5918a7110d064f7ffc7558dae1c2e7 +size 686893 diff --git a/hf_video_clips_qa/video_000212.mp4 b/hf_video_clips_qa/video_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067006e812717129bb6c5b425f0266f3d3ad5177 --- /dev/null +++ b/hf_video_clips_qa/video_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9d0f03d4e8da5b2bc21b8b667d14defbd6cad0a68b5fa675ef09104ed93a7e +size 1151918 diff --git a/hf_video_clips_qa/video_000213.mp4 b/hf_video_clips_qa/video_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9913e5874157bd97a4aa744b4a7ccb91736ab20a --- /dev/null +++ b/hf_video_clips_qa/video_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1062c79fd7466f6d5b12121c09bd9af146a782d32bf5d439c660de4797c1c143 +size 680909 diff --git a/hf_video_clips_qa/video_000214.mp4 b/hf_video_clips_qa/video_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec8186aafa463083aab2e775e5d3a7d446efaabe --- /dev/null +++ b/hf_video_clips_qa/video_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7686e880ee17592a4af86e2142817b5fcdeaec0664138c141498eafb973bb17 +size 1300065 diff --git a/hf_video_clips_qa/video_000215.mp4 b/hf_video_clips_qa/video_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abaf78fef78b7919d04570283f9f9a3761024c73 --- /dev/null +++ b/hf_video_clips_qa/video_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc978cd8975b13ded46881ece2000ca1daa3b260aecd4750f302bf64fc045d +size 551342 diff --git a/hf_video_clips_qa/video_000216.mp4 b/hf_video_clips_qa/video_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5461482c1c112e047954124cc4f9ebf505851ca --- /dev/null +++ b/hf_video_clips_qa/video_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a559fefcf4dfe5adc4b06b27511023f7c55498c7141eca33673dc1996f45983c +size 1023501 diff --git a/hf_video_clips_qa/video_000217.mp4 b/hf_video_clips_qa/video_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c0fc294946977853e0a9421da94dc6a9b92f93e --- /dev/null +++ b/hf_video_clips_qa/video_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d31fd0df3f9a630b4e0fec767ee0f9b90d26d35cc0d76b8237c350b5db171d6 +size 699857 diff --git a/hf_video_clips_qa/video_000218.mp4 b/hf_video_clips_qa/video_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd9f5dc1e67eff19d6d99bf3725b9e529f6d3fc1 --- /dev/null +++ b/hf_video_clips_qa/video_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55676bbad51cdae5f402cf5262b2a1c89fcccc5f613431ac8e16caa81afb89be +size 790253 diff --git a/hf_video_clips_qa/video_000219.mp4 b/hf_video_clips_qa/video_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adc71a71596c835aa0d4a362bd479fac948ce5ba --- /dev/null +++ b/hf_video_clips_qa/video_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0bc8c08d58cda1ecb53b4251e253472e51112c846a9744ae26a088f0356d42 +size 585884 diff --git a/hf_video_clips_qa/video_000220.mp4 b/hf_video_clips_qa/video_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..691cce9164154f099b85cd79c97a17923ad2b266 --- /dev/null +++ b/hf_video_clips_qa/video_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef11945001a6a8894260a37c6b11eb773657b13266226c5c2391dc1a01c8667 +size 1785982 diff --git a/hf_video_clips_qa/video_000221.mp4 b/hf_video_clips_qa/video_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15567df61f48aed85656414d47298b129d3cfce6 --- /dev/null +++ b/hf_video_clips_qa/video_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72247b932e9b5938d7e80312c886f0d025964056952a2fb28f6992c5408b4a67 +size 518097 diff --git a/hf_video_clips_qa/video_000222.mp4 b/hf_video_clips_qa/video_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_000223.mp4 b/hf_video_clips_qa/video_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_000224.mp4 b/hf_video_clips_qa/video_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14e7efce4ee8023db81ce04e93eab3857ee32d4 --- /dev/null +++ b/hf_video_clips_qa/video_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7093bf564628b6cc9c15de84ef4df3b782ac2956b886c9061267e5e84045f5 +size 617303 diff --git a/hf_video_clips_qa/video_000225.mp4 b/hf_video_clips_qa/video_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76ae6f0db31fd224adbd8fbdbdcd972ea4438bd7 --- /dev/null +++ b/hf_video_clips_qa/video_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e3f55f796c6dd8631a3c805d0a0c6746c3b2059bb325a9e6095e63e7daed0c +size 575789 diff --git a/hf_video_clips_qa/video_000226.mp4 b/hf_video_clips_qa/video_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dbaaf3e4920149d95a12e221a6e02a5ec1541f3 --- /dev/null +++ b/hf_video_clips_qa/video_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fdc5cf245b5a86eb3a229732f3d6485c2882d40d7a67a712dbf0e78ebfc5f1 +size 739239 diff --git a/hf_video_clips_qa/video_000227.mp4 b/hf_video_clips_qa/video_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31056c5372b4437436d68c9d327fd78a358288d0 --- /dev/null +++ b/hf_video_clips_qa/video_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44601d1c3107c7cb3c5f213852c06a57608cf8bc7a03e4d58f614c2fbfb2ae4a +size 1064208 diff --git a/hf_video_clips_qa/video_000228.mp4 b/hf_video_clips_qa/video_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f7ca95e404c405166bb7897bbbb02bfcaa8cea4 --- /dev/null +++ b/hf_video_clips_qa/video_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f1c178aff81cb2de9e951057f4a27b5e17543aa145879920a08fee93ebd71d +size 796674 diff --git a/hf_video_clips_qa/video_000229.mp4 b/hf_video_clips_qa/video_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5418f71ac7519b625297da4d1f2cf6b8c57ef84 --- /dev/null +++ b/hf_video_clips_qa/video_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474a570cbc4d34544342fdcd9eb879c3ff9a3fdec872c477e82c3bc48279165a +size 530148 diff --git a/hf_video_clips_qa/video_000230.mp4 b/hf_video_clips_qa/video_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de89bd3e10c22df25485b67dc4e60424853a3155 --- /dev/null +++ b/hf_video_clips_qa/video_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e962d93e98267870df016fa990559101454e1848a588235d0d484fd58f9ccc +size 757573 diff --git a/hf_video_clips_qa/video_000231.mp4 b/hf_video_clips_qa/video_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bbccad831f4ff1f02dd434886c5e41de7babdcb --- /dev/null +++ b/hf_video_clips_qa/video_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e3364bbdafb0277f51405e3472bd45792769c08a1e0c8f359ff04e1b71d33e +size 636240 diff --git a/hf_video_clips_qa/video_000232.mp4 b/hf_video_clips_qa/video_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df2b0cc772fd3b5a24b12dcaebb22894a5b8209c --- /dev/null +++ b/hf_video_clips_qa/video_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad05cf9935bfaa212dfcdc3ebb37c5fb0b4b3def7aaded736784bc5888cb34 +size 1688644 diff --git a/hf_video_clips_qa/video_000233.mp4 b/hf_video_clips_qa/video_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c2d86f83692a3a8df6d8a254eba0694dfec5ac3 --- /dev/null +++ b/hf_video_clips_qa/video_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c47d6c693b305759b9f5ff57bd4e9b65de995fb2851dfc28054fce02924a82d +size 851264 diff --git a/hf_video_clips_qa/video_000234.mp4 b/hf_video_clips_qa/video_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..954531a4e6d5e2e8046cf8c97f9468c94d048968 --- /dev/null +++ b/hf_video_clips_qa/video_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dec0de67fd246d7c830a2a9adecd625e561c14e946d94141ee6283f010e93b +size 1034737 diff --git a/hf_video_clips_qa/video_000235.mp4 b/hf_video_clips_qa/video_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b13ae631d75ec80a91fba2ab6af4af1d78e40d62 --- /dev/null +++ b/hf_video_clips_qa/video_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bd41fb86198440ba7b63db63b5374c21f518dae6caef7d9521736834d38f39 +size 606963 diff --git a/hf_video_clips_qa/video_000236.mp4 b/hf_video_clips_qa/video_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..331d3b6650b5a26970db52d4454f7a4e3d9933e2 --- /dev/null +++ b/hf_video_clips_qa/video_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa75a826ffcb5fa3d375a8627f604795113beedffb3729554749823cacb0954 +size 492194 diff --git a/hf_video_clips_qa/video_000237.mp4 b/hf_video_clips_qa/video_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeb69878c757ecd2441e1e02f26027eb37e0a551 --- /dev/null +++ b/hf_video_clips_qa/video_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b393aaad0f227b8af6d64d216e2d9680b9894278ddd9c9d90a2d73a179c2f4 +size 476202 diff --git a/hf_video_clips_qa/video_000238.mp4 b/hf_video_clips_qa/video_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b7a195c665f8d1b0ff222cb60678e6079e5a86e --- /dev/null +++ b/hf_video_clips_qa/video_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bb1b562f5bf4f05424a419896a3450480597d0414c1108c1583ee765dccec2 +size 533121 diff --git a/hf_video_clips_qa/video_000239.mp4 b/hf_video_clips_qa/video_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac127f9fb677cf187eb05e559012af34633fc252 --- /dev/null +++ b/hf_video_clips_qa/video_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71da51eae30d88a5fac655a1b35540d15ef2142a2ca19b4fe57f65f02fd36e0a +size 724892 diff --git a/hf_video_clips_qa/video_000240.mp4 b/hf_video_clips_qa/video_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f126a9038c62152a9399e7051c837f0672ada39b --- /dev/null +++ b/hf_video_clips_qa/video_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ce9af09f8cfe7b8688e92f45008992ed6181a4281f2806aa5e2e567800b647 +size 751987 diff --git a/hf_video_clips_qa/video_000241.mp4 b/hf_video_clips_qa/video_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bc05d23963dc4cbcc62d0f36b4e48c7c441edf4 --- /dev/null +++ b/hf_video_clips_qa/video_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5babcfe0f9ca4ff71382b9b79c59b7a7b5ff120f4261f97929b843dbc1ab656 +size 684796 diff --git a/hf_video_clips_qa/video_000242.mp4 b/hf_video_clips_qa/video_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56ce81ed978cb83425dd6397b14e1d76ee645cf8 --- /dev/null +++ b/hf_video_clips_qa/video_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24457466456ac1d2761b60f53d356e7691b210a5672830c5498c930f6350873c +size 1179945 diff --git a/hf_video_clips_qa/video_000243.mp4 b/hf_video_clips_qa/video_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b027edf2b19443561ec774fdbb22ae302f8247b --- /dev/null +++ b/hf_video_clips_qa/video_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a36f1c5a65eb3d11f21915a481fe6e11d0b1d981313c75c40734150910a34d +size 648763 diff --git a/hf_video_clips_qa/video_000244.mp4 b/hf_video_clips_qa/video_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..257fc03d0a0452ef3688bee0214cc454925d227c --- /dev/null +++ b/hf_video_clips_qa/video_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bb573b0360435c88b910ceed3c2584f0c792fe9cb0b63944cf5c3209a3a770 +size 368229 diff --git a/hf_video_clips_qa/video_000245.mp4 b/hf_video_clips_qa/video_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b0b1e337ec01a95ee4e2e20395f836baccaa49 --- /dev/null +++ b/hf_video_clips_qa/video_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f964b0c98ed628b2d177b4182c28df5d5bd4c40c5a8c47feeb585067039bb561 +size 608011 diff --git a/hf_video_clips_qa/video_000246.mp4 b/hf_video_clips_qa/video_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..579b40b843e14afde00e1a8781a9ba6d84afdf59 --- /dev/null +++ b/hf_video_clips_qa/video_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6f302e19538b103ba6a9011612e04f7adc5514337a72aedcf81019d3fd351 +size 443968 diff --git a/hf_video_clips_qa/video_000247.mp4 b/hf_video_clips_qa/video_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f2cae7875ed1333cae7f3894f07785bdfe8b903 --- /dev/null +++ b/hf_video_clips_qa/video_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550ab37f01884131c87297bacee2c80205f014bca10cb1f5b6e99b912728fdcc +size 837993 diff --git a/hf_video_clips_qa/video_000248.mp4 b/hf_video_clips_qa/video_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d50732844307b70c412efb5031cba1bc7782fea7 --- /dev/null +++ b/hf_video_clips_qa/video_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ef02348a8377b21fe7fbda517219056cc6a5aa042ce410098cd83af72ab3f1 +size 552709 diff --git a/hf_video_clips_qa/video_000249.mp4 b/hf_video_clips_qa/video_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbdd457c6c83ff541e01df87bcaee23520184486 --- /dev/null +++ b/hf_video_clips_qa/video_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563b2b0381440a37966425e6bb97ad20ece94c49b172f7278bb76ca1530e78b6 +size 609603 diff --git a/hf_video_clips_qa/video_000250.mp4 b/hf_video_clips_qa/video_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc220be1e8fbba9a139b28027988b9ff0ccfc1ce --- /dev/null +++ b/hf_video_clips_qa/video_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c494b56cf8c02a2cc440a63257cd502c7981c1c1b2c2b158d33ad0d773b144e8 +size 498187 diff --git a/hf_video_clips_qa/video_000251.mp4 b/hf_video_clips_qa/video_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560b4da78d85f96e60cbf242e6df47214777ca27 --- /dev/null +++ b/hf_video_clips_qa/video_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47d3e9a0839d61059d30991cca7a3da6253a05e3d5ef38eb8685a2d7531bc80 +size 637203 diff --git a/hf_video_clips_qa/video_000252.mp4 b/hf_video_clips_qa/video_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e6c1812f8092d40222ba5776459fc7d2d766ded --- /dev/null +++ b/hf_video_clips_qa/video_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b933edc420fbbd055e2dbf61bde9336dd302eb42cf012f91f56e1295c0e525 +size 743578 diff --git a/hf_video_clips_qa/video_000253.mp4 b/hf_video_clips_qa/video_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a615f1c8c03412f0955a44d8c67ebdb8cbd0f5c0 --- /dev/null +++ b/hf_video_clips_qa/video_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a36e3adf231e000b1569e81d7b2761492dbf7ada64d6da2623000cf036e3a +size 3410799 diff --git a/hf_video_clips_qa/video_000254.mp4 b/hf_video_clips_qa/video_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25b2675846bc9e0007e99c2ac4dd0f7174075746 --- /dev/null +++ b/hf_video_clips_qa/video_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caab2a02cef692602acd081f6a4b63fb20f46645e7b84edd7e456a27aa9553b +size 2391959 diff --git a/hf_video_clips_qa/video_000255.mp4 b/hf_video_clips_qa/video_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87aacbc40e596183d342da7d273811f9767a6a26 --- /dev/null +++ b/hf_video_clips_qa/video_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae6d842d62242b86b545c4768505aedb2f74403f818cbde9a21cdd139e464bf +size 1824095 diff --git a/hf_video_clips_qa/video_000256.mp4 b/hf_video_clips_qa/video_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec8cd7d0e03091383ce160177407b40cc86202d5 --- /dev/null +++ b/hf_video_clips_qa/video_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10bbfb63a956bd0b28ef4c4f3743c0c98b66e9f415416eaacca6938c48c54ce +size 1646495 diff --git a/hf_video_clips_qa/video_000257.mp4 b/hf_video_clips_qa/video_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..025faf668fb62047d6f197353bd35728610b5156 --- /dev/null +++ b/hf_video_clips_qa/video_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd37ecde8d3d12caacd7ec5bd9a1376b9b5ef094552a75c863f57230bb5a996 +size 745630 diff --git a/hf_video_clips_qa/video_000258.mp4 b/hf_video_clips_qa/video_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9c0982634b2f3cee0be76acca65818fb603845e --- /dev/null +++ b/hf_video_clips_qa/video_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3dd6568a71a9a7ed4fbf6fda5326494ff9cda9127b099d2774b11239ddf01b +size 652032 diff --git a/hf_video_clips_qa/video_000259.mp4 b/hf_video_clips_qa/video_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f36fd0e7bbf8aecd25cc08f292832290ea0e016 --- /dev/null +++ b/hf_video_clips_qa/video_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff331bf39c7da1bd1bb86160853d99c6ce7bc882355d3c07ce8674a1fc8886d +size 472825 diff --git a/hf_video_clips_qa/video_000260.mp4 b/hf_video_clips_qa/video_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a705dcd60730660d20ae6ae5fc7a7ed30f89e588 --- /dev/null +++ b/hf_video_clips_qa/video_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33695d47b09905e25ff407bb22573afaa1b2e240a88699165fc70e734b9462a5 +size 531086 diff --git a/hf_video_clips_qa/video_000261.mp4 b/hf_video_clips_qa/video_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea3db37d96593bbbb486367c563573f789f5c93 --- /dev/null +++ b/hf_video_clips_qa/video_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ed2a29b7236c998f883d0634710b9448b061acef63a54cd46f8b3e3fc6683 +size 579628 diff --git a/hf_video_clips_qa/video_000262.mp4 b/hf_video_clips_qa/video_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ed692757f6e2d7e13cca7ef291db783883baf36 --- /dev/null +++ b/hf_video_clips_qa/video_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652ebabbfd8ea81e4e45771bc1097959ed3545b2414d39dbe16ec931307c8fb5 +size 350008 diff --git a/hf_video_clips_qa/video_000263.mp4 b/hf_video_clips_qa/video_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69a7f67ac0b331e907e3241da858ced75d2b2bc5 --- /dev/null +++ b/hf_video_clips_qa/video_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf8b2c819326d8ec69d390cd1d91294310d47e6b22663e2537ef0545c0b0b27 +size 419431 diff --git a/hf_video_clips_qa/video_000264.mp4 b/hf_video_clips_qa/video_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a8a428db3d5605843f5bf718eec5c89c242c0b9 --- /dev/null +++ b/hf_video_clips_qa/video_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c832fd06c31f8b941b4fe4fd8056fbcaf9851d15d8292415e565eea285871d +size 668528 diff --git a/hf_video_clips_qa/video_000265.mp4 b/hf_video_clips_qa/video_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7ee4f3550618456c87ebbbc5d06215b35eb3274 --- /dev/null +++ b/hf_video_clips_qa/video_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87224ab2acb97ad5a06a8915bf34b24826d14c191c23ff4667f9ed3f205d0825 +size 827531 diff --git a/hf_video_clips_qa/video_000266.mp4 b/hf_video_clips_qa/video_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0f83df1a3e43e960f9ee2a9adf1111e8f9420bb --- /dev/null +++ b/hf_video_clips_qa/video_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea28358a79628d01bd1fd6cfcd35f0fdcdbe7c4e25f888c14807b7f6184f0c9 +size 616061 diff --git a/hf_video_clips_qa/video_000267.mp4 b/hf_video_clips_qa/video_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64a581d6113deffbd9e95818bd2ca59443a4aa30 --- /dev/null +++ b/hf_video_clips_qa/video_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133f33948f3a460fb95f73e48484361b714eb154e33664d9e603ee1184aa2b9f +size 675293 diff --git a/hf_video_clips_qa/video_000268.mp4 b/hf_video_clips_qa/video_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a068ebd254ebf67fe8f8aac44ef3d6ca746c285b --- /dev/null +++ b/hf_video_clips_qa/video_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4442474b3516f151fb509853535f87456bfe1a92a3904c64458a082a0d5efe7 +size 726448 diff --git a/hf_video_clips_qa/video_000269.mp4 b/hf_video_clips_qa/video_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e43fd81b8e0a877e0e96ece33882071c7e4ad6c8 --- /dev/null +++ b/hf_video_clips_qa/video_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6767faa6d16b5a357908796fef66c0d16f1c474654611f29db80007f1334f8cf +size 552542 diff --git a/hf_video_clips_qa/video_000270.mp4 b/hf_video_clips_qa/video_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e0baa4e4c8f4848be0ec268d03c391cc578b253 --- /dev/null +++ b/hf_video_clips_qa/video_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e67cfacb269e58b29e8a6aa15975d0d74dcf59b39d82a61a0f72090c6c56a5a +size 559009 diff --git a/hf_video_clips_qa/video_000271.mp4 b/hf_video_clips_qa/video_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1ae33790521d8678c5dde52f033d80e74d84a4 --- /dev/null +++ b/hf_video_clips_qa/video_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2573677ce1f536c3bf1ebcc489a2611ac40d57ed14d8ef51ec5d9c273a6db +size 722983 diff --git a/hf_video_clips_qa/video_000272.mp4 b/hf_video_clips_qa/video_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80846ade906e825e22b41391a9cc38844c870abd --- /dev/null +++ b/hf_video_clips_qa/video_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6dc6452992f94cb98aa0078c60bf506d659ef54bf2458f586f49436893be9a +size 625638 diff --git a/hf_video_clips_qa/video_000273.mp4 b/hf_video_clips_qa/video_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..996f7989879749fe305a2c25a19b6013e57aced3 --- /dev/null +++ b/hf_video_clips_qa/video_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c798ff8708d6c68e3a851ff6057a162113230b53f43b710ea0c84e8e276835 +size 772620 diff --git a/hf_video_clips_qa/video_000274.mp4 b/hf_video_clips_qa/video_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76897080c6d05eebb371eefc687686d30ad0a5bd --- /dev/null +++ b/hf_video_clips_qa/video_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e143506238846793fb6b78540500a370113e066604aac5c9da23e8bf39ec030e +size 987510 diff --git a/hf_video_clips_qa/video_000275.mp4 b/hf_video_clips_qa/video_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aad25acb6329c1a99c1299beefb085c379dfbea --- /dev/null +++ b/hf_video_clips_qa/video_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ac200767b842467f3b4a5cc1558624c2bf1f51f791a6ef0aa0bb38f1b62cb0 +size 507814 diff --git a/hf_video_clips_qa/video_000276.mp4 b/hf_video_clips_qa/video_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c950276936df8f6e7ac06822623064f5cebd2b --- /dev/null +++ b/hf_video_clips_qa/video_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1894135935bd5b1f3ee5194828ff226dda02a9afecb4723c56d9b7b15bc0a18b +size 554499 diff --git a/hf_video_clips_qa/video_000277.mp4 b/hf_video_clips_qa/video_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4294acc4709c5169227104c8d00cfdaec1b408c8 --- /dev/null +++ b/hf_video_clips_qa/video_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cbcc0321ef88f5533d97be3f29f0007463a608582f27f7700e7ab8fdcd6bea +size 481627 diff --git a/hf_video_clips_qa/video_000278.mp4 b/hf_video_clips_qa/video_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..320f13bb299461a732b5539331384322dbaedb57 --- /dev/null +++ b/hf_video_clips_qa/video_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef0d273e5059a474ae83534afd4c960ca10e0714ba8d1d34f23b4e516c859ee +size 471688 diff --git a/hf_video_clips_qa/video_000279.mp4 b/hf_video_clips_qa/video_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fa53400065919b1710e301e41b25f359afe2508 --- /dev/null +++ b/hf_video_clips_qa/video_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc4828e8a1bef45135264afca56f77bacdf90eb6469d95d39563a0069d71d6b +size 828173 diff --git a/hf_video_clips_qa/video_000280.mp4 b/hf_video_clips_qa/video_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aba4d4e1c73e6ec0fa85c7b22811832aa1c59430 --- /dev/null +++ b/hf_video_clips_qa/video_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4810245c15f614f0071875c9de97ab3003a0203399503d1d09466bcd16e903 +size 576774 diff --git a/hf_video_clips_qa/video_000281.mp4 b/hf_video_clips_qa/video_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fc1b328eb39ffc94f58d482d7a2dc3a656aeafa --- /dev/null +++ b/hf_video_clips_qa/video_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0663b03eaa1c1818fe77c013dbd11c5f1ea4995669de8203d2b0e38ea87cce +size 616436 diff --git a/hf_video_clips_qa/video_000282.mp4 b/hf_video_clips_qa/video_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..897d4621b36efb2d764205b37fa85e3c1f310a7f --- /dev/null +++ b/hf_video_clips_qa/video_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598bde1c0f519737ec6454adb6efacc7603feec6125fd015ce108f55b05afe57 +size 1561583 diff --git a/hf_video_clips_qa/video_000283.mp4 b/hf_video_clips_qa/video_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c99393110ddf5800aad813459ecec77ac61580a3 --- /dev/null +++ b/hf_video_clips_qa/video_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51967aa46742c4239e202b9ca2cb077671cf904c50bd1511e531bbccc472a751 +size 507490 diff --git a/hf_video_clips_qa/video_000284.mp4 b/hf_video_clips_qa/video_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a79f0d88880518ef8eec140f20b767899b39917 --- /dev/null +++ b/hf_video_clips_qa/video_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345e6b428e42f731a488e7c5663aa3df58d7488295dae210605d5fcde651e862 +size 768953 diff --git a/hf_video_clips_qa/video_000285.mp4 b/hf_video_clips_qa/video_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bdc478887b18d8d2f73cc7eae5355cb37d76349 --- /dev/null +++ b/hf_video_clips_qa/video_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2b767b4357916915d8938c66e2efe46380b372f68299e4f5cb4898b97e3d78 +size 486839 diff --git a/hf_video_clips_qa/video_000286.mp4 b/hf_video_clips_qa/video_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe60ace418485c935f8dde9dc2b8e9d5b104ec3 --- /dev/null +++ b/hf_video_clips_qa/video_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413578a67076709baf038bc1f4e41e3e945c253aeb89ced515335fff57e29370 +size 659585 diff --git a/hf_video_clips_qa/video_000287.mp4 b/hf_video_clips_qa/video_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..139297939535dd792321b40aa7dcbaf4e1778ac0 --- /dev/null +++ b/hf_video_clips_qa/video_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626e15e7b32de2b6b803920b8724ebee55cf1c1cd55e135c08a225636e93e043 +size 1230217 diff --git a/hf_video_clips_qa/video_000288.mp4 b/hf_video_clips_qa/video_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98101d9601514b29f3d5b84e572dcde0d09efcf6 --- /dev/null +++ b/hf_video_clips_qa/video_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fceae508c018c192088dc9cc5852e3a3f103e2b5248e4b6e31e6de638b78c18 +size 675949 diff --git a/hf_video_clips_qa/video_000289.mp4 b/hf_video_clips_qa/video_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98101d9601514b29f3d5b84e572dcde0d09efcf6 --- /dev/null +++ b/hf_video_clips_qa/video_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fceae508c018c192088dc9cc5852e3a3f103e2b5248e4b6e31e6de638b78c18 +size 675949 diff --git a/hf_video_clips_qa/video_000290.mp4 b/hf_video_clips_qa/video_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3dd3d39bbf2ab3f85343ce77f5933667b8271b3 --- /dev/null +++ b/hf_video_clips_qa/video_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a64a9252edcd8925359c75163cfda49d8bf739d3c7137137c1fffbd2b42cc5 +size 727007 diff --git a/hf_video_clips_qa/video_000291.mp4 b/hf_video_clips_qa/video_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f77cdc9d273c13d86d44c6f1f48ab2603b6446ec --- /dev/null +++ b/hf_video_clips_qa/video_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2ba32f705ef073777633f607d6f4b33c068b6ae635cc0d214e88eb66709f65 +size 1051059 diff --git a/hf_video_clips_qa/video_000292.mp4 b/hf_video_clips_qa/video_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d611806d063bea7899e42701e16741b05b56f35 --- /dev/null +++ b/hf_video_clips_qa/video_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a916e8c13bc676bc52a111dc211765d310fa5c1723763917d8bce94df7ccf73d +size 545135 diff --git a/hf_video_clips_qa/video_000293.mp4 b/hf_video_clips_qa/video_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8fc991bda5450e0693c8d600d936dbedd27ea51 --- /dev/null +++ b/hf_video_clips_qa/video_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3e1a9e8aa10ba792ef4019d37fd934f1bd9a0c152016ce41ffa3b0f1ed8547 +size 1164172 diff --git a/hf_video_clips_qa/video_000294.mp4 b/hf_video_clips_qa/video_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2da2f1bf6db66d4589ed068a88b1c3817f5bb43d --- /dev/null +++ b/hf_video_clips_qa/video_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236cd78efc311ffa401daf4603d1a5c6db9a2241a5ba591409582fb99744d38 +size 659064 diff --git a/hf_video_clips_qa/video_000295.mp4 b/hf_video_clips_qa/video_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13ebbfdf596c05e920f0e8944c766f77d1cf1113 --- /dev/null +++ b/hf_video_clips_qa/video_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7487fbc082aaff0ff5204bda2ee812050762215e34757e19892b72f155633b9 +size 444962 diff --git a/hf_video_clips_qa/video_000296.mp4 b/hf_video_clips_qa/video_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e83c71cff30f40a7ccdd6571c1b0e883c1ac1b4 --- /dev/null +++ b/hf_video_clips_qa/video_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93a75f6fea9a19e2090ec84f7dcef1e1a035e2750c6b361dd085d10c6147eaf +size 930412 diff --git a/hf_video_clips_qa/video_000297.mp4 b/hf_video_clips_qa/video_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19645e9032d528ec7a47a83e0e8b9438efd6b8bb --- /dev/null +++ b/hf_video_clips_qa/video_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ffc2e7ff3b86adf4acb063cd27cfd7f45d770af99586615e8c374967048b7 +size 417825 diff --git a/hf_video_clips_qa/video_000298.mp4 b/hf_video_clips_qa/video_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ce5d86b3a16869d48c6b7714e31187064caf822 --- /dev/null +++ b/hf_video_clips_qa/video_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1315e72b159e540fa445507c67352f1e3c9becdd200c976e7ccaa4e145a838f5 +size 1162913 diff --git a/hf_video_clips_qa/video_000299.mp4 b/hf_video_clips_qa/video_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bb61f3112973f1444faaecfb0f6b82b639d5430 --- /dev/null +++ b/hf_video_clips_qa/video_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37588edc9f7dce110b4609799d5f787db62e9da0646549c65ef1879d200cfbb5 +size 1477850 diff --git a/hf_video_clips_qa/video_000300.mp4 b/hf_video_clips_qa/video_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096328e95fd942c1fc387f1944f45595dde3e997 --- /dev/null +++ b/hf_video_clips_qa/video_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e35b43f0d268f2cfd98ed6b59b079552db02ccbaf4464338c72674bb7516e +size 897307 diff --git a/hf_video_clips_qa/video_000301.mp4 b/hf_video_clips_qa/video_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c02027056daee080a7b4caef0ad2c79ba34633 --- /dev/null +++ b/hf_video_clips_qa/video_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f00b01bf8dc3eb19f2342db37191f539f7204239a8aefa0a7c6ecce0f3ce3c2 +size 569938 diff --git a/hf_video_clips_qa/video_000302.mp4 b/hf_video_clips_qa/video_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4b953d07053c3c22fb5d891d4898696ab0845f1 --- /dev/null +++ b/hf_video_clips_qa/video_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c292089bf2350448838eda26d0736c2e161e76660a68b8715f28cc35fb3fffd4 +size 320985 diff --git a/hf_video_clips_qa/video_000303.mp4 b/hf_video_clips_qa/video_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50006b0d87529b80d72185ec1aaa47a0876f69ef --- /dev/null +++ b/hf_video_clips_qa/video_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ce03fd380302ade87383128bd00078d471b5c61afb6389c00ff1cba514ddd +size 591109 diff --git a/hf_video_clips_qa/video_000304.mp4 b/hf_video_clips_qa/video_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76b304ba23b2ad9bf2b4335c4db4f89f06bfd63b --- /dev/null +++ b/hf_video_clips_qa/video_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf35f0a4013f6b4670c2ea558c38c89b2a623266bc875973c87d9d3e19cfbad +size 308418 diff --git a/hf_video_clips_qa/video_000305.mp4 b/hf_video_clips_qa/video_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f05923eeebb2fa001323c55f2f72265e8cda48 --- /dev/null +++ b/hf_video_clips_qa/video_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d430ef863f6b4886b778165b8ebdaf9c345d2781e02787dd81c1f07a6858b7b4 +size 598279 diff --git a/hf_video_clips_qa/video_000306.mp4 b/hf_video_clips_qa/video_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..582ff7b24d05412891476c6051e4c7a355db26d8 --- /dev/null +++ b/hf_video_clips_qa/video_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa019d5b65011cfdd4b1382f09b6d21e956236883363d51b40522692fe4cc5ef +size 1603020 diff --git a/hf_video_clips_qa/video_000307.mp4 b/hf_video_clips_qa/video_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..473b2e54280a125f4640dc9a82a830f5e1602391 --- /dev/null +++ b/hf_video_clips_qa/video_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028289c224dec4f3c399549bbbe628c476069bbd19840bc6be7fade914de302c +size 571245 diff --git a/hf_video_clips_qa/video_000308.mp4 b/hf_video_clips_qa/video_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c95d8c565568d7d7a382dc8eee71444fe0f6e801 --- /dev/null +++ b/hf_video_clips_qa/video_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8ba04b44f992297414a7ab6219613b04e9301615b48510e411003f0db868b9 +size 521405 diff --git a/hf_video_clips_qa/video_000309.mp4 b/hf_video_clips_qa/video_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..558c213dc30508f338e66f26ead19e0ce919f57f --- /dev/null +++ b/hf_video_clips_qa/video_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7bbcd99e2125b4a61bbfc2a46d20367d30d0f3d23d0086e45afbba11a52a53 +size 594947 diff --git a/hf_video_clips_qa/video_000310.mp4 b/hf_video_clips_qa/video_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a450f71adb18c12e085498c54f4157161cbe7a64 --- /dev/null +++ b/hf_video_clips_qa/video_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e1384f942f01795af00a3d9267d084f1bbe43eea8884d57fb50d863d06c4ed +size 882243 diff --git a/hf_video_clips_qa/video_000311.mp4 b/hf_video_clips_qa/video_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0c74275627b6cf99aebe0b1329235c2a7caf551 --- /dev/null +++ b/hf_video_clips_qa/video_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df6c2f21f19559fbf35913796ddc6a4f8ad515ce6c2df4449211907a6cfa0e0 +size 1074808 diff --git a/hf_video_clips_qa/video_000312.mp4 b/hf_video_clips_qa/video_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12031d602f82ab2485b3aebf04203cd7168b20da --- /dev/null +++ b/hf_video_clips_qa/video_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3394379517db0449b06bf0f1473fca2d28987d74050f9cdf0abf32040b7700 +size 684978 diff --git a/hf_video_clips_qa/video_000313.mp4 b/hf_video_clips_qa/video_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76921157bcaf9dc69e52c8c4faccfd5e51f26709 --- /dev/null +++ b/hf_video_clips_qa/video_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211e165397b1b5e8d7f0eac28395842dc21966123357cd233964b9c3b51de183 +size 540503 diff --git a/hf_video_clips_qa/video_000314.mp4 b/hf_video_clips_qa/video_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..864e059cb8986fc3ccd98c7351da5c5302a24277 --- /dev/null +++ b/hf_video_clips_qa/video_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8279eb9212febcd516e844a2d0afc62a08c31f89b7ae3f10301fae526858f8f +size 479172 diff --git a/hf_video_clips_qa/video_000315.mp4 b/hf_video_clips_qa/video_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05a71acfe0fe098483fcc483b4cba24e8ebf9ca9 --- /dev/null +++ b/hf_video_clips_qa/video_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c33e532e867302d987051f96d1849fb61e9293eaaf69f5c3de61fb59dab6224 +size 814912 diff --git a/hf_video_clips_qa/video_000316.mp4 b/hf_video_clips_qa/video_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89e98071902084485f6cb234f71ba8e627f1de33 --- /dev/null +++ b/hf_video_clips_qa/video_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fb213691244d8616da5ef478c12497838f3a6d02fc7db4483445fc236a9aac +size 956581 diff --git a/hf_video_clips_qa/video_000317.mp4 b/hf_video_clips_qa/video_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e21d55d9300aafa1622d7a7bcb97c33f6aa383 --- /dev/null +++ b/hf_video_clips_qa/video_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eded6ae5e70bc541d7eb0ebb59e2f87e651bd8d2b7e43f218e6d37754771a1 +size 727359 diff --git a/hf_video_clips_qa/video_000318.mp4 b/hf_video_clips_qa/video_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e357cebca60142cfe4d83d3b3e3b867421ce3f8 --- /dev/null +++ b/hf_video_clips_qa/video_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50301dea2a91d19cc700bc0f58415953ee6648ce2be6a90db9d448f0dd3ab51a +size 660948 diff --git a/hf_video_clips_qa/video_000319.mp4 b/hf_video_clips_qa/video_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..010b82c81c65e09bf88b9dcadaf70cced5a5ea05 --- /dev/null +++ b/hf_video_clips_qa/video_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d344f4a4f152aebefb159f45611543d166c9339fb6f9262421e4f895540701 +size 474290 diff --git a/hf_video_clips_qa/video_000320.mp4 b/hf_video_clips_qa/video_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217882db735c39b16ccbe0ae7ad7a0578e8bd652 --- /dev/null +++ b/hf_video_clips_qa/video_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867b567e14d5f0e57b0ed3a5311755374a607b75e8eb0772c0e8349486f85301 +size 1260442 diff --git a/hf_video_clips_qa/video_000321.mp4 b/hf_video_clips_qa/video_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79582716ac49073233e0034947e800aabceb06f0 --- /dev/null +++ b/hf_video_clips_qa/video_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763ec62af055db8674360c6fc659e2ec9dfc428f40e2fff17a639d159527d166 +size 1421774 diff --git a/hf_video_clips_qa/video_000322.mp4 b/hf_video_clips_qa/video_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94d350857244efb7c4dfd6b4da0a3abb0bf59510 --- /dev/null +++ b/hf_video_clips_qa/video_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2577ce2edd7debf7be044bd83ba95d81c06ea7845a401ca7e4467e5165dbd40d +size 490785 diff --git a/hf_video_clips_qa/video_000323.mp4 b/hf_video_clips_qa/video_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cb888ca0f8fe845fa5299b82d642fe8211bb37e --- /dev/null +++ b/hf_video_clips_qa/video_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81562a44f547e6ea65f71c30a0e52801203bbd3a1b08dd89633b7895e678d028 +size 624645 diff --git a/hf_video_clips_qa/video_000324.mp4 b/hf_video_clips_qa/video_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddbd67f841fe2fcf676901cb35cb4496638b6420 --- /dev/null +++ b/hf_video_clips_qa/video_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4247751b42944d8d04ad69381b62ccf0e8016959e28973073972841f0fc46 +size 1467122 diff --git a/hf_video_clips_qa/video_000325.mp4 b/hf_video_clips_qa/video_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a12282200266a01f3be952039aeb3a200afd33c --- /dev/null +++ b/hf_video_clips_qa/video_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfbbf76796b1b77bfdbba8be6387e2c06bf3b78cd354da7e00c32374f829c84 +size 848574 diff --git a/hf_video_clips_qa/video_000326.mp4 b/hf_video_clips_qa/video_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e3c2a86ffcb1993fe2f09af1317ddd153aa036 --- /dev/null +++ b/hf_video_clips_qa/video_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c10dff9ded4ba47fb98d81e99e79e82f54661c9bb57e0e4dd43b41ae7009f +size 659924 diff --git a/hf_video_clips_qa/video_000327.mp4 b/hf_video_clips_qa/video_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a49d2cd07a4f7ac6a1310533094d517bbee332e9 --- /dev/null +++ b/hf_video_clips_qa/video_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b851d072d4bb9bdf37bfb217c348678fb9561fec7d556066d4241998ada43791 +size 627852 diff --git a/hf_video_clips_qa/video_000328.mp4 b/hf_video_clips_qa/video_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da118ddb976f5e128a5984ab922456b2875c04c3 --- /dev/null +++ b/hf_video_clips_qa/video_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681b6d86f7e5b35a5477bc1ad1407a9712da6ecee938af27026ce5fc0b27200c +size 978678 diff --git a/hf_video_clips_qa/video_000329.mp4 b/hf_video_clips_qa/video_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64015eb821a58f9c312946d05ac8a8a41d6aba6c --- /dev/null +++ b/hf_video_clips_qa/video_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a12cd984b5c2cf5920de384165aa1d00d4480c11dbe630a2ca2efe6ea8d5134 +size 770555 diff --git a/hf_video_clips_qa/video_000330.mp4 b/hf_video_clips_qa/video_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a219ae53266967837e9d95388a434aaa2c223339 --- /dev/null +++ b/hf_video_clips_qa/video_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abbcdd4310fe3b6450e7b64420a3fd464ba8f1c541ab3270854d0b7f0267140 +size 837558 diff --git a/hf_video_clips_qa/video_000331.mp4 b/hf_video_clips_qa/video_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ef7e5af8cef02ec6b1622200f171302ede621c7 --- /dev/null +++ b/hf_video_clips_qa/video_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0a27942e2e6b72941915676091527f82e609c9511f9191f9523f3c582303ca +size 577721 diff --git a/hf_video_clips_qa/video_000332.mp4 b/hf_video_clips_qa/video_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..888504c4d2c200922118c65ea3d2bffbcfbff594 --- /dev/null +++ b/hf_video_clips_qa/video_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9155f1968acb0a0edad427e5afcb8c0c9098d388a5106002ccd4ba88b40e9476 +size 530226 diff --git a/hf_video_clips_qa/video_000333.mp4 b/hf_video_clips_qa/video_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f027e7892b83bff7df83f864f87473e32f7729cc --- /dev/null +++ b/hf_video_clips_qa/video_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44baac6f49167e0617cc90e452613b8eb49b3df5c895a4d7e5fc3f4b1206b914 +size 757936 diff --git a/hf_video_clips_qa/video_000334.mp4 b/hf_video_clips_qa/video_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b13fe28029da380a57647762119b0bc6fe14609c --- /dev/null +++ b/hf_video_clips_qa/video_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8657090866fff8c989e9dc6d1ab837a81a54372cae8bf75a614505e6046e87c4 +size 1511630 diff --git a/hf_video_clips_qa/video_000335.mp4 b/hf_video_clips_qa/video_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a316185e1584ca2ebec7abbf528e364068c5b3 --- /dev/null +++ b/hf_video_clips_qa/video_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200a94abc732822f8ac8ad462605bf75393e07d4284ebd5734ad30cfb6d9c425 +size 540826 diff --git a/hf_video_clips_qa/video_000336.mp4 b/hf_video_clips_qa/video_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2028808f22aa5c16a6cfbfdbf5caecf3085553b --- /dev/null +++ b/hf_video_clips_qa/video_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38890095ec5d1ad6c11aa5096812d0b2c7cf2bbe2bbf3e425cbb220d821b207c +size 753474 diff --git a/hf_video_clips_qa/video_000337.mp4 b/hf_video_clips_qa/video_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a36439967de4a0c136176551d446c83ac2ac1a08 --- /dev/null +++ b/hf_video_clips_qa/video_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbec717f1cf35c16d45887aad88c8769321d09eb3769cadf5bf9879cb10d19fb +size 758565 diff --git a/hf_video_clips_qa/video_000338.mp4 b/hf_video_clips_qa/video_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03b98b3b11c7e2d9d137c1f83ebbd10c03b80849 --- /dev/null +++ b/hf_video_clips_qa/video_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e57809ad9954e65ce52d13ce4420dabaa96adebc765d2d56cb68130d5cf342 +size 928913 diff --git a/hf_video_clips_qa/video_000339.mp4 b/hf_video_clips_qa/video_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..889359eddd8282f1742a52b8e4cfbacb79009ffe --- /dev/null +++ b/hf_video_clips_qa/video_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171b550a7d4a93cafaf1cc47be15342339fbf054173ddbb197015b79492bf010 +size 950328 diff --git a/hf_video_clips_qa/video_000340.mp4 b/hf_video_clips_qa/video_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..effecf1072d4cacab5c587c469b9249cebf6577c --- /dev/null +++ b/hf_video_clips_qa/video_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc9dcaf7b244d502aaf7d64e5aa69bc025375501b19c34cec9b89071792b8d9 +size 691951 diff --git a/hf_video_clips_qa/video_000341.mp4 b/hf_video_clips_qa/video_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b9963d9298bedc99bff3935ac0a28cdb2ab0855 --- /dev/null +++ b/hf_video_clips_qa/video_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72518ee5aa3967536bad85f6e75f8c4c046337896f26eba6b370e395dd2b4dc8 +size 670429 diff --git a/hf_video_clips_qa/video_000342.mp4 b/hf_video_clips_qa/video_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdc0c6f082f6c344e56caae90fd9e416d695d889 --- /dev/null +++ b/hf_video_clips_qa/video_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7d29e0a73becd1e8d8fa8e07fbfa1025fb4f82e11b93b8d30523fa4cda831b +size 903088 diff --git a/hf_video_clips_qa/video_000343.mp4 b/hf_video_clips_qa/video_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c78d70f71430fb62de83f7b4fe3e1e7025b6973a --- /dev/null +++ b/hf_video_clips_qa/video_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8419ac904ae015c027cf2ddb090a112aa7139b2b6a0112b5e552d26e2b90d +size 1194553 diff --git a/hf_video_clips_qa/video_000344.mp4 b/hf_video_clips_qa/video_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e05ca0fc580003e9cab64e8af1dd2dd857e656a --- /dev/null +++ b/hf_video_clips_qa/video_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c3e9f2a9bd5c13ca3b349e17dcf8e60d367888f9c347df1374321f6cde0b39 +size 583529 diff --git a/hf_video_clips_qa/video_000345.mp4 b/hf_video_clips_qa/video_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5255c3b20f61e9245358bead7c43dba1415f8b --- /dev/null +++ b/hf_video_clips_qa/video_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b9dd6af5118f9e65280e4da8f589c86454cd59351ac366ef3b211aa7a3928f +size 753326 diff --git a/hf_video_clips_qa/video_000346.mp4 b/hf_video_clips_qa/video_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce43b7ca95b1eec3af7f84b9baf025417d879e61 --- /dev/null +++ b/hf_video_clips_qa/video_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a57943d6b1a65328dd94c6c36145ed57de0d9140f14b712f939268f9b1e25f9 +size 1381920 diff --git a/hf_video_clips_qa/video_000347.mp4 b/hf_video_clips_qa/video_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b90b2aab983078f3e7d893558d7c064a6219997 --- /dev/null +++ b/hf_video_clips_qa/video_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c25b19d1ed42b3d1d2e06477cd16eea2c67403cb70d3bea2588f5e709c3ee +size 500470 diff --git a/hf_video_clips_qa/video_000348.mp4 b/hf_video_clips_qa/video_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53fb706c5d8c342a073ad1c192d4c20492b424fb --- /dev/null +++ b/hf_video_clips_qa/video_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61c7f5b695d1d7e8c662e31a812adf3517ee8a05d3e5186f072944b3c03ff74 +size 493930 diff --git a/hf_video_clips_qa/video_000349.mp4 b/hf_video_clips_qa/video_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ffbd5d4cee191c3fde749db11cd2536c877728e --- /dev/null +++ b/hf_video_clips_qa/video_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7212f391a29b493f63bc2a7e250f5252770c5cda2fb1417bf80f2298de791d7 +size 343050 diff --git a/hf_video_clips_qa/video_000350.mp4 b/hf_video_clips_qa/video_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba0caff9be6471403a1618e1072fc601af8d0e4b --- /dev/null +++ b/hf_video_clips_qa/video_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc68603ce095418a7c266a88409b5fedce7c2df7cc8655d9e60bae21bfbec1ec +size 344750 diff --git a/hf_video_clips_qa/video_000351.mp4 b/hf_video_clips_qa/video_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d8f947172277dd8f0fb93dae6a7ef714c2e47a --- /dev/null +++ b/hf_video_clips_qa/video_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb85cb86ba1ce1118dc16e578c03710249dedae9f08e016630f4ad82da2692c +size 748387 diff --git a/hf_video_clips_qa/video_000352.mp4 b/hf_video_clips_qa/video_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3e491dc3d94c3285a21fb2ef4b2a8973de85e91 --- /dev/null +++ b/hf_video_clips_qa/video_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c07ef8524ba2d2d8834bbbb695851ae4f18b6340e4b5c55daef42712135215f +size 461334 diff --git a/hf_video_clips_qa/video_000353.mp4 b/hf_video_clips_qa/video_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022e029dcaad275f7d1c168e4be845272f74fcb9 --- /dev/null +++ b/hf_video_clips_qa/video_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44624acea28afa1075ec324c970e5e9abcd19f55bea0f56db13b0220d3c0d1c +size 576739 diff --git a/hf_video_clips_qa/video_000354.mp4 b/hf_video_clips_qa/video_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e7101fcbffb042fd3b1fe8443e624beecf28a4 --- /dev/null +++ b/hf_video_clips_qa/video_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba566fafdce4eeac08831ae338308f4524062d45b669ee44ebfd1aab0cef155c +size 557862 diff --git a/hf_video_clips_qa/video_000355.mp4 b/hf_video_clips_qa/video_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d89df84392878feb1cdcb73b75a5919be9eca41 --- /dev/null +++ b/hf_video_clips_qa/video_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f681295486e57cfd4e508da204a503de2d433589fc55a877100879749acf92b +size 835631 diff --git a/hf_video_clips_qa/video_000356.mp4 b/hf_video_clips_qa/video_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c5832d661b78c5f6ed265a232b1edf4c5fc665 --- /dev/null +++ b/hf_video_clips_qa/video_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0910e591d23942e051ee8e8ce8a7472d17536cdc0504d0b6f2c3c0f66dc5982b +size 1129654 diff --git a/hf_video_clips_qa/video_000357.mp4 b/hf_video_clips_qa/video_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b8cd22dec1b9f52c8caa60aa0065b57955d944 --- /dev/null +++ b/hf_video_clips_qa/video_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffaa8fce2ed706fdcb88f994efec2fd6ebc43b504e70f1998963872787c11b0 +size 778003 diff --git a/hf_video_clips_qa/video_000358.mp4 b/hf_video_clips_qa/video_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0a9dfe2bd36603588cfdf3595808f156d48641 --- /dev/null +++ b/hf_video_clips_qa/video_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af855fecf47be4cd6fad3a58d0e20712b215a240e46f3e8fa218b099b7838377 +size 1467516 diff --git a/hf_video_clips_qa/video_000359.mp4 b/hf_video_clips_qa/video_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65e67f2b1b5eef5a0b3e930a72db048152816bc0 --- /dev/null +++ b/hf_video_clips_qa/video_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c95786cb4348d29bd51d834bcb39fae55fe6c9a08478d7a75abca78de65aea7 +size 1294601 diff --git a/hf_video_clips_qa/video_000360.mp4 b/hf_video_clips_qa/video_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e806b7a95e17567e6e5ab147c7585223283c1920 --- /dev/null +++ b/hf_video_clips_qa/video_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1508507375c58f7da407a20669f183917e6aa1351d82d9e40d6003d0a1f31b +size 728452 diff --git a/hf_video_clips_qa/video_000361.mp4 b/hf_video_clips_qa/video_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..285b62a37495b5126cf688890f344607a5526ec1 --- /dev/null +++ b/hf_video_clips_qa/video_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a38832b6a5f25d1614a6aa7a670d7678340770c3dc4ce7f96fa4c71bd1e249f +size 635323 diff --git a/hf_video_clips_qa/video_000362.mp4 b/hf_video_clips_qa/video_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f469550dff1efd89519f5fb4576edf31e0fcbfa --- /dev/null +++ b/hf_video_clips_qa/video_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76afdd83bc1be5e04bd710edd08def089c2c035623c73811ff5746340ed41ed6 +size 416206 diff --git a/hf_video_clips_qa/video_000363.mp4 b/hf_video_clips_qa/video_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c17edf33a0a100063e394f53fc145040dd57ddfe --- /dev/null +++ b/hf_video_clips_qa/video_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81353155dae4353df3b0f3e5864ba6a9db9a7b03ce69cf8489dd09cf80e3e66a +size 961959 diff --git a/hf_video_clips_qa/video_000364.mp4 b/hf_video_clips_qa/video_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f394c0cd999cfcde4550bec349a15af4af81ed9 --- /dev/null +++ b/hf_video_clips_qa/video_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c318156d2fa7a7db32186d2bcc6306384757983a7971e7d287aad54feb0429 +size 650798 diff --git a/hf_video_clips_qa/video_000365.mp4 b/hf_video_clips_qa/video_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..746ad62aa111d055b182785de4666f6974aed6a3 --- /dev/null +++ b/hf_video_clips_qa/video_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33247c107ab015b163ebab2b3b238e2318ab202c61a83c57b1d9cfc05976d2c8 +size 780628 diff --git a/hf_video_clips_qa/video_000366.mp4 b/hf_video_clips_qa/video_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc25662c83bfa99c8a3381ad6f060ca25f682f00 --- /dev/null +++ b/hf_video_clips_qa/video_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9358385affd384050e1ce43493f537eb026af60149178c94cf9af57a78e7e0e +size 461659 diff --git a/hf_video_clips_qa/video_000367.mp4 b/hf_video_clips_qa/video_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9523caf39e4c0a45e58afb633deabc5c73a72c2 --- /dev/null +++ b/hf_video_clips_qa/video_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba8da92e100d6a5d5bce5742f15bdaf694d7cfec42762eb4988c6929aaa2964 +size 356330 diff --git a/hf_video_clips_qa/video_000368.mp4 b/hf_video_clips_qa/video_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b09182a5fb2d0688ab0baf90bfcdeb1cd2fd083c --- /dev/null +++ b/hf_video_clips_qa/video_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ec4a4ed7bf008617b89acd09e940cf9dddf4f0dff86b8f2240cac398ca2b96 +size 365827 diff --git a/hf_video_clips_qa/video_000369.mp4 b/hf_video_clips_qa/video_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c187b4132e7e1fee23efc5169e29239124136e4 --- /dev/null +++ b/hf_video_clips_qa/video_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dffc1826ec2b7bdcad3010ee7090f5491bc90601504f5b8f0938020e3510167 +size 909691 diff --git a/hf_video_clips_qa/video_000370.mp4 b/hf_video_clips_qa/video_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e45e87c8496776e9b71fe15bc48e0c267864304 --- /dev/null +++ b/hf_video_clips_qa/video_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58990ab45ba7febcb3fb3698ffdbdfd4a75c98b180abf554cadd61c9b4e4924e +size 594084 diff --git a/hf_video_clips_qa/video_000371.mp4 b/hf_video_clips_qa/video_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7caf8901d37554f2b90313898d8452ee7b3ca9 --- /dev/null +++ b/hf_video_clips_qa/video_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3161e991226daa93882c9227510d146488b4af016098348486b5a56b946fb9c +size 653152 diff --git a/hf_video_clips_qa/video_000372.mp4 b/hf_video_clips_qa/video_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48249b875f6592d92be30e8513387723af8d03dc --- /dev/null +++ b/hf_video_clips_qa/video_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98991e659e2af8b4c1bbe3e0d2a56077080ffd6fff953226660dc2438cd6f82e +size 602147 diff --git a/hf_video_clips_qa/video_000373.mp4 b/hf_video_clips_qa/video_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..302596b75af522cf77abb6af8a933a078be30c48 --- /dev/null +++ b/hf_video_clips_qa/video_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665178c3a8c019c58a86679b379f09af5e430f59df643bca9ab6dadb39368c8 +size 565107 diff --git a/hf_video_clips_qa/video_000374.mp4 b/hf_video_clips_qa/video_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67c243a8939ce342993c678f755f2cc72fa19830 --- /dev/null +++ b/hf_video_clips_qa/video_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6b99fd263964e8c89f28625d263cd54d61a92d3919bb0ccb5d4aef4363bfb6 +size 774873 diff --git a/hf_video_clips_qa/video_000375.mp4 b/hf_video_clips_qa/video_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9270b8493d09ab76f790938d98a0777173dcf28d --- /dev/null +++ b/hf_video_clips_qa/video_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11165533996c1ea8b236c850ebe0d957a44cf2936c9402793682304548b4cb1b +size 770117 diff --git a/hf_video_clips_qa/video_000376.mp4 b/hf_video_clips_qa/video_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..877274a493423afac472938d0bbe44a9989b8eca --- /dev/null +++ b/hf_video_clips_qa/video_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbb97ffdc034ad2f7ae17e3c4827cc15523ddcd99e36862ba6349131878f438 +size 644121 diff --git a/hf_video_clips_qa/video_000377.mp4 b/hf_video_clips_qa/video_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f536e771dffd9ea741fd3ceacc8177af6015b350 --- /dev/null +++ b/hf_video_clips_qa/video_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189e947fa24997ee3160c69c90e79eea432f5115041e95842a15b1258ae9dca2 +size 591328 diff --git a/hf_video_clips_qa/video_000378.mp4 b/hf_video_clips_qa/video_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2b35e0efa0999a86562cd4d579ba78902d418d --- /dev/null +++ b/hf_video_clips_qa/video_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39aebc60e0d0b4192511a2076e0500b4fe0ca41fe93469ac3c70e714d64d06b9 +size 860613 diff --git a/hf_video_clips_qa/video_000379.mp4 b/hf_video_clips_qa/video_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..715ffd2c3e6d36e7c65d2ea5e31ee57bd9555fbe --- /dev/null +++ b/hf_video_clips_qa/video_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f833688bd09790c46a1a634b0847fd3062ff2079bcddd1cbe1585aeeb146fa +size 828106 diff --git a/hf_video_clips_qa/video_000380.mp4 b/hf_video_clips_qa/video_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01ca433d98e96e2fe21ead436d7b3fbf4699080a --- /dev/null +++ b/hf_video_clips_qa/video_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dd8165e5df833f71cf1cb28741168304269838f20d0cbfb4459d2d22f3cbc6 +size 569799 diff --git a/hf_video_clips_qa/video_000381.mp4 b/hf_video_clips_qa/video_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb331e4150f1f41d5c4bc9d1952778bcf27e54f8 --- /dev/null +++ b/hf_video_clips_qa/video_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c222a0a0d05c34072fd65322c00379899243cd82cdb4c6da235ed504146a5 +size 950423 diff --git a/hf_video_clips_qa/video_000382.mp4 b/hf_video_clips_qa/video_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f31928be0159275428f76db93b29385d386623f6 --- /dev/null +++ b/hf_video_clips_qa/video_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be604d4db288ae20dbbab51a0398fbba5384f4d41f06293b2fd3597ee1264a3 +size 1312428 diff --git a/hf_video_clips_qa/video_000383.mp4 b/hf_video_clips_qa/video_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35a13ba2cb502743d918db1d42f58b4bfc4d18b9 --- /dev/null +++ b/hf_video_clips_qa/video_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2da7d72031d0612244fd3d24b2b173a6a6124a59d2690ab88906ec49437e54a +size 830091 diff --git a/hf_video_clips_qa/video_000384.mp4 b/hf_video_clips_qa/video_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..703e2240b8b0a3894f6d5290db90d7a8e96aba94 --- /dev/null +++ b/hf_video_clips_qa/video_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23538d4f787b7b3d46208786afc489101e9be43fd6908fdd717ef09fd97f2a38 +size 399681 diff --git a/hf_video_clips_qa/video_000385.mp4 b/hf_video_clips_qa/video_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeb405e513dbaf12cc6d4b4d38bbdf76eb91dda1 --- /dev/null +++ b/hf_video_clips_qa/video_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb35f50b6fa706a5e3c77bb10765bc14ff46dc6f153d7a2745f044a4c6ba80fe +size 593614 diff --git a/hf_video_clips_qa/video_000386.mp4 b/hf_video_clips_qa/video_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9752d45ef2864c54bb9b846c09122fb32ca018d2 --- /dev/null +++ b/hf_video_clips_qa/video_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47149e06646f730eeb3477155dffa7aa0c924ecae2ec276bbc0844ecc5fb5a6b +size 503023 diff --git a/hf_video_clips_qa/video_000387.mp4 b/hf_video_clips_qa/video_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a7e1e9cc575fcecdc05ba69f1a9e84a787a20e --- /dev/null +++ b/hf_video_clips_qa/video_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c92afd692d02d1b665567347f79590232c8e150c5f83fd5913754dfdbee4db3 +size 702038 diff --git a/hf_video_clips_qa/video_000388.mp4 b/hf_video_clips_qa/video_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb4877930e8bb560f2073ac8518075cc9e7b1e55 --- /dev/null +++ b/hf_video_clips_qa/video_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55228595a98e64e63b116b84f6912323c15c64809ed30ced2063541ddecdde1 +size 1239910 diff --git a/hf_video_clips_qa/video_000389.mp4 b/hf_video_clips_qa/video_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13b03d5db6c6a20413777976d4c3b69fd497b148 --- /dev/null +++ b/hf_video_clips_qa/video_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b25773b24d2ba744feb3f2551ac994a9f4bec2a02c1493c68e1f9b85bfc38e5 +size 848384 diff --git a/hf_video_clips_qa/video_000390.mp4 b/hf_video_clips_qa/video_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb2e1761898217fba3149381749fe5ffb8c51fd9 --- /dev/null +++ b/hf_video_clips_qa/video_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d26b4f9ec17798ae9ed1eb63f8cc4c01c586615b82b196f034750a0995f34a +size 625899 diff --git a/hf_video_clips_qa/video_000391.mp4 b/hf_video_clips_qa/video_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb2e1761898217fba3149381749fe5ffb8c51fd9 --- /dev/null +++ b/hf_video_clips_qa/video_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d26b4f9ec17798ae9ed1eb63f8cc4c01c586615b82b196f034750a0995f34a +size 625899 diff --git a/hf_video_clips_qa/video_000392.mp4 b/hf_video_clips_qa/video_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac5ad15dec727ed4fa13938315623a0064adcde --- /dev/null +++ b/hf_video_clips_qa/video_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa2995bf2c81e38d050daa99f47e266f2badc846275f7e0f9883b475535b5d0 +size 2249151 diff --git a/hf_video_clips_qa/video_000393.mp4 b/hf_video_clips_qa/video_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1ae15a1b6133439f136378cbeabbafde8bb53f --- /dev/null +++ b/hf_video_clips_qa/video_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d676b8a4ae6119d5fdf3a094ef66a3745210c890db631f9d26184de8242abb46 +size 652741 diff --git a/hf_video_clips_qa/video_000394.mp4 b/hf_video_clips_qa/video_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca7bda7bc9353dab42afc51f283a4ad0769d083 --- /dev/null +++ b/hf_video_clips_qa/video_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25015d8117f60f9b52aaf7572335a60f76bb33643f994924c12a527cf83dd9c9 +size 914334 diff --git a/hf_video_clips_qa/video_000395.mp4 b/hf_video_clips_qa/video_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da58af64376a929cc632229ffac7c08ffaa4b9bb --- /dev/null +++ b/hf_video_clips_qa/video_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f532ac759ab500cbbcc92bf82b0c016c8d61098f2300cc68ef09dc4aaa93869 +size 639346 diff --git a/hf_video_clips_qa/video_000396.mp4 b/hf_video_clips_qa/video_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c61687644131abf3bc879891f059623fe2e1a80 --- /dev/null +++ b/hf_video_clips_qa/video_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d4c8cf637e992e14af5d62251b02ce531f72f97a05f564d997ae089a0348f1 +size 376773 diff --git a/hf_video_clips_qa/video_000397.mp4 b/hf_video_clips_qa/video_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dade36bf2e0e3024419da3bc5734da38116ff30f --- /dev/null +++ b/hf_video_clips_qa/video_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c32db51735ef1b75029884ce8ee0c14259b27f3beccbf6ca9e1920dce41d41 +size 602881 diff --git a/hf_video_clips_qa/video_000398.mp4 b/hf_video_clips_qa/video_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..253267779946dbcde6f6ba2013cb8b974578ecf3 --- /dev/null +++ b/hf_video_clips_qa/video_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689db39a35bd44c832d5f6743462f124b8f0bbd635c9d78bba06ce72b6bf6dac +size 1018220 diff --git a/hf_video_clips_qa/video_000399.mp4 b/hf_video_clips_qa/video_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848636e21112b0ebf65949bf8cd55bccfb15ea30 --- /dev/null +++ b/hf_video_clips_qa/video_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384a4bfe2cb4b87ea754972282bfa785c6a2a9bd1848a3fc6ad16f390d06fbf5 +size 471608 diff --git a/hf_video_clips_qa/video_000400.mp4 b/hf_video_clips_qa/video_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c5a6dc7f4d271067ce35d05b31239a290675d6 --- /dev/null +++ b/hf_video_clips_qa/video_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ba884e5b583e39300de95e30edb876b13a7ea4adbd79d2db0a71a727328395 +size 509842 diff --git a/hf_video_clips_qa/video_000401.mp4 b/hf_video_clips_qa/video_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a3c80a9cbf4946f13e60846dc8abe3b72b4596a --- /dev/null +++ b/hf_video_clips_qa/video_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f9082791c0c13f5a5b418ef426d0afbb21e25e6ee7c45c558af545179c201e +size 760017 diff --git a/hf_video_clips_qa/video_000402.mp4 b/hf_video_clips_qa/video_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0345ddd889d9d60ee19b52b8326cb5dceff68014 --- /dev/null +++ b/hf_video_clips_qa/video_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729f70570c2f824d8e8ead42e3b231cb540c7d1210df7d2cc11645a5f6ba7bc3 +size 707025 diff --git a/hf_video_clips_qa/video_000403.mp4 b/hf_video_clips_qa/video_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef16d18a0f485d680bdde41cea172a13a963b037 --- /dev/null +++ b/hf_video_clips_qa/video_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6988923b9fda2d43b19225d024deb39d9e848b0d54f2a36989caf6ee644924f5 +size 921290 diff --git a/hf_video_clips_qa/video_000404.mp4 b/hf_video_clips_qa/video_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ffbc19433c10dd95ecfb1460baaac3153e45d3c --- /dev/null +++ b/hf_video_clips_qa/video_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c89d1a946d7fb57f97c69ff46d14b607c4a02ed1366577e35245b363ef2ae23 +size 1171984 diff --git a/hf_video_clips_qa/video_000405.mp4 b/hf_video_clips_qa/video_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f44cf488011682fcd4f57aa7c4ae1dc6d1583b --- /dev/null +++ b/hf_video_clips_qa/video_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a5340df0d13f359589b6062804ddf16a6515ed2cbe8279e438292cb1c7a1ec +size 1213783 diff --git a/hf_video_clips_qa/video_000406.mp4 b/hf_video_clips_qa/video_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9471cb5880fcd1c5141eba659df37a36e94c22b3 --- /dev/null +++ b/hf_video_clips_qa/video_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8309c8f9ea362d4f6ffa52301c63d67e2e1a720fc78ee5a94a149923e3bf160 +size 882917 diff --git a/hf_video_clips_qa/video_000407.mp4 b/hf_video_clips_qa/video_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7bf3e750f1eba6f635a561fd59a71b66cdf1b49 --- /dev/null +++ b/hf_video_clips_qa/video_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b287bd2fce5986e6a20497e036d6424ddc93ece29b16696de3576a3f7f5f0b +size 506169 diff --git a/hf_video_clips_qa/video_000408.mp4 b/hf_video_clips_qa/video_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d66470934539bf494f8aed9d9043a0edf425a92 --- /dev/null +++ b/hf_video_clips_qa/video_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b88634caa78fbe09272d511cd5dec13d77e077d69af4bfcbb9e50d576371f +size 543633 diff --git a/hf_video_clips_qa/video_000409.mp4 b/hf_video_clips_qa/video_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb32889bbfe1f8ff74713405c1c553cda6e2842 --- /dev/null +++ b/hf_video_clips_qa/video_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c18a77752be686ad67f9a93ed17bd1271e51ed2e0cc087c01d50b9ff384d192 +size 326239 diff --git a/hf_video_clips_qa/video_000410.mp4 b/hf_video_clips_qa/video_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d610db9f022cf11110ed1088033a2e181f4889ea --- /dev/null +++ b/hf_video_clips_qa/video_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab429e8221d3831601783b8504cf80580b7e63732581d531ef7bd3380bf0fc4 +size 708843 diff --git a/hf_video_clips_qa/video_000411.mp4 b/hf_video_clips_qa/video_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a3ffc0009f73eed79045cdeda26da079be5adcc --- /dev/null +++ b/hf_video_clips_qa/video_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7642c09bf0a698220178da46c4a8666ebe8b64dc4c8885299ff7515efb82925 +size 853183 diff --git a/hf_video_clips_qa/video_000412.mp4 b/hf_video_clips_qa/video_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..894ddcd0290bba569984f2a4b7678ee5d9b78207 --- /dev/null +++ b/hf_video_clips_qa/video_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dce243a2bce0a4855b866b32bbad9657d96d28de80c666a4e620714e0e5089 +size 291836 diff --git a/hf_video_clips_qa/video_000413.mp4 b/hf_video_clips_qa/video_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98bf2724531d96b2a3a31f53e8514a13d03626bb --- /dev/null +++ b/hf_video_clips_qa/video_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966beb0a533d75d8e1444350c40647e2c6774c8692229f067fd28d81caa5277e +size 1276319 diff --git a/hf_video_clips_qa/video_000414.mp4 b/hf_video_clips_qa/video_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..594b232b5201c47c1bcda58312ebfe3537364bdf --- /dev/null +++ b/hf_video_clips_qa/video_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5450801b6eb14d543c328746e1c640b8c1094b4fa5d1719b41c0b3b87b420f65 +size 963850 diff --git a/hf_video_clips_qa/video_000415.mp4 b/hf_video_clips_qa/video_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813da89b4c0c2eca05a5e6b95ff56744d8567c46 --- /dev/null +++ b/hf_video_clips_qa/video_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f00c4846d2128d6e28082ed4428cd0df638fe9265c9d64251445a74d8734d3 +size 969892 diff --git a/hf_video_clips_qa/video_000416.mp4 b/hf_video_clips_qa/video_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7834e8924f0d9626bb6e41dfc3446c9d5a77fb20 --- /dev/null +++ b/hf_video_clips_qa/video_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e392e4224e4f5d7155d14ea5443a690f91beb25dd07ef35e5d0de4ddb6bee5c +size 869312 diff --git a/hf_video_clips_qa/video_000417.mp4 b/hf_video_clips_qa/video_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db144c9167b87768b0d9def689f4a38e7a8b6b9e --- /dev/null +++ b/hf_video_clips_qa/video_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425138b2267d766b31a52aaf28e87dfd1bc54f335ab83122fe434e447cbaf9f1 +size 827726 diff --git a/hf_video_clips_qa/video_000418.mp4 b/hf_video_clips_qa/video_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76c75ae7eeec080c697bb5fbcd136df6345b3d53 --- /dev/null +++ b/hf_video_clips_qa/video_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3df478fa1072d304343243e307af10751e514ea1c5553276083cbcb107b9099 +size 576369 diff --git a/hf_video_clips_qa/video_000419.mp4 b/hf_video_clips_qa/video_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06dd588c7e1b50a3635c58956562e38c6936f18b --- /dev/null +++ b/hf_video_clips_qa/video_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422305123fcb75c668be73a08d1a06d578bb8be4dbe588b85037b8b86b9a5bd2 +size 406757 diff --git a/hf_video_clips_qa/video_000420.mp4 b/hf_video_clips_qa/video_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed69410997a62574f40d42a38b169b4bcfc89e0f --- /dev/null +++ b/hf_video_clips_qa/video_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7b98379cfca81742651c8989c8eaea460ab49bab45a784f7a412d6df2beba9 +size 703758 diff --git a/hf_video_clips_qa/video_000421.mp4 b/hf_video_clips_qa/video_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..508c2650632d3c013764899ac154e1a730a8cd4e --- /dev/null +++ b/hf_video_clips_qa/video_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e225906000552d2259af7f25b5a11bca73a45f41c468b44256716c7ea9b244a +size 874040 diff --git a/hf_video_clips_qa/video_000422.mp4 b/hf_video_clips_qa/video_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2b3dfec3b28f12c83eb6c39e32e1bcf28507f19 --- /dev/null +++ b/hf_video_clips_qa/video_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c788fb09a8dbb6da99cef936cb055dcd30779304b849dde2eee695c5c005a875 +size 326701 diff --git a/hf_video_clips_qa/video_000423.mp4 b/hf_video_clips_qa/video_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74fdd6d4741a4e0ec1b8621f3e4fd64fe4940fe7 --- /dev/null +++ b/hf_video_clips_qa/video_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aacd899660114798d2264bcb13d61ebda302fa1e967511f02c9e3bf84473b8a +size 582718 diff --git a/hf_video_clips_qa/video_000424.mp4 b/hf_video_clips_qa/video_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c08f80ba23ca3b0981d0e2eb94d6fc88eb87dc48 --- /dev/null +++ b/hf_video_clips_qa/video_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3733382a22983ffde3dacf768db7056e0af12f28f56694cc306faa484b1ec0a3 +size 1145046 diff --git a/hf_video_clips_qa/video_000425.mp4 b/hf_video_clips_qa/video_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58e1ce3af325df48b585f1b7c2e6c4e37582619c --- /dev/null +++ b/hf_video_clips_qa/video_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc7fe74cc742096d64f9e89b315a6de53f9bde74bf3e9cb94cda05d1c0f4e35 +size 815182 diff --git a/hf_video_clips_qa/video_000426.mp4 b/hf_video_clips_qa/video_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9897d50e30ec39dfb74bba37d3190140f444f8d0 --- /dev/null +++ b/hf_video_clips_qa/video_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675cbefd70071572713f96c8ffc72a0a2f6f549eff3db15ac26e78f371b2d735 +size 455280 diff --git a/hf_video_clips_qa/video_000427.mp4 b/hf_video_clips_qa/video_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc5ee0d6ebd027f07818c242b06c1854f4bcd720 --- /dev/null +++ b/hf_video_clips_qa/video_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae0f966325225cdbc27330e54c7d49a9a3031dc1ace9a3be87cc16e880f506b +size 617206 diff --git a/hf_video_clips_qa/video_000428.mp4 b/hf_video_clips_qa/video_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72b2d33d625fa3cdb76f5367d3b9c64aa350a4c8 --- /dev/null +++ b/hf_video_clips_qa/video_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a44e6b128ed979c0807de89624a1c5080f62b5297e0088a6aa052e2924f8884 +size 704001 diff --git a/hf_video_clips_qa/video_000429.mp4 b/hf_video_clips_qa/video_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d07827b24b0095a4c8318359060ad61beb1174c3 --- /dev/null +++ b/hf_video_clips_qa/video_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167eb8cb7477ef65836e9cd14a6aed3da2834d01fd69817c4cb40606189e5ca7 +size 1257146 diff --git a/hf_video_clips_qa/video_000430.mp4 b/hf_video_clips_qa/video_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b86a19ca92d99c76ac594e605fa53b90c67dd474 --- /dev/null +++ b/hf_video_clips_qa/video_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94146cb8be55904245d7e612dbd86d1b6ebff373f021a0c77080910281618847 +size 563777 diff --git a/hf_video_clips_qa/video_000431.mp4 b/hf_video_clips_qa/video_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23070099e07c3cc54964aa952f6eff1b74926282 --- /dev/null +++ b/hf_video_clips_qa/video_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a975325d1179d642dd0a84ad8e266b2cb9580704ab9fe5111709d782ee46ec02 +size 516940 diff --git a/hf_video_clips_qa/video_000432.mp4 b/hf_video_clips_qa/video_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a2dcba10024d99f8fe07bcadaa240304f517c2 --- /dev/null +++ b/hf_video_clips_qa/video_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada54b343f5c40023505494e66a4309b48042fc0201c7925a554d64956a7567 +size 626694 diff --git a/hf_video_clips_qa/video_000433.mp4 b/hf_video_clips_qa/video_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1aecc65da3d62b51427762b26e78ce89156b52 --- /dev/null +++ b/hf_video_clips_qa/video_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37655528e4d3d6381bb43318a1db24866393c015b28a48f2ec0f60466699b5e +size 756627 diff --git a/hf_video_clips_qa/video_000434.mp4 b/hf_video_clips_qa/video_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66ab12827593d5eadbc3310ddbf0f1111115b931 --- /dev/null +++ b/hf_video_clips_qa/video_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45a361a54a40b853d3f8697bf18c571b731756aba0550cf371c18ea4c73d362 +size 766166 diff --git a/hf_video_clips_qa/video_000435.mp4 b/hf_video_clips_qa/video_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19ce486e179ecc7c9692dc29c5155baa116f5953 --- /dev/null +++ b/hf_video_clips_qa/video_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd60a84dc730ceb52f3955c709931daa4c603da95f2e3cb2a3d4991ae30b6e35 +size 655282 diff --git a/hf_video_clips_qa/video_000436.mp4 b/hf_video_clips_qa/video_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f250c4436760421caed247bf96876953b6d147a7 --- /dev/null +++ b/hf_video_clips_qa/video_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845fcf71c50ebb3e49b382bd71525ee2120a2574c0c9ca9c6cf447bf2dfe20a4 +size 700868 diff --git a/hf_video_clips_qa/video_000437.mp4 b/hf_video_clips_qa/video_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70c4ba8f5e3116865b44ea0941d16ffdc5cfe72d --- /dev/null +++ b/hf_video_clips_qa/video_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c142fe0c33e28e900cff25a49579e92dec0c6ffb13881ddc7e0b01310ff8e676 +size 815809 diff --git a/hf_video_clips_qa/video_000438.mp4 b/hf_video_clips_qa/video_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f74ca07d8d55f4feccf45407c804ce2e0ddcb7d --- /dev/null +++ b/hf_video_clips_qa/video_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62dfa3988d7391d87850e0080c8c978219dec7839f976095e0ca83d99b0e6c8b +size 679688 diff --git a/hf_video_clips_qa/video_000439.mp4 b/hf_video_clips_qa/video_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b668dc26430bd31d5d76e75c14b961a0ebbbe20 --- /dev/null +++ b/hf_video_clips_qa/video_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71d3d253ac94893f683cc7645637eb903eec2640de457a1d23af2dc5e02e4ce +size 777306 diff --git a/hf_video_clips_qa/video_000440.mp4 b/hf_video_clips_qa/video_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b450b727a8a573d271dc5985b2cc5500f73ed16 --- /dev/null +++ b/hf_video_clips_qa/video_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4070d898ff366ec165ea9687381db152ab188039837478381fdb09d058a4e7 +size 604562 diff --git a/hf_video_clips_qa/video_000441.mp4 b/hf_video_clips_qa/video_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b531d4c456881e3e227c4c5175a3438424e30215 --- /dev/null +++ b/hf_video_clips_qa/video_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75e44ed3109ac136388b77eab8b42ef70a84dd50cf734bb4615a01c760bdc04 +size 690922 diff --git a/hf_video_clips_qa/video_000442.mp4 b/hf_video_clips_qa/video_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9fd1d8470985e04a75cee9461a265f132a64429 --- /dev/null +++ b/hf_video_clips_qa/video_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd27f8562253b0b87b954a87d6aa0464d3b4c50c711f3776177224f4e0376d7 +size 415262 diff --git a/hf_video_clips_qa/video_000443.mp4 b/hf_video_clips_qa/video_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9f2417d25575045253823305e6cb6ca4b6d14ca --- /dev/null +++ b/hf_video_clips_qa/video_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002c82fa048671cc3bb59d1dc5975617cb34567f3cd205f354f7725e7697269e +size 285279 diff --git a/hf_video_clips_qa/video_000444.mp4 b/hf_video_clips_qa/video_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..510ca3fa2690424e721e32cde99e9b4d764976eb --- /dev/null +++ b/hf_video_clips_qa/video_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878bc324ce61a45844dfe43276371a7d1a0d475ba587fe3b0e4d1fda0d31245f +size 445582 diff --git a/hf_video_clips_qa/video_000445.mp4 b/hf_video_clips_qa/video_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcbe4b49a351ef827ee3b75906d8828ac80c629a --- /dev/null +++ b/hf_video_clips_qa/video_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3790e7a241037bcb15cc73607ed1d0bf351fe4c3fe92e2680f10c84a848024ef +size 813657 diff --git a/hf_video_clips_qa/video_000446.mp4 b/hf_video_clips_qa/video_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd51abe69ae2b536f5feb0aa387da0eed7fc55a3 --- /dev/null +++ b/hf_video_clips_qa/video_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1c63f069e9926517e4fd80ce453cc7ab85a5cc7db5b905002564d6ecb3b346 +size 779276 diff --git a/hf_video_clips_qa/video_000447.mp4 b/hf_video_clips_qa/video_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b2ccd047e7d4f3232f13c68d2494b874e750a33 --- /dev/null +++ b/hf_video_clips_qa/video_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6845d3931e17f1976f0247f995090030beeb36cb6ca447c0b289faeed782c23 +size 704979 diff --git a/hf_video_clips_qa/video_000448.mp4 b/hf_video_clips_qa/video_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16afac139b7151a8e99f25f33dc0519823d57b5b --- /dev/null +++ b/hf_video_clips_qa/video_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16222365d7abbc340f1b3726e7cec2bc1e6d3fa799d88b049e3be6f048ca281f +size 320876 diff --git a/hf_video_clips_qa/video_000449.mp4 b/hf_video_clips_qa/video_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7435b66b6f65ac3692bfe2b2bbe3fbfc054cea5 --- /dev/null +++ b/hf_video_clips_qa/video_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b25f7b8f42073af7892c8da00689552c01669c4880c945b95e8d24d9585ad7 +size 243768 diff --git a/hf_video_clips_qa/video_000450.mp4 b/hf_video_clips_qa/video_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f06369db1c04141c93f120896fa8849dab8e759 --- /dev/null +++ b/hf_video_clips_qa/video_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d3677646a0d350fa893eaee714a8881a9af4055a6ad87a10b08578cdaec4e4 +size 2740669 diff --git a/hf_video_clips_qa/video_000451.mp4 b/hf_video_clips_qa/video_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab3f78fdaf50d7199943a2e0bab47dc172612119 --- /dev/null +++ b/hf_video_clips_qa/video_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e26b813fe416302f8d5bb428866045b66d3151e943da0fe33fb3bfd2c5ec6c +size 788455 diff --git a/hf_video_clips_qa/video_000452.mp4 b/hf_video_clips_qa/video_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30cb2a346e29349277fc68b836d293719cff38fe --- /dev/null +++ b/hf_video_clips_qa/video_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f94f1586fb809a5f10676835d49757d09eaac85d6c666909a87d25a42ba799 +size 572831 diff --git a/hf_video_clips_qa/video_000453.mp4 b/hf_video_clips_qa/video_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..070e1ece1fe2fac19314814524346cd08161ddc0 --- /dev/null +++ b/hf_video_clips_qa/video_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07933f43b3a5c5836aa49f818fe3f2019963d99b9925a1f1b2ef8237003d64ef +size 659391 diff --git a/hf_video_clips_qa/video_000454.mp4 b/hf_video_clips_qa/video_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2f78a05d69dc4472fa46bd1bfdc5f8c70f5478 --- /dev/null +++ b/hf_video_clips_qa/video_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b0dd3b0f4927c18ff0b00bf9797fa5149b7450c246f4824961b171acdd465 +size 759791 diff --git a/hf_video_clips_qa/video_000455.mp4 b/hf_video_clips_qa/video_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7713a1ab90799706295087ccf95456c903e0f0e7 --- /dev/null +++ b/hf_video_clips_qa/video_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae5e35b9f096f597c99914b5d16f975ccddad947bb89d3aea328c14b310a8f1 +size 716128 diff --git a/hf_video_clips_qa/video_000456.mp4 b/hf_video_clips_qa/video_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3581a84c9a79375a66fa8f9b2b964642b2bdb7d --- /dev/null +++ b/hf_video_clips_qa/video_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750b24625e6faad2f1a71c7b755dbbb3f8397edf967ced7e8c56953285644489 +size 737218 diff --git a/hf_video_clips_qa/video_000457.mp4 b/hf_video_clips_qa/video_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f047f97ff8910ef72d9419e676f2d7fa0932f6e6 --- /dev/null +++ b/hf_video_clips_qa/video_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48de964fc45ccb3b2ff8fcae80800fd534fa5f51c5fbd4226b3650b958f8db71 +size 255163 diff --git a/hf_video_clips_qa/video_000458.mp4 b/hf_video_clips_qa/video_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f642f990913f9613addd654fc972a364fb0749 --- /dev/null +++ b/hf_video_clips_qa/video_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1cffd53d2015442f14fade4f857337c27f27d99b03d11d697915713ab54bcb +size 726377 diff --git a/hf_video_clips_qa/video_000459.mp4 b/hf_video_clips_qa/video_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4642e25672a52ef6271ff34a46edb148d9c629b1 --- /dev/null +++ b/hf_video_clips_qa/video_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace5ee0cb8ae72c6507d6d20ef017173965a95fbccca965a829a4e0d182634f1 +size 689335 diff --git a/hf_video_clips_qa/video_000460.mp4 b/hf_video_clips_qa/video_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17ae949b30449f8e67542206f1e1db592a4e4533 --- /dev/null +++ b/hf_video_clips_qa/video_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab03fca888cdb4b08b7381178f1796695fd2cf360da0f174b45f32b808010f2a +size 496136 diff --git a/hf_video_clips_qa/video_000461.mp4 b/hf_video_clips_qa/video_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71c1f6633334576d154ab0e067513ba9cfa00c95 --- /dev/null +++ b/hf_video_clips_qa/video_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200ae1d06e35ac0a146a50659dc662095b347b7cc851fb169293db2b57d1662f +size 520235 diff --git a/hf_video_clips_qa/video_000462.mp4 b/hf_video_clips_qa/video_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45863541c4581209f4ec9fcd4831c81cb48016d3 --- /dev/null +++ b/hf_video_clips_qa/video_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1719f2cefe81c5d77b56255dd159d7e03e2bc9796c21cd5f939914f6676d9d +size 374536 diff --git a/hf_video_clips_qa/video_000463.mp4 b/hf_video_clips_qa/video_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cef5285784aec98ba22b67c2937fdbcd5adb5e25 --- /dev/null +++ b/hf_video_clips_qa/video_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598e4c900d16eda090370d28b879083dbeb75fc8567eaf30d6b22a54ee9f08d1 +size 543040 diff --git a/hf_video_clips_qa/video_000464.mp4 b/hf_video_clips_qa/video_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c0d4d46f12094910ae5b256f6eaee66d847cd88 --- /dev/null +++ b/hf_video_clips_qa/video_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef5d0aea66700a5f016f8105045d5743bc23bdaa8b55a19c44fa1a3a4dd93f7 +size 645772 diff --git a/hf_video_clips_qa/video_000465.mp4 b/hf_video_clips_qa/video_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4534cba07f6f9baf7cddf2732d06c548947f2863 --- /dev/null +++ b/hf_video_clips_qa/video_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9881a42601203943ff98db6c5fc80393fd0f438b4b3078b1ac83b072ce4d024c +size 457363 diff --git a/hf_video_clips_qa/video_000466.mp4 b/hf_video_clips_qa/video_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..239a5e68596a022d165d5222f1f57b72bce55a87 --- /dev/null +++ b/hf_video_clips_qa/video_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02b2d761f394140c9af7382e4641ea03325b475c5e2507a62674854ed076cd1 +size 324717 diff --git a/hf_video_clips_qa/video_000467.mp4 b/hf_video_clips_qa/video_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61b5f879218497191ee657e54a632bb4e7a96990 --- /dev/null +++ b/hf_video_clips_qa/video_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90a5f3bae435fe02b0b08c7be1711427fdffe4161f97d2ed254ae8f5d3f0571 +size 749301 diff --git a/hf_video_clips_qa/video_000468.mp4 b/hf_video_clips_qa/video_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..879a03d34c98924923bafa624f07453ec9bcef07 --- /dev/null +++ b/hf_video_clips_qa/video_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb064416963f40e51b61ce50e8e4989ce4caad7f421d34f1f3d32559e51102cd +size 529596 diff --git a/hf_video_clips_qa/video_000469.mp4 b/hf_video_clips_qa/video_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e19aef63c69cb90ae46b5b55d621371b68a9fe --- /dev/null +++ b/hf_video_clips_qa/video_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc911e2b292174b03fb3a80463c9692b757a98318a061556ecd332d1070d3b8 +size 208238 diff --git a/hf_video_clips_qa/video_000470.mp4 b/hf_video_clips_qa/video_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcfb1c6fc12968f279aa4bbb10f0e0984961dc04 --- /dev/null +++ b/hf_video_clips_qa/video_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3999beeed57dbf7bf2163c2f32568230af77fe221f482728b4c9d19cd2d429fd +size 899477 diff --git a/hf_video_clips_qa/video_000471.mp4 b/hf_video_clips_qa/video_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7f528ce302d42920e0406c842f1299093e0bab4 --- /dev/null +++ b/hf_video_clips_qa/video_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68788acfb07ec45e4a7d215fbce6cd907d7920c7f5729445a7203aafdb0a33c +size 606873 diff --git a/hf_video_clips_qa/video_000472.mp4 b/hf_video_clips_qa/video_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7b44cd165f1afb9074a3466bb733e62e3bc86d4 --- /dev/null +++ b/hf_video_clips_qa/video_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97329bfbb64858c335e63043ef615ab88b6b6596b8123f58dde5696d6cc87af8 +size 308984 diff --git a/hf_video_clips_qa/video_000473.mp4 b/hf_video_clips_qa/video_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f93cf98e158007421e48f078d59e4cf531a80ed --- /dev/null +++ b/hf_video_clips_qa/video_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc74c265749f009ecaafaada02b3c6a8ed065cbf3d63228adeafe6351132577 +size 421640 diff --git a/hf_video_clips_qa/video_000474.mp4 b/hf_video_clips_qa/video_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bf2ee0dc87b7782795a297879aa86434c0643cd --- /dev/null +++ b/hf_video_clips_qa/video_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed6be60ef82ec9f676a9005757a06430749ac7722a3ba7566b8b4934972d14e +size 570035 diff --git a/hf_video_clips_qa/video_000475.mp4 b/hf_video_clips_qa/video_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..216a23035e6ff5df0326ed290af67ef360cdb960 --- /dev/null +++ b/hf_video_clips_qa/video_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089a33a1ac0097be86608668d01a58deb9b12313c28f59465111cbd09ea1b125 +size 758479 diff --git a/hf_video_clips_qa/video_000476.mp4 b/hf_video_clips_qa/video_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ada07c20dccbf86baec70bc29838ad8c399a61c --- /dev/null +++ b/hf_video_clips_qa/video_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1e950bb651989f6c3fa4b2116c350994dc4f03d2f8fe1688f5b248e41c86be +size 731525 diff --git a/hf_video_clips_qa/video_000477.mp4 b/hf_video_clips_qa/video_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..541980a731198b5cec1ac17fca840ea12378b12e --- /dev/null +++ b/hf_video_clips_qa/video_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2ee03f52f930712b87dbed4133652a20d7d10157c7894a782dd1fce41bf771 +size 919548 diff --git a/hf_video_clips_qa/video_000478.mp4 b/hf_video_clips_qa/video_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60813dc1391d6319ffd5771937d30c01eba0af41 --- /dev/null +++ b/hf_video_clips_qa/video_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33858cf87220e12ef5c5ba62d1d8948d4c9b54052f9aec4c6909adc4f942539d +size 620255 diff --git a/hf_video_clips_qa/video_000479.mp4 b/hf_video_clips_qa/video_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..027d275217db01a50f8f30d72bd82f11edc4035d --- /dev/null +++ b/hf_video_clips_qa/video_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29be94cb2070f66cbd7594d520b75e1d10de5e2f91fb740dff17fa1edb1fba9e +size 984733 diff --git a/hf_video_clips_qa/video_000480.mp4 b/hf_video_clips_qa/video_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a64557fd5dff28bab1a844f28af4674462b76617 --- /dev/null +++ b/hf_video_clips_qa/video_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61efc1f4688fd74a2d3f90897280db03ff899c6eb3285c9b38433a702a6b8cc4 +size 676190 diff --git a/hf_video_clips_qa/video_000481.mp4 b/hf_video_clips_qa/video_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be215875d618ab8b88a05d6290f486e55de9267c --- /dev/null +++ b/hf_video_clips_qa/video_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c63bef3cafc7d2039db9323a67bb7cf136a5e5e81543a52224949a52d18520 +size 763152 diff --git a/hf_video_clips_qa/video_000482.mp4 b/hf_video_clips_qa/video_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9757223e2c37a4aecfab82dc22687383c155e20 --- /dev/null +++ b/hf_video_clips_qa/video_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dde0cc8999780730bad398bdc0a6a4326880435515888b02099b02367250f8 +size 675039 diff --git a/hf_video_clips_qa/video_000483.mp4 b/hf_video_clips_qa/video_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed4de24c72df07972b7086bab3aa9eeae923b16b --- /dev/null +++ b/hf_video_clips_qa/video_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42da634d7fda17f65b5c4f4244a9eb04ceaff91fe12feeef6c4b37d8556834f +size 812792 diff --git a/hf_video_clips_qa/video_000484.mp4 b/hf_video_clips_qa/video_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5147b63e741053c9c0580593e29bd6370f04780 --- /dev/null +++ b/hf_video_clips_qa/video_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4feff37d89eb747ba63e8c6f37ddbafa3cb4e02ca9ca17519c3b948c99767c58 +size 808311 diff --git a/hf_video_clips_qa/video_000485.mp4 b/hf_video_clips_qa/video_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217ffcdf9a0a13d55fdd986a3334c183e049f363 --- /dev/null +++ b/hf_video_clips_qa/video_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d028b3b9de90bffa66c4a73fa2165785f3e0693be1ae2fbb881d1a4a42ef0cd +size 732835 diff --git a/hf_video_clips_qa/video_000486.mp4 b/hf_video_clips_qa/video_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91d145b2cde58fe021a1ce9f7cf7777ae29de257 --- /dev/null +++ b/hf_video_clips_qa/video_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6334b3b0ce6dad50d7b25cd73e1bba734996322610e419cb5b3bfeb826a034 +size 751190 diff --git a/hf_video_clips_qa/video_000487.mp4 b/hf_video_clips_qa/video_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf3680194614c46aa2ea3839d53c02febcd12e9e --- /dev/null +++ b/hf_video_clips_qa/video_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b67e2662382cac1fdc6a566988b36c6fd554f4acedbec3b7a09410656d7f12 +size 846502 diff --git a/hf_video_clips_qa/video_000488.mp4 b/hf_video_clips_qa/video_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..709755ae356bf147294570315768a39c262c5e9d --- /dev/null +++ b/hf_video_clips_qa/video_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a606ceeec9924133925d624f1aa84c2e4a740e79e3f6dd6b3b4dbbfbf005455 +size 743839 diff --git a/hf_video_clips_qa/video_000489.mp4 b/hf_video_clips_qa/video_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79a5e043208255d00a7ae289283d76ac4b5ffe00 --- /dev/null +++ b/hf_video_clips_qa/video_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb2464586ec193b18950b78d32af8a6b8f53a55cb7828b5e02767333f5acf61 +size 383652 diff --git a/hf_video_clips_qa/video_000490.mp4 b/hf_video_clips_qa/video_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d091d5092ab7f231a015138d77af2eb5234000ce --- /dev/null +++ b/hf_video_clips_qa/video_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6001d96ce32eb31104d141599a786ba75a6dce260a8f3b2373a34857389b3948 +size 1171733 diff --git a/hf_video_clips_qa/video_000491.mp4 b/hf_video_clips_qa/video_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6ea7c8482267330b768d36379441bc9bcebdfde --- /dev/null +++ b/hf_video_clips_qa/video_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33285094faedc3620bc9a13a9317730e4d9ed0f3a598799a6611942bae7f1c0 +size 416605 diff --git a/hf_video_clips_qa/video_000492.mp4 b/hf_video_clips_qa/video_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46faf5aaa10a0c2c139687b960a8b8c44a7f5d4d --- /dev/null +++ b/hf_video_clips_qa/video_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdceb3c18490afdb191d069cb596cfbbcae70fad44f23d20e7f7b611d58e752d +size 751356 diff --git a/hf_video_clips_qa/video_000493.mp4 b/hf_video_clips_qa/video_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e1c95a6a44769fc10caf252160d4afc5eefa73d --- /dev/null +++ b/hf_video_clips_qa/video_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f116b605f5f27ab78637abf3a85ae0ae1476ca356cafc406cb275d8b2aebef1 +size 805011 diff --git a/hf_video_clips_qa/video_000494.mp4 b/hf_video_clips_qa/video_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..443f842d72450956dafd1edd15141adbe5c98d8e --- /dev/null +++ b/hf_video_clips_qa/video_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108ed3a4534ed5978df530dc7d52171b5c9b5393b4836f9e5eeda96344ee000f +size 809819 diff --git a/hf_video_clips_qa/video_000495.mp4 b/hf_video_clips_qa/video_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b318877d0d473c5ec285054ec28c9620b702f86e --- /dev/null +++ b/hf_video_clips_qa/video_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e9a1ee294dc78c2341b91ef6d404055752a8958d6e7445cf373dcef5160837 +size 920041 diff --git a/hf_video_clips_qa/video_000496.mp4 b/hf_video_clips_qa/video_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9511128e0252bec8a7a4572eaacb441db52ea67 --- /dev/null +++ b/hf_video_clips_qa/video_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426c7a9b4d3034de191f4b6197e5dc5574b976afb39fca646747987da5a7d79f +size 773379 diff --git a/hf_video_clips_qa/video_000497.mp4 b/hf_video_clips_qa/video_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee57d89840951c8394231addfa003bdf3f80e49e --- /dev/null +++ b/hf_video_clips_qa/video_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81844277dad3239c035c56f570156c48abdf0dc6da5c014481cd40fb5ce7bf55 +size 632825 diff --git a/hf_video_clips_qa/video_000498.mp4 b/hf_video_clips_qa/video_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acf0813bf6d96cce7c2ebe750d814139b6a3887a --- /dev/null +++ b/hf_video_clips_qa/video_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a7d373cc57047f429c9c47fa7bb4ecdd7a99f43c804fc4b069dc94daad8a16 +size 1095675 diff --git a/hf_video_clips_qa/video_000499.mp4 b/hf_video_clips_qa/video_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a70925c4bbeeee3377832843016d89de7f753170 --- /dev/null +++ b/hf_video_clips_qa/video_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725e51f00b5a8b7566816afd7b43fb88f7753144e0c95b43b03ed7093f1925ec +size 1205216 diff --git a/hf_video_clips_qa/video_000500.mp4 b/hf_video_clips_qa/video_000500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..800aa9c312b0e94770c640232cfaf6988ff78421 --- /dev/null +++ b/hf_video_clips_qa/video_000500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7e2e3e1224bf923e9ac1ceb416add33506c4c6a604447f7067a02b3fddc788 +size 450046 diff --git a/hf_video_clips_qa/video_000501.mp4 b/hf_video_clips_qa/video_000501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..839c7f05f41e0b1839d645ab7a119876dd7446cf --- /dev/null +++ b/hf_video_clips_qa/video_000501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344d493ad1cd336d2cf1af2d2913fabbc1a44dc7229465e23240d676a454c25a +size 794162 diff --git a/hf_video_clips_qa/video_000502.mp4 b/hf_video_clips_qa/video_000502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bf194d4668be4d9186e4a49aa6571da3a840bfc --- /dev/null +++ b/hf_video_clips_qa/video_000502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeaef36674743a1fdee2b1fc4c3dae87d9c2b1b153242e918e47b5c954c3b2e +size 733301 diff --git a/hf_video_clips_qa/video_000503.mp4 b/hf_video_clips_qa/video_000503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bda9e2d636f4bed8b38b72cd6cedc62c30a8777f --- /dev/null +++ b/hf_video_clips_qa/video_000503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31bdbe43ebb152a79e14d41f7228cbdd26440f1119e4c64a986419b22d25c84 +size 677592 diff --git a/hf_video_clips_qa/video_000504.mp4 b/hf_video_clips_qa/video_000504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ae07acab978e1f38b7de1c3bd991b2a11bffab7 --- /dev/null +++ b/hf_video_clips_qa/video_000504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ba5e07a8d864ad18054379cf0edf99578821126bcebde2724463bf8108025c +size 608221 diff --git a/hf_video_clips_qa/video_000505.mp4 b/hf_video_clips_qa/video_000505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4152781710d99f6773eeaadc69daffb2ab244ff --- /dev/null +++ b/hf_video_clips_qa/video_000505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d562045cc8fbccda2c8e4023a46bd7f9258f72df8b3c030303d5c354182808 +size 716344 diff --git a/hf_video_clips_qa/video_000506.mp4 b/hf_video_clips_qa/video_000506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..261ad8d3d15d1b2fe63a84656cf523067bdabf3d --- /dev/null +++ b/hf_video_clips_qa/video_000506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d331efb0adf0d6b69b3b1cf4fd0adcb1fd38f95b6699787430b41bf7498d41 +size 644613 diff --git a/hf_video_clips_qa/video_000507.mp4 b/hf_video_clips_qa/video_000507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ace1845d74c0d014ab0a6c27454ff164b8f827d8 --- /dev/null +++ b/hf_video_clips_qa/video_000507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1934a1ca3d29c8efee39ebe46b7a64c8609ff77e8e2865276788fdcbf83c91 +size 732569 diff --git a/hf_video_clips_qa/video_000508.mp4 b/hf_video_clips_qa/video_000508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a31d2a494ee1998c4700d81247941d8e6f2747b --- /dev/null +++ b/hf_video_clips_qa/video_000508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bff039a7308389b40aa34ff716168f2b525b79a4552eb20041f238b0332d84 +size 1131316 diff --git a/hf_video_clips_qa/video_000509.mp4 b/hf_video_clips_qa/video_000509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bfa5e93d42dba23e254a2f8f0309e139dfd8cf7 --- /dev/null +++ b/hf_video_clips_qa/video_000509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cad2efb0464e27e31918992e23c1ec17388bcd7c1ec75451138752e1b4d8f8 +size 891587 diff --git a/hf_video_clips_qa/video_000510.mp4 b/hf_video_clips_qa/video_000510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16dd79759b46ffa1e0f412409e04d11acde436b6 --- /dev/null +++ b/hf_video_clips_qa/video_000510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a392ddf4b8b22a40cdaa10a586155e1eb59b3c75e962433f5dc98df865ada430 +size 876851 diff --git a/hf_video_clips_qa/video_000511.mp4 b/hf_video_clips_qa/video_000511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e16fc2a532b99c0e3598532700f43f0ecdf7ddf6 --- /dev/null +++ b/hf_video_clips_qa/video_000511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce93729e8dad928cd3d0976ad708cf373ebf6c1a80ddc27924a01ddc6e3b7f1 +size 896451 diff --git a/hf_video_clips_qa/video_000512.mp4 b/hf_video_clips_qa/video_000512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68a444a8ddd59a136fe7f338c521ac9fb54b5104 --- /dev/null +++ b/hf_video_clips_qa/video_000512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e29283ec1f55d0130798f0a7f1f27ed42186af7ce653dbe9099553c9fb6053 +size 688553 diff --git a/hf_video_clips_qa/video_000513.mp4 b/hf_video_clips_qa/video_000513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f75b64618c5f3a24af6111e8bc1311b383a3abf --- /dev/null +++ b/hf_video_clips_qa/video_000513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a7e937ae79bc332abdd3f40424ab199a91dd48e68778fecf49ee66b69338ef +size 935953 diff --git a/hf_video_clips_qa/video_000514.mp4 b/hf_video_clips_qa/video_000514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9919d0d9e2a8e8e4ec6cf4681edccc13e638cb2f --- /dev/null +++ b/hf_video_clips_qa/video_000514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569b6e8382377c935b6a2ff626316deb01c4dcba1f7a7532f6c24da5b3111a02 +size 532371 diff --git a/hf_video_clips_qa/video_000515.mp4 b/hf_video_clips_qa/video_000515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a89e2690a07c73b125f599650a2c12282eb9b1fa --- /dev/null +++ b/hf_video_clips_qa/video_000515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67b1c810267637627a0cf0a2d2f509ff5ca7492b57c08a0ac2b7f46dacca357 +size 485292 diff --git a/hf_video_clips_qa/video_000516.mp4 b/hf_video_clips_qa/video_000516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53514b835a53c52f5eee51a5bdc774a84b304b27 --- /dev/null +++ b/hf_video_clips_qa/video_000516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f14ee9d49db75e9ef87cfbc2abf3eb5f1a890eb1d4ea20c2168eb3f2b24237 +size 519840 diff --git a/hf_video_clips_qa/video_000517.mp4 b/hf_video_clips_qa/video_000517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee7ffc4bb2ffe5288a9f292b7afefd662a61bb85 --- /dev/null +++ b/hf_video_clips_qa/video_000517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafcafb47ce8ef15f270a0bc7d7c20e4ea92944d0342efba0c385d6fc71b105f +size 1160516 diff --git a/hf_video_clips_qa/video_000518.mp4 b/hf_video_clips_qa/video_000518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5f6dcd1f2762806e44cee1db71c5a9b5ad9ea3a --- /dev/null +++ b/hf_video_clips_qa/video_000518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934e68ed4b9702b5b783fc0b2686401da75fadb18a7e272dd22bfa8b0b0354e2 +size 905835 diff --git a/hf_video_clips_qa/video_000519.mp4 b/hf_video_clips_qa/video_000519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b01823194284ca4113b5c68bd822ed16cf1fe117 --- /dev/null +++ b/hf_video_clips_qa/video_000519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25c6e69a7db95533100c74849dd39ad37a248976dd3a4313d2f115def239e1b +size 489715 diff --git a/hf_video_clips_qa/video_000520.mp4 b/hf_video_clips_qa/video_000520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34ed7fde7c6b0cf1a6bf7bb71a87bd55ce478e45 --- /dev/null +++ b/hf_video_clips_qa/video_000520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a30bef12aeded5bf4f653a2648170176c3049a07df19df03461c99bdf067a43 +size 492004 diff --git a/hf_video_clips_qa/video_000521.mp4 b/hf_video_clips_qa/video_000521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25cb75ebab7ac2756955adf8f49fa2c91600089 --- /dev/null +++ b/hf_video_clips_qa/video_000521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a69876e5cbf187545965d37fbf9ff7c3ef79c5ceba29b657379f152fac96a3 +size 673071 diff --git a/hf_video_clips_qa/video_000522.mp4 b/hf_video_clips_qa/video_000522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e83cbeca09fb52ba3d52395c793354b78dc1f97e --- /dev/null +++ b/hf_video_clips_qa/video_000522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4fa530054197948105deb8fb7c17ecf3e5078487deea38b721c1914db4d8d9 +size 454218 diff --git a/hf_video_clips_qa/video_000523.mp4 b/hf_video_clips_qa/video_000523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33b16dabb9353e3f00533b38ccb3c061c2e5635d --- /dev/null +++ b/hf_video_clips_qa/video_000523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400656f683aa315602104094eb1495988922655b46edb612c550f0e4b3e5cc96 +size 692885 diff --git a/hf_video_clips_qa/video_000524.mp4 b/hf_video_clips_qa/video_000524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90230e3f69a5388fae94ed852d8a82782b09e23e --- /dev/null +++ b/hf_video_clips_qa/video_000524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba85201302354932e6459ce33ae839c901de1f9149310e4de6882e1624b5790 +size 830352 diff --git a/hf_video_clips_qa/video_000525.mp4 b/hf_video_clips_qa/video_000525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4710740c42340f213fe1aef0868c201900351709 --- /dev/null +++ b/hf_video_clips_qa/video_000525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058b7ef130dea237738220959eefdb679bc60dab80951de459f3c73070a85c8b +size 293904 diff --git a/hf_video_clips_qa/video_000526.mp4 b/hf_video_clips_qa/video_000526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f8a4f7f5625adb6b8e79b184079798b84626aeb --- /dev/null +++ b/hf_video_clips_qa/video_000526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13ebbd3a2ba20e4a95054d36964abd7b6320eed12b9ab30894dba571ac0bdcf +size 933392 diff --git a/hf_video_clips_qa/video_000527.mp4 b/hf_video_clips_qa/video_000527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94c43589361364d4cdd1495bc9e5ee077d1f1d15 --- /dev/null +++ b/hf_video_clips_qa/video_000527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd8b8650ef81db60467d8473669dca289337387147f4fca29293a8ba9a14f2f +size 987897 diff --git a/hf_video_clips_qa/video_000528.mp4 b/hf_video_clips_qa/video_000528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cdf76b13bb351f647b467a401df3a1c2753e5f5 --- /dev/null +++ b/hf_video_clips_qa/video_000528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b724536b20cc5cc779ba008f29b93392dc9e495b743252c8d323625bd4db3af0 +size 770221 diff --git a/hf_video_clips_qa/video_000529.mp4 b/hf_video_clips_qa/video_000529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c91a64067e905faf14cf478a630c33b33fc1b3e --- /dev/null +++ b/hf_video_clips_qa/video_000529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa59e4bbe80abb786ac413f74984793cc7f9002054234022f89a733f1e3770d +size 1167035 diff --git a/hf_video_clips_qa/video_000530.mp4 b/hf_video_clips_qa/video_000530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f390f6e9704169eb5d2f6b3ece93bcdd1a7201 --- /dev/null +++ b/hf_video_clips_qa/video_000530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7cbb57e34a385be70008fdb74a53061808da2d593f7062853f8c5d2b27c34f +size 529334 diff --git a/hf_video_clips_qa/video_000531.mp4 b/hf_video_clips_qa/video_000531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..358b7f8c0c3f4587aaec61ef6e8fde5ab41179bb --- /dev/null +++ b/hf_video_clips_qa/video_000531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9a15b26175d49550e3cbc1298a7fd33cdd2a4a8f82ed19a425d5234f293abd +size 516320 diff --git a/hf_video_clips_qa/video_000532.mp4 b/hf_video_clips_qa/video_000532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc71f1b32a286ecb4c42ba494684cea07ea463dd --- /dev/null +++ b/hf_video_clips_qa/video_000532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd5a4ad7a0b7b4c6d932512ddc660003454e6648c05ee353d2241b1696b5e26 +size 358808 diff --git a/hf_video_clips_qa/video_000533.mp4 b/hf_video_clips_qa/video_000533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5b14ede469f4878f7d9fa2c782ccaefa332232b --- /dev/null +++ b/hf_video_clips_qa/video_000533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6b25bf0a9467f633648e335354e50b79aa15e1e26780e72b6ea6c37a4080e8 +size 1043101 diff --git a/hf_video_clips_qa/video_000534.mp4 b/hf_video_clips_qa/video_000534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bc2484ce8cd7ac60e99af543d9e14a494b7ffc4 --- /dev/null +++ b/hf_video_clips_qa/video_000534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1f7b71acd3352ec5c41b2fb5d3ba61938a9fcb8fa29dbef3caa9ec55f8d31e +size 657556 diff --git a/hf_video_clips_qa/video_000535.mp4 b/hf_video_clips_qa/video_000535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6c5cc784874d5fa82efcde895bb32f043196d2f --- /dev/null +++ b/hf_video_clips_qa/video_000535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90954bd83fd1681ab29a85446f013a88d0ebc7780669333932d6b37b230fd670 +size 1239677 diff --git a/hf_video_clips_qa/video_000536.mp4 b/hf_video_clips_qa/video_000536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..116a6eb249ef5593c801c09c79c77df6d533a2b4 --- /dev/null +++ b/hf_video_clips_qa/video_000536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1019b828a1175c6a62fca9d14b3729d372c4c9e36783469e4318c7e7458672a1 +size 787681 diff --git a/hf_video_clips_qa/video_000537.mp4 b/hf_video_clips_qa/video_000537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ba2917de17b5f943c0ced97f32f6fc5b76681e5 --- /dev/null +++ b/hf_video_clips_qa/video_000537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c488da217a61f87c26022e73438dc6b10801e15fb1923f966c3215fdb6605e5 +size 311300 diff --git a/hf_video_clips_qa/video_000538.mp4 b/hf_video_clips_qa/video_000538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04e4a472d1010c23a3773414cdbb6f2a439088f9 --- /dev/null +++ b/hf_video_clips_qa/video_000538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22decadf36585e667688dffcada0136218a18072031d069e84a4e7c5acddba7a +size 659231 diff --git a/hf_video_clips_qa/video_000539.mp4 b/hf_video_clips_qa/video_000539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c07d2d7d1381376e362c3e8ade0c38c7102edc66 --- /dev/null +++ b/hf_video_clips_qa/video_000539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb04094c38e015fd8763447f5b30008dcb7544503dc5060411faabe6f08a7142 +size 722447 diff --git a/hf_video_clips_qa/video_000540.mp4 b/hf_video_clips_qa/video_000540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f39b9366c774dfe5c0746be4b5ff926a60dfe471 --- /dev/null +++ b/hf_video_clips_qa/video_000540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe33b908ff46d00caac81b97e43cf80905996777d04dec25c62ec3e36cf7337d +size 467460 diff --git a/hf_video_clips_qa/video_000541.mp4 b/hf_video_clips_qa/video_000541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6320ddf9ef6ea57d5d0883b526b5b199c6260f5d --- /dev/null +++ b/hf_video_clips_qa/video_000541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c16810487a1b540f0a7fa79f53ff97f5d7f431c371382fd30e3d534354e867e +size 682695 diff --git a/hf_video_clips_qa/video_000542.mp4 b/hf_video_clips_qa/video_000542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..687793cd62ff72f4c57bb42d5957e5f1cb3620a2 --- /dev/null +++ b/hf_video_clips_qa/video_000542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8e07ee7348cd38707472b307cdb90d20e90e6a6177e0cc738c09f16e01e0e3 +size 332120 diff --git a/hf_video_clips_qa/video_000543.mp4 b/hf_video_clips_qa/video_000543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bd102f778e5367fc16fad5524f4fd90cba33e67 --- /dev/null +++ b/hf_video_clips_qa/video_000543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc8994e4a24d98ba5f76093fb79906a2ea810684179a5917a385afae0dbf4df +size 759628 diff --git a/hf_video_clips_qa/video_000544.mp4 b/hf_video_clips_qa/video_000544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efcac1efc2b080bd9d16ef13dedcfc7f80221225 --- /dev/null +++ b/hf_video_clips_qa/video_000544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f8554d7c12993d559c8a672de459abf5d4b3e089e17edea09c65a5472bb189 +size 896774 diff --git a/hf_video_clips_qa/video_000545.mp4 b/hf_video_clips_qa/video_000545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cd82a0c7fa56a05f048bef0e1886dca9e0ddefc --- /dev/null +++ b/hf_video_clips_qa/video_000545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee51741bbff8923789976c1d557242ad05eb95a491c61acbb1b4c6133d8e3b2e +size 270081 diff --git a/hf_video_clips_qa/video_000546.mp4 b/hf_video_clips_qa/video_000546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..083fdfdf6f0609d89f9157ea6291dca785cb3705 --- /dev/null +++ b/hf_video_clips_qa/video_000546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cea91f4ef5778a520b4d8f22f032655d4021b5ad9feb0bac5593f0b388fea4 +size 667279 diff --git a/hf_video_clips_qa/video_000547.mp4 b/hf_video_clips_qa/video_000547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0f7ec320484a23027e403ad73612467ab37e3ef --- /dev/null +++ b/hf_video_clips_qa/video_000547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff771506f813f3dec0a17f842f7f20134a831808256de6f9f34dad683970fa3 +size 691065 diff --git a/hf_video_clips_qa/video_000548.mp4 b/hf_video_clips_qa/video_000548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea8d984f5ac02a76cfffe242887d84c83ec1db5 --- /dev/null +++ b/hf_video_clips_qa/video_000548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdf4af703ad919b189ed0b7ee5e74e15145084e1b16f43c1328e68999273a07 +size 323231 diff --git a/hf_video_clips_qa/video_000549.mp4 b/hf_video_clips_qa/video_000549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de39b3c9bd7deefffc160e0fdfe4931667d83c3a --- /dev/null +++ b/hf_video_clips_qa/video_000549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed72f1dfbaaa7622a7f82f46cacd442a790bc719d1b7f833e4189c6d7c30148a +size 773723 diff --git a/hf_video_clips_qa/video_000550.mp4 b/hf_video_clips_qa/video_000550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d857bc7bd683cd44caa27abe66a406273784f68 --- /dev/null +++ b/hf_video_clips_qa/video_000550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc5f788651990a04d935327ef0a828cf639e7185a1ae9337440dfe1bb8836e3 +size 693674 diff --git a/hf_video_clips_qa/video_000551.mp4 b/hf_video_clips_qa/video_000551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7465c8c9e2c21b7f3bbdc6eafee155c1ffa6936 --- /dev/null +++ b/hf_video_clips_qa/video_000551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064d0d2fc7981ed79b8f2021d6a1955399e406c72baa54c382b68e2341512ffd +size 815810 diff --git a/hf_video_clips_qa/video_000552.mp4 b/hf_video_clips_qa/video_000552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0c908bfbfd9a7b9ac7554b1167ac7c1ae97931 --- /dev/null +++ b/hf_video_clips_qa/video_000552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27eea6873f676ee773e98b1237c5607e309fbc189d716620b9e9af89293631f +size 811856 diff --git a/hf_video_clips_qa/video_000553.mp4 b/hf_video_clips_qa/video_000553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbe0683e73c5a957e93759563e128ceb66bca96 --- /dev/null +++ b/hf_video_clips_qa/video_000553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284ddc098839c450ca252c05eba44144608adc860b121c16c1e7b3c8ec130b54 +size 442621 diff --git a/hf_video_clips_qa/video_000554.mp4 b/hf_video_clips_qa/video_000554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a974ba94da5d8e0685f59c836f544ffd9ededad --- /dev/null +++ b/hf_video_clips_qa/video_000554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2680854fe5ef2f2e6cdcbb772a99499e57dd80135fae3220e90c22d89957c0ab +size 821985 diff --git a/hf_video_clips_qa/video_000555.mp4 b/hf_video_clips_qa/video_000555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43f9c03cfc8cc9b67f29d2d5ec523c24ef41cff4 --- /dev/null +++ b/hf_video_clips_qa/video_000555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0084be38b21c46b5718df726b73436e0508656557337606f9af49e49a5a28aa4 +size 756463 diff --git a/hf_video_clips_qa/video_000556.mp4 b/hf_video_clips_qa/video_000556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82eb21ce2411acd4982b4760f786efa9500e6b44 --- /dev/null +++ b/hf_video_clips_qa/video_000556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9522f5b37d72feff2ef371369c2cf0a203d95dc03341485ab28c5f446e626979 +size 302251 diff --git a/hf_video_clips_qa/video_000557.mp4 b/hf_video_clips_qa/video_000557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39640b956f9525969615b2181a669bae32c0d4bc --- /dev/null +++ b/hf_video_clips_qa/video_000557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87aef5cbcd43de6c6f079fc8e71b3402139039a88ba99e0891594c49431f1a30 +size 688425 diff --git a/hf_video_clips_qa/video_000558.mp4 b/hf_video_clips_qa/video_000558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33be662a7e773a95aace22770f3b7b35b88affb4 --- /dev/null +++ b/hf_video_clips_qa/video_000558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e736fd02d9362d6e22da4689bbf02076da554c9d514b579ef4bf2de242e2e43 +size 691586 diff --git a/hf_video_clips_qa/video_000559.mp4 b/hf_video_clips_qa/video_000559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab84b29e25e30ae3a8cad945a96d5e440f77e2e4 --- /dev/null +++ b/hf_video_clips_qa/video_000559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7b2541d8f74f6027d5343ba88323d7d6e1a465d7c96575493b8cb8483ede22 +size 927538 diff --git a/hf_video_clips_qa/video_000560.mp4 b/hf_video_clips_qa/video_000560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c653f88deb67a4622ff1620f58d922e19807c2a --- /dev/null +++ b/hf_video_clips_qa/video_000560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2828feb2896900efdebf74cc2f65f0e379c89650ccb807c2e5a0037877a0bd1 +size 883078 diff --git a/hf_video_clips_qa/video_000561.mp4 b/hf_video_clips_qa/video_000561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77424f8f868e9cb717413bfb0ebf743529aa89ce --- /dev/null +++ b/hf_video_clips_qa/video_000561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d24d24a91a83558d0d9eabd1fe402761d6d244c6e50dc17ec080a63201105d +size 856216 diff --git a/hf_video_clips_qa/video_000562.mp4 b/hf_video_clips_qa/video_000562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..804145e4f8a8351d8e8db1c2faed217034f2bb49 --- /dev/null +++ b/hf_video_clips_qa/video_000562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5849e438baf2d7f29c9a610bbfbf72ac6578346f0743df6a035b3749a59e3cf6 +size 947369 diff --git a/hf_video_clips_qa/video_000563.mp4 b/hf_video_clips_qa/video_000563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44b3b5210d29cc5c5733920810d7f253ae0f15b6 --- /dev/null +++ b/hf_video_clips_qa/video_000563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7792fbdb04b9ba1d2d998f9f4ac16606b41106b755616e98caa39bcde05422c +size 356112 diff --git a/hf_video_clips_qa/video_000564.mp4 b/hf_video_clips_qa/video_000564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ec7a674eef605e53dde62695fb067117724cacd --- /dev/null +++ b/hf_video_clips_qa/video_000564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c957c1936baff91fd1754f93a24bd899efb3a41d7f557f26557e9738a496b9c9 +size 1156663 diff --git a/hf_video_clips_qa/video_000565.mp4 b/hf_video_clips_qa/video_000565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40870248f533ad712fadc7f472d60f090fb202a3 --- /dev/null +++ b/hf_video_clips_qa/video_000565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8b569ff982fdfcda6fd121fa19811b12d08e04f6b068738b5d41d05f3b0354 +size 403998 diff --git a/hf_video_clips_qa/video_000566.mp4 b/hf_video_clips_qa/video_000566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f29890ac997a96da5066fce4da5c6b72104147c7 --- /dev/null +++ b/hf_video_clips_qa/video_000566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c3e8d72e8ab49d278585adef11302501643e568a426b3ce1bae4830b066111 +size 640622 diff --git a/hf_video_clips_qa/video_000567.mp4 b/hf_video_clips_qa/video_000567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bce6b86ffd0209af93e5be7fd19333ad65817b3 --- /dev/null +++ b/hf_video_clips_qa/video_000567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ab6d0b3bc6d51329fcbed4fdede57a93716cc4c147708ea01da2e16dc8ff9c +size 1004202 diff --git a/hf_video_clips_qa/video_000568.mp4 b/hf_video_clips_qa/video_000568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3893978961a91fe323d8c775a22507c63845493e --- /dev/null +++ b/hf_video_clips_qa/video_000568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925139eabfdbfa75085aa13a7fec90d017900fcad50539619732de33361d18e6 +size 786654 diff --git a/hf_video_clips_qa/video_000569.mp4 b/hf_video_clips_qa/video_000569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72bd197c3cee5116a953e921827736492afed98c --- /dev/null +++ b/hf_video_clips_qa/video_000569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c202a55d7e2a1030155dc155069b49f77ee19069fe3ed57e8311f3921871cd14 +size 1004362 diff --git a/hf_video_clips_qa/video_000570.mp4 b/hf_video_clips_qa/video_000570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2afb26e29089f33bfa48d45aa34099713f93ddac --- /dev/null +++ b/hf_video_clips_qa/video_000570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330c83434fc2cc4546fc437c67fd056ba26ad3326f7465cc58ca83f1a5343a82 +size 1058201 diff --git a/hf_video_clips_qa/video_000571.mp4 b/hf_video_clips_qa/video_000571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d398634fdda5a60d6e7ea49b10601fe95279d023 --- /dev/null +++ b/hf_video_clips_qa/video_000571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26e362797bd24a0f8c89d596ba04089d9c81b34ae1a08b6fa2bd7e8c35e8c39 +size 884963 diff --git a/hf_video_clips_qa/video_000572.mp4 b/hf_video_clips_qa/video_000572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be30052bc8c836ef3045aba15de81d9b9f1f7e0 --- /dev/null +++ b/hf_video_clips_qa/video_000572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205188b5c30e649fed6df2ef28f341e28081676fa72c0dca193a0458f11ad4b2 +size 817612 diff --git a/hf_video_clips_qa/video_000573.mp4 b/hf_video_clips_qa/video_000573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4bd3ffd538e4c3b17166ae505fb23457fc331d6 --- /dev/null +++ b/hf_video_clips_qa/video_000573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc407b44e74710b8414683315b9c44c333a833e91cc4c0b465cd8e1b4c3dbe9 +size 873287 diff --git a/hf_video_clips_qa/video_000574.mp4 b/hf_video_clips_qa/video_000574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceeef0d86c9bb52aa391827315b134b51ee7089d --- /dev/null +++ b/hf_video_clips_qa/video_000574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb027690606592c5c3c687d44eba8c856288ebcfdf4b86b8821668af14a95fb +size 829196 diff --git a/hf_video_clips_qa/video_000575.mp4 b/hf_video_clips_qa/video_000575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..382173687dccdf3332452fb3b50aa60150d51b48 --- /dev/null +++ b/hf_video_clips_qa/video_000575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e915552a432d284b55083be7d8409a9601e5785ad7eb3bf10a38ceda09af863 +size 894736 diff --git a/hf_video_clips_qa/video_000576.mp4 b/hf_video_clips_qa/video_000576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea63492e8ac7d9fdea5c699c594aef2d32073e2 --- /dev/null +++ b/hf_video_clips_qa/video_000576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305fabbc44424793fbdbd3ead42f84d7e5fb0aa5832cb4cbec58bbc01b618a1a +size 516739 diff --git a/hf_video_clips_qa/video_000577.mp4 b/hf_video_clips_qa/video_000577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5935fdab1878d64b9d5faf463d4d2ece2f794975 --- /dev/null +++ b/hf_video_clips_qa/video_000577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5329e5ed472811171e9fbc0a81b34e2de9d6104bba454a407d0df264850a5a71 +size 651898 diff --git a/hf_video_clips_qa/video_000578.mp4 b/hf_video_clips_qa/video_000578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25764559968d59c12953f16af4dc962d36b86ed7 --- /dev/null +++ b/hf_video_clips_qa/video_000578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4feee5bda8103a607b1cdcaa5499ade52becec56ac5ac3f6464d099c393163 +size 838874 diff --git a/hf_video_clips_qa/video_000579.mp4 b/hf_video_clips_qa/video_000579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cb57ac02b9006b88a230dd108e78cadf06d03a0 --- /dev/null +++ b/hf_video_clips_qa/video_000579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d544dad5d9ef8630e4264144b76474272d6dfe79f5d9fcd9896af0d8d6a7a02 +size 920160 diff --git a/hf_video_clips_qa/video_000580.mp4 b/hf_video_clips_qa/video_000580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f0a7ca54d87566f11d4dcaf75fddc99e6bd558e --- /dev/null +++ b/hf_video_clips_qa/video_000580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8e19020edaa78e1955f378f96517200304c9f5f5976e959efdd195f4c685fe +size 901844 diff --git a/hf_video_clips_qa/video_000581.mp4 b/hf_video_clips_qa/video_000581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41149e6e76d25782773c8fd9933a1aab9cee8acf --- /dev/null +++ b/hf_video_clips_qa/video_000581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95441f47e704c808848bfce65a16876edff5525fc9fdc5b0d533f94b9c2aca1 +size 900676 diff --git a/hf_video_clips_qa/video_000582.mp4 b/hf_video_clips_qa/video_000582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..745c2ffd0e82dbc69713547dcf22a363525fed38 --- /dev/null +++ b/hf_video_clips_qa/video_000582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e8c6fbdc17f08640b712e158ce1cd82cc784fe2a476e5fcd2d2947b9e8f88d +size 673935 diff --git a/hf_video_clips_qa/video_000583.mp4 b/hf_video_clips_qa/video_000583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8242ade64fb688a442c6113f800466b12e89483c --- /dev/null +++ b/hf_video_clips_qa/video_000583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe2c702f267ec1dc83890ca0686796356cd16fbd9992cffbfae61dcb4e3e6e6 +size 851048 diff --git a/hf_video_clips_qa/video_000584.mp4 b/hf_video_clips_qa/video_000584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c8344302173efaf5884632ca9c8746bc7372a50 --- /dev/null +++ b/hf_video_clips_qa/video_000584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e062ac7a483fa55496e79dc30fada70690aca3e9c53712b606e92bb2d2a519d2 +size 885932 diff --git a/hf_video_clips_qa/video_000585.mp4 b/hf_video_clips_qa/video_000585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..793675831b7ccbd4ae0316ac24b37f7cea4f948e --- /dev/null +++ b/hf_video_clips_qa/video_000585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278d5c6e112937e7c72345fa8399e8b8825a3cdea0a1cb99e5bcf24bf78052a2 +size 913436 diff --git a/hf_video_clips_qa/video_000586.mp4 b/hf_video_clips_qa/video_000586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6437ba27941518f4254415b951314086aad545d9 --- /dev/null +++ b/hf_video_clips_qa/video_000586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dbd8f716250b3390ca4ce9040d011814a50054749ddc61d67f03edc8ced3b6 +size 614541 diff --git a/hf_video_clips_qa/video_000587.mp4 b/hf_video_clips_qa/video_000587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8445d54841ef2c7f22143b87550b3b8df799dcaf --- /dev/null +++ b/hf_video_clips_qa/video_000587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d70a8aeb0b63eb27f1ecfafd9bf4a6237556d3e23fe1eb74d8957278f9c7d2 +size 862774 diff --git a/hf_video_clips_qa/video_000588.mp4 b/hf_video_clips_qa/video_000588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fe8774f65a3b180891982783216380c1658f268 --- /dev/null +++ b/hf_video_clips_qa/video_000588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aeb5f1814c19f84481847996b18a77ae6dfd46898a2a5e34f0fc634aacb067c +size 332724 diff --git a/hf_video_clips_qa/video_000589.mp4 b/hf_video_clips_qa/video_000589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c7f082d46cc59a8e4e8708a9c3516a4bd07c2d8 --- /dev/null +++ b/hf_video_clips_qa/video_000589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a11fbff431b54806212039fe5ae3be8ff42f0fbe829cd79c4711694dface91 +size 1012933 diff --git a/hf_video_clips_qa/video_000590.mp4 b/hf_video_clips_qa/video_000590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1943d9608227b21b38c63dc0c25ed5110ab8ea65 --- /dev/null +++ b/hf_video_clips_qa/video_000590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfac73fed0385941158f4ff6396d4ef4cfb1b8817f0cc8dd4c8260b8028a9a97 +size 1210531 diff --git a/hf_video_clips_qa/video_000591.mp4 b/hf_video_clips_qa/video_000591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b28e1ae77f00aed154fb2b77c4de07e2909bde87 --- /dev/null +++ b/hf_video_clips_qa/video_000591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadc64c12c1394e8c7626b5a9f2d8a5a7817c2020455e40ea046eed0df6b8a04 +size 563065 diff --git a/hf_video_clips_qa/video_000592.mp4 b/hf_video_clips_qa/video_000592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11e8b5c3159f80fe9c9377aa923d0cec2bc300a7 --- /dev/null +++ b/hf_video_clips_qa/video_000592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b11ef894e0776b837ca5efb35a80546c4c421a98060e3f08de72a681a4c01e5 +size 887086 diff --git a/hf_video_clips_qa/video_000593.mp4 b/hf_video_clips_qa/video_000593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26a61e78e742bd7731434590acb9538294884fe --- /dev/null +++ b/hf_video_clips_qa/video_000593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bcad104cec0197a7a535c004625ff66e66c1d589b46647ac2794b24ffb2fe2 +size 972112 diff --git a/hf_video_clips_qa/video_000594.mp4 b/hf_video_clips_qa/video_000594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fa91277419801b806acc9868905b4172a1ad9a6 --- /dev/null +++ b/hf_video_clips_qa/video_000594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f684912aa7113f0eac113158ba74860c6f538c59e42e91e7c112b7e72fe968 +size 1170771 diff --git a/hf_video_clips_qa/video_000595.mp4 b/hf_video_clips_qa/video_000595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4815c64b4783cc9efd541e144d3683b31471800c --- /dev/null +++ b/hf_video_clips_qa/video_000595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75ee31e1355154278d5e95332482d4ecded74c0f8b64f6231bfbae369bc03d7 +size 956416 diff --git a/hf_video_clips_qa/video_000596.mp4 b/hf_video_clips_qa/video_000596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d0bd68d3a938166366a4731fc447df6a9084aa5 --- /dev/null +++ b/hf_video_clips_qa/video_000596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5578e6a740ec301494e79aece794d9d6e1a8b4210e3d87de2a57d88a25ce6c43 +size 966860 diff --git a/hf_video_clips_qa/video_000597.mp4 b/hf_video_clips_qa/video_000597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0495174d72e548d27748228eebcffbb0bdfea8c3 --- /dev/null +++ b/hf_video_clips_qa/video_000597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23efc51034300468c43fdd020e98436fa854b70ee47d5eb375fcee03d89848b +size 585087 diff --git a/hf_video_clips_qa/video_000598.mp4 b/hf_video_clips_qa/video_000598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b36229efc97f79e861ef6dbd62f61ae0e30b5937 --- /dev/null +++ b/hf_video_clips_qa/video_000598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183280cf0ab44e19cb4c97d4d70e9d106365d1cf2e4410477505d84f538f2935 +size 795654 diff --git a/hf_video_clips_qa/video_000599.mp4 b/hf_video_clips_qa/video_000599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f86c9de02046e4ebd7d510229ae79b074d71c1d --- /dev/null +++ b/hf_video_clips_qa/video_000599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef978099c9ed6af96e05a1a10b87f7e50d34e0f659e38b2c32e71c40f7aa56c +size 457012 diff --git a/hf_video_clips_qa/video_000600.mp4 b/hf_video_clips_qa/video_000600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b33fd2f8de940b7cd5045eadd93cc4f5b9db801 --- /dev/null +++ b/hf_video_clips_qa/video_000600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3996316f4764938e9124f6ec1e755caf52f8bd0f57863422686d0d325b5ac92 +size 1109632 diff --git a/hf_video_clips_qa/video_000601.mp4 b/hf_video_clips_qa/video_000601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3af5110469327def06248fce09ec4fa4fd38d33c --- /dev/null +++ b/hf_video_clips_qa/video_000601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c131135cd9946e9056a995f36ef8a79f6dfff54fa501f7e902ec9c67ae9c860 +size 251275 diff --git a/hf_video_clips_qa/video_000602.mp4 b/hf_video_clips_qa/video_000602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..446e0f3a189dadb9640df60efb2d4a848b9e320f --- /dev/null +++ b/hf_video_clips_qa/video_000602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead77288447d3000eb6760a09e722050189a5e558772d9c6dafedfe124a0ab23 +size 1200393 diff --git a/hf_video_clips_qa/video_000603.mp4 b/hf_video_clips_qa/video_000603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c41967cf2451efa3474d16e8e51ecef69d115b87 --- /dev/null +++ b/hf_video_clips_qa/video_000603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a06e86669407f2ae3a80e16becda7e5f2e142e6ef740c66c4d9ecdf1eca5775 +size 688927 diff --git a/hf_video_clips_qa/video_000604.mp4 b/hf_video_clips_qa/video_000604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd223f234bf930479d46b53874d49ec4f2db75b6 --- /dev/null +++ b/hf_video_clips_qa/video_000604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7df2681c868a9d7c502499d7b4939eb4d59cc7bdce67ed721b2ea82aa9b663a +size 796149 diff --git a/hf_video_clips_qa/video_000605.mp4 b/hf_video_clips_qa/video_000605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6897c94d36193360014b8b97e87fb1e8a709255b --- /dev/null +++ b/hf_video_clips_qa/video_000605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d054d74f4247ebe24bd5daef75b06078eb85c214d3891cb6706bf73d6c8d04 +size 823633 diff --git a/hf_video_clips_qa/video_000606.mp4 b/hf_video_clips_qa/video_000606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a62b9a18774f3f7664fcd495bc13d31399030365 --- /dev/null +++ b/hf_video_clips_qa/video_000606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9a78f0e30e40df65260b45dbc4c85f8b48bf54cf918b727e99b81bcbc43e92 +size 1211392 diff --git a/hf_video_clips_qa/video_000607.mp4 b/hf_video_clips_qa/video_000607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c347f1966523f34cde1a4523864f5499259cdd42 --- /dev/null +++ b/hf_video_clips_qa/video_000607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635d561018bf0c3cbe26f2b58418d6601ec7e8c7d8201fc038d55a2ba6156dfe +size 1379169 diff --git a/hf_video_clips_qa/video_000608.mp4 b/hf_video_clips_qa/video_000608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b90edcae9e332b0ca06aaf7be64f671ab3cd856 --- /dev/null +++ b/hf_video_clips_qa/video_000608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2698da3c2a5ae1c5302a20c32a52027db757e7d4099c96b7d9247c2ebc3708 +size 902436 diff --git a/hf_video_clips_qa/video_000609.mp4 b/hf_video_clips_qa/video_000609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf738639c6a50c8158bedf5f78e57c1c648cc35 --- /dev/null +++ b/hf_video_clips_qa/video_000609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90eb8d7585f4fcd917d812a0a3e16a44ae81cede38708c13d86b0a9ad9ada03 +size 387115 diff --git a/hf_video_clips_qa/video_000610.mp4 b/hf_video_clips_qa/video_000610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5eedb9367b8df44ca79d5eba1386772874584fd2 --- /dev/null +++ b/hf_video_clips_qa/video_000610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de773626e4a6a1a7d3da5b50dc19def53c08c4cc6f746b2b68740e4950b3b886 +size 629896 diff --git a/hf_video_clips_qa/video_000611.mp4 b/hf_video_clips_qa/video_000611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..177edd51d40ce72b4960a6dad9ee7a0944b4a08c --- /dev/null +++ b/hf_video_clips_qa/video_000611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de231d9b8895d37e57d8d181454744af6a8a2730f6e66022a1a6bee09ec4aba0 +size 889451 diff --git a/hf_video_clips_qa/video_000612.mp4 b/hf_video_clips_qa/video_000612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..252e369c7bfa05dd98f491220e83f93f2cbab63b --- /dev/null +++ b/hf_video_clips_qa/video_000612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf73ab9286623d4d5cc13d36459becc9bdd7de892e235ab8a751594e1a6a2fbd +size 1122583 diff --git a/hf_video_clips_qa/video_000613.mp4 b/hf_video_clips_qa/video_000613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3771edab3b2693f3c2edb572fb95680cf1926e97 --- /dev/null +++ b/hf_video_clips_qa/video_000613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5ab62c9b67bd8ce90f65fa3134acd0d2e43442d314adfbe25872211dc99d5e +size 1134658 diff --git a/hf_video_clips_qa/video_000614.mp4 b/hf_video_clips_qa/video_000614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..254468f05471f6e45e82b8fcf8433743bf5ca112 --- /dev/null +++ b/hf_video_clips_qa/video_000614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baca4dfcaf0e8486347df958e6e699280aa8c422b51ed901775987b80f6c855c +size 714725 diff --git a/hf_video_clips_qa/video_000615.mp4 b/hf_video_clips_qa/video_000615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd4e0036204605adbd90659073a2c07f6c93e6cc --- /dev/null +++ b/hf_video_clips_qa/video_000615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ea5e6edd7dee86bc2f6dac9c8b5f60799ced1063287f181f7951acff3802c3 +size 737642 diff --git a/hf_video_clips_qa/video_000616.mp4 b/hf_video_clips_qa/video_000616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e918f4483e476852bab23b5e07c3c8f20c017b6c --- /dev/null +++ b/hf_video_clips_qa/video_000616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf9e7e01b33274417a2fce0a63d5afc69ac4cb984713e1d49b3ae59164ef903 +size 517036 diff --git a/hf_video_clips_qa/video_000617.mp4 b/hf_video_clips_qa/video_000617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5741fc22894bc011db9abd45098c5a8ad0e37331 --- /dev/null +++ b/hf_video_clips_qa/video_000617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e912bc3fd0e2dec51363fe17e35b8169efcb980ba3e8b7960a5cb21afe8d6281 +size 693175 diff --git a/hf_video_clips_qa/video_000618.mp4 b/hf_video_clips_qa/video_000618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..100c45d032679e288abf7fcdf6235866e1e55254 --- /dev/null +++ b/hf_video_clips_qa/video_000618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a74c96fa76cf1ba692c68a74d553858c27e8b87f55caf23d7f4a99fccc92a5 +size 649798 diff --git a/hf_video_clips_qa/video_000619.mp4 b/hf_video_clips_qa/video_000619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c65aee0cf543677a9991be026d0b8ce6cec0adc --- /dev/null +++ b/hf_video_clips_qa/video_000619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480c6afb831bea7978701630efaa5599d70e60361055c68c20094adfdc415134 +size 269208 diff --git a/hf_video_clips_qa/video_000620.mp4 b/hf_video_clips_qa/video_000620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a00822eafa3c03611e860be774f005b841b2c430 --- /dev/null +++ b/hf_video_clips_qa/video_000620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34de05aedd8f8e5e96d2c0ba025ea6b6260dcc398fd04f86d5ab75f182b68f4 +size 614488 diff --git a/hf_video_clips_qa/video_000621.mp4 b/hf_video_clips_qa/video_000621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c700b77d322a64030caa6de987c7eceb59ece308 --- /dev/null +++ b/hf_video_clips_qa/video_000621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4af876e96f77b2764e139c0bea8681bd6835e4a874532a10e9f132236d1566d +size 544647 diff --git a/hf_video_clips_qa/video_000622.mp4 b/hf_video_clips_qa/video_000622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64a1824bc8a0272f266edda2beeb8f669cc2de8e --- /dev/null +++ b/hf_video_clips_qa/video_000622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44592a93993076b15a9bcbc73a79a52317cc62fddda481fbc8a18e12ea84f342 +size 543007 diff --git a/hf_video_clips_qa/video_000623.mp4 b/hf_video_clips_qa/video_000623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f824b53fea3bfd899dc865d018f11e76cb9008d3 --- /dev/null +++ b/hf_video_clips_qa/video_000623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20066b14f94c76c8941f37ae196efe2774e28cc362092782ef0636cee685dd2 +size 603421 diff --git a/hf_video_clips_qa/video_000624.mp4 b/hf_video_clips_qa/video_000624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..759c072c906db580ecba038f08004e737438f8cf --- /dev/null +++ b/hf_video_clips_qa/video_000624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8f33946f8a2c0ce375fa03e6d465a1f0b35abc72649cda8b31df42f8e967c9 +size 785959 diff --git a/hf_video_clips_qa/video_000625.mp4 b/hf_video_clips_qa/video_000625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df552b4ad5715f0621a618eba8dac27cf2d8bcb5 --- /dev/null +++ b/hf_video_clips_qa/video_000625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aba3288bad28aab1e170024632fa7016bc8b15823e1d438dcebf573e77505b4 +size 364170 diff --git a/hf_video_clips_qa/video_000626.mp4 b/hf_video_clips_qa/video_000626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a7895abbbbe6e210e7576175a9a0519cc2388a4 --- /dev/null +++ b/hf_video_clips_qa/video_000626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426a70423754a6c48a3374567e66d08cf894913d2f787c2dcdfd2d82efe47d2 +size 514615 diff --git a/hf_video_clips_qa/video_000627.mp4 b/hf_video_clips_qa/video_000627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e73d0e1bbbc346a14836a7455367008e815909b --- /dev/null +++ b/hf_video_clips_qa/video_000627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e85b9fab6b98978f4d39974aed1f6dd4d3c679a7a6095ccc11c1045f8bf491 +size 747572 diff --git a/hf_video_clips_qa/video_000628.mp4 b/hf_video_clips_qa/video_000628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e4e16181cfb892e0df5d14190cc3c69e5a3d1f4 --- /dev/null +++ b/hf_video_clips_qa/video_000628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b27006aeaf84c91d2f846efd7d1e261d1a11c50953facc313d19f6e85a50d9 +size 732739 diff --git a/hf_video_clips_qa/video_000629.mp4 b/hf_video_clips_qa/video_000629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6fbd9b194d38d3aa2c095c3ad4b4c95ef6954a8 --- /dev/null +++ b/hf_video_clips_qa/video_000629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e6f2b1f2427b135f16a9aa7bc2b56c6e96c9eb0ebfb73d6a14300b3f677084 +size 845556 diff --git a/hf_video_clips_qa/video_000630.mp4 b/hf_video_clips_qa/video_000630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48913b250ab0607477ab036a72ce008749217e78 --- /dev/null +++ b/hf_video_clips_qa/video_000630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24be85b6e4f4c1f0d98a6e41ab4f743c797ee519cc14b3d825eb311b070afd98 +size 680193 diff --git a/hf_video_clips_qa/video_000631.mp4 b/hf_video_clips_qa/video_000631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f90ca15adf32061133a8d60d1ac07d7bf4f2f8e --- /dev/null +++ b/hf_video_clips_qa/video_000631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201eb1f74a6176db8d91661a1bccf74baae68ea105ef61490d19cc9bfd6ec9b1 +size 1152436 diff --git a/hf_video_clips_qa/video_000632.mp4 b/hf_video_clips_qa/video_000632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c11882870d52f262ce408704fe9c1950b5c5080f --- /dev/null +++ b/hf_video_clips_qa/video_000632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebd46fd2f307a989d710040174810b096f273b0caa9f65901b29f4b80557514 +size 455657 diff --git a/hf_video_clips_qa/video_000633.mp4 b/hf_video_clips_qa/video_000633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eb4f656a195584a72e20f2512c6d8f9ab89bee9 --- /dev/null +++ b/hf_video_clips_qa/video_000633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80494cce2aa975f536bf4183420536f131c5f6f99103b158ed42054ed4c02b92 +size 869173 diff --git a/hf_video_clips_qa/video_000634.mp4 b/hf_video_clips_qa/video_000634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122d537cab60d4308371ddca24a9e6867816a46e --- /dev/null +++ b/hf_video_clips_qa/video_000634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e267b7922c4416e32b3f6e1b32a04afc6d0312d5b3af0917598d4757ec71e58c +size 859515 diff --git a/hf_video_clips_qa/video_000635.mp4 b/hf_video_clips_qa/video_000635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cce1448e1c2f4062568b106d9ba3628a99a9ea6 --- /dev/null +++ b/hf_video_clips_qa/video_000635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b440164859ae97755111ec63c561401424ab5b877f713e6ec8c62dd79ed21cb6 +size 556838 diff --git a/hf_video_clips_qa/video_000636.mp4 b/hf_video_clips_qa/video_000636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef1bbdb6446dd4bb6abe23d6c067dd544ab94340 --- /dev/null +++ b/hf_video_clips_qa/video_000636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dc50a9640c5bb6303a0452f25a50a87d628fb664e4f4baae78c918adf31676 +size 734977 diff --git a/hf_video_clips_qa/video_000637.mp4 b/hf_video_clips_qa/video_000637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e32dcfe66f3f064beb19ef1d9f5a3d5cc0f4e4b2 --- /dev/null +++ b/hf_video_clips_qa/video_000637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342e836d7cb212a481cc992705ff8a9e08d3f6657434cc75605d76b21cfc903d +size 757516 diff --git a/hf_video_clips_qa/video_000638.mp4 b/hf_video_clips_qa/video_000638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ae900fcb1b8b116136778b366b842ff07be6315 --- /dev/null +++ b/hf_video_clips_qa/video_000638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e462d7b10a067a8ee5855288900f28f85a6963cb1fc0d9b19ab5ee108905c081 +size 739498 diff --git a/hf_video_clips_qa/video_000639.mp4 b/hf_video_clips_qa/video_000639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d8c27d00c31934c343e59bb4ad6b222cce5a774 --- /dev/null +++ b/hf_video_clips_qa/video_000639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636a0df0a327c11013ff209d91937df71ee02b8562c04271733917d8a4328968 +size 452419 diff --git a/hf_video_clips_qa/video_000640.mp4 b/hf_video_clips_qa/video_000640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae5745236db5fb5737eea3b05facf56075bb4b17 --- /dev/null +++ b/hf_video_clips_qa/video_000640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf1d1017920a2d3187527e10f3efff74a894dbebf5fa0124c0b32cb60affc06 +size 620354 diff --git a/hf_video_clips_qa/video_000641.mp4 b/hf_video_clips_qa/video_000641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f23fa8e48e277a91b92b4083358194e5a4bf472 --- /dev/null +++ b/hf_video_clips_qa/video_000641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73411c1d24cd73d05b4fa1aa33d95a5cc084ee35c14065efcac4299be326bec2 +size 778038 diff --git a/hf_video_clips_qa/video_000642.mp4 b/hf_video_clips_qa/video_000642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce813fb4f962918ee1c3380f7886632de0e66393 --- /dev/null +++ b/hf_video_clips_qa/video_000642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6575d4cc3cba0d0e089f87c0c93045741d55ff9a11056b8a69b9421d5f33678 +size 452053 diff --git a/hf_video_clips_qa/video_000643.mp4 b/hf_video_clips_qa/video_000643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..717adcf864d2ee24888ee6ef5eb7d28d91355e68 --- /dev/null +++ b/hf_video_clips_qa/video_000643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f4a58224e0080bf2b2ba38086ad695113362e75a2e6900e494bbedfa579f40 +size 507360 diff --git a/hf_video_clips_qa/video_000644.mp4 b/hf_video_clips_qa/video_000644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada5693434663dfc637d0cba15587cf454061990 --- /dev/null +++ b/hf_video_clips_qa/video_000644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61decb861238cebfb9bcc907e7081dc7f6ceda66d5a9d49064843f782a773a4 +size 340378 diff --git a/hf_video_clips_qa/video_000645.mp4 b/hf_video_clips_qa/video_000645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c2ff157f04ad8396d99121defd87a0a550f868f --- /dev/null +++ b/hf_video_clips_qa/video_000645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3892d5bcac74b314a2ed3d1900533c3b7c4b1cefd9c6df57a888bdff58962b +size 734886 diff --git a/hf_video_clips_qa/video_000646.mp4 b/hf_video_clips_qa/video_000646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf1a726f9222526cf40f3ded9ad08d897dfd5e3 --- /dev/null +++ b/hf_video_clips_qa/video_000646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f462cacd286c48973d5fa39309604b654d4dc3e4013e6004bb4de0f51c413c79 +size 620733 diff --git a/hf_video_clips_qa/video_000647.mp4 b/hf_video_clips_qa/video_000647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff9c31a125e2d92189c0892292365c8543bd5edb --- /dev/null +++ b/hf_video_clips_qa/video_000647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659c7a9009b80e54f99ba9ea1a10cc944a71264242b235cd705030b9285ac81d +size 518824 diff --git a/hf_video_clips_qa/video_000648.mp4 b/hf_video_clips_qa/video_000648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6933bda24c0b9bb7508a79e13fe18971e3a9bd1d --- /dev/null +++ b/hf_video_clips_qa/video_000648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e42ef0c10e41a04a0617f763c33eb5b5c45e00655807e05de3fa3a642768c3b +size 925848 diff --git a/hf_video_clips_qa/video_000649.mp4 b/hf_video_clips_qa/video_000649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..055d710739840e0dd65f8398e7157f6d5338e1a1 --- /dev/null +++ b/hf_video_clips_qa/video_000649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a85470482857d1e32823c23bbfdef776af04b0bfc970f0768c5bb60b6f9b243 +size 397632 diff --git a/hf_video_clips_qa/video_000650.mp4 b/hf_video_clips_qa/video_000650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cda1c06f0959e68f558e981910cc84e81985601 --- /dev/null +++ b/hf_video_clips_qa/video_000650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3c9a8d6c1087d51a6550299ea7d29d44d24bf226cee98d30154ede4bf3e9c6 +size 531568 diff --git a/hf_video_clips_qa/video_000651.mp4 b/hf_video_clips_qa/video_000651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7fc88479806e4a13763eaf49e328004099b2b31 --- /dev/null +++ b/hf_video_clips_qa/video_000651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced51328ccb578a997450fcf1e97de96370d1e55985c3b15874f91a884729957 +size 350019 diff --git a/hf_video_clips_qa/video_000652.mp4 b/hf_video_clips_qa/video_000652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15e62b0470f7a67b8144e783a82a4d980b423bb --- /dev/null +++ b/hf_video_clips_qa/video_000652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f5a1cc61a5f12fc8c2481ff602a99a82d54644ba6495577d72b652f74eeff0 +size 1441565 diff --git a/hf_video_clips_qa/video_000653.mp4 b/hf_video_clips_qa/video_000653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2125df1f154e112d120707cf53889524579d358d --- /dev/null +++ b/hf_video_clips_qa/video_000653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5423c49d1f20553cf70b6d251ab9809b9e500f94fb9e0b09391b346b8a494323 +size 658847 diff --git a/hf_video_clips_qa/video_000654.mp4 b/hf_video_clips_qa/video_000654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaac069141bbf952da4b81423c9d16f3a103093c --- /dev/null +++ b/hf_video_clips_qa/video_000654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e9baab1382541b0e12608cc310309cd323385eea86763185b779e10bdb341b +size 1671004 diff --git a/hf_video_clips_qa/video_000655.mp4 b/hf_video_clips_qa/video_000655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b009f88fb0fcc24b92ecef5bcc580751a0d4e053 --- /dev/null +++ b/hf_video_clips_qa/video_000655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f6e933cf9de01464533269c62367ae7d22211c1e30b489b797e8b041039b9 +size 2443646 diff --git a/hf_video_clips_qa/video_000656.mp4 b/hf_video_clips_qa/video_000656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1e987b08b555f984947368bbd6accebaa972507 --- /dev/null +++ b/hf_video_clips_qa/video_000656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad52fdf34782ba075d0f4c4b154093db8a0ef294b51f120dbfacfd3e953b4d70 +size 1342390 diff --git a/hf_video_clips_qa/video_000657.mp4 b/hf_video_clips_qa/video_000657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d29e37ec0f8036d957b62541cad53e8979a6f9 --- /dev/null +++ b/hf_video_clips_qa/video_000657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f37e20167221a088a6f9fc9ada28de7cf1df147ab101efc789ae76ba049978 +size 1604261 diff --git a/hf_video_clips_qa/video_000658.mp4 b/hf_video_clips_qa/video_000658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..975e165100da2505464da887226aaf9f7a5623ed --- /dev/null +++ b/hf_video_clips_qa/video_000658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89f14ec5cf89ac38ae2fe576a396256d15a3ed8670a2dd8b8f346df2cacfe81 +size 1367434 diff --git a/hf_video_clips_qa/video_000659.mp4 b/hf_video_clips_qa/video_000659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d6378fa1c047a4e2405429368463fee6587e8f2 --- /dev/null +++ b/hf_video_clips_qa/video_000659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644fd653686a202b2fb34db0ed8c4b900d7efc04f210845168d8dcaffa150479 +size 1107959 diff --git a/hf_video_clips_qa/video_000660.mp4 b/hf_video_clips_qa/video_000660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a192ca05f4929d9b8e3cddd2d12b33afc063fb9 --- /dev/null +++ b/hf_video_clips_qa/video_000660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88f6dd1c6fcb39ef1e67c6b24ae1e29c3557e187b6ed583b058dc765db2e1f +size 3278305 diff --git a/hf_video_clips_qa/video_000661.mp4 b/hf_video_clips_qa/video_000661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066958ef77d9433ec6724fee9f990abc72601ac4 --- /dev/null +++ b/hf_video_clips_qa/video_000661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d726429115309bb1346039770df4e8c15f69928a03cd72a0f823c96d9459d +size 1645236 diff --git a/hf_video_clips_qa/video_000662.mp4 b/hf_video_clips_qa/video_000662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9d572fbcc4eb329d72c3b4f61d295c7276d3c7e --- /dev/null +++ b/hf_video_clips_qa/video_000662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93c2c10c12315f4689b53fdea85c5d0db700dd061a80739210c90ba507aedc6 +size 1546352 diff --git a/hf_video_clips_qa/video_000663.mp4 b/hf_video_clips_qa/video_000663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec608e81d4af3f3b28832af47d9ccab11eea73c7 --- /dev/null +++ b/hf_video_clips_qa/video_000663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f18f8a6ae6e846dcfc1c34fad9070f564e9dfce9d512a5374a44b291df11b5 +size 1387762 diff --git a/hf_video_clips_qa/video_000664.mp4 b/hf_video_clips_qa/video_000664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e7731578ab9f9ad09ea35418af73c519b52b4f --- /dev/null +++ b/hf_video_clips_qa/video_000664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32934058041ca231c281040a4923b97c4380479fc05ad5ccf91eb5364ba95558 +size 1495968 diff --git a/hf_video_clips_qa/video_000665.mp4 b/hf_video_clips_qa/video_000665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6256d2b58c370703aa9bd0b7376917368446dd3 --- /dev/null +++ b/hf_video_clips_qa/video_000665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80fd9f73001bb5d9289476c10a8515a7d0219d5d62208bad3c831a140c3dd77 +size 473846 diff --git a/hf_video_clips_qa/video_000666.mp4 b/hf_video_clips_qa/video_000666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7968c57485331f2d1d9c755b9bb7cec53d213e8 --- /dev/null +++ b/hf_video_clips_qa/video_000666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9776515888209eb44a3aab1886350dee0974cc29c1a094e2a6451a01747c4278 +size 2213893 diff --git a/hf_video_clips_qa/video_000667.mp4 b/hf_video_clips_qa/video_000667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_000667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_000668.mp4 b/hf_video_clips_qa/video_000668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cdde6632f8a07255ab4a11a3d866a4d973b034f --- /dev/null +++ b/hf_video_clips_qa/video_000668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289da251d54e4301a8f364ad2e2090bd2e2ec873f597a8819c8d90c3670f03b0 +size 430366 diff --git a/hf_video_clips_qa/video_000669.mp4 b/hf_video_clips_qa/video_000669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c6441434b6840db5e59944c3d7a217708a542e --- /dev/null +++ b/hf_video_clips_qa/video_000669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d361b7eb7ac20a096457bed8661cdbdb44b551fcedee541a6625502ad589d651 +size 1635655 diff --git a/hf_video_clips_qa/video_000670.mp4 b/hf_video_clips_qa/video_000670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14e7efce4ee8023db81ce04e93eab3857ee32d4 --- /dev/null +++ b/hf_video_clips_qa/video_000670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7093bf564628b6cc9c15de84ef4df3b782ac2956b886c9061267e5e84045f5 +size 617303 diff --git a/hf_video_clips_qa/video_000671.mp4 b/hf_video_clips_qa/video_000671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a33f4f5e848da1371de57a9e95eec02201ec7c --- /dev/null +++ b/hf_video_clips_qa/video_000671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ca36dd8ff42f0bd1316cda81a6a7c043630aaf69fbfda1e8f2e4c5a85e607 +size 2762182 diff --git a/hf_video_clips_qa/video_000672.mp4 b/hf_video_clips_qa/video_000672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e35c7737dd7fe75bec4bc7b411c0267ce328034f --- /dev/null +++ b/hf_video_clips_qa/video_000672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b728381013a5d661c60ba337e009a7bfe6200e4cab54997591706dd4c8e4fb1b +size 516178 diff --git a/hf_video_clips_qa/video_000673.mp4 b/hf_video_clips_qa/video_000673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5176b6578c7bd2b328f28cc9f535b774d4d02e08 --- /dev/null +++ b/hf_video_clips_qa/video_000673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41c960c6214c2215356386be3c4cdad3d9e23b752a6ae096d09fc939e9d0d50 +size 979946 diff --git a/hf_video_clips_qa/video_000674.mp4 b/hf_video_clips_qa/video_000674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c46aa6f39fbe8d7e4d3e5fd22fda73b822af8892 --- /dev/null +++ b/hf_video_clips_qa/video_000674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71216b47d46613ace3d3dd116c6717ffcd6c212e0aacb0f3d53c92596e802947 +size 979041 diff --git a/hf_video_clips_qa/video_000675.mp4 b/hf_video_clips_qa/video_000675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33bff1a77e68d60bf59ae862b8f72357b01be193 --- /dev/null +++ b/hf_video_clips_qa/video_000675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712053436e95d0b9d25f973380513ba59f9fb7f6a8789ee5e491613200034bc7 +size 1943740 diff --git a/hf_video_clips_qa/video_000676.mp4 b/hf_video_clips_qa/video_000676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0defcd07f288234ca812f7591f5afd105fd0afd --- /dev/null +++ b/hf_video_clips_qa/video_000676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d7670c1ac83f0262b571b8a94fdcc5097a0f606c4d01d7f431b36a6d8ae673 +size 1350491 diff --git a/hf_video_clips_qa/video_000677.mp4 b/hf_video_clips_qa/video_000677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da9218cba52a5957c28dfc0e33d9eca65169ee37 --- /dev/null +++ b/hf_video_clips_qa/video_000677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4248a71be08bbb3c1f1940c74dd8601128e3983562b876098aeea5f8e581ff4b +size 4382821 diff --git a/hf_video_clips_qa/video_000678.mp4 b/hf_video_clips_qa/video_000678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5d33ad55308d1d2743340cce9ea0752787d0d92 --- /dev/null +++ b/hf_video_clips_qa/video_000678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0769e8470fdb289b2578dbad5ba2a88b7900a53fc0d9ece72853e58fe65b45 +size 407690 diff --git a/hf_video_clips_qa/video_000679.mp4 b/hf_video_clips_qa/video_000679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd75242eb3b7e82004ef883452d6c281382dd9b --- /dev/null +++ b/hf_video_clips_qa/video_000679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535a27367992aa4cdbf60a12c58b4f69730f79c6810185152b1030bfff948148 +size 893127 diff --git a/hf_video_clips_qa/video_000680.mp4 b/hf_video_clips_qa/video_000680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c4e012c2593801683eb20afa1d0c6f8254e30e9 --- /dev/null +++ b/hf_video_clips_qa/video_000680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde739d0ecc7fb4621132ddc870b858d3bf38eba293126036304f070d0ee28b9 +size 439530 diff --git a/hf_video_clips_qa/video_000681.mp4 b/hf_video_clips_qa/video_000681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a240af307979ba79c62f6a1a46dafcd25c96cc --- /dev/null +++ b/hf_video_clips_qa/video_000681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b47ff02d44d2974a5a269c15d58cfb7af21e530677848ec266643e33f1431c +size 1839996 diff --git a/hf_video_clips_qa/video_000682.mp4 b/hf_video_clips_qa/video_000682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33f0de0120034ed96c817e4bf6663e03811608ae --- /dev/null +++ b/hf_video_clips_qa/video_000682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a4b5a4f598f55e0fd6f5f53e8b314ae95aaaff09cc55a5a44dce925f674054 +size 3828713 diff --git a/hf_video_clips_qa/video_000683.mp4 b/hf_video_clips_qa/video_000683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf854256b36aab566b037663e2a1f1c380b63e07 --- /dev/null +++ b/hf_video_clips_qa/video_000683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516f7c811298f2faf9ea16393f748fc437c36d6ea942fe1680f0f89ca22a09e +size 767043 diff --git a/hf_video_clips_qa/video_000684.mp4 b/hf_video_clips_qa/video_000684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..177d328e0e2edb83c930ff9cd9866bfe035007b8 --- /dev/null +++ b/hf_video_clips_qa/video_000684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47510f88fb28f646ae7f323209e38683b45eb78079558463bca6370f0bcdbc99 +size 1293842 diff --git a/hf_video_clips_qa/video_000685.mp4 b/hf_video_clips_qa/video_000685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8de724d0a05bb0d4dde928188ff379751de76612 --- /dev/null +++ b/hf_video_clips_qa/video_000685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1faa80be9a81cd0ced28237f7301fd371c0f769165a61957d94f74d8a7621db +size 330957 diff --git a/hf_video_clips_qa/video_000686.mp4 b/hf_video_clips_qa/video_000686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decef51629ca6cb91355d9e53a3a2152fed1f445 --- /dev/null +++ b/hf_video_clips_qa/video_000686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39aeed78dd29f5db4a8d7e2fe134abca0f2f98b856df0af6752353df33b964 +size 1504459 diff --git a/hf_video_clips_qa/video_000687.mp4 b/hf_video_clips_qa/video_000687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a6b8d6c722c0f3160e6efc70cbc9440b01d3ea9 --- /dev/null +++ b/hf_video_clips_qa/video_000687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fcbea3a05b6eaebaf4f35a12ee93e7252e58fb907c4e00b92bfcfbaf480e0c +size 692373 diff --git a/hf_video_clips_qa/video_000688.mp4 b/hf_video_clips_qa/video_000688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec047e2de2f6d6ff7ffd3b571c03190dd2ca205 --- /dev/null +++ b/hf_video_clips_qa/video_000688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3cf2a2cc074d8e98ba8aadf1017a06bd7bc982aabd16de04f24ede031d9008 +size 861422 diff --git a/hf_video_clips_qa/video_000689.mp4 b/hf_video_clips_qa/video_000689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9132224d1a3cb551877af0d9105a4f0d4f3c73 --- /dev/null +++ b/hf_video_clips_qa/video_000689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b439e7f2e19c90c221864a415b41887101ffb5b7e586bc0647a57629d4541cf1 +size 999328 diff --git a/hf_video_clips_qa/video_000690.mp4 b/hf_video_clips_qa/video_000690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57115fc0715ecda46f1fad8033199aa5c3051e7b --- /dev/null +++ b/hf_video_clips_qa/video_000690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee586fd3182100980711bb5f7de6a63c4e49e4cbec0afd1c390d773fbd5c392a +size 490520 diff --git a/hf_video_clips_qa/video_000691.mp4 b/hf_video_clips_qa/video_000691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..174e8fa116c224e13b92116971b159a88cc394df --- /dev/null +++ b/hf_video_clips_qa/video_000691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dae54ec3d3bee16adec52b502925e6ec2690bd48c216bf2001a9590412b670 +size 603382 diff --git a/hf_video_clips_qa/video_000692.mp4 b/hf_video_clips_qa/video_000692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a963c4bc64485ab00573e7e08793b3b500c609 --- /dev/null +++ b/hf_video_clips_qa/video_000692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d1c8a9f84861542aab1d76caa3375b5bd749e52be716aaffcb9bfec75a33d +size 963303 diff --git a/hf_video_clips_qa/video_000693.mp4 b/hf_video_clips_qa/video_000693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed19bbab9767a067ea25259380c9036e2d613368 --- /dev/null +++ b/hf_video_clips_qa/video_000693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f0ad576543462747c8776814908177c487b1e3735a32211c235bd4f9d1fa95 +size 637803 diff --git a/hf_video_clips_qa/video_000694.mp4 b/hf_video_clips_qa/video_000694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d365dc9e5d37e2d0303665287c6bdabf57d4d7 --- /dev/null +++ b/hf_video_clips_qa/video_000694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c781ee88d90f233c32077a0c934eda53df13d5182f7c45555cc38d254022dedc +size 467182 diff --git a/hf_video_clips_qa/video_000695.mp4 b/hf_video_clips_qa/video_000695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36024238c198353a02e507db80e5d66aa2ee07e8 --- /dev/null +++ b/hf_video_clips_qa/video_000695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70331bcf048b260499d6a37bd323fb7ae438df769570e8ee3dfad93fb3b0cab4 +size 1205079 diff --git a/hf_video_clips_qa/video_000696.mp4 b/hf_video_clips_qa/video_000696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e047c2aaf21ad0e86cbd0be55f651d46430a66 --- /dev/null +++ b/hf_video_clips_qa/video_000696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b203d12eab99291902ae89a62134fe50c20281a2ed6578ef1c8d37fa2f7d37d8 +size 1470576 diff --git a/hf_video_clips_qa/video_000697.mp4 b/hf_video_clips_qa/video_000697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6b412378507413a456b198023a26b77c7a1078 --- /dev/null +++ b/hf_video_clips_qa/video_000697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619de80dafaefe8052324b191b848d9344c14285f55806f25db8a0b7be78d4e4 +size 709739 diff --git a/hf_video_clips_qa/video_000698.mp4 b/hf_video_clips_qa/video_000698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84cead5d0cf18fbc7f8539e56df41aea449bcf28 --- /dev/null +++ b/hf_video_clips_qa/video_000698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0040868d61b3d2efb0ec88ea6aaf769e1dfa29e7a0babe0144b975a7d6f24a51 +size 1418550 diff --git a/hf_video_clips_qa/video_000699.mp4 b/hf_video_clips_qa/video_000699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0306e6277f716e075099aec83d2f301dca7fbc2 --- /dev/null +++ b/hf_video_clips_qa/video_000699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feaebb4d5de2cf85d83f40c2be2cf3ad0478ece455ee950ba76684465d5099e +size 802620 diff --git a/hf_video_clips_qa/video_000700.mp4 b/hf_video_clips_qa/video_000700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bddea53ea932abaa70eb5c8c1fba79384b46f369 --- /dev/null +++ b/hf_video_clips_qa/video_000700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348430be5bac9662cabe92cd292f77d431166653780c681d126c8e882d64a40d +size 1123030 diff --git a/hf_video_clips_qa/video_000701.mp4 b/hf_video_clips_qa/video_000701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf856bedc8032f809815d6c39fbf4fdaf1b1aa14 --- /dev/null +++ b/hf_video_clips_qa/video_000701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436715d7e448e19d7a0251f1590e55572a595a81b3d12db2bffd91f9cbcb0046 +size 456458 diff --git a/hf_video_clips_qa/video_000702.mp4 b/hf_video_clips_qa/video_000702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ea339788a11c96f9ebfd0ac639595282a2500e4 --- /dev/null +++ b/hf_video_clips_qa/video_000702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc7d518e73a67ebd71a06ca69e1e5e5def119ed67830c38c9b009a92ba0d59a +size 1314503 diff --git a/hf_video_clips_qa/video_000703.mp4 b/hf_video_clips_qa/video_000703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..323d2800455e262fd03e273e774154ff98c677f6 --- /dev/null +++ b/hf_video_clips_qa/video_000703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf954f3c9f2e9fb4e22c1cc83097c1b0633f917030b44e2cc40375a4c62d428 +size 480670 diff --git a/hf_video_clips_qa/video_000704.mp4 b/hf_video_clips_qa/video_000704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1906e37e18fb856c8ca1ceba98922a7cb64f416f --- /dev/null +++ b/hf_video_clips_qa/video_000704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b87f3f0732d6db3239cca875909a10c629a9f2fbd82e630290f311bbb4a2b +size 803522 diff --git a/hf_video_clips_qa/video_000705.mp4 b/hf_video_clips_qa/video_000705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5442f9e0d19464323f9b18b0255e03b608b94f4 --- /dev/null +++ b/hf_video_clips_qa/video_000705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3501ad76a88b884660e1b8f3360cc842457ef238510726ac50d73f3438063ad +size 489013 diff --git a/hf_video_clips_qa/video_000706.mp4 b/hf_video_clips_qa/video_000706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560b4da78d85f96e60cbf242e6df47214777ca27 --- /dev/null +++ b/hf_video_clips_qa/video_000706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47d3e9a0839d61059d30991cca7a3da6253a05e3d5ef38eb8685a2d7531bc80 +size 637203 diff --git a/hf_video_clips_qa/video_000707.mp4 b/hf_video_clips_qa/video_000707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9821c31fc6bb83da8dcfd8ff4b89512af2a7c3e4 --- /dev/null +++ b/hf_video_clips_qa/video_000707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ba0cfdbf2642cdd778d3f96faf844037f2b0c959ab7127687b80a07f087ee +size 585979 diff --git a/hf_video_clips_qa/video_000708.mp4 b/hf_video_clips_qa/video_000708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c82a82b1b962bdf58110bacf20100d798a02c6 --- /dev/null +++ b/hf_video_clips_qa/video_000708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7951f0898ed4b36d694cfda959fa6f1a9fb65b3c5e797d8591b9ae0583b6221 +size 2317981 diff --git a/hf_video_clips_qa/video_000709.mp4 b/hf_video_clips_qa/video_000709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a625a67d8367cd14240a95565c164d78cfe307bf --- /dev/null +++ b/hf_video_clips_qa/video_000709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82725c78e83e8d8a95963c35ad862788b84485672951781bf875ec04bc6ee654 +size 2165818 diff --git a/hf_video_clips_qa/video_000710.mp4 b/hf_video_clips_qa/video_000710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d05888bc6ae2fe95d16fb7dcc501f7243eb109 --- /dev/null +++ b/hf_video_clips_qa/video_000710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1906d7d4599c56c7d7eb3b318cf809a3c155548e8cb8c93026c45a35152ec1 +size 2116851 diff --git a/hf_video_clips_qa/video_000711.mp4 b/hf_video_clips_qa/video_000711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acac9c6b7eb24ec6d163387df2bb919fdd968f6d --- /dev/null +++ b/hf_video_clips_qa/video_000711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55319519f5a9449559e6fecd150ac202fdfa2787d518b66824d11aacb2f20d8f +size 2428295 diff --git a/hf_video_clips_qa/video_000712.mp4 b/hf_video_clips_qa/video_000712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0dfa54ca94ee491b733f2e460b92ead3110344e --- /dev/null +++ b/hf_video_clips_qa/video_000712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4165954ff41b58ef344d729c1f332fc30b3e21b080962daef44aced1609f8630 +size 2568089 diff --git a/hf_video_clips_qa/video_000713.mp4 b/hf_video_clips_qa/video_000713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d30d960ebb9a6c70d98057d739cd618112b119 --- /dev/null +++ b/hf_video_clips_qa/video_000713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc96362d71d5905b923698e358af2de788f4c72bfacd5c393fbaf3778eddb3 +size 1307139 diff --git a/hf_video_clips_qa/video_000714.mp4 b/hf_video_clips_qa/video_000714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7415650b7c0d40b897d7afa5066ca9cefbc785 --- /dev/null +++ b/hf_video_clips_qa/video_000714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0a534d155f8472d25ea76ab099d5aad100ab17143582b5829d8c4ea23f4baa +size 2812187 diff --git a/hf_video_clips_qa/video_000715.mp4 b/hf_video_clips_qa/video_000715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db1da274e972b5e0db1f619f18a2890cfd78bbc8 --- /dev/null +++ b/hf_video_clips_qa/video_000715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0d97d5a9b04e8bc2fdcc65728062fc4be3410438443f542c96dbf174af011b +size 1771435 diff --git a/hf_video_clips_qa/video_000716.mp4 b/hf_video_clips_qa/video_000716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28524f45c7ab22c9a2a2d746cddb034bcb2ee515 --- /dev/null +++ b/hf_video_clips_qa/video_000716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42325ef2a2867d57e63444e18b02594a5a1e6b638d97dbd1921d458bcd9465d +size 925018 diff --git a/hf_video_clips_qa/video_000717.mp4 b/hf_video_clips_qa/video_000717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..208a0f011f4cb8e9e941a707d96bf90e47333ec8 --- /dev/null +++ b/hf_video_clips_qa/video_000717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d27d0696149fe1374b0414ff9825ede8cebbc686563304ff3b803e7d2e90f0 +size 939925 diff --git a/hf_video_clips_qa/video_000718.mp4 b/hf_video_clips_qa/video_000718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcb991b6f066a21a1c2cd3f4e87ad12a12fd2add --- /dev/null +++ b/hf_video_clips_qa/video_000718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be17c84d87fea4ccc31bedf5b372bee3521eec49218c344e5e57434cd4e30610 +size 1286214 diff --git a/hf_video_clips_qa/video_000719.mp4 b/hf_video_clips_qa/video_000719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0133990fa120df98e5baa626ab75fe871cf553 --- /dev/null +++ b/hf_video_clips_qa/video_000719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63aa57ac3709dcf9ad878e10773699efae0af18dafb856de077e45943c97b26 +size 1464282 diff --git a/hf_video_clips_qa/video_000720.mp4 b/hf_video_clips_qa/video_000720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12618c6f6cf64e736ff54ab314c5f01e2f64bc02 --- /dev/null +++ b/hf_video_clips_qa/video_000720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e232757fc5e0340469a29ba41acdd5675e8ab97de70cb77b1410f4659872d48 +size 1740571 diff --git a/hf_video_clips_qa/video_000721.mp4 b/hf_video_clips_qa/video_000721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6014d5a124f70fbc8c81afcb209e044420d1beb3 --- /dev/null +++ b/hf_video_clips_qa/video_000721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcbb49c9dd22b02f5906b859c125b65ce2f5d7d601891efac5fbaa0d91ca167 +size 1704941 diff --git a/hf_video_clips_qa/video_000722.mp4 b/hf_video_clips_qa/video_000722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..673b16253c0e353790ebf5e66ff7aacc4440dbbf --- /dev/null +++ b/hf_video_clips_qa/video_000722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326fefe62fecd68c14b1fe348336cb1e321d445aecd26b8279f9f23c2647cef +size 1417950 diff --git a/hf_video_clips_qa/video_000723.mp4 b/hf_video_clips_qa/video_000723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65cc1ac9704f6a7e00dd3dafbf06ac2a9d59c215 --- /dev/null +++ b/hf_video_clips_qa/video_000723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf084aff36d9f3da837d09b5c6b26820a660c57fe475d75a3b90a337251469 +size 1802134 diff --git a/hf_video_clips_qa/video_000724.mp4 b/hf_video_clips_qa/video_000724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23b873287217ee6a48317d35babc0be5a7f0f4a4 --- /dev/null +++ b/hf_video_clips_qa/video_000724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62035ae41cad1f847727e4b619f1a867722fbc6c3d729463d389118d2f96b2cc +size 715140 diff --git a/hf_video_clips_qa/video_000725.mp4 b/hf_video_clips_qa/video_000725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1ae33790521d8678c5dde52f033d80e74d84a4 --- /dev/null +++ b/hf_video_clips_qa/video_000725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2573677ce1f536c3bf1ebcc489a2611ac40d57ed14d8ef51ec5d9c273a6db +size 722983 diff --git a/hf_video_clips_qa/video_000726.mp4 b/hf_video_clips_qa/video_000726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20068320c837c2e5ecd4b1026779644b2a54dbc --- /dev/null +++ b/hf_video_clips_qa/video_000726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc32fa50376dddec9d01b0c6ca958453ab145204623a809882fa502af512925 +size 1933229 diff --git a/hf_video_clips_qa/video_000727.mp4 b/hf_video_clips_qa/video_000727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976a47deadb7451d6f1895955470f479ffe92f87 --- /dev/null +++ b/hf_video_clips_qa/video_000727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d82b9d5a5294f94728a205160ac769227835669527cac7f6d2d32741a2135ae +size 1178237 diff --git a/hf_video_clips_qa/video_000728.mp4 b/hf_video_clips_qa/video_000728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e10c94b92af55adcab56a8c2b1742b6677bee3b --- /dev/null +++ b/hf_video_clips_qa/video_000728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c04e3ffb95b31ae230b2a228190b73e03c9aa9a0c90cb612c890b6628720734 +size 541973 diff --git a/hf_video_clips_qa/video_000729.mp4 b/hf_video_clips_qa/video_000729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2a4c190632348c8ca3815796e7c19dc983160b --- /dev/null +++ b/hf_video_clips_qa/video_000729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac9b0fe40bf6c66f3c8c093af5bc93779c958bc6c21934f18d633cd6cec974 +size 3453567 diff --git a/hf_video_clips_qa/video_000730.mp4 b/hf_video_clips_qa/video_000730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0925fabfe15062f8fbd472283ebbf55c2bcbd3bb --- /dev/null +++ b/hf_video_clips_qa/video_000730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c80f082367372bd6ca27546204d7fef4310af53d58e4e88382a869c23c7c030 +size 1625901 diff --git a/hf_video_clips_qa/video_000731.mp4 b/hf_video_clips_qa/video_000731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9de16307ebfe028e811c3f65262a6fcf382bb55d --- /dev/null +++ b/hf_video_clips_qa/video_000731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f817109692fb3c1e49f40915cc28eff3c065b6e49ebed5bc50c60d8bd438d08 +size 1076883 diff --git a/hf_video_clips_qa/video_000732.mp4 b/hf_video_clips_qa/video_000732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19bcad1c64ef3a94c9a87aff034aa5b839b2d665 --- /dev/null +++ b/hf_video_clips_qa/video_000732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2477cb4dad9cb165e88a614b59a409f1ad96806e6474e04815a974f2011674c3 +size 2144794 diff --git a/hf_video_clips_qa/video_000733.mp4 b/hf_video_clips_qa/video_000733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981dfe66df382fa97194bc36dc61076e6ad8d5dd --- /dev/null +++ b/hf_video_clips_qa/video_000733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7205bf2431525b9c9975853662fa738cc51b343a492336056c3bf441d00aa88 +size 1748557 diff --git a/hf_video_clips_qa/video_000734.mp4 b/hf_video_clips_qa/video_000734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dabdfefc35824b6bdd0b41bbb278868a101282c --- /dev/null +++ b/hf_video_clips_qa/video_000734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bda7536ba297e44d3f5316de4e247867462af93a2ad52d76a33ae8d65fceab6 +size 2650927 diff --git a/hf_video_clips_qa/video_000735.mp4 b/hf_video_clips_qa/video_000735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2da2f1bf6db66d4589ed068a88b1c3817f5bb43d --- /dev/null +++ b/hf_video_clips_qa/video_000735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236cd78efc311ffa401daf4603d1a5c6db9a2241a5ba591409582fb99744d38 +size 659064 diff --git a/hf_video_clips_qa/video_000736.mp4 b/hf_video_clips_qa/video_000736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab29da014d0e3d36bd5e51c3352515c137bb0691 --- /dev/null +++ b/hf_video_clips_qa/video_000736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9a032bad91f1cbe20fade3ab1899ff8f7a99aa348cb028d0000af3343354e6 +size 642115 diff --git a/hf_video_clips_qa/video_000737.mp4 b/hf_video_clips_qa/video_000737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..221c436684d2cb5a7fa3a85fd4aee586f11715f7 --- /dev/null +++ b/hf_video_clips_qa/video_000737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b87f9ffee14a264e9fc19de8e1389f97304a571959ca4f7453789e4c709ee08 +size 2517793 diff --git a/hf_video_clips_qa/video_000738.mp4 b/hf_video_clips_qa/video_000738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb42ddd125dbc7866b2312a21bfdb19adf778b0 --- /dev/null +++ b/hf_video_clips_qa/video_000738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e283827efe5dffc4ad3dd566f1fe5e6383462d4c13a7ded1ccf44661917e4e +size 595205 diff --git a/hf_video_clips_qa/video_000739.mp4 b/hf_video_clips_qa/video_000739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2371ac7e0ffc2087b63d48d3b74a80c9e1041a8 --- /dev/null +++ b/hf_video_clips_qa/video_000739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c671e6adf141dde135204d10f114c5366db513e18bb8244274460218306c83c4 +size 1623874 diff --git a/hf_video_clips_qa/video_000740.mp4 b/hf_video_clips_qa/video_000740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ce5d86b3a16869d48c6b7714e31187064caf822 --- /dev/null +++ b/hf_video_clips_qa/video_000740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1315e72b159e540fa445507c67352f1e3c9becdd200c976e7ccaa4e145a838f5 +size 1162913 diff --git a/hf_video_clips_qa/video_000741.mp4 b/hf_video_clips_qa/video_000741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d7ca97ca4fcda72125d8138215969c3bf6a1045 --- /dev/null +++ b/hf_video_clips_qa/video_000741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3354dd1eb5c0e4bcf265c340d76a941fccceb533062a56aab79763d5ddee7e8 +size 1468651 diff --git a/hf_video_clips_qa/video_000742.mp4 b/hf_video_clips_qa/video_000742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87823eadeebc9ed2d0f52f3232c0b33f34268af --- /dev/null +++ b/hf_video_clips_qa/video_000742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9a600fbbec88be1e2ac5d86036264bb14c0ddf136bc8c8ab194bf02cf0d6a +size 3304392 diff --git a/hf_video_clips_qa/video_000743.mp4 b/hf_video_clips_qa/video_000743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd12ce7fd83ef55aa3ea877285ec5202cddc423 --- /dev/null +++ b/hf_video_clips_qa/video_000743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3cca9dfd90d096719d06259f4e551b1b999b0b83d69e4cc502152929d9a92a +size 1285726 diff --git a/hf_video_clips_qa/video_000744.mp4 b/hf_video_clips_qa/video_000744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92ba27a2488b9595b9b8a1cce9b816e5c7ef99ba --- /dev/null +++ b/hf_video_clips_qa/video_000744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb4fc97eb6c6869daf8d1c3e8ba6752c75ab23e172403335bd4824594aaf8e6 +size 1525547 diff --git a/hf_video_clips_qa/video_000745.mp4 b/hf_video_clips_qa/video_000745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acb6e642e673e87328c8705fc44a5e24b0cbdae0 --- /dev/null +++ b/hf_video_clips_qa/video_000745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9185ef1e2b3e7fe7f9761e55908e7c7908d379881999f2bfcc8a49898d0fb61c +size 1185617 diff --git a/hf_video_clips_qa/video_000746.mp4 b/hf_video_clips_qa/video_000746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ced6485afad7eb220e4472098262aa42b563a47 --- /dev/null +++ b/hf_video_clips_qa/video_000746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab30d296bf31766e408c36d092f22fc9c77f9c753a5ab08c100481a025670543 +size 577869 diff --git a/hf_video_clips_qa/video_000747.mp4 b/hf_video_clips_qa/video_000747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5315532a4caa4d9fddb56938826c9e088600f732 --- /dev/null +++ b/hf_video_clips_qa/video_000747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cb60140d5f269fc3a8bdb0decc568c663459b19e5de90a5c6d78106562aa7f +size 1040483 diff --git a/hf_video_clips_qa/video_000748.mp4 b/hf_video_clips_qa/video_000748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2acd334d42bb1a86a18b8e76d875cf105d5bd2 --- /dev/null +++ b/hf_video_clips_qa/video_000748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4a0f837f1d1db8b798f364e1c5b27a2ae88c549230a7be89af65885b155bd3 +size 1660256 diff --git a/hf_video_clips_qa/video_000749.mp4 b/hf_video_clips_qa/video_000749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c02027056daee080a7b4caef0ad2c79ba34633 --- /dev/null +++ b/hf_video_clips_qa/video_000749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f00b01bf8dc3eb19f2342db37191f539f7204239a8aefa0a7c6ecce0f3ce3c2 +size 569938 diff --git a/hf_video_clips_qa/video_000750.mp4 b/hf_video_clips_qa/video_000750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a5d8cac3ac204cdf8e518f90683f5f225ad9a9 --- /dev/null +++ b/hf_video_clips_qa/video_000750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd17d9d9120dc166ac5d4fd02610aa798d42ea029c487081beeb677dba5bd6b +size 1633444 diff --git a/hf_video_clips_qa/video_000751.mp4 b/hf_video_clips_qa/video_000751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38fa4425cee6c7b4a99363a38e29c17a20643e30 --- /dev/null +++ b/hf_video_clips_qa/video_000751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70c521ab86fbee8aeae17af893f09786c1325d391c0b3de13abc7b1e3421774 +size 425197 diff --git a/hf_video_clips_qa/video_000752.mp4 b/hf_video_clips_qa/video_000752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..defe4a6a92571ef569e90f460cea522d1c85e72c --- /dev/null +++ b/hf_video_clips_qa/video_000752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f629bcf733a05a95b6ee376ae516f1ef6b5873647f988b72508350f1d0f06df +size 714543 diff --git a/hf_video_clips_qa/video_000753.mp4 b/hf_video_clips_qa/video_000753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79022c92228b3627d9ab11ea8227bd52eec9a6d5 --- /dev/null +++ b/hf_video_clips_qa/video_000753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f61c31ddb8190c7cd767a3a9bfdfa89cd6e9b04a9b0e960f47b545d51ac11e +size 540770 diff --git a/hf_video_clips_qa/video_000754.mp4 b/hf_video_clips_qa/video_000754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46074e38bbeb93bd88950227d586bb99f6622e02 --- /dev/null +++ b/hf_video_clips_qa/video_000754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92dcd399243f3a01a4c26d05333279870d4e3998630c4bb89afc55c43d0fc57 +size 660200 diff --git a/hf_video_clips_qa/video_000755.mp4 b/hf_video_clips_qa/video_000755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ae09db113bf0b4506cbaea3cf9344247d8e669c --- /dev/null +++ b/hf_video_clips_qa/video_000755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d952be7a1f8ddb54ab661edf1bfda002e59ebbbb7324170fb2ce8fc88180cf +size 2670711 diff --git a/hf_video_clips_qa/video_000756.mp4 b/hf_video_clips_qa/video_000756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..447ce38231882a76a22caf4eae015ef3a8d63879 --- /dev/null +++ b/hf_video_clips_qa/video_000756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17d4ecdc310db179f193cfa01933588f91abf28240cb9ab2367b3c7e36cc58 +size 691012 diff --git a/hf_video_clips_qa/video_000757.mp4 b/hf_video_clips_qa/video_000757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd5a282f3ec805d7651d77f08e487c2275fca5e --- /dev/null +++ b/hf_video_clips_qa/video_000757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2592df352a6d21f69c9e0458f1832e553a3f443b52adf3efc2b7584f4bddfe +size 832610 diff --git a/hf_video_clips_qa/video_000758.mp4 b/hf_video_clips_qa/video_000758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baab53afb75c5906e892ee1ae7bdc14011e032d4 --- /dev/null +++ b/hf_video_clips_qa/video_000758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ed6bde2bfa1264a8cac9c2cfaf5331233fc05077a620d7719ebf4bbd7b0298 +size 1302728 diff --git a/hf_video_clips_qa/video_000759.mp4 b/hf_video_clips_qa/video_000759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2fd530214e2e7858a77fa3bb1a528b3204d56a2 --- /dev/null +++ b/hf_video_clips_qa/video_000759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab470753a4af2e3a77544700835093ab81f7f2fb2687678f15b88bcd51cb786 +size 1533332 diff --git a/hf_video_clips_qa/video_000760.mp4 b/hf_video_clips_qa/video_000760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80191fe6b2c245ffbe8618b079885027a4ffd4f7 --- /dev/null +++ b/hf_video_clips_qa/video_000760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a755145d9e39af99c3c525f7d9668f468cba073f38ebae5a0f160c27b675ee4d +size 1786523 diff --git a/hf_video_clips_qa/video_000761.mp4 b/hf_video_clips_qa/video_000761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f21efb62bcb3519f4c6a874e4c144601284d7b6a --- /dev/null +++ b/hf_video_clips_qa/video_000761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66277d3ffec3c158ea47c5af885fd8ecb9cc55a96db7df82afe1496b769cb43 +size 2526751 diff --git a/hf_video_clips_qa/video_000762.mp4 b/hf_video_clips_qa/video_000762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0305c48299c53f0ec9e435fa1e728b659da7a98f --- /dev/null +++ b/hf_video_clips_qa/video_000762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9392f46c10b4da6257c1289cca5857fc50f04370e89a1531daa1606bbff1edfe +size 2368238 diff --git a/hf_video_clips_qa/video_000763.mp4 b/hf_video_clips_qa/video_000763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a39288d78f4269a3cb7591310f60ef52625527 --- /dev/null +++ b/hf_video_clips_qa/video_000763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6801c3d34af2cfd1c05b33797f4ad10bfd581ae23dd9bc0cf5bb9d630388a5 +size 1176648 diff --git a/hf_video_clips_qa/video_000764.mp4 b/hf_video_clips_qa/video_000764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..364a6d2f75ebf347e996f144f98b98f5c426f2a4 --- /dev/null +++ b/hf_video_clips_qa/video_000764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f585dfe3fbd3dd5d7839356ccb7dac8de6878c0c5dab7f231a722615cc0e1b7 +size 1070784 diff --git a/hf_video_clips_qa/video_000765.mp4 b/hf_video_clips_qa/video_000765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217882db735c39b16ccbe0ae7ad7a0578e8bd652 --- /dev/null +++ b/hf_video_clips_qa/video_000765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867b567e14d5f0e57b0ed3a5311755374a607b75e8eb0772c0e8349486f85301 +size 1260442 diff --git a/hf_video_clips_qa/video_000766.mp4 b/hf_video_clips_qa/video_000766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9dc6ef4011175f4f173d55112b4fcc137a9ea3e --- /dev/null +++ b/hf_video_clips_qa/video_000766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3b9773788fc01ad7b3884cf06ea1f13da183a213141c2a61926c7fc5ce7e8b +size 1847431 diff --git a/hf_video_clips_qa/video_000767.mp4 b/hf_video_clips_qa/video_000767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..482af711ba76cea361ff924cf9face697aaa07e1 --- /dev/null +++ b/hf_video_clips_qa/video_000767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8624d9b90a917956548a32c0c1550f82309ad6d1fc0b025ba829b7b314021c8 +size 443966 diff --git a/hf_video_clips_qa/video_000768.mp4 b/hf_video_clips_qa/video_000768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..551c91103612a5baf243adbf0570ebf7ce69ffd0 --- /dev/null +++ b/hf_video_clips_qa/video_000768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25391e446556bd89dd23f5fa5e0cae42018116227898dc3308dc303c271319a +size 1804926 diff --git a/hf_video_clips_qa/video_000769.mp4 b/hf_video_clips_qa/video_000769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ab69b9c25bb904cc3b59a7811a462fd40410c81 --- /dev/null +++ b/hf_video_clips_qa/video_000769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b138e58bbfa1690c0c9bfbbc858d400873623996d45df0fa6b3a310b1227ada5 +size 3289413 diff --git a/hf_video_clips_qa/video_000770.mp4 b/hf_video_clips_qa/video_000770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73e1883c9d4030426443cad388fb9bc1d9ef422f --- /dev/null +++ b/hf_video_clips_qa/video_000770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787fba972ea47bf196d3af13fa8fdad2f6f687ca5f5a9c6bf6fe91bf46538cb2 +size 1138479 diff --git a/hf_video_clips_qa/video_000771.mp4 b/hf_video_clips_qa/video_000771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f0090611b99dd83c1badff84a1defc08b16834 --- /dev/null +++ b/hf_video_clips_qa/video_000771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6caea1271eed4c831c02824af3495db2aac7dc2080b7c974978e65b1179a540 +size 980675 diff --git a/hf_video_clips_qa/video_000772.mp4 b/hf_video_clips_qa/video_000772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d619d45d488acaaddb7ddb5d3ccaea0f3e30a540 --- /dev/null +++ b/hf_video_clips_qa/video_000772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8650d0b15543a3c236afe2ef26e0e0e2d95994c6620b5fa16da73a1d8dd90db1 +size 3657960 diff --git a/hf_video_clips_qa/video_000773.mp4 b/hf_video_clips_qa/video_000773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c49b7dc3846301209216236c28954a3543c91588 --- /dev/null +++ b/hf_video_clips_qa/video_000773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc18a9e690556999b803e5ba234c6666095d4cfba0de8e1dea563f373d1e177 +size 1152964 diff --git a/hf_video_clips_qa/video_000774.mp4 b/hf_video_clips_qa/video_000774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be016f24fc8dd2a2f92542d3c6ff04d6869d483 --- /dev/null +++ b/hf_video_clips_qa/video_000774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fa671fdff15b263d9d4b118a66b1bf8558c38665a5a9fd64c1d6160c47e66e +size 1751157 diff --git a/hf_video_clips_qa/video_000775.mp4 b/hf_video_clips_qa/video_000775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66d5530c2970bbb7f4d74fa0f6edd228f1838a45 --- /dev/null +++ b/hf_video_clips_qa/video_000775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2b2ccf3f22c29416e10333fd299b1b45ce0bbbd9b118c4db060bb1e3add58 +size 2943238 diff --git a/hf_video_clips_qa/video_000776.mp4 b/hf_video_clips_qa/video_000776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..991e544f4ae3e328645afca2f8ea8332824cfc93 --- /dev/null +++ b/hf_video_clips_qa/video_000776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b040f55020a25d27812158d1975624f59f8d6fe5c781601b2adcf37fe857679a +size 1773781 diff --git a/hf_video_clips_qa/video_000777.mp4 b/hf_video_clips_qa/video_000777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddbd67f841fe2fcf676901cb35cb4496638b6420 --- /dev/null +++ b/hf_video_clips_qa/video_000777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4247751b42944d8d04ad69381b62ccf0e8016959e28973073972841f0fc46 +size 1467122 diff --git a/hf_video_clips_qa/video_000778.mp4 b/hf_video_clips_qa/video_000778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd33b725a7649a6db88f9e2ccae702c3ec7e028 --- /dev/null +++ b/hf_video_clips_qa/video_000778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0642e2d46eb9903d0fd0f3b8724683682485dfa55278ef8e345341bab10d0e +size 1488751 diff --git a/hf_video_clips_qa/video_000779.mp4 b/hf_video_clips_qa/video_000779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51f017dec0669f1a14c04693f42ad2482b900693 --- /dev/null +++ b/hf_video_clips_qa/video_000779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8105921f749dd82cc76127edc78d18cf5e9cedb0496b7d1b37498ed07756ac +size 1816041 diff --git a/hf_video_clips_qa/video_000780.mp4 b/hf_video_clips_qa/video_000780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03418e119a88b7b54aebb23702aec7b31f6dc7ab --- /dev/null +++ b/hf_video_clips_qa/video_000780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f166170fd3525e8cac2ad4a07c5845031ab41ca72a3ccb6b2b7cefa16a5b3024 +size 2301644 diff --git a/hf_video_clips_qa/video_000781.mp4 b/hf_video_clips_qa/video_000781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c496aaa389400464537a587637851db5d238a62 --- /dev/null +++ b/hf_video_clips_qa/video_000781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03a1d0f735ed827f63daeddc7219039d30d3d7a9f089144f939580a5ff2773c +size 1219240 diff --git a/hf_video_clips_qa/video_000782.mp4 b/hf_video_clips_qa/video_000782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b65ec1e470ba2c31da89f3fc7efc5dc7c150442 --- /dev/null +++ b/hf_video_clips_qa/video_000782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a5c4c5f2e459e55a6c8fc255e751f56573f9f3208f7b8352e945818a70bef9 +size 2838396 diff --git a/hf_video_clips_qa/video_000783.mp4 b/hf_video_clips_qa/video_000783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198a801bd82d6fd00b8aa88d98cdded684179a3b --- /dev/null +++ b/hf_video_clips_qa/video_000783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd4aad1816a4af9206be2364f634a3e7ad837efbd6bdb6c3dd6f6c83732daff +size 681336 diff --git a/hf_video_clips_qa/video_000784.mp4 b/hf_video_clips_qa/video_000784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98b2bb1f3abeffb48aa5f236b36ab5bda1ed360c --- /dev/null +++ b/hf_video_clips_qa/video_000784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74ea39ee1fe4301e06e2ebc2493b62ec738f095959bd1e4c8353991514fc98f +size 953528 diff --git a/hf_video_clips_qa/video_000785.mp4 b/hf_video_clips_qa/video_000785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbec11dc389d2abf8e0c48866c6ace6f8630dc9d --- /dev/null +++ b/hf_video_clips_qa/video_000785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad711907bbdfab633dd8ae2227d33b933009028d71a4505cfdeb028aa80802 +size 5984324 diff --git a/hf_video_clips_qa/video_000786.mp4 b/hf_video_clips_qa/video_000786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0c402fd8823ba264eccfa1c621498feec321f4 --- /dev/null +++ b/hf_video_clips_qa/video_000786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288d0f6ed41f825776a48823d98f47598ff8f735cac36b05bb5243959ef44806 +size 1920732 diff --git a/hf_video_clips_qa/video_000787.mp4 b/hf_video_clips_qa/video_000787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca5ce89904c944d7c30568d0e698db6aeba76f0 --- /dev/null +++ b/hf_video_clips_qa/video_000787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57517e87811cec1ad9ef53a886fbff667d5f55b7014ddb56d7fe3121717c87e1 +size 2243793 diff --git a/hf_video_clips_qa/video_000788.mp4 b/hf_video_clips_qa/video_000788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0666b1cb4f07792280fc1812427b6e2d9196af0 --- /dev/null +++ b/hf_video_clips_qa/video_000788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be13ae492fc802a4805e0a98da718db866f6a9bbdcf15f514ad1acde06b2023 +size 1826156 diff --git a/hf_video_clips_qa/video_000789.mp4 b/hf_video_clips_qa/video_000789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6c70b7c743639045aff637c1969c11e3d083ab4 --- /dev/null +++ b/hf_video_clips_qa/video_000789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b871bb9c198b455e105d7e9a6c1c4fd73f4f89f005f70a0930671136c520c06 +size 811252 diff --git a/hf_video_clips_qa/video_000790.mp4 b/hf_video_clips_qa/video_000790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ae1627b2942e628cb44bb74e53732fa20111030 --- /dev/null +++ b/hf_video_clips_qa/video_000790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd90652930f7956bcf28dce2d6eb4d8d7430c322a334a7216730ea461b151a0d +size 1733291 diff --git a/hf_video_clips_qa/video_000791.mp4 b/hf_video_clips_qa/video_000791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6169a10666cda55b97a2cdd3139eeca26db6a11d --- /dev/null +++ b/hf_video_clips_qa/video_000791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150dc83909c384241f40eae12400f826409dc03544b6e400df402a5280ca108b +size 1549830 diff --git a/hf_video_clips_qa/video_000792.mp4 b/hf_video_clips_qa/video_000792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc445828174f4023db09ec957e26314eab2ffb98 --- /dev/null +++ b/hf_video_clips_qa/video_000792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edace095af984b79df0bc8b614042b9b4e35651bd7c24641bd7790ed6c31418 +size 2787573 diff --git a/hf_video_clips_qa/video_000793.mp4 b/hf_video_clips_qa/video_000793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c78d70f71430fb62de83f7b4fe3e1e7025b6973a --- /dev/null +++ b/hf_video_clips_qa/video_000793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8419ac904ae015c027cf2ddb090a112aa7139b2b6a0112b5e552d26e2b90d +size 1194553 diff --git a/hf_video_clips_qa/video_000794.mp4 b/hf_video_clips_qa/video_000794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..363cad1354372b8e2bcff3cad2a5b51a24f61b26 --- /dev/null +++ b/hf_video_clips_qa/video_000794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c956b3d5219be13b12c58213197131ed54d7aae152dff2feb491edbbd2ab5eba +size 970266 diff --git a/hf_video_clips_qa/video_000795.mp4 b/hf_video_clips_qa/video_000795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e38212f0476993653d33f4ed0ddbb85b8e990cae --- /dev/null +++ b/hf_video_clips_qa/video_000795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f594982168f038e65d06673993194f25008e194554b61b57de72bc2ff9952957 +size 1149586 diff --git a/hf_video_clips_qa/video_000796.mp4 b/hf_video_clips_qa/video_000796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e90fca398d638bf41519acfd4ae2ebed03cc291e --- /dev/null +++ b/hf_video_clips_qa/video_000796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8a04d181c422b830cc84c8b48f3a8e2dea4ae2a842787f00994e7943c8ad65 +size 656452 diff --git a/hf_video_clips_qa/video_000797.mp4 b/hf_video_clips_qa/video_000797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df2309c7df5fcd333c73dddde8d1c603ddec148 --- /dev/null +++ b/hf_video_clips_qa/video_000797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56715dd1ad56b16fb5f64f571293bc68bed9ddf36f1dfea2983ca698d4e3d26 +size 963616 diff --git a/hf_video_clips_qa/video_000798.mp4 b/hf_video_clips_qa/video_000798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71f86fc81fa443f7a97ba405af6020e842b92f53 --- /dev/null +++ b/hf_video_clips_qa/video_000798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbf071562e253eb7099ff24096bdfd75535441ed5b37cf96ec1f90b791578f3 +size 613853 diff --git a/hf_video_clips_qa/video_000799.mp4 b/hf_video_clips_qa/video_000799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80498cd99467b01b9888f45250dd986c175c58f9 --- /dev/null +++ b/hf_video_clips_qa/video_000799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb9adb2bbce47926c1d17fe304108f8b8b969b719c5bf739dedcda53fb6a70a +size 1719234 diff --git a/hf_video_clips_qa/video_000800.mp4 b/hf_video_clips_qa/video_000800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..306b76caebb60b83982d786733c0ff34ed86e265 --- /dev/null +++ b/hf_video_clips_qa/video_000800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a28dba150732b496c2319df23710b56384dc0fae076dbf99c6ffc6d3746340 +size 247567 diff --git a/hf_video_clips_qa/video_000801.mp4 b/hf_video_clips_qa/video_000801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022e029dcaad275f7d1c168e4be845272f74fcb9 --- /dev/null +++ b/hf_video_clips_qa/video_000801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44624acea28afa1075ec324c970e5e9abcd19f55bea0f56db13b0220d3c0d1c +size 576739 diff --git a/hf_video_clips_qa/video_000802.mp4 b/hf_video_clips_qa/video_000802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad914cd1259b32f004c890ba770dc58630caf912 --- /dev/null +++ b/hf_video_clips_qa/video_000802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feff0041a302d4f4416f8f68fcceafdffec0e5881e888eb830262567c31125fa +size 1153259 diff --git a/hf_video_clips_qa/video_000803.mp4 b/hf_video_clips_qa/video_000803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0edd2d1047e8795796c4bcd0f64a5dbe2d643ba3 --- /dev/null +++ b/hf_video_clips_qa/video_000803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2378fd23cbbfca20fcfcc3eafad213dd79a52ff2f95c71ffd6bc00400daef42b +size 1878452 diff --git a/hf_video_clips_qa/video_000804.mp4 b/hf_video_clips_qa/video_000804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ccb73d3d035c5e7d71bf581e63d9a05c96f0e45 --- /dev/null +++ b/hf_video_clips_qa/video_000804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bf9d82992a9ce0630698f5555fa16f737d2f08ddc77bf0ec6c7b4f021763bd +size 2586515 diff --git a/hf_video_clips_qa/video_000805.mp4 b/hf_video_clips_qa/video_000805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ddab1d2dbc97d1867304ff249291bf86bfd1ede --- /dev/null +++ b/hf_video_clips_qa/video_000805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0f5521ea42a7a08196957006b21ae2cf4eea5575a8329f84e69030c75e1486 +size 731466 diff --git a/hf_video_clips_qa/video_000806.mp4 b/hf_video_clips_qa/video_000806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d89df84392878feb1cdcb73b75a5919be9eca41 --- /dev/null +++ b/hf_video_clips_qa/video_000806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f681295486e57cfd4e508da204a503de2d433589fc55a877100879749acf92b +size 835631 diff --git a/hf_video_clips_qa/video_000807.mp4 b/hf_video_clips_qa/video_000807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e5705e088a67e2288b455cb33875f64eb1730b --- /dev/null +++ b/hf_video_clips_qa/video_000807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9fba8d96e05bcb0bb99e30ccc1458663d97c0c8a85a465f0f3afa7820393d6 +size 2112830 diff --git a/hf_video_clips_qa/video_000808.mp4 b/hf_video_clips_qa/video_000808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f751e1484ce7adb100863ad8db22a409d9a3b883 --- /dev/null +++ b/hf_video_clips_qa/video_000808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb03e31333620a4f843addafaf338fc6b17c79dbd4a529fb1a882fea45e00e9 +size 2902307 diff --git a/hf_video_clips_qa/video_000809.mp4 b/hf_video_clips_qa/video_000809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d7e86667bed92176097d9d51668e0b16c7ab254 --- /dev/null +++ b/hf_video_clips_qa/video_000809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff9b7f9798fa1fee5394f20fc730c5edc95e5ef1ddd046275779aef3a1a66ec +size 896355 diff --git a/hf_video_clips_qa/video_000810.mp4 b/hf_video_clips_qa/video_000810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5371fbcac3970f13ade61947519c284d9eaf37e6 --- /dev/null +++ b/hf_video_clips_qa/video_000810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a99871bbb2fb947f228c366a06b6e6dbc4a6debf1c032428dbd88697c060cfd +size 550633 diff --git a/hf_video_clips_qa/video_000811.mp4 b/hf_video_clips_qa/video_000811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a58dae6f4f9b19517f4628414a30a5ab8e2773d3 --- /dev/null +++ b/hf_video_clips_qa/video_000811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9605488e8a5e09e21c6ae75b7397395a5c5d27f4d1348b5d6a3490db02e434 +size 573195 diff --git a/hf_video_clips_qa/video_000812.mp4 b/hf_video_clips_qa/video_000812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53304b408a175b0d719db12b317641b48e11e954 --- /dev/null +++ b/hf_video_clips_qa/video_000812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e5e84065783c8c2f8814cbe6d34f41996a6df22a12962c3a626ff92bca345 +size 466909 diff --git a/hf_video_clips_qa/video_000813.mp4 b/hf_video_clips_qa/video_000813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c17edf33a0a100063e394f53fc145040dd57ddfe --- /dev/null +++ b/hf_video_clips_qa/video_000813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81353155dae4353df3b0f3e5864ba6a9db9a7b03ce69cf8489dd09cf80e3e66a +size 961959 diff --git a/hf_video_clips_qa/video_000814.mp4 b/hf_video_clips_qa/video_000814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f66fe61ab878e10180ad6af1819cf16fa23a341 --- /dev/null +++ b/hf_video_clips_qa/video_000814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb50d3da3a509524295ea68a066cb3a0a557d6d36994090e20d67e58ea7805 +size 2538472 diff --git a/hf_video_clips_qa/video_000815.mp4 b/hf_video_clips_qa/video_000815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a53fced5c0724f84c2f4e51e3b1bde37f874fd79 --- /dev/null +++ b/hf_video_clips_qa/video_000815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99964e1193ce37f878c80840d7eaa61d9a5c49f88b8ef1db2cba6a5f939795e4 +size 986399 diff --git a/hf_video_clips_qa/video_000816.mp4 b/hf_video_clips_qa/video_000816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a03c703cd98d0acd54b5e04faf5ffb5be9e87831 --- /dev/null +++ b/hf_video_clips_qa/video_000816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e9f7acbb23278d4159893667622ddbbe290ab0652281e3ac4bbe23009853a3 +size 1685049 diff --git a/hf_video_clips_qa/video_000817.mp4 b/hf_video_clips_qa/video_000817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01bd7f40df0f40f633463d678a3aa1af8772a884 --- /dev/null +++ b/hf_video_clips_qa/video_000817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47a235be25fcb496085998d89f23b8f90d78b33ec851e88bdcccd24a6a13df5 +size 1094533 diff --git a/hf_video_clips_qa/video_000818.mp4 b/hf_video_clips_qa/video_000818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0ed866d1cecbdecbc9cb33cb2d254adcba02a12 --- /dev/null +++ b/hf_video_clips_qa/video_000818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95123ce2262123b68411aa67d64726749cf6e7ef37fbceda174ed2aa027cb6fc +size 1207752 diff --git a/hf_video_clips_qa/video_000819.mp4 b/hf_video_clips_qa/video_000819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98504c84601493eef914037aa0471bb67db6fafe --- /dev/null +++ b/hf_video_clips_qa/video_000819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f17ef5ecd886a87b72f2a6cff484e9bad2d618f4be40d586cb8f5fa1100f22 +size 2562072 diff --git a/hf_video_clips_qa/video_000820.mp4 b/hf_video_clips_qa/video_000820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6366f192dc0079c2525c86fe51cbd15c4506d770 --- /dev/null +++ b/hf_video_clips_qa/video_000820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91970deecbef62d12316f165d5e8138a5d057b8b34c102a0d1120661f0da0de2 +size 526267 diff --git a/hf_video_clips_qa/video_000821.mp4 b/hf_video_clips_qa/video_000821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b610fd33b04e090b79acf19f21b60c9ed0de81e2 --- /dev/null +++ b/hf_video_clips_qa/video_000821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4f9220a3679c17d31f034f489e781bcf8c67f0109ae5c3923839684905ec30 +size 1771819 diff --git a/hf_video_clips_qa/video_000822.mp4 b/hf_video_clips_qa/video_000822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2b35e0efa0999a86562cd4d579ba78902d418d --- /dev/null +++ b/hf_video_clips_qa/video_000822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39aebc60e0d0b4192511a2076e0500b4fe0ca41fe93469ac3c70e714d64d06b9 +size 860613 diff --git a/hf_video_clips_qa/video_000823.mp4 b/hf_video_clips_qa/video_000823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..458ee2f21e648f889ec0cd083023abf3a5157abb --- /dev/null +++ b/hf_video_clips_qa/video_000823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010a6e1f0bcc8e3c8f412f6c2c301e9ef3f36a59b11239972446519444fb7e3 +size 1295537 diff --git a/hf_video_clips_qa/video_000824.mp4 b/hf_video_clips_qa/video_000824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e6ee2926b3723adc0283e0c527f7694967fb5ac --- /dev/null +++ b/hf_video_clips_qa/video_000824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12275a6ee4646e0ed6adee337e1af200e9a9a60bebab09b80e54fbf5d58431b +size 441925 diff --git a/hf_video_clips_qa/video_000825.mp4 b/hf_video_clips_qa/video_000825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4109960196f6c5a278abb076dd988b3113a502c --- /dev/null +++ b/hf_video_clips_qa/video_000825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3133b032bda3deb9de82838b737f3f187476ace6e20820679d1593e2419018 +size 1569442 diff --git a/hf_video_clips_qa/video_000826.mp4 b/hf_video_clips_qa/video_000826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e85c3ecee058226dc6bf7fd28a8098172d4cd26 --- /dev/null +++ b/hf_video_clips_qa/video_000826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9643355b3f6fe9cf16a6b4973559410b0104233ec49aa1d00b073d9817c333 +size 1172670 diff --git a/hf_video_clips_qa/video_000827.mp4 b/hf_video_clips_qa/video_000827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ae9ccd749c73f7425b82cff01f987414c371339 --- /dev/null +++ b/hf_video_clips_qa/video_000827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93ea537353908e0da381cafd2617249c2558ca08bd1667d3151b1ebbce21061 +size 1594765 diff --git a/hf_video_clips_qa/video_000828.mp4 b/hf_video_clips_qa/video_000828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1f0ca37cf987f22ed9d50d46bbdca882887d258 --- /dev/null +++ b/hf_video_clips_qa/video_000828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e1e7a0a5082758bdc5401074cd431bfa17764738bb01473a98cfc55baaa247 +size 1430131 diff --git a/hf_video_clips_qa/video_000829.mp4 b/hf_video_clips_qa/video_000829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c2711ee810d561acbb81452d17678e094493ed7 --- /dev/null +++ b/hf_video_clips_qa/video_000829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a47d8318236db73a4f75ab241b51de446b475ad3276151f4ccbd2bffcdad0 +size 1006244 diff --git a/hf_video_clips_qa/video_000830.mp4 b/hf_video_clips_qa/video_000830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78054ff1a208125d5fed396acd50e8853583b2ef --- /dev/null +++ b/hf_video_clips_qa/video_000830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ff4516fa6bee40dc9fe0ff68cddb1805d295a78296380438796c5b7369f9d2 +size 1371764 diff --git a/hf_video_clips_qa/video_000831.mp4 b/hf_video_clips_qa/video_000831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbeb41554c6f321be5f8386a329331896c2b664f --- /dev/null +++ b/hf_video_clips_qa/video_000831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c850f6cc600bb9c2375c77c52a10b1ac4691d16cd7dccdec383dfadee4a044 +size 1457704 diff --git a/hf_video_clips_qa/video_000832.mp4 b/hf_video_clips_qa/video_000832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36c321cdd63ca8d8d5d269f493e2186cb2bf8789 --- /dev/null +++ b/hf_video_clips_qa/video_000832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cc32f6ab794fb2d2acf52519a87fe7295dcc254170807f7a8562e90e1659f1 +size 1871577 diff --git a/hf_video_clips_qa/video_000833.mp4 b/hf_video_clips_qa/video_000833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24ec09d839710f131ee03c38dc2edf9234ec3af3 --- /dev/null +++ b/hf_video_clips_qa/video_000833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe5a2d74e0cb08abff19e0d5c3faf2c043d11ebd1aa0712af868671e055aafa +size 927604 diff --git a/hf_video_clips_qa/video_000834.mp4 b/hf_video_clips_qa/video_000834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd15ccc91e7a864971e9581d20c9ad5190f65f6 --- /dev/null +++ b/hf_video_clips_qa/video_000834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657b86e673f5fc64d79fd83fd42ca3c567167d2607ffecf2ba0b99a98575da11 +size 963904 diff --git a/hf_video_clips_qa/video_000835.mp4 b/hf_video_clips_qa/video_000835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa0866dc56679a13552660d789068559b4ca3121 --- /dev/null +++ b/hf_video_clips_qa/video_000835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e19485151412c597fd3b04735b7a9e3e03d4cc0380ee7a3d2b28bc2e923220 +size 3665343 diff --git a/hf_video_clips_qa/video_000836.mp4 b/hf_video_clips_qa/video_000836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4153ff4cab234f5566678acb7f39176942bdc49e --- /dev/null +++ b/hf_video_clips_qa/video_000836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2c85ad15c7932ac80cdc1842e8eeb77065491b76e5ce5ac3fcb43180b81514 +size 695577 diff --git a/hf_video_clips_qa/video_000837.mp4 b/hf_video_clips_qa/video_000837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ffe03cbdacfeb4f189c6e13137134d56266ce4 --- /dev/null +++ b/hf_video_clips_qa/video_000837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db699b49f3a95a6ee566179ca4168bd3f46afc748b4fb57bab7ef380a29afd48 +size 1369537 diff --git a/hf_video_clips_qa/video_000838.mp4 b/hf_video_clips_qa/video_000838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..055063bde44abb0f3d5eda2c11280ca596b98971 --- /dev/null +++ b/hf_video_clips_qa/video_000838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5c070c454d82bfebffb4e9e2900d8c084f4bbd636078b55f37790a69215658 +size 1370630 diff --git a/hf_video_clips_qa/video_000839.mp4 b/hf_video_clips_qa/video_000839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a7e1e9cc575fcecdc05ba69f1a9e84a787a20e --- /dev/null +++ b/hf_video_clips_qa/video_000839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c92afd692d02d1b665567347f79590232c8e150c5f83fd5913754dfdbee4db3 +size 702038 diff --git a/hf_video_clips_qa/video_000840.mp4 b/hf_video_clips_qa/video_000840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bd8196ec7b67814f7a668718ccab364b79d18ca --- /dev/null +++ b/hf_video_clips_qa/video_000840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdaeeaa2d7fb4fd6ef82d4a3bbe6adcbb1f5fc486b2043d24c001b5ad602a97 +size 1351079 diff --git a/hf_video_clips_qa/video_000841.mp4 b/hf_video_clips_qa/video_000841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35b4fde4d615931e8eba562dfb2fa11f0384eb69 --- /dev/null +++ b/hf_video_clips_qa/video_000841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fddebed452f724fad4db2e7ba0c81ca9dfb4027eaa2aa4d92986e73d432a32 +size 1615212 diff --git a/hf_video_clips_qa/video_000842.mp4 b/hf_video_clips_qa/video_000842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b05cee9ee0b9e33a6250711bdbea11e049fffba --- /dev/null +++ b/hf_video_clips_qa/video_000842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84236d517a699a19f96e41e0ec93b4e897f4a0c4af9bd0f056026dcb1b1ac1da +size 3033371 diff --git a/hf_video_clips_qa/video_000843.mp4 b/hf_video_clips_qa/video_000843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea542912c54e3647bf36d62b6072bf5cf0a0fd2e --- /dev/null +++ b/hf_video_clips_qa/video_000843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a95bdca7e13e35a9e9acf03db6fc966830f2e76c2e335acd3b7ae34f4f5ba5 +size 1612647 diff --git a/hf_video_clips_qa/video_000844.mp4 b/hf_video_clips_qa/video_000844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25f5e1f0c3ff1e3d5f63b3e96d5135eeffd943e1 --- /dev/null +++ b/hf_video_clips_qa/video_000844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64613ef9465eec4f8430506af450423823cda3913af9f1cb057f252d58cfbac +size 587699 diff --git a/hf_video_clips_qa/video_000845.mp4 b/hf_video_clips_qa/video_000845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b79ef2f048ca06a6a10f126b344754dc249af2 --- /dev/null +++ b/hf_video_clips_qa/video_000845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a737ecfe4a819a85a4e79a588a026f93cd9ec9cb870fcdbfa54b0030856aa0 +size 2703749 diff --git a/hf_video_clips_qa/video_000846.mp4 b/hf_video_clips_qa/video_000846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd66b48a51e7ae48b55e392d990f3aae1c53d561 --- /dev/null +++ b/hf_video_clips_qa/video_000846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a4ee4914f72eb6640993492485382d02608c77090653a9cc2a3ccdcc582288 +size 1464001 diff --git a/hf_video_clips_qa/video_000847.mp4 b/hf_video_clips_qa/video_000847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4fbe4ec01ee2a91263316f9e4a5360018717ece --- /dev/null +++ b/hf_video_clips_qa/video_000847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d231541b8d89c9ca3ea3ac88b97d2261c6ebbe62aec9c87a8de13e3a4df356 +size 2250792 diff --git a/hf_video_clips_qa/video_000848.mp4 b/hf_video_clips_qa/video_000848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4c67d9b0b513dec96762d12e0e4ec8a6c6b48eb --- /dev/null +++ b/hf_video_clips_qa/video_000848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aefdcf3dc34ac5e35650b67dd72edc5838544aeb92d7e3067a252b51b12749 +size 1489569 diff --git a/hf_video_clips_qa/video_000849.mp4 b/hf_video_clips_qa/video_000849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848636e21112b0ebf65949bf8cd55bccfb15ea30 --- /dev/null +++ b/hf_video_clips_qa/video_000849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384a4bfe2cb4b87ea754972282bfa785c6a2a9bd1848a3fc6ad16f390d06fbf5 +size 471608 diff --git a/hf_video_clips_qa/video_000850.mp4 b/hf_video_clips_qa/video_000850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c8ad58adc1639110f7deb82ace8957e75cd92c --- /dev/null +++ b/hf_video_clips_qa/video_000850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd8b866eb6337521f3bf5e8957ffe3c7e89308fa592f9321a0795e866cb036c +size 801603 diff --git a/hf_video_clips_qa/video_000851.mp4 b/hf_video_clips_qa/video_000851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0324b6d8d1607eadd9c0449749d39ad3987b531d --- /dev/null +++ b/hf_video_clips_qa/video_000851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31898b8c19633f093f5d0d86a5505bc50b5fe6f146ac7590acfd054a9a26db1f +size 399880 diff --git a/hf_video_clips_qa/video_000852.mp4 b/hf_video_clips_qa/video_000852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0761da7f4cd3331386f12e48020f138d1456aa94 --- /dev/null +++ b/hf_video_clips_qa/video_000852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03498b6a1f19a99b65911ebd133345317f019fc343599a7dae254c0456ed8d77 +size 567287 diff --git a/hf_video_clips_qa/video_000853.mp4 b/hf_video_clips_qa/video_000853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71288f26237f0d30d57505cd8f7d2313e1308239 --- /dev/null +++ b/hf_video_clips_qa/video_000853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad03e7793d5d2a9ddf09f1c3a24c92e5ba199620da8c0fd6a3e139da6dd515f +size 483519 diff --git a/hf_video_clips_qa/video_000854.mp4 b/hf_video_clips_qa/video_000854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06ccbf2ad6107fc5fc8fdf02eea90232a815767b --- /dev/null +++ b/hf_video_clips_qa/video_000854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ee3b497a5f82ffea9fd9aafb055aa8e5c7fa2a3e6aa31b2fb6556daaaf08cd +size 792458 diff --git a/hf_video_clips_qa/video_000855.mp4 b/hf_video_clips_qa/video_000855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c487b6950b17092b35922329a0cc2a8caa4dad6 --- /dev/null +++ b/hf_video_clips_qa/video_000855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcbc50e9b91bd6b79f2e0b8993de74cb80d1115a8cb59492344c9032e359eb85 +size 621933 diff --git a/hf_video_clips_qa/video_000856.mp4 b/hf_video_clips_qa/video_000856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26fe986b38f4971629bc0097673495f8dd363fd --- /dev/null +++ b/hf_video_clips_qa/video_000856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931d126e88b9316beca93699e5a96438f902a11c478922ab5e8009a12160964 +size 504818 diff --git a/hf_video_clips_qa/video_000857.mp4 b/hf_video_clips_qa/video_000857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16c7d6039afb5b2100f2e0954a744780c8e8c341 --- /dev/null +++ b/hf_video_clips_qa/video_000857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059303e8bee1b8a7d992da96179c298ee03f75bfdede1b04afa3e91dde7a5fc8 +size 631920 diff --git a/hf_video_clips_qa/video_000858.mp4 b/hf_video_clips_qa/video_000858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a35f5b7744615392b0bddfb445afa2c63bc6393e --- /dev/null +++ b/hf_video_clips_qa/video_000858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19ef713d30fa892e320a7cc8fe219bb3cb799ce28ce25939ef23fe16c47181e +size 579086 diff --git a/hf_video_clips_qa/video_000859.mp4 b/hf_video_clips_qa/video_000859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b9a100a7a621b334190965df85b7c00e3f2d86 --- /dev/null +++ b/hf_video_clips_qa/video_000859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe660801f257a9dd08ff0b22e4f29a4d798cc3d57b81c0adb92cfccf22ae1e58 +size 703564 diff --git a/hf_video_clips_qa/video_000860.mp4 b/hf_video_clips_qa/video_000860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d07b94b106a005064802ffc63449c033b90b029 --- /dev/null +++ b/hf_video_clips_qa/video_000860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e796e5c37c366c1ec0571a24ab99fa7aadabe9d5dfb05dc5e1b3194f385657 +size 626175 diff --git a/hf_video_clips_qa/video_000861.mp4 b/hf_video_clips_qa/video_000861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3edef66376a02a4a886133768f5e26fe11a0b5a7 --- /dev/null +++ b/hf_video_clips_qa/video_000861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58646439bd541ee68a4895debb1dd65a9dc22dd21985806a61c74ebec73eba27 +size 646190 diff --git a/hf_video_clips_qa/video_000862.mp4 b/hf_video_clips_qa/video_000862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a3606750880f49098d5fb21edc96eb0e24968f7 --- /dev/null +++ b/hf_video_clips_qa/video_000862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f639e977c7149892b6ad49046134f5f32307be0b9fd2ce4e5e3c4bac9735fe +size 524224 diff --git a/hf_video_clips_qa/video_000863.mp4 b/hf_video_clips_qa/video_000863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..664aaf4f6970aee12c9c11bfd6cce6146d8b2c4b --- /dev/null +++ b/hf_video_clips_qa/video_000863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e567b54aafc8f965c34a88028a88dafb388a7fad9e31144d53ee0688f02a4bb +size 654384 diff --git a/hf_video_clips_qa/video_000864.mp4 b/hf_video_clips_qa/video_000864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c802332a4a0848b5bc1cdb6b1b2c8332e9961233 --- /dev/null +++ b/hf_video_clips_qa/video_000864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e8379c5595b0aa90906a49aecddf8e467e185fadee4681e6d5b95975999e7d +size 684028 diff --git a/hf_video_clips_qa/video_000865.mp4 b/hf_video_clips_qa/video_000865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c622a151637371e36220b2695bdd527a5fee56 --- /dev/null +++ b/hf_video_clips_qa/video_000865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d391bf1c3f528fc12cf3d079a1aa72443fad072e600cfeaad74a5d96612c031c +size 525668 diff --git a/hf_video_clips_qa/video_000866.mp4 b/hf_video_clips_qa/video_000866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87370ccadadd0c5519b22458194fb775b62401ee --- /dev/null +++ b/hf_video_clips_qa/video_000866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557256d93f5827e51618de39db8886b15b020637d16f1cf3b99838f152cbcb54 +size 453018 diff --git a/hf_video_clips_qa/video_000867.mp4 b/hf_video_clips_qa/video_000867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e790f5cdc4ca0dcb0250890e5d9542029d4996d --- /dev/null +++ b/hf_video_clips_qa/video_000867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3535ae1987b04d46175a3e3cc5c516e59f549ae92cc5705905ad3cacc0c84bba +size 681541 diff --git a/hf_video_clips_qa/video_000868.mp4 b/hf_video_clips_qa/video_000868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3ce27c0bf30cd0d801937860ae96c8139437da6 --- /dev/null +++ b/hf_video_clips_qa/video_000868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e865c258434abb654dc1f2182f351dd7e6fca0d974fe188695981e413edef7b +size 463261 diff --git a/hf_video_clips_qa/video_000869.mp4 b/hf_video_clips_qa/video_000869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fa2585d9a6f30b881c3be671a440441f21c353f --- /dev/null +++ b/hf_video_clips_qa/video_000869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead45f07ea42ac417ee18977f7a534b15ebd7f8f47feb7b65579517c395ea3c8 +size 474841 diff --git a/hf_video_clips_qa/video_000870.mp4 b/hf_video_clips_qa/video_000870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c57454b60cdd9e21811e310d68e9a81792246323 --- /dev/null +++ b/hf_video_clips_qa/video_000870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd0be68d65ac626ac2cf854cfad54e8ac150536b0f63aad128da98938c3f87d +size 547277 diff --git a/hf_video_clips_qa/video_000871.mp4 b/hf_video_clips_qa/video_000871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50d399c5aef9209727117dfcf93ed07facf675dd --- /dev/null +++ b/hf_video_clips_qa/video_000871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81205223275fddf12ac39d5b376835d23e2bc1f651f33843a9febb6ecbd2e184 +size 518298 diff --git a/hf_video_clips_qa/video_000872.mp4 b/hf_video_clips_qa/video_000872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..612c612f5a0c5069559d22dd689a011254edc15d --- /dev/null +++ b/hf_video_clips_qa/video_000872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befaec450e1a194e9772f274df05e01d795dced1b9c85dcfe5dfe11ba629f80d +size 543212 diff --git a/hf_video_clips_qa/video_000873.mp4 b/hf_video_clips_qa/video_000873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d295ede7551b90f22f8a2229aa1a704969ee4c8 --- /dev/null +++ b/hf_video_clips_qa/video_000873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095407dd3b16dfd7bb46a6b9cdccbe17a6dbc8a32c9a15f899c589fb345117d6 +size 530026 diff --git a/hf_video_clips_qa/video_000874.mp4 b/hf_video_clips_qa/video_000874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..845fcdcab4bcd40017184fe4e820f3299848c2bf --- /dev/null +++ b/hf_video_clips_qa/video_000874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1e9bb1d23296aeba7465abcb6ba1d573a69c569d63f88295333420e99fd78f +size 518745 diff --git a/hf_video_clips_qa/video_000875.mp4 b/hf_video_clips_qa/video_000875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f729d6fc457adc0b4813c7e7f0fe4bb7ec74502 --- /dev/null +++ b/hf_video_clips_qa/video_000875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690621e3d1aaae080ef55673fae3c57e00bd56ed19cd18cdb578d2ca82bff1ad +size 489890 diff --git a/hf_video_clips_qa/video_000876.mp4 b/hf_video_clips_qa/video_000876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3cc702ec0a8134a18449cba78cb0cb3081d024a --- /dev/null +++ b/hf_video_clips_qa/video_000876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63353d6c851b34061ba07b68365800f69b21c3ae65897e74d3d1f5b76428ae98 +size 483239 diff --git a/hf_video_clips_qa/video_000877.mp4 b/hf_video_clips_qa/video_000877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8ef726b2c69106fd4b91783720f3c9a7a193ba4 --- /dev/null +++ b/hf_video_clips_qa/video_000877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dfc472d08e707b1eeae81e3d7780dede62c0e506b0fd614419636232fe1f43 +size 518953 diff --git a/hf_video_clips_qa/video_000878.mp4 b/hf_video_clips_qa/video_000878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79d238b01a8af4fc68d55dedc05e0d5aaf030b0a --- /dev/null +++ b/hf_video_clips_qa/video_000878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49462348d798211a1de5fa7949552864e61ce575807bcc04a5b314d656f4d7b1 +size 404891 diff --git a/hf_video_clips_qa/video_000879.mp4 b/hf_video_clips_qa/video_000879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e5b201388e083e2e92608013fb9d106af3b1aa0 --- /dev/null +++ b/hf_video_clips_qa/video_000879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e630d936a107277696d6e37ff5a6dbdeb6231231f0dc14c966fe1718dc5e34a3 +size 403787 diff --git a/hf_video_clips_qa/video_000880.mp4 b/hf_video_clips_qa/video_000880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..320e941d99b61a3c8aed51a0b7a1aea24eea6f01 --- /dev/null +++ b/hf_video_clips_qa/video_000880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bb55b1b596b32aab9ed7433bdfa37a963233b1e5632dc54157b4d52a7699c0 +size 929798 diff --git a/hf_video_clips_qa/video_000881.mp4 b/hf_video_clips_qa/video_000881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff32e08180e556521365d0f3b4f28d165383bbbd --- /dev/null +++ b/hf_video_clips_qa/video_000881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd1924d633f0f9c540ec82583c9fce6f00dc4f1a065a06dc4ac66807f006d4f +size 440388 diff --git a/hf_video_clips_qa/video_000882.mp4 b/hf_video_clips_qa/video_000882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c72991f66d17a0584da64cf661192195329b2c0 --- /dev/null +++ b/hf_video_clips_qa/video_000882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8efb612d778609eb50c030406edf609b6b066cfd9ef20a33d4c7dd7897b9b3b +size 607241 diff --git a/hf_video_clips_qa/video_000883.mp4 b/hf_video_clips_qa/video_000883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5418f71ac7519b625297da4d1f2cf6b8c57ef84 --- /dev/null +++ b/hf_video_clips_qa/video_000883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474a570cbc4d34544342fdcd9eb879c3ff9a3fdec872c477e82c3bc48279165a +size 530148 diff --git a/hf_video_clips_qa/video_000884.mp4 b/hf_video_clips_qa/video_000884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37eb6db54f5c56bcc78cf30b3babbbc33aeecccf --- /dev/null +++ b/hf_video_clips_qa/video_000884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed68f4c57eb59d2a67ac1a89aaf1d906bf86ee1c75d789259d8b365d978bbb91 +size 648213 diff --git a/hf_video_clips_qa/video_000885.mp4 b/hf_video_clips_qa/video_000885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4f6dec88838bd608b4304798b86877fe915391f --- /dev/null +++ b/hf_video_clips_qa/video_000885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4c6d7e3f9e72182af57482ed8e983155f5eba01ffcc8dd4325efab08fba537 +size 463639 diff --git a/hf_video_clips_qa/video_000886.mp4 b/hf_video_clips_qa/video_000886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63ee9c5adfd1fb6ff24f6da6915afc81ee588dfe --- /dev/null +++ b/hf_video_clips_qa/video_000886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11e02f4be03192380bd793a08c8fa28acf0d39ba6a9b77880093883454ad7fc +size 510936 diff --git a/hf_video_clips_qa/video_000887.mp4 b/hf_video_clips_qa/video_000887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c6d222ab714dc1a8819b6e881fc0eded2b07aae --- /dev/null +++ b/hf_video_clips_qa/video_000887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236e55f638846d8101a3899a23eb088e598ebe47e392b47df7e043d721eedf4a +size 550081 diff --git a/hf_video_clips_qa/video_000888.mp4 b/hf_video_clips_qa/video_000888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56d6aacbddf07e56b2ee197db95f77d0658fa1d2 --- /dev/null +++ b/hf_video_clips_qa/video_000888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57415a4180ff765609d1cb23b6c360a8ab382f34a3d8e6c00b211aaab92e4d27 +size 627944 diff --git a/hf_video_clips_qa/video_000889.mp4 b/hf_video_clips_qa/video_000889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5918361256ee8fc6bce698d98ba174fa6e643940 --- /dev/null +++ b/hf_video_clips_qa/video_000889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9c9c631049d2bd78ac4aa6a63109a959b3cabebadaa53ac1151c22fb075fa0 +size 502523 diff --git a/hf_video_clips_qa/video_000890.mp4 b/hf_video_clips_qa/video_000890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbb42aad19d72c79c3d163f2f453c676de3bf43 --- /dev/null +++ b/hf_video_clips_qa/video_000890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05cc533583492d4a75c5534c6e095c1c7b47e41d7d7e87450e20847f7d00168 +size 587525 diff --git a/hf_video_clips_qa/video_000891.mp4 b/hf_video_clips_qa/video_000891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d33e993e120c6e1380de4a8906c06c43f185b5 --- /dev/null +++ b/hf_video_clips_qa/video_000891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339d57ef44267221c541cbfca9f89c22c3ba6672fd6796f43fdc85255a46285c +size 576718 diff --git a/hf_video_clips_qa/video_000892.mp4 b/hf_video_clips_qa/video_000892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cce6f127a70c0dd0ed2863c4b3807bb07efb736 --- /dev/null +++ b/hf_video_clips_qa/video_000892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a7be6e8f8aae5926f501a65ace80f09f04e9c3906c981145272cf655b0983a +size 557802 diff --git a/hf_video_clips_qa/video_000893.mp4 b/hf_video_clips_qa/video_000893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08d341bd1f37e3112180cc6a1c09ce2efb2ed785 --- /dev/null +++ b/hf_video_clips_qa/video_000893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a5e1e1f1fa83576a18a07110d69d050ddf9aeb59ff0f7441c10489a7836d03 +size 398461 diff --git a/hf_video_clips_qa/video_000894.mp4 b/hf_video_clips_qa/video_000894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cd760a29312f7c890779060a9bc84a947a18275 --- /dev/null +++ b/hf_video_clips_qa/video_000894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f1e9b10559a0c9a73c54bb3e80df8ddc405a81c837c787631ae5a2dd7b8d77 +size 449901 diff --git a/hf_video_clips_qa/video_000895.mp4 b/hf_video_clips_qa/video_000895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4475152c14c34a1a455024c35a79cc81ad7862a8 --- /dev/null +++ b/hf_video_clips_qa/video_000895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b6589cd93456a295b5032f175308144828157f3b9a75df0b05bd4dcadfcb00 +size 584725 diff --git a/hf_video_clips_qa/video_000896.mp4 b/hf_video_clips_qa/video_000896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25b1d125a665d7fe29bd7fd91066289b6db7dfe8 --- /dev/null +++ b/hf_video_clips_qa/video_000896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b876e903f27e890f6a111a3990c23108b11733a37dd89be3ca89b5cd6cf55b +size 503412 diff --git a/hf_video_clips_qa/video_000897.mp4 b/hf_video_clips_qa/video_000897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19a5d9902e7ac99fd69ad9dbd5d2d1dd21157618 --- /dev/null +++ b/hf_video_clips_qa/video_000897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65ef819735a5e59126c3159464f1863023249272f74a8aafeab9556e2d17160 +size 534688 diff --git a/hf_video_clips_qa/video_000898.mp4 b/hf_video_clips_qa/video_000898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1571ee42c48c7bf0e7cf8eb161e7ae9b567f13 --- /dev/null +++ b/hf_video_clips_qa/video_000898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9c529cbca1d40bd53a4e6e4b54df4962b2db1629bfc60a11b9cbf8c2b2d2b6 +size 631211 diff --git a/hf_video_clips_qa/video_000899.mp4 b/hf_video_clips_qa/video_000899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b64acee5aaa028553377ee3eb497ae0df024f3d3 --- /dev/null +++ b/hf_video_clips_qa/video_000899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5e0489834c5f27943f3884b9cfa8864e889bc52080b601718ca26dcce29fe +size 551770 diff --git a/hf_video_clips_qa/video_000900.mp4 b/hf_video_clips_qa/video_000900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5a5531386539e1ec730485d3c171e7d147d046c --- /dev/null +++ b/hf_video_clips_qa/video_000900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe4b6da027697114484ee2e85458a5d177741f1c32401c79fbca929bb738744 +size 290461 diff --git a/hf_video_clips_qa/video_000901.mp4 b/hf_video_clips_qa/video_000901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55cc9fa28156b299698c4959998b4412d4b33207 --- /dev/null +++ b/hf_video_clips_qa/video_000901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b47bc4c7a988cec139fdd90f67fe4be58168f6a39b04c8e277982ca63fab4b8 +size 595466 diff --git a/hf_video_clips_qa/video_000902.mp4 b/hf_video_clips_qa/video_000902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6370311e818b92275061932ff5362a13a833013d --- /dev/null +++ b/hf_video_clips_qa/video_000902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e55142d8492790aeb5937a5be63b8022a09dac0a6d90edf1e0db79e35b8c86e +size 513135 diff --git a/hf_video_clips_qa/video_000903.mp4 b/hf_video_clips_qa/video_000903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e45520a8d34c2b03baf0f716f868b4e618049a --- /dev/null +++ b/hf_video_clips_qa/video_000903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060601b858e84dcf8895657f6583115be6ebe5b34f735939d71e25d136a0e9aa +size 591568 diff --git a/hf_video_clips_qa/video_000904.mp4 b/hf_video_clips_qa/video_000904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f52653f51eb6f7729789b6017ac67c50edadd5b0 --- /dev/null +++ b/hf_video_clips_qa/video_000904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4701122309109a870211df78e00efbb90a76633724197f3c1a6367d2330a3d +size 507477 diff --git a/hf_video_clips_qa/video_000905.mp4 b/hf_video_clips_qa/video_000905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6c1581761f8d78dd371fc83f2ba2e92341498d3 --- /dev/null +++ b/hf_video_clips_qa/video_000905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73c4ad7e248e0befc65a83fbed91531023926a8dc957d4c125554e2ebcdaa9b +size 361948 diff --git a/hf_video_clips_qa/video_000906.mp4 b/hf_video_clips_qa/video_000906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec78870e5fbf4b5f20bc79f14249ed2477079ed2 --- /dev/null +++ b/hf_video_clips_qa/video_000906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5162f72aa8d41ea045c2685c3048535b11652744d4d82cfad0a335dddeca38b1 +size 525249 diff --git a/hf_video_clips_qa/video_000907.mp4 b/hf_video_clips_qa/video_000907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..141e95d6db67fc0e76969341c398f0c3677f9ac8 --- /dev/null +++ b/hf_video_clips_qa/video_000907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dfb86edaed8c2f55b81636dae28097be97193e4111a13791ff1b99aa443a89 +size 527216 diff --git a/hf_video_clips_qa/video_000908.mp4 b/hf_video_clips_qa/video_000908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1696238b87377b02c7e21d1505f123084cc58647 --- /dev/null +++ b/hf_video_clips_qa/video_000908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f2d0e6ae0aae3d4a192867ba8c039c9f7340e2fa0024c759b7b10d6b5f63f7 +size 448678 diff --git a/hf_video_clips_qa/video_000909.mp4 b/hf_video_clips_qa/video_000909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35163c8b27572e3f2454645ac8b7e43a28f17a24 --- /dev/null +++ b/hf_video_clips_qa/video_000909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf747e990d7feaa349d599d91d1eef734f6a8e8e88b5c596569db11d21c2f3b +size 548027 diff --git a/hf_video_clips_qa/video_000910.mp4 b/hf_video_clips_qa/video_000910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a106bfa29619d9392a4c7eca02e4a13a3a1d1cab --- /dev/null +++ b/hf_video_clips_qa/video_000910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49f9b67197283309ec75287333a865c4e5b8baf9e788093578cf8cfc72d9002 +size 559161 diff --git a/hf_video_clips_qa/video_000911.mp4 b/hf_video_clips_qa/video_000911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..627e8aae7cc7c82b5cafcf6f574922d03e521c83 --- /dev/null +++ b/hf_video_clips_qa/video_000911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ba10adc0a192236a7a0a23701a474737c7dc971f9b9b1ed9942c395501f92b +size 571608 diff --git a/hf_video_clips_qa/video_000912.mp4 b/hf_video_clips_qa/video_000912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6752e6e0eb64ea973af6c86cc5dd37866e0fc854 --- /dev/null +++ b/hf_video_clips_qa/video_000912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f886492e1e8f0a7afb8aab87f222b9006ae13f74cb791c017ce673861ba1467 +size 435599 diff --git a/hf_video_clips_qa/video_000913.mp4 b/hf_video_clips_qa/video_000913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6239ee35aaae40f229a0a3f25a488f6d40fb2c3b --- /dev/null +++ b/hf_video_clips_qa/video_000913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a72ba143e57930807c2dfb47b583252bfdea9cad4aacd8db4790359a4394de6 +size 586076 diff --git a/hf_video_clips_qa/video_000914.mp4 b/hf_video_clips_qa/video_000914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a082ae9885f54519ffdfeabd16c9dedca2ddc0c9 --- /dev/null +++ b/hf_video_clips_qa/video_000914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920c1e995b1be8ecfbd10ba904b572bf60d392851cd44c08f1e4b010e5153d2d +size 501673 diff --git a/hf_video_clips_qa/video_000915.mp4 b/hf_video_clips_qa/video_000915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95271e4981c2fab385d7964e68d16a8a60aea8b3 --- /dev/null +++ b/hf_video_clips_qa/video_000915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e08ac6114e179b2f54454db94772c98bdf1a3190d2a0a01c8819a043449f0c +size 496896 diff --git a/hf_video_clips_qa/video_000916.mp4 b/hf_video_clips_qa/video_000916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52278a5f7f3ffdc0cea2d18c258e1b61f4dfa5e4 --- /dev/null +++ b/hf_video_clips_qa/video_000916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbe018b774d460d79d4b3614ea348e33f91a164e1b314be391ed3d6cbcf5359 +size 380638 diff --git a/hf_video_clips_qa/video_000917.mp4 b/hf_video_clips_qa/video_000917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c71b4beed27dcf2b22c6d3d12a5df267e8956f5 --- /dev/null +++ b/hf_video_clips_qa/video_000917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0579a6a5430558ea89f2f76ef74a400ee7bffe75b97acb31a0101f7077a1fde1 +size 596999 diff --git a/hf_video_clips_qa/video_000918.mp4 b/hf_video_clips_qa/video_000918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a5298aba002d274c50ee55b8241edf28fdf4fb9 --- /dev/null +++ b/hf_video_clips_qa/video_000918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcfbd1e09ef46ad8a994cb12f0d31a5d750e240d05190019f2225cc26082bb0 +size 615749 diff --git a/hf_video_clips_qa/video_000919.mp4 b/hf_video_clips_qa/video_000919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25d2e517151f54fcd5b70f28ba7682c9c4bbed58 --- /dev/null +++ b/hf_video_clips_qa/video_000919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8508e5e1a48684f8ae565564a8c4127232b0e51ca34878502e1e2b95ecfbc3 +size 524620 diff --git a/hf_video_clips_qa/video_000920.mp4 b/hf_video_clips_qa/video_000920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e735b2a271cb8861dd7e7752c2e2005e32d5e04f --- /dev/null +++ b/hf_video_clips_qa/video_000920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ba970674b936cb98bbcef9060cc0e9d3c003d60c1e33ec635c0e6a8cae1529 +size 419570 diff --git a/hf_video_clips_qa/video_000921.mp4 b/hf_video_clips_qa/video_000921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a141151a001d8afed2bed26ad100e999031815 --- /dev/null +++ b/hf_video_clips_qa/video_000921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab9a74e1315610e6dd950abbd600e4598ac0a9a802d73b68a70a09a79e5904f +size 555691 diff --git a/hf_video_clips_qa/video_000922.mp4 b/hf_video_clips_qa/video_000922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a90bf242401c8ca67d1db0511deb0908dfa4372 --- /dev/null +++ b/hf_video_clips_qa/video_000922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356a00c56cb26f5c00d8d650aa2417dd938aa4df72fbc2f0d09809174a75013d +size 568089 diff --git a/hf_video_clips_qa/video_000923.mp4 b/hf_video_clips_qa/video_000923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7724e7ec4dd4d13d62c2d4e00be7c865e683f20 --- /dev/null +++ b/hf_video_clips_qa/video_000923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a3d8484658aee489545367b76b8dfb46de36864c5f7ed72d65eb6821bee27e +size 504374 diff --git a/hf_video_clips_qa/video_000924.mp4 b/hf_video_clips_qa/video_000924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf1e54b395d93710b36266baf563a9a44f9e50eb --- /dev/null +++ b/hf_video_clips_qa/video_000924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887478187bde925692557fb795849e552a5089d1e05d340dc1224e0aabb97244 +size 336833 diff --git a/hf_video_clips_qa/video_000925.mp4 b/hf_video_clips_qa/video_000925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f73ce8818b29b1dd83fd0ba1733764811d038e5 --- /dev/null +++ b/hf_video_clips_qa/video_000925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4332a0d5b3cd7e849ac8c3842f4f7858c8758cfe2bcec286bb29f279134e75e2 +size 532929 diff --git a/hf_video_clips_qa/video_000926.mp4 b/hf_video_clips_qa/video_000926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79de629de28dd09fe1da4e5fffb6298d568193b8 --- /dev/null +++ b/hf_video_clips_qa/video_000926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1ecb179eb70b53328a6ca284498b84d3851180e847734048bbab9ac70e3712 +size 655183 diff --git a/hf_video_clips_qa/video_000927.mp4 b/hf_video_clips_qa/video_000927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed82ccb48fa80e9a808a410e7b5406ba21114382 --- /dev/null +++ b/hf_video_clips_qa/video_000927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaa574208b71a8c23cf9916cb0269379271412b6958a558284f244ec8f51455 +size 657078 diff --git a/hf_video_clips_qa/video_000928.mp4 b/hf_video_clips_qa/video_000928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d4953b1e6cf609d54c84f48407c1de9fed24e26 --- /dev/null +++ b/hf_video_clips_qa/video_000928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bcf5595e8200b5aacc51f0577a0167bfb6ca3348b49fd5a0925ee2c4a7a6ba +size 681272 diff --git a/hf_video_clips_qa/video_000929.mp4 b/hf_video_clips_qa/video_000929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da732b4bee1bc9d7e764522092959c5ab09274a1 --- /dev/null +++ b/hf_video_clips_qa/video_000929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870c27c74a9de249e7fab39f364f8e23a38fd21fd912fc98641c253132fdd094 +size 426016 diff --git a/hf_video_clips_qa/video_000930.mp4 b/hf_video_clips_qa/video_000930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99f19a49d6469aff920a1dcd6e619ddd0621851b --- /dev/null +++ b/hf_video_clips_qa/video_000930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193986fbe4925f4425aa01117bf070492f4f132b3080fda0a7a76afb419600b8 +size 530904 diff --git a/hf_video_clips_qa/video_000931.mp4 b/hf_video_clips_qa/video_000931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa376ace4d5c7f578e8acc4be83fdea1342c0f61 --- /dev/null +++ b/hf_video_clips_qa/video_000931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355146eb1d54f3718bc2dcc50493c1d7e749daa2e182d997023ecacb8e0ef371 +size 678305 diff --git a/hf_video_clips_qa/video_000932.mp4 b/hf_video_clips_qa/video_000932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d6af00dd72d14a26ff3316ec4c060e85c6c52f3 --- /dev/null +++ b/hf_video_clips_qa/video_000932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5dcf649ef406c3b85391d00126fbc0be372a9053eefdd203362798d00956b6 +size 579116 diff --git a/hf_video_clips_qa/video_000933.mp4 b/hf_video_clips_qa/video_000933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54c40b80bf84cdec6b3a1401e3ad1875efed6bef --- /dev/null +++ b/hf_video_clips_qa/video_000933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9059bfc9913ae2dfe65be4ba5c29953ccf9bc7c4e32898a9f94dd401c87e1026 +size 900193 diff --git a/hf_video_clips_qa/video_000934.mp4 b/hf_video_clips_qa/video_000934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..880070593252202a8ac452e2e090ba489dc31433 --- /dev/null +++ b/hf_video_clips_qa/video_000934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddedabd6fee635d7806aa2453245ea61742b020157b58736d1459eebed0361a +size 703670 diff --git a/hf_video_clips_qa/video_000935.mp4 b/hf_video_clips_qa/video_000935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1a0ba453611ae3eee9f82a8ff05b99a4364464e --- /dev/null +++ b/hf_video_clips_qa/video_000935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b9ae31c939a45890f620c8c040edd299ad277b26173458b3546eac9b3cf119 +size 640330 diff --git a/hf_video_clips_qa/video_000936.mp4 b/hf_video_clips_qa/video_000936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9486d0797af2c13c814605d345e3c36dded93278 --- /dev/null +++ b/hf_video_clips_qa/video_000936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1294e54dd773b0fa0b945c80c24e0d5293036d0d201d3fc8788618b0b2c8ec +size 640789 diff --git a/hf_video_clips_qa/video_000937.mp4 b/hf_video_clips_qa/video_000937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c81f3d292511e4b6ea0e5f8c2fe1105dffbe43a3 --- /dev/null +++ b/hf_video_clips_qa/video_000937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686f2e1894262e61875bee82f6f1f1e5023f0d83e8c319cf9aa6b392233ae073 +size 785602 diff --git a/hf_video_clips_qa/video_000938.mp4 b/hf_video_clips_qa/video_000938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5740008a53fa31b75f5223140d38564859fe42da --- /dev/null +++ b/hf_video_clips_qa/video_000938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56db9694b14792ce748477b8c7d18de7e043a2c202c2648c56ef65a266eb2da2 +size 461030 diff --git a/hf_video_clips_qa/video_000939.mp4 b/hf_video_clips_qa/video_000939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4237db2c47204430a47c0ffef571df83e973c3b --- /dev/null +++ b/hf_video_clips_qa/video_000939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e451f354b08c68797635cec350aaec48224bf38c282157a06821421a87368aa +size 835512 diff --git a/hf_video_clips_qa/video_000940.mp4 b/hf_video_clips_qa/video_000940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b791a260ae4a767bada74749876eb42536fdaf6b --- /dev/null +++ b/hf_video_clips_qa/video_000940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e497fad07e6e0971fa44b4a68e86ef15ca4f47179309b26912581d061aabc99 +size 640497 diff --git a/hf_video_clips_qa/video_000941.mp4 b/hf_video_clips_qa/video_000941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7d41b224d18002130c48ac2098ff6319935c0d0 --- /dev/null +++ b/hf_video_clips_qa/video_000941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9d77e0ee52bbc19c5e4ca11a53155916a1bd01adef6e7b1b18a18a7bbebac0 +size 474560 diff --git a/hf_video_clips_qa/video_000942.mp4 b/hf_video_clips_qa/video_000942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcf81e68f55ae2ea2bdfe3295d1c8d0a0582a146 --- /dev/null +++ b/hf_video_clips_qa/video_000942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03045a660ef5f3728cd13ec8b92a4eb4d6d8e80a713a46e685dd186d5582d946 +size 540628 diff --git a/hf_video_clips_qa/video_000943.mp4 b/hf_video_clips_qa/video_000943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfe1b0346d76194478bd53660345aa43cb4bf25 --- /dev/null +++ b/hf_video_clips_qa/video_000943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121ee20acf23caeb006efc3df3052ea010a9210cc164ad8d78d2b09fb95bae69 +size 520442 diff --git a/hf_video_clips_qa/video_000944.mp4 b/hf_video_clips_qa/video_000944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04cddd881a9ca0287ad28576397087597fb54dea --- /dev/null +++ b/hf_video_clips_qa/video_000944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fda071b010c6b41daed91ecca12966db144be4c62a686adc0524231b90a74e +size 390337 diff --git a/hf_video_clips_qa/video_000945.mp4 b/hf_video_clips_qa/video_000945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2cdf2c8b4a6e88ce85bb8a1639f2442bb41c08f --- /dev/null +++ b/hf_video_clips_qa/video_000945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fb5979f177c165006dd61d213aac79a9ac99190009bfeb1f7d2b00ae3e109e +size 642764 diff --git a/hf_video_clips_qa/video_000946.mp4 b/hf_video_clips_qa/video_000946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f591bee2909e83feec44e2fcc2cb0ccb6674b81 --- /dev/null +++ b/hf_video_clips_qa/video_000946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8f719218b9728a80ae0cb397ef7fdac1a8af37998c0cf75624c8a2ec526895 +size 506519 diff --git a/hf_video_clips_qa/video_000947.mp4 b/hf_video_clips_qa/video_000947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ed52ed837520eb636e634b10becdb004b84b1d0 --- /dev/null +++ b/hf_video_clips_qa/video_000947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751403dd137f21e258f09c94db7168849b30e3cb4626e220fa71bb1f98e96742 +size 584295 diff --git a/hf_video_clips_qa/video_000948.mp4 b/hf_video_clips_qa/video_000948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d1c4eeb5915be08a817bebfe12ea2ebc0b68b4f --- /dev/null +++ b/hf_video_clips_qa/video_000948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dde2801970584297b7948d2edd7c5cd15ffe68621a6b4b6ab8dfb5d0a261f49 +size 508546 diff --git a/hf_video_clips_qa/video_000949.mp4 b/hf_video_clips_qa/video_000949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..544f31dd43374e4f1e78cd95455d3f1cbb92dba6 --- /dev/null +++ b/hf_video_clips_qa/video_000949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816b0fbea66526c118bea6edfa24757dcb245cd977f8c9cb5f29b5603da4ffbe +size 484017 diff --git a/hf_video_clips_qa/video_000950.mp4 b/hf_video_clips_qa/video_000950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..224c58676cebf45d5175947851f1f9b1aff9e7a1 --- /dev/null +++ b/hf_video_clips_qa/video_000950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ab012a480cc0da2719c14de066400498ae2954b78189bc840506c180c31cbf +size 593099 diff --git a/hf_video_clips_qa/video_000951.mp4 b/hf_video_clips_qa/video_000951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df9fd478d64c012b931fc2df40bc8e1e1da0b80c --- /dev/null +++ b/hf_video_clips_qa/video_000951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0bc70cad42c7e2f80951494bb2da623ec30b89b1f1751dc1ba89823a932939 +size 406810 diff --git a/hf_video_clips_qa/video_000952.mp4 b/hf_video_clips_qa/video_000952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c40bf064a3e5624525414db26b88a369ab42b587 --- /dev/null +++ b/hf_video_clips_qa/video_000952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bfbed84f2287efea618a60fdd1620fabb24ae76590da142fc8b7f531f8a877 +size 514958 diff --git a/hf_video_clips_qa/video_000953.mp4 b/hf_video_clips_qa/video_000953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4b0f323dbc4956a06a08aaf459d864457631215 --- /dev/null +++ b/hf_video_clips_qa/video_000953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a623b6a6276de286463c55a7e649733dafa5c6ad952bfb06aeebbab3179bcecd +size 597268 diff --git a/hf_video_clips_qa/video_000954.mp4 b/hf_video_clips_qa/video_000954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2264cf84f7b18994f66db86698eb85d638dfb9a0 --- /dev/null +++ b/hf_video_clips_qa/video_000954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb4aba4d7b7e5483e55b46e716029e51b3889e2922ceee358e194ce8ec8774d +size 433137 diff --git a/hf_video_clips_qa/video_000955.mp4 b/hf_video_clips_qa/video_000955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b38de91ceb1dc2ab373d1d513dd8930a78e9a38b --- /dev/null +++ b/hf_video_clips_qa/video_000955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c227da3bc56983f1c99595237fc4d995e93d18b0b1567a54b043b11e98abf17 +size 491121 diff --git a/hf_video_clips_qa/video_000956.mp4 b/hf_video_clips_qa/video_000956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99affb319df6e8c0ef014d2f750cdf8e72f2531a --- /dev/null +++ b/hf_video_clips_qa/video_000956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8385f29870a4c4cac8fd142a86f2dc9e5a1aa720fc3d990a2bab697658e6141 +size 589389 diff --git a/hf_video_clips_qa/video_000957.mp4 b/hf_video_clips_qa/video_000957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c915a33e5d71048027ba35ac4ace21dfb3c810bb --- /dev/null +++ b/hf_video_clips_qa/video_000957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9917b3721d30b336097996b125a3809d8582dbbd3758f21e4ef9e10bf50710ca +size 570087 diff --git a/hf_video_clips_qa/video_000958.mp4 b/hf_video_clips_qa/video_000958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46b621099a2836d002b033b404b7cfb9667292e0 --- /dev/null +++ b/hf_video_clips_qa/video_000958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6055101eb285b063bd86c8197cff6990665da43de72e912ede892bc7ba758938 +size 494339 diff --git a/hf_video_clips_qa/video_000959.mp4 b/hf_video_clips_qa/video_000959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2159cd6018e79f8683a806649adbf819b6570b3 --- /dev/null +++ b/hf_video_clips_qa/video_000959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514a78f52b88429d41b7590877c0c0707c43667426c5a72988557bf69e173ffd +size 581533 diff --git a/hf_video_clips_qa/video_000960.mp4 b/hf_video_clips_qa/video_000960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1be2eb68da29531257ef7a7202732ab9438b47 --- /dev/null +++ b/hf_video_clips_qa/video_000960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d3e24c781b03fa1766102a787840887788e9a4f787bb30d514ef26f8219170 +size 555290 diff --git a/hf_video_clips_qa/video_000961.mp4 b/hf_video_clips_qa/video_000961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bf9e4d0ea1b29c31f4764d53d7b39cc1e371b22 --- /dev/null +++ b/hf_video_clips_qa/video_000961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d9e15926787145fa6b054f1c1349061238902120c1c67d1e2b1c1c344ef8e9 +size 719810 diff --git a/hf_video_clips_qa/video_000962.mp4 b/hf_video_clips_qa/video_000962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cc57a12d81bb167f791a705c4c0b4ee3d182c20 --- /dev/null +++ b/hf_video_clips_qa/video_000962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4a7cf0bd82a53a6734efad9d771066d8ab5c258db938a30ccd37daf7d2383e +size 578378 diff --git a/hf_video_clips_qa/video_000963.mp4 b/hf_video_clips_qa/video_000963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7054551fe04d908a1150d7345555c7ab534bfc9 --- /dev/null +++ b/hf_video_clips_qa/video_000963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c17881a68e0bb19bd9562f43c6ea6aff50b8d69cb28fdb17527d24b772f9e7 +size 751789 diff --git a/hf_video_clips_qa/video_000964.mp4 b/hf_video_clips_qa/video_000964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..642a1fc463842281553714fbe25625bc8da43387 --- /dev/null +++ b/hf_video_clips_qa/video_000964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5753de36f93ab2ce922016f91aae437682edae1e78abee6beb7e0b43937c54fa +size 353754 diff --git a/hf_video_clips_qa/video_000965.mp4 b/hf_video_clips_qa/video_000965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2fb385b2dd80ceebedd29ac8381598525733fc2 --- /dev/null +++ b/hf_video_clips_qa/video_000965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509af263daa2493979bebe405c1684a0c3fc8a7ade7fce875f99ac93acecbbf9 +size 668619 diff --git a/hf_video_clips_qa/video_000966.mp4 b/hf_video_clips_qa/video_000966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c6d73ce26ee76df957b306817e34606ae2d63ec --- /dev/null +++ b/hf_video_clips_qa/video_000966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242641289d2f83e25aeb74ba0469af621770fc093e4879c84f37934191726c4f +size 627715 diff --git a/hf_video_clips_qa/video_000967.mp4 b/hf_video_clips_qa/video_000967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09769e549f31e53c0ef20998254148e17675d79b --- /dev/null +++ b/hf_video_clips_qa/video_000967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4e5a8bae7c50e1e8448985418628fa3646eabdeb28ab28a44b922a3575ca3a +size 575587 diff --git a/hf_video_clips_qa/video_000968.mp4 b/hf_video_clips_qa/video_000968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff4dcf36380462f626cf755cebd8a10e7f2627d --- /dev/null +++ b/hf_video_clips_qa/video_000968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8c81c90278ebe984ae53e516bd60c5aa99646d68d6fb69b5f92dbb62c86903 +size 532735 diff --git a/hf_video_clips_qa/video_000969.mp4 b/hf_video_clips_qa/video_000969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dccd34ebc936e1c26053c07e65b8ba202edbb758 --- /dev/null +++ b/hf_video_clips_qa/video_000969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d83865a41de7b444ee0e8368279996389d6f81ddc444fdefbfa8a45b1480b6 +size 528751 diff --git a/hf_video_clips_qa/video_000970.mp4 b/hf_video_clips_qa/video_000970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..899bae4544aadc68ad521856c5b93020ebfaeff4 --- /dev/null +++ b/hf_video_clips_qa/video_000970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d44c740ae575d48d14fb04355693bb2c857afe008b0787e5cb293d3918aae +size 530590 diff --git a/hf_video_clips_qa/video_000971.mp4 b/hf_video_clips_qa/video_000971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..939cbb2532c7ea76729983437799248aefd18cb9 --- /dev/null +++ b/hf_video_clips_qa/video_000971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7335bae57f84da5d3e17d9d52c5b2fadca128ded173ca00b80a674b9c42da14 +size 658881 diff --git a/hf_video_clips_qa/video_000972.mp4 b/hf_video_clips_qa/video_000972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea35be5bc1118f72c500e42ec69845710c214d6 --- /dev/null +++ b/hf_video_clips_qa/video_000972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4151f186159d10d9f95f7a4ca22c00a45aabd8688a67fcc85be87325fffb3e6c +size 613060 diff --git a/hf_video_clips_qa/video_000973.mp4 b/hf_video_clips_qa/video_000973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0711486505c959901215b02b8617bca7fcf5cd65 --- /dev/null +++ b/hf_video_clips_qa/video_000973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5307b266dc7875dcdfaf10c532a071dcaa06cceb10f3d6287cfbac085431c8df +size 615868 diff --git a/hf_video_clips_qa/video_000974.mp4 b/hf_video_clips_qa/video_000974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90f085490112b1dc32c7e88727318d8c29f9cd20 --- /dev/null +++ b/hf_video_clips_qa/video_000974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43d6767a2f59fe045af8ecdf55d12fb36527e5450fc1d245826af51641f2c7e +size 570984 diff --git a/hf_video_clips_qa/video_000975.mp4 b/hf_video_clips_qa/video_000975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ca52044dfdf8e80c2c8f48dc13caa101062fe8 --- /dev/null +++ b/hf_video_clips_qa/video_000975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7cdd3968bfea9d6a8f455ad6bbb083d8d3050e68023c48ca9368fdf18ea1b0 +size 579634 diff --git a/hf_video_clips_qa/video_000976.mp4 b/hf_video_clips_qa/video_000976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f2681e427c432d952197d39cee0eac4f4c471a1 --- /dev/null +++ b/hf_video_clips_qa/video_000976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d106c154a30225ca7adc14c8691d41fc5754b7c92dead6aa11e37af5fc5347 +size 460351 diff --git a/hf_video_clips_qa/video_000977.mp4 b/hf_video_clips_qa/video_000977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07612746636ddc34da9fb61f1bc5703bae64a84e --- /dev/null +++ b/hf_video_clips_qa/video_000977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606b73a4635351a7c304a6406c713f6ceef4e5f08616253979e71e0587e3834 +size 538074 diff --git a/hf_video_clips_qa/video_000978.mp4 b/hf_video_clips_qa/video_000978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..148f05296383e5e6382f5e16d890229fe16917ab --- /dev/null +++ b/hf_video_clips_qa/video_000978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a98c6c16a9f18ec11ec46e40809c381b9fda7ffc7b2fea8132ed973a039ba6 +size 364559 diff --git a/hf_video_clips_qa/video_000979.mp4 b/hf_video_clips_qa/video_000979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4704027ed4b6e94d03c09a927744e1c7d67e6df --- /dev/null +++ b/hf_video_clips_qa/video_000979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736498668c31414931bc87fa0e4a592515d22500db584e8ef9b1d8306987349b +size 422808 diff --git a/hf_video_clips_qa/video_000980.mp4 b/hf_video_clips_qa/video_000980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba6b2459f7b4b0a4fb246e3076f4c55055ddb55a --- /dev/null +++ b/hf_video_clips_qa/video_000980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d5385a9db1826206fb1a159bb09025e234c4c0038adddb191e7efc975368eb +size 668914 diff --git a/hf_video_clips_qa/video_000981.mp4 b/hf_video_clips_qa/video_000981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e7361a67107d56a7a2b004a749f896197120d14 --- /dev/null +++ b/hf_video_clips_qa/video_000981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dfd9c96bda960bfb3de1065bc04bc607c802393d58653055b6b0cb0a1ea40c +size 710652 diff --git a/hf_video_clips_qa/video_000982.mp4 b/hf_video_clips_qa/video_000982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccdb91ffbffe098be2c7edb689273c4fdc43c1f8 --- /dev/null +++ b/hf_video_clips_qa/video_000982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7b1ebd3268bca2eae0bbe8447558d98e95194ad95e0db5bbea09a57cdacc91 +size 590849 diff --git a/hf_video_clips_qa/video_000983.mp4 b/hf_video_clips_qa/video_000983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1251b0abab3a835336a6c907a6acbddd9816addd --- /dev/null +++ b/hf_video_clips_qa/video_000983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a9f614019f3a4fa8503408d8233a3fa5d775b69a4fd1a788e6967b1da9fed2 +size 440043 diff --git a/hf_video_clips_qa/video_000984.mp4 b/hf_video_clips_qa/video_000984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f12a23404c32aba8f6faefed82eee5b14f824a78 --- /dev/null +++ b/hf_video_clips_qa/video_000984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6d23d2fe23c2738ad0d48d195c40c23b219008ae665a88fd963757b9f1a604 +size 664462 diff --git a/hf_video_clips_qa/video_000985.mp4 b/hf_video_clips_qa/video_000985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41f5a19ce0069f4797928ad61dba38ca7cc1002a --- /dev/null +++ b/hf_video_clips_qa/video_000985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb830fbb4dff73150fa528d4b6730e9f832c3114513e5dd972a036445c410cb +size 614372 diff --git a/hf_video_clips_qa/video_000986.mp4 b/hf_video_clips_qa/video_000986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..686764af041c42a37536cead5c7374d074693cb8 --- /dev/null +++ b/hf_video_clips_qa/video_000986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997073f14a53a74624ee18cfeda25b6944460132da8b4b8b2ef669c1cf691cbc +size 395301 diff --git a/hf_video_clips_qa/video_000987.mp4 b/hf_video_clips_qa/video_000987.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f98d64a0b9a8456d9b62759972a2e0539d458f --- /dev/null +++ b/hf_video_clips_qa/video_000987.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5d0d6e187fa592f9972243d2b6daad1d3258802f2c343b7b902f744cbaef09 +size 458560 diff --git a/hf_video_clips_qa/video_000988.mp4 b/hf_video_clips_qa/video_000988.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e66f15827d2e984c6356662b028ccb4b13676ed --- /dev/null +++ b/hf_video_clips_qa/video_000988.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e155aa7673b7dac5fcd446a4a84929fdd21c99777a6df7132a530097c0a7f4 +size 387553 diff --git a/hf_video_clips_qa/video_000989.mp4 b/hf_video_clips_qa/video_000989.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c26f638b062f9d0ae25004a4ce00710b6112db38 --- /dev/null +++ b/hf_video_clips_qa/video_000989.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c65cb2886a97ca9695539632cf57272fa31e464b8b7ebead9f4324defb4b20 +size 307519 diff --git a/hf_video_clips_qa/video_000990.mp4 b/hf_video_clips_qa/video_000990.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..405987f5c48e88b536bad6251dacdce5d072557f --- /dev/null +++ b/hf_video_clips_qa/video_000990.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b73cec30637a675721f5bdb533dbd5c84b07540d3a38b0e0cae672876f894b +size 530090 diff --git a/hf_video_clips_qa/video_000991.mp4 b/hf_video_clips_qa/video_000991.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc673a76a1005d0ff65f580b46e401d53b63fa4 --- /dev/null +++ b/hf_video_clips_qa/video_000991.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7d0aa917201aaefcd06796efbb008a915bb0ee8123b2a9bea548ab243f51fa +size 376375 diff --git a/hf_video_clips_qa/video_000992.mp4 b/hf_video_clips_qa/video_000992.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9db96c52c368b7564903fbc8ee72840d5bdf6827 --- /dev/null +++ b/hf_video_clips_qa/video_000992.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918bb992dc25d34d3217295f849d6f634f85d00fa0a5cef868d4f051af0183d9 +size 611012 diff --git a/hf_video_clips_qa/video_000993.mp4 b/hf_video_clips_qa/video_000993.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29ec2c6ac4c3081304cdab688e6c8cd5a04bf0e7 --- /dev/null +++ b/hf_video_clips_qa/video_000993.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76edeeb038eb659b2853183344349449fe195263ccc4563aad2ce28990e0b2e6 +size 659613 diff --git a/hf_video_clips_qa/video_000994.mp4 b/hf_video_clips_qa/video_000994.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ce77db49059cc0406d4c8c1b38afd5b29533718 --- /dev/null +++ b/hf_video_clips_qa/video_000994.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803e556daf617b30c7a3792088d41182ac50de3e64a692bc90565701677fa349 +size 628228 diff --git a/hf_video_clips_qa/video_000995.mp4 b/hf_video_clips_qa/video_000995.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d33f7d640c422ee1dd936b7163850286252361 --- /dev/null +++ b/hf_video_clips_qa/video_000995.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048e9703d8325c2c2462a4316d3261189ac55cdc6c03695dd4c3aa44e5258dd5 +size 646825 diff --git a/hf_video_clips_qa/video_000996.mp4 b/hf_video_clips_qa/video_000996.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9e3fb8edeec331f51d25929856fcb3c3bd9445a --- /dev/null +++ b/hf_video_clips_qa/video_000996.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdad41d867f030caf5b5d52c439a0007b1d74b3191d7f3a84a22047f714a83c +size 650518 diff --git a/hf_video_clips_qa/video_000997.mp4 b/hf_video_clips_qa/video_000997.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..473b2e54280a125f4640dc9a82a830f5e1602391 --- /dev/null +++ b/hf_video_clips_qa/video_000997.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028289c224dec4f3c399549bbbe628c476069bbd19840bc6be7fade914de302c +size 571245 diff --git a/hf_video_clips_qa/video_000998.mp4 b/hf_video_clips_qa/video_000998.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eca30d63c4ae14b864d59b00ba4aed3d35266edb --- /dev/null +++ b/hf_video_clips_qa/video_000998.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36674684733c3c0a6df41bb87aa9f28b53f032f1268bc28398b82100e51db33d +size 527078 diff --git a/hf_video_clips_qa/video_000999.mp4 b/hf_video_clips_qa/video_000999.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..773f809a1b1642417ad83997c7302d2766d312d0 --- /dev/null +++ b/hf_video_clips_qa/video_000999.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08101184afa84aa4b10bd8fd4f614d6a1cbf5140b2416eeb7181093b4decf7dc +size 737844 diff --git a/hf_video_clips_qa/video_001000.mp4 b/hf_video_clips_qa/video_001000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c657dc2ae03834fc5fa763371023152df2ab53 --- /dev/null +++ b/hf_video_clips_qa/video_001000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943f78ba94a6680991e73aa246720905559bcb362c6a7275e26528c5026bdb53 +size 521581 diff --git a/hf_video_clips_qa/video_001001.mp4 b/hf_video_clips_qa/video_001001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e6ec50d371a14ae64b81d2c413b7ada9bac2dfb --- /dev/null +++ b/hf_video_clips_qa/video_001001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29a89ad484a4a54ace34e95b731aa6c1faa2f7b040d5d0e602481ef90e16582 +size 769410 diff --git a/hf_video_clips_qa/video_001002.mp4 b/hf_video_clips_qa/video_001002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c2d0f3972b9c7fcd6b1239677d6e3f8e7d91e3c --- /dev/null +++ b/hf_video_clips_qa/video_001002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284778761c8ce346532da10724f46ce288228f077ff6257cceef0dce3d4295a3 +size 710262 diff --git a/hf_video_clips_qa/video_001003.mp4 b/hf_video_clips_qa/video_001003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8617053a0d84f391f9c759fdd3cb312ca8a00c8 --- /dev/null +++ b/hf_video_clips_qa/video_001003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206e733c37796e668245db09fe600638c3e24db8c60635e4c15b9308b4c9eeb1 +size 595817 diff --git a/hf_video_clips_qa/video_001004.mp4 b/hf_video_clips_qa/video_001004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067b06023e17ea404979627869b579dbd9bd0b2d --- /dev/null +++ b/hf_video_clips_qa/video_001004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b8bb871b94cdfc4cdad9ade5a92648e30b716d94c227a9221c1e827988f09a +size 611708 diff --git a/hf_video_clips_qa/video_001005.mp4 b/hf_video_clips_qa/video_001005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d21dd4e60fb22f5ca81f7e86e00e4b354ca422d4 --- /dev/null +++ b/hf_video_clips_qa/video_001005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e168c0f67e4ed48105e638102af79b296db912fb9b4727cfdf7e866660be23e4 +size 630180 diff --git a/hf_video_clips_qa/video_001006.mp4 b/hf_video_clips_qa/video_001006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc665d7e079dff1a5ae1281ea616411921b6451f --- /dev/null +++ b/hf_video_clips_qa/video_001006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f353a1b11cb006e08b5aafd12184725f3e748bf96351d89029c8979aa7fbac6 +size 502878 diff --git a/hf_video_clips_qa/video_001007.mp4 b/hf_video_clips_qa/video_001007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c39183fd4e9a8c0af5b5e64dadc948f89f160a1 --- /dev/null +++ b/hf_video_clips_qa/video_001007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cadd9b44df017c078926e3c8ab26c09c4fd1b5727a39a6af3f95c561eadf42 +size 634111 diff --git a/hf_video_clips_qa/video_001008.mp4 b/hf_video_clips_qa/video_001008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..388900b531ac87efe8b2fb28194ebde62a62e047 --- /dev/null +++ b/hf_video_clips_qa/video_001008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b55c280094a5996d0f35f13a90d9f8d02307e117a9a6e1dad38131ce56e8e1 +size 695261 diff --git a/hf_video_clips_qa/video_001009.mp4 b/hf_video_clips_qa/video_001009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a04c1041a16c85600df72e0b0ab3826d22e45f --- /dev/null +++ b/hf_video_clips_qa/video_001009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53552ff502c90e4b251fe046e96c652f5f94f43305ab85d221b914fe847322bb +size 624509 diff --git a/hf_video_clips_qa/video_001010.mp4 b/hf_video_clips_qa/video_001010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2202c1a356395f6ad92bc8a50b71bbfe1e31cb71 --- /dev/null +++ b/hf_video_clips_qa/video_001010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159164cafa7720cac1e8ff4c4f9506113d4f45691e3caa1b7973d33ed52ebbf6 +size 605600 diff --git a/hf_video_clips_qa/video_001011.mp4 b/hf_video_clips_qa/video_001011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..864e059cb8986fc3ccd98c7351da5c5302a24277 --- /dev/null +++ b/hf_video_clips_qa/video_001011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8279eb9212febcd516e844a2d0afc62a08c31f89b7ae3f10301fae526858f8f +size 479172 diff --git a/hf_video_clips_qa/video_001012.mp4 b/hf_video_clips_qa/video_001012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41791392a15f6cf17e69d3f5386902f8db56eddf --- /dev/null +++ b/hf_video_clips_qa/video_001012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b847a94a77fd09d32f2eb9e1fd9f846679a8964352f568fc9638b4261ac0226a +size 652483 diff --git a/hf_video_clips_qa/video_001013.mp4 b/hf_video_clips_qa/video_001013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74eb81b8d178067dc9815e79d51c040752598c1d --- /dev/null +++ b/hf_video_clips_qa/video_001013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d3425ee3ab6f6d30f87cd638cfc852d4e73b7a35632fc5045727dc08812897 +size 505648 diff --git a/hf_video_clips_qa/video_001014.mp4 b/hf_video_clips_qa/video_001014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ba44362f449d6b7f205f5b20ff246698612b745 --- /dev/null +++ b/hf_video_clips_qa/video_001014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa3a47d69dae5423fad8a186779e1e3e10142abf3dda12c654d14886bacb405 +size 691507 diff --git a/hf_video_clips_qa/video_001015.mp4 b/hf_video_clips_qa/video_001015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0abcc1945c76eda775ddd6a9396f3acc6b1ec7d5 --- /dev/null +++ b/hf_video_clips_qa/video_001015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de6a742baec514603b646c03e8112d6d89020a3171b2111eead149756cc6c63 +size 2099077 diff --git a/hf_video_clips_qa/video_001016.mp4 b/hf_video_clips_qa/video_001016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a8a32c08400008a52ab5c6447da5542db4b6a21 --- /dev/null +++ b/hf_video_clips_qa/video_001016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607b059a79e40837a360b63eb2ea105266f5e2807644bc645de81160c6939d4c +size 611261 diff --git a/hf_video_clips_qa/video_001017.mp4 b/hf_video_clips_qa/video_001017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a66cc87e4d780eb4d76d8af508ef8e21b87ec58a --- /dev/null +++ b/hf_video_clips_qa/video_001017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32f0b78453a2ed8ed20ca69ec28cdecac4b7019fa2fffabd326b4b9be1aaab +size 650865 diff --git a/hf_video_clips_qa/video_001018.mp4 b/hf_video_clips_qa/video_001018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e2ee5aa2051d0ca5a724079bfe3205773eaad5 --- /dev/null +++ b/hf_video_clips_qa/video_001018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c0acec475f8fc5f38f262834686e5e600aba598d0a9124bd636fa2a57e9a74 +size 703639 diff --git a/hf_video_clips_qa/video_001019.mp4 b/hf_video_clips_qa/video_001019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..feb41ef9f8e52851c4adbb3867070cd5fb07af96 --- /dev/null +++ b/hf_video_clips_qa/video_001019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664118cff885ae6615c050e7e51ca0d1a2911ecf3e6659839c8eda276b3a5326 +size 669082 diff --git a/hf_video_clips_qa/video_001020.mp4 b/hf_video_clips_qa/video_001020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b051b4ca6c682918e224b589f8f86f184a2b328c --- /dev/null +++ b/hf_video_clips_qa/video_001020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e208ba8bd20150a1f402dda65fab53939b0ddea37d464d8e20646f7c8824cd4 +size 608757 diff --git a/hf_video_clips_qa/video_001021.mp4 b/hf_video_clips_qa/video_001021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd64359d41a136ffce947ed78d1b9f5b00ded824 --- /dev/null +++ b/hf_video_clips_qa/video_001021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5831c658a02d73fd92c0cbb6aabbd6f0a1448ff0f3a909d2cd5504add8eabbc5 +size 592446 diff --git a/hf_video_clips_qa/video_001022.mp4 b/hf_video_clips_qa/video_001022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1549814efe7f714e5c0e9830efa736aeeffdb29 --- /dev/null +++ b/hf_video_clips_qa/video_001022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a862d5f0383235f5528baf6f3f8f6f7224d9a54ddad1867d9a28136dbf0620b8 +size 672042 diff --git a/hf_video_clips_qa/video_001023.mp4 b/hf_video_clips_qa/video_001023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5d0df07af047b18ee5540d69dd27954fbd6a12 --- /dev/null +++ b/hf_video_clips_qa/video_001023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1737da2738a3a6ca9b54a2f09f5c87ff1d8a501619060fb7ae43559685f68017 +size 524201 diff --git a/hf_video_clips_qa/video_001024.mp4 b/hf_video_clips_qa/video_001024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91e7e2f11c25b7f1e4afb90e4859508db60ed87b --- /dev/null +++ b/hf_video_clips_qa/video_001024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4aae1ade0bfc4caae91950aa6519f84add67a502107d77fc7664d7a3bbd95e +size 658553 diff --git a/hf_video_clips_qa/video_001025.mp4 b/hf_video_clips_qa/video_001025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c7c1088a24fe5130a778bdfe18cbfc48b17dd2b --- /dev/null +++ b/hf_video_clips_qa/video_001025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1027031455b97133d68e1a925f02ec180424332779caf65d3d67f839e7bd9a29 +size 634057 diff --git a/hf_video_clips_qa/video_001026.mp4 b/hf_video_clips_qa/video_001026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6efdbc476d5ab35c2e7f26fe039a4761c3fd7dce --- /dev/null +++ b/hf_video_clips_qa/video_001026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b03cd0651ee3efc6eed9e4b62bb365ad8d28fbb2f459a676431660fac1a2c72 +size 653676 diff --git a/hf_video_clips_qa/video_001027.mp4 b/hf_video_clips_qa/video_001027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a906b0e693e732d3ed5afe3f8d54ff1aec5d3376 --- /dev/null +++ b/hf_video_clips_qa/video_001027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6e8ddc0f98d76b8a0ff95797320fe04209aee159e3c45e9c3e1492b34d738d +size 588753 diff --git a/hf_video_clips_qa/video_001028.mp4 b/hf_video_clips_qa/video_001028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99a72602670ff142d951df35fe6fbec0ed136343 --- /dev/null +++ b/hf_video_clips_qa/video_001028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83250ac46a3ad25808665df99ed9f2e3baab33530e246e71fd5004afacae24f4 +size 672067 diff --git a/hf_video_clips_qa/video_001029.mp4 b/hf_video_clips_qa/video_001029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15e7d830f15e2e1d8f07496c37fa60e13ba55904 --- /dev/null +++ b/hf_video_clips_qa/video_001029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8527b1861ab752e1f6d6083e6e702eca4851edd2a6695a60bb1238438080342 +size 709315 diff --git a/hf_video_clips_qa/video_001030.mp4 b/hf_video_clips_qa/video_001030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..453f9b56409a2483859f34d2528c17aff38b2d83 --- /dev/null +++ b/hf_video_clips_qa/video_001030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6d42d0a16cef6448c32be6aa2f908bb71b02fe766e77f4a51857697eaa113b +size 625878 diff --git a/hf_video_clips_qa/video_001031.mp4 b/hf_video_clips_qa/video_001031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5fb97ea27c049e042ed2830dd28aead36f60e61 --- /dev/null +++ b/hf_video_clips_qa/video_001031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c292c51de6ed847f23a2785ac54c3e56e8fc76c0761200f73792d9673f2c57 +size 688102 diff --git a/hf_video_clips_qa/video_001032.mp4 b/hf_video_clips_qa/video_001032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fb37ab05fa6b834b081a7cdd2626254dd1ecfbf --- /dev/null +++ b/hf_video_clips_qa/video_001032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895d81366225be427c734ed26d933692a69fce8b8821ae2b4701df6dcfe2af65 +size 705463 diff --git a/hf_video_clips_qa/video_001033.mp4 b/hf_video_clips_qa/video_001033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c47e4cf4e6181802ab5933f7bb5429f636adfba2 --- /dev/null +++ b/hf_video_clips_qa/video_001033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1a40eb4588702e42b28248ac53f28d6303b69612e7a697656a6e6284aa3774 +size 684622 diff --git a/hf_video_clips_qa/video_001034.mp4 b/hf_video_clips_qa/video_001034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a298cc44ec02e28082eed136fdc36f04aff7444 --- /dev/null +++ b/hf_video_clips_qa/video_001034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80e6d8daf919ddfea1f2ebef9cb9b2dba2008c32a9a49d2ba9e2b2861b842b5 +size 597354 diff --git a/hf_video_clips_qa/video_001035.mp4 b/hf_video_clips_qa/video_001035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d66e7f9a9f8658a16d2e14f34b4a772bc3416329 --- /dev/null +++ b/hf_video_clips_qa/video_001035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5709c51be5ccd0513de212b44e31026007b1755b9cedd9e71b9c064984314f8 +size 639405 diff --git a/hf_video_clips_qa/video_001036.mp4 b/hf_video_clips_qa/video_001036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e786223c1443dc437f2fa9122ceb6a62c2b53d6 --- /dev/null +++ b/hf_video_clips_qa/video_001036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd3a57d02251bbc548a107fac006835e8e1cbddc90c1a67597085da0e27afa3 +size 713607 diff --git a/hf_video_clips_qa/video_001037.mp4 b/hf_video_clips_qa/video_001037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aecddc33fab15b3edfa1f5be62520702556c2ff8 --- /dev/null +++ b/hf_video_clips_qa/video_001037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005bcc98e4a2846eec104aa72fa85da03841ea7d315fcb28280574ce98fdeea8 +size 591704 diff --git a/hf_video_clips_qa/video_001038.mp4 b/hf_video_clips_qa/video_001038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b5a4590cae4db4e920561df6f96c077f26f1870 --- /dev/null +++ b/hf_video_clips_qa/video_001038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a40ff357c052bed8b3635e6f8c7692a9e76d84015a4dc0d1dc6fe1a4f9f052 +size 692015 diff --git a/hf_video_clips_qa/video_001039.mp4 b/hf_video_clips_qa/video_001039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e136dd02083b8456ed3b549c597cd83683a7467 --- /dev/null +++ b/hf_video_clips_qa/video_001039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d80b89020967a3d487b3241e7a9af56f8aa64e2d0d69f50b379aa3bd6a3a7e +size 521760 diff --git a/hf_video_clips_qa/video_001040.mp4 b/hf_video_clips_qa/video_001040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbd2dad10107b95e9cc21c3a2078ae6750040d3e --- /dev/null +++ b/hf_video_clips_qa/video_001040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49abad4c68263f38789b922a4846eabcec6e92cbb563495db3af5d1360351008 +size 563069 diff --git a/hf_video_clips_qa/video_001041.mp4 b/hf_video_clips_qa/video_001041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0abdb017a46c57a7f8e34f845df7092e247fcac --- /dev/null +++ b/hf_video_clips_qa/video_001041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ac9033d92760b87d2ddcb2e6f2a4ccd023ee457c50f4ac167e5b7489c8a64c +size 605454 diff --git a/hf_video_clips_qa/video_001042.mp4 b/hf_video_clips_qa/video_001042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18207319fcbd303dfc58c5c2ba45ab5b1d186c91 --- /dev/null +++ b/hf_video_clips_qa/video_001042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480d35d63908b5afc778afff235d62cab19b8a0a422764ee3723e6854b10535d +size 404364 diff --git a/hf_video_clips_qa/video_001043.mp4 b/hf_video_clips_qa/video_001043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d199ad614ad036a8f1064dd16ad8a8a55c26724 --- /dev/null +++ b/hf_video_clips_qa/video_001043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a1fe7aca8ee5a11076b28a28ac318b1540bcb64cfbaa6caf42928ced79e11a +size 485284 diff --git a/hf_video_clips_qa/video_001044.mp4 b/hf_video_clips_qa/video_001044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6bd4bf78645dc3796791e91aefd34b3eed707d6 --- /dev/null +++ b/hf_video_clips_qa/video_001044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1efc60fe7931127d1242a6ec0ecaa6c64eed235b3d4115ed14b605a0308573 +size 542119 diff --git a/hf_video_clips_qa/video_001045.mp4 b/hf_video_clips_qa/video_001045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cbefb91c183c4e777ec5a790d34c5a2368d89df --- /dev/null +++ b/hf_video_clips_qa/video_001045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e330a5bb09c96599fdf56afef54c76587fb41142ad2ca5c2cb1a2bb297eb62c +size 579247 diff --git a/hf_video_clips_qa/video_001046.mp4 b/hf_video_clips_qa/video_001046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec0cbfe9c547d0463cfb8d7b98d44cbfba6c7084 --- /dev/null +++ b/hf_video_clips_qa/video_001046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff81ef04ece91d31d3394f6729ba56e04cc48b0f20ac40bb6910a256866e5f11 +size 524908 diff --git a/hf_video_clips_qa/video_001047.mp4 b/hf_video_clips_qa/video_001047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b45feb37405140db066851fa6b15816d1c8d3fb4 --- /dev/null +++ b/hf_video_clips_qa/video_001047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c704185757f0a9c05829632cfed990f12cb8b91d6151baa4ea31f79df8a7e11 +size 575942 diff --git a/hf_video_clips_qa/video_001048.mp4 b/hf_video_clips_qa/video_001048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5976847a351af9b112663edafca2a022dfcdaf0 --- /dev/null +++ b/hf_video_clips_qa/video_001048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55010aa77a09eb6fcea80353ef7bf23c41da25d816ec597b1f2888aa78a72297 +size 651794 diff --git a/hf_video_clips_qa/video_001049.mp4 b/hf_video_clips_qa/video_001049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3e3ecabb99ceace56edca974d2a8edca40689fa --- /dev/null +++ b/hf_video_clips_qa/video_001049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99caf17db0b708085b87152dfa150b42bbc2e5fc8274e21b07341eda63bf7e32 +size 657982 diff --git a/hf_video_clips_qa/video_001050.mp4 b/hf_video_clips_qa/video_001050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c21c9a087b3dbdf968f2a127e60e185ae08cd267 --- /dev/null +++ b/hf_video_clips_qa/video_001050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1679dbe39ca84a6a46356e3c3a9337965bc0a9361ed587072c89a3a9d1eb7c40 +size 838302 diff --git a/hf_video_clips_qa/video_001051.mp4 b/hf_video_clips_qa/video_001051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dc18e16a9e997aa2cc54f2a022790efb0875995 --- /dev/null +++ b/hf_video_clips_qa/video_001051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1736f3fd51b022d0ed32d311a2335bcde6ec8a98cb95f6925d7bde3c4eacd6c3 +size 686237 diff --git a/hf_video_clips_qa/video_001052.mp4 b/hf_video_clips_qa/video_001052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9f9070d1b3013ff3446a0a275130a3ba5adad5b --- /dev/null +++ b/hf_video_clips_qa/video_001052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c677fd7dcce5fe9870aef72288b974b7d8a3e7ae8b9102847eff71bbe9c210 +size 740274 diff --git a/hf_video_clips_qa/video_001053.mp4 b/hf_video_clips_qa/video_001053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99f8f289253666e9614c172ea072b709091ddbc0 --- /dev/null +++ b/hf_video_clips_qa/video_001053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36254e8df9f6de42d968d85512b3a5757aa69a6fd274d0c44ccfc87eb6115676 +size 683012 diff --git a/hf_video_clips_qa/video_001054.mp4 b/hf_video_clips_qa/video_001054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1b7b8bc3012eeec04326812b4232d2354521808 --- /dev/null +++ b/hf_video_clips_qa/video_001054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74505ded95f008b344c1ffba0af3755d9d88c0cb2edb888b65a158ec04fb6bc1 +size 625258 diff --git a/hf_video_clips_qa/video_001055.mp4 b/hf_video_clips_qa/video_001055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5221bd562f3133e302d8d56101189255ca0962d3 --- /dev/null +++ b/hf_video_clips_qa/video_001055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4980df0fd4d4b99dde1de952422ae9f43bf6678c4f8efc55425be5fb0154dcc6 +size 478463 diff --git a/hf_video_clips_qa/video_001056.mp4 b/hf_video_clips_qa/video_001056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25e81ed5c5d7983448e4967a3cd13e451fb38eb --- /dev/null +++ b/hf_video_clips_qa/video_001056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecb082d82ecc2fa7bd765596c711d2f4e3e70c2686db9914deaab15609d53fd +size 505619 diff --git a/hf_video_clips_qa/video_001057.mp4 b/hf_video_clips_qa/video_001057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48010850f8582739c0271820b93f321d5ca70ef9 --- /dev/null +++ b/hf_video_clips_qa/video_001057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f0bdf64f5d5b24b1bf86500bb1e8b1e8f9af98bb3f20298fdba71cbde5cc62 +size 462588 diff --git a/hf_video_clips_qa/video_001058.mp4 b/hf_video_clips_qa/video_001058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..441158ab80a0b9a19d232769e4f139b0918c8dda --- /dev/null +++ b/hf_video_clips_qa/video_001058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac400b6f6f8ab496b9d2d7637533f0ecf238f1d93f010098299a47da2f34211 +size 445907 diff --git a/hf_video_clips_qa/video_001059.mp4 b/hf_video_clips_qa/video_001059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f04cb9e071458194124fb43b770d2e5e3f111e5 --- /dev/null +++ b/hf_video_clips_qa/video_001059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af57e07b4a8828531c08d21c812c7595780ee424ca1b3a8b5e687e7021e4b53 +size 522488 diff --git a/hf_video_clips_qa/video_001060.mp4 b/hf_video_clips_qa/video_001060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dacba2a99efcc2d14394ba50367867b7a2966b38 --- /dev/null +++ b/hf_video_clips_qa/video_001060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecc90aefb7be80228e6900fb527438b406d34150769ac7c03552a33d8241caf +size 267269 diff --git a/hf_video_clips_qa/video_001061.mp4 b/hf_video_clips_qa/video_001061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa513a7fe9e21593fb1b3a38cb4083bd4c623993 --- /dev/null +++ b/hf_video_clips_qa/video_001061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bba1b00b764bddc9555ed7ab3e87f78c2bec489cde3cdb06f9c88dfca524e5 +size 370173 diff --git a/hf_video_clips_qa/video_001062.mp4 b/hf_video_clips_qa/video_001062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e6cc10019c84c3de6a9e85de66a256fb9db4c58 --- /dev/null +++ b/hf_video_clips_qa/video_001062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355b3be243397de29ef51cd6464f559a9895369c0b6112c257e250690293004c +size 581206 diff --git a/hf_video_clips_qa/video_001063.mp4 b/hf_video_clips_qa/video_001063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2b6a841f2cb71dd06b8f7884bb1a07c694cd302 --- /dev/null +++ b/hf_video_clips_qa/video_001063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa21fc8ba0d625952c983c584fbc0cc7a6bfc84cfee2696f966d4a675bfbad8d +size 469046 diff --git a/hf_video_clips_qa/video_001064.mp4 b/hf_video_clips_qa/video_001064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc6f6c52074a70bc3b0b32f8e8614d8854437877 --- /dev/null +++ b/hf_video_clips_qa/video_001064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d960d83f6afdbb6f48fe1ead71ace581a5a983c3a84a493dcf40ac043d7598 +size 444346 diff --git a/hf_video_clips_qa/video_001065.mp4 b/hf_video_clips_qa/video_001065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad29db99f5dfc4725c89ee89ca323098516e0ecc --- /dev/null +++ b/hf_video_clips_qa/video_001065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49a3b78819c443b8aabd38eefb8242951db1620689d27a748c7cc72e7d5b2e7 +size 378007 diff --git a/hf_video_clips_qa/video_001066.mp4 b/hf_video_clips_qa/video_001066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05764f1f03e9d16f854274c60f4b0ac8beb87c33 --- /dev/null +++ b/hf_video_clips_qa/video_001066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d22b596c7466d49de6613951a929e064d14b5ef2df139522cc899e1c855b7db +size 470605 diff --git a/hf_video_clips_qa/video_001067.mp4 b/hf_video_clips_qa/video_001067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ccbe3524a2b50ffacb02e3a6cbfefc887b5918 --- /dev/null +++ b/hf_video_clips_qa/video_001067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9afb9e9990de932c736c6e934f973b8e5c08b00a4e03dfcff7d6885ef8bc4f +size 547146 diff --git a/hf_video_clips_qa/video_001068.mp4 b/hf_video_clips_qa/video_001068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..683d9af92d0046ecfba91d171002026f60b58352 --- /dev/null +++ b/hf_video_clips_qa/video_001068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abeff164ace20eceaab74cf893297a8e9d07d3e4b4f70e3c5048cf97ab23ab4a +size 446517 diff --git a/hf_video_clips_qa/video_001069.mp4 b/hf_video_clips_qa/video_001069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b833a940de73dd20b5d526e310d6a3ceb7bd0a38 --- /dev/null +++ b/hf_video_clips_qa/video_001069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0a3178930a36b2cbdf02849bdbb974eeb72e301826b46b20c890871e1ea38c +size 675785 diff --git a/hf_video_clips_qa/video_001070.mp4 b/hf_video_clips_qa/video_001070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b79f61d0007b626ad9e2bd668527d281c08ee6d --- /dev/null +++ b/hf_video_clips_qa/video_001070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b6d3831f362c91afb717a0d8652a0fc4135a057b30e671f795ca6c916f18b +size 588140 diff --git a/hf_video_clips_qa/video_001071.mp4 b/hf_video_clips_qa/video_001071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a97f2895457b53c4e5385055f8816a30d9407a4b --- /dev/null +++ b/hf_video_clips_qa/video_001071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f477a58e1e720b8372732545dfd01dce860b7f1ac6d80b4f6f71e8b8c3db012 +size 653976 diff --git a/hf_video_clips_qa/video_001072.mp4 b/hf_video_clips_qa/video_001072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c088091c4eda2ae32b258e059e9f5621e6fb6c1a --- /dev/null +++ b/hf_video_clips_qa/video_001072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67fa3d6e2fccee7ccc654f2a378cf6488326d6f2e104dfb925f31105229d97 +size 434023 diff --git a/hf_video_clips_qa/video_001073.mp4 b/hf_video_clips_qa/video_001073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a9bc6150a186e9244811ed0c1b7416f0a748be9 --- /dev/null +++ b/hf_video_clips_qa/video_001073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a537491af33596d1f93fb791989e7260aae64baf4f49e44b18fa168a693c07e +size 586946 diff --git a/hf_video_clips_qa/video_001074.mp4 b/hf_video_clips_qa/video_001074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0de3e9fe25c36a0a8c9d2fc9b76039f805203c49 --- /dev/null +++ b/hf_video_clips_qa/video_001074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda42b6b8d4fcbefb297b3d6b74611582e9a0c71dc08ddef6bc6cf0c7fa87312 +size 652417 diff --git a/hf_video_clips_qa/video_001075.mp4 b/hf_video_clips_qa/video_001075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5f3f8264b0a35ef58e7d8c39b371a84f1e15ceb --- /dev/null +++ b/hf_video_clips_qa/video_001075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0d712de9f9e997a8a8f88970914aac5598e7299eed04f497593cc684d85721 +size 636713 diff --git a/hf_video_clips_qa/video_001076.mp4 b/hf_video_clips_qa/video_001076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1031c6cd5f9df5f350cff5d09cfa8aed4610721d --- /dev/null +++ b/hf_video_clips_qa/video_001076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1122e9377d03b0086e1213a131cc95ee950183771eba0ee4e6a0d8e98007c9c +size 649449 diff --git a/hf_video_clips_qa/video_001077.mp4 b/hf_video_clips_qa/video_001077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..454d6d55bd8f714304cd524570eb97d63d68ab16 --- /dev/null +++ b/hf_video_clips_qa/video_001077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b163fa2725b1ad301d43ffb2da4b2aa3b2c81a03e0f96cace854c24c3467ffc +size 523485 diff --git a/hf_video_clips_qa/video_001078.mp4 b/hf_video_clips_qa/video_001078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8d4c625f08edd114b707d744651f33d06d528e --- /dev/null +++ b/hf_video_clips_qa/video_001078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833cff052087c01817374307f29d90d3a8eb90caffe72a5f7204288598d640e3 +size 585457 diff --git a/hf_video_clips_qa/video_001079.mp4 b/hf_video_clips_qa/video_001079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b757356e012fd7f6b7066d68de4a41936d3b10da --- /dev/null +++ b/hf_video_clips_qa/video_001079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3d6914c108783e50541643b4b7fd47792a67b449831b1a643df7330c528301 +size 617877 diff --git a/hf_video_clips_qa/video_001080.mp4 b/hf_video_clips_qa/video_001080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6b4d951cf31760503e87f348052dbdf1ba34711 --- /dev/null +++ b/hf_video_clips_qa/video_001080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f229b5b6b57af66c824eb6b958649bad6379291660aa6e703d3b7aeb8271cf +size 643544 diff --git a/hf_video_clips_qa/video_001081.mp4 b/hf_video_clips_qa/video_001081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73943d59403019d57a8cf5aa6a3053245e5b7410 --- /dev/null +++ b/hf_video_clips_qa/video_001081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d32712293a698ea2fc92063b0794b2adc8115bf36faf818e98905128c62adec +size 634444 diff --git a/hf_video_clips_qa/video_001082.mp4 b/hf_video_clips_qa/video_001082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..636ade1d371926f5f67ae73c26e04e1a1c4712bd --- /dev/null +++ b/hf_video_clips_qa/video_001082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2375bc98afb214caf71470aa6dd1cbd4788d347a05701fbc8e6bb902e3d620 +size 574809 diff --git a/hf_video_clips_qa/video_001083.mp4 b/hf_video_clips_qa/video_001083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48604572a9542d72f3f491820d4cb92fb9e47198 --- /dev/null +++ b/hf_video_clips_qa/video_001083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d53ce94bf92d7c944ea0f44af224ce5481b6bda56fcf5f843ce05d4a9f9d779 +size 732227 diff --git a/hf_video_clips_qa/video_001084.mp4 b/hf_video_clips_qa/video_001084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e5cf3175c81314534fa3ad03b3c1c14d19fc44 --- /dev/null +++ b/hf_video_clips_qa/video_001084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b980ed8bf9103c5cb73448c2a23df356f08755a35a69b7856b973b4955d7f282 +size 642149 diff --git a/hf_video_clips_qa/video_001085.mp4 b/hf_video_clips_qa/video_001085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5db253e8e14c4387b8999aa11f7a227bfd1c68bc --- /dev/null +++ b/hf_video_clips_qa/video_001085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dc2524677d54335d2d7edbda0b33bfe76be3df470c08b5cae05317963cc811 +size 750532 diff --git a/hf_video_clips_qa/video_001086.mp4 b/hf_video_clips_qa/video_001086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2115ffb55f1f23bd462f4d4049e23e718179d1f0 --- /dev/null +++ b/hf_video_clips_qa/video_001086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf1cca57c1138897eae9b466bd83399d109c7814e915cce00b1f36acc1b07e1 +size 580450 diff --git a/hf_video_clips_qa/video_001087.mp4 b/hf_video_clips_qa/video_001087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aa1faea20b7dda215978fac6c7cf94910c0fcfe --- /dev/null +++ b/hf_video_clips_qa/video_001087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f850dbdab70f5bbb5ca08d8a4d6e0d78168e9ce8ec80771d1d45d1f869b3af +size 394296 diff --git a/hf_video_clips_qa/video_001088.mp4 b/hf_video_clips_qa/video_001088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4461b5c88a67aecf123f0deddce74f6db6b705c3 --- /dev/null +++ b/hf_video_clips_qa/video_001088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960b9a3a6f062561a0e50955eb4dd11d4e72cadac77963e08275d3a18e075b53 +size 666582 diff --git a/hf_video_clips_qa/video_001089.mp4 b/hf_video_clips_qa/video_001089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df57168583aaefa3d97a21af8984bd648afc7a82 --- /dev/null +++ b/hf_video_clips_qa/video_001089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d98b00da4624231ffc06d787729a7868ee0534a4781a575fd8317ef28c8e183 +size 757516 diff --git a/hf_video_clips_qa/video_001090.mp4 b/hf_video_clips_qa/video_001090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc5a8b89214a876e473d39510057a2f955c09e22 --- /dev/null +++ b/hf_video_clips_qa/video_001090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837b9cc71384d15f50b98b840b141ab1c7f2c8263f94c753275c78a088515d0e +size 515894 diff --git a/hf_video_clips_qa/video_001091.mp4 b/hf_video_clips_qa/video_001091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb666084855bbc405de3efacc93b2ffce4f012a --- /dev/null +++ b/hf_video_clips_qa/video_001091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d25336ef933e6557980853a27e8ac19afe744defe2a54884ed1de0d799a082 +size 742149 diff --git a/hf_video_clips_qa/video_001092.mp4 b/hf_video_clips_qa/video_001092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97191f1284f0e7196fb31e29751e409f1326bf23 --- /dev/null +++ b/hf_video_clips_qa/video_001092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ead222259bc5281ede3cd298d16718cc99c08a7b1571f904cf736d899c8d5ec +size 507231 diff --git a/hf_video_clips_qa/video_001093.mp4 b/hf_video_clips_qa/video_001093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87329b1c26fe4281dc4225dc7ebb2ffc9d87e881 --- /dev/null +++ b/hf_video_clips_qa/video_001093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eee3e74b5242d22acd8762507fd0a773efd49025be4bd51016c0ac45dc46035 +size 681916 diff --git a/hf_video_clips_qa/video_001094.mp4 b/hf_video_clips_qa/video_001094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc6f1a01c90d983a0a84ffdaf75f0076d735136 --- /dev/null +++ b/hf_video_clips_qa/video_001094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e838d9eccf42732e72ad637caa5ce48d24f83fb18ff069b0041b0f9f57892538 +size 620006 diff --git a/hf_video_clips_qa/video_001095.mp4 b/hf_video_clips_qa/video_001095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd4f9bc3252450918f1cc70e766f2dd4b45451af --- /dev/null +++ b/hf_video_clips_qa/video_001095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3fbb52b14689569d7c45670c2a1161fed6765d6c39c80312b37f69489784b2 +size 691039 diff --git a/hf_video_clips_qa/video_001096.mp4 b/hf_video_clips_qa/video_001096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdcd3b8d8a39448e702577654afaa1cf60d4c3ba --- /dev/null +++ b/hf_video_clips_qa/video_001096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63aafaea97727e4d2d41da82a2e5de73fcd89e10442a7e84524d12c31bf06bb9 +size 668713 diff --git a/hf_video_clips_qa/video_001097.mp4 b/hf_video_clips_qa/video_001097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70775d5e985e5fb69781c5fae6c3b2868324674e --- /dev/null +++ b/hf_video_clips_qa/video_001097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b2b2709841095f2c80f3428b6846ff7752e109bcc9774a3bea94821249cb0a +size 578409 diff --git a/hf_video_clips_qa/video_001098.mp4 b/hf_video_clips_qa/video_001098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc64f2293b969209cbfd811d307115155fb63c84 --- /dev/null +++ b/hf_video_clips_qa/video_001098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655c7112573a70912456563fc6065b5359a663ddb19292b4863d9a9243e91c3d +size 430636 diff --git a/hf_video_clips_qa/video_001099.mp4 b/hf_video_clips_qa/video_001099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9dc9c7b2830a48a8fd50f4af1995e4d0184a6da --- /dev/null +++ b/hf_video_clips_qa/video_001099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af5b3bc344597deb13d3ec8451d838eb59382a3358d6d79954a774888cdca0c +size 513513 diff --git a/hf_video_clips_qa/video_001100.mp4 b/hf_video_clips_qa/video_001100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6185a20478a20e4bfe9b8747b6532f4eb9e090fd --- /dev/null +++ b/hf_video_clips_qa/video_001100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992b7f516e669c19a4e65cf4812d8347091d3abf2bc16501a07eb737f448a988 +size 704044 diff --git a/hf_video_clips_qa/video_001101.mp4 b/hf_video_clips_qa/video_001101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e44495343390be5a4db51950a080e91daa008b --- /dev/null +++ b/hf_video_clips_qa/video_001101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fd3a31791a288199359ced8a9c883597b8ba667392d981bc5aef5c204dd015 +size 541657 diff --git a/hf_video_clips_qa/video_001102.mp4 b/hf_video_clips_qa/video_001102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..625a4deee0011755fc04636e1425ce2ac3d122be --- /dev/null +++ b/hf_video_clips_qa/video_001102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bd9a169b6f65acdf7edff308706e6034ecc83de010e30c1f90d04e792c3a02 +size 440936 diff --git a/hf_video_clips_qa/video_001103.mp4 b/hf_video_clips_qa/video_001103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7434d8e1ba1c4cdb46a9c46c6574f6e0807b5b1c --- /dev/null +++ b/hf_video_clips_qa/video_001103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723487f8b56a0dc534b6b1cac61004f2307f36d3c79ac85a3a73fc005b99acf9 +size 705735 diff --git a/hf_video_clips_qa/video_001104.mp4 b/hf_video_clips_qa/video_001104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2fb7c0fbfba176da51e38ca3c3de8da520a8fec --- /dev/null +++ b/hf_video_clips_qa/video_001104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb817f602b663dace001231fc40c2587c4719762ec6528db78742bc98364511 +size 308455 diff --git a/hf_video_clips_qa/video_001105.mp4 b/hf_video_clips_qa/video_001105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..943647f1bde42e19eb6b1d4be66b059678dc455f --- /dev/null +++ b/hf_video_clips_qa/video_001105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395df803ab182d02113f08c4f310158c8d6e2e445922f059454a46b29fadb025 +size 695006 diff --git a/hf_video_clips_qa/video_001106.mp4 b/hf_video_clips_qa/video_001106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..227a878af48da02adff272d48624fd85324a9bb2 --- /dev/null +++ b/hf_video_clips_qa/video_001106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0f5755b6610c2e2962499b4e0d175acf15cb1d3bc4e5f9ce78c5cd35188a61 +size 667424 diff --git a/hf_video_clips_qa/video_001107.mp4 b/hf_video_clips_qa/video_001107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b990e9d2f7bbec2c39782283f7056f8c5137999 --- /dev/null +++ b/hf_video_clips_qa/video_001107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca83a73591987a389c4edc0f9f6cc990322cddcf18311df183ca9eacec30d89 +size 430280 diff --git a/hf_video_clips_qa/video_001108.mp4 b/hf_video_clips_qa/video_001108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcbbb37263b80b18295daa3ef395f892ec25b6f4 --- /dev/null +++ b/hf_video_clips_qa/video_001108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46b78a20022c51b0c2edd5cf0352f488d8ad2ab3f8d6bde6a9fb711d7dfc195 +size 842510 diff --git a/hf_video_clips_qa/video_001109.mp4 b/hf_video_clips_qa/video_001109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea6cbaa618618b2face17dba2698bc66cbdc47cb --- /dev/null +++ b/hf_video_clips_qa/video_001109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dfe0c63b181625dd69c70fc6229dd5149d93619f72832257eab6d479566a33 +size 774530 diff --git a/hf_video_clips_qa/video_001110.mp4 b/hf_video_clips_qa/video_001110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd1eeb3139108a52c448545fa270af8730c2d3b4 --- /dev/null +++ b/hf_video_clips_qa/video_001110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148eb1aabf2f5509b5cc0a117e46e691db6c507e7d5c3af8923a567181f46293 +size 715756 diff --git a/hf_video_clips_qa/video_001111.mp4 b/hf_video_clips_qa/video_001111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef159bd2326afcfaf113660e8b6aae5b4ad58d5d --- /dev/null +++ b/hf_video_clips_qa/video_001111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13d6f54bb2a62cc6b9e2e8acdf4b7bb12f65bb6d07b482c9b845895be1bf45a +size 559348 diff --git a/hf_video_clips_qa/video_001112.mp4 b/hf_video_clips_qa/video_001112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72cb274c9304ff0c84464b5586fe4b26d8a60cd4 --- /dev/null +++ b/hf_video_clips_qa/video_001112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a388d468d1aee891d339ed510cc7b10f71ad9d8872515275f3833fe1788a37 +size 583489 diff --git a/hf_video_clips_qa/video_001113.mp4 b/hf_video_clips_qa/video_001113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b645d4930a799bf774e538beeea01ebdb9f1982 --- /dev/null +++ b/hf_video_clips_qa/video_001113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e56c2b1f307d39134543a5f32eb79203c65a3ce8d41ca85f59cc0fbd3ba4cc +size 601710 diff --git a/hf_video_clips_qa/video_001114.mp4 b/hf_video_clips_qa/video_001114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41854582d94324452da8dd118a784f8aa2b0af2e --- /dev/null +++ b/hf_video_clips_qa/video_001114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70989f60838047c2b328a0ff09d17b3c5888bbfcce1fd5fd97897e3416e5ccb9 +size 675941 diff --git a/hf_video_clips_qa/video_001115.mp4 b/hf_video_clips_qa/video_001115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e86d9e2240f466af87983e85aa3b5a232da2cf --- /dev/null +++ b/hf_video_clips_qa/video_001115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bca67165f2595c6a8e55a6feb0490c7c14cb531be116728e2056819e8c80b59 +size 564342 diff --git a/hf_video_clips_qa/video_001116.mp4 b/hf_video_clips_qa/video_001116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79d4fa503334a000f5debb415964fbe032703637 --- /dev/null +++ b/hf_video_clips_qa/video_001116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ece83c8a26b2de9ea35273809b8db9a3e071b3bd3a4497a65fc03da3f3f93a9 +size 633991 diff --git a/hf_video_clips_qa/video_001117.mp4 b/hf_video_clips_qa/video_001117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdd39a0508772adf7f0827ebb059aacae1df1313 --- /dev/null +++ b/hf_video_clips_qa/video_001117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c05f3d67494009684a6fb77cc7341fbaf52df64706df0b2113deee77d983ab +size 307557 diff --git a/hf_video_clips_qa/video_001118.mp4 b/hf_video_clips_qa/video_001118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e544eecdd12b202584a005ffbd6fa3c09d199e25 --- /dev/null +++ b/hf_video_clips_qa/video_001118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9947710ae35bd417b4f4793f4b5a4ebde589a78e7105978ebf97f278e58eaf5 +size 526541 diff --git a/hf_video_clips_qa/video_001119.mp4 b/hf_video_clips_qa/video_001119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e01568e22b49e7f892ae234a83978d6a29619faf --- /dev/null +++ b/hf_video_clips_qa/video_001119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45783b10b34534697cea49afba643ebe8da764b1dec3a1018580a3c8907ee09 +size 658574 diff --git a/hf_video_clips_qa/video_001120.mp4 b/hf_video_clips_qa/video_001120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9495db9f1bb9ce1dd02b3275cba8cb3fc491a84a --- /dev/null +++ b/hf_video_clips_qa/video_001120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21a28d2dc110a7bfc62f443f94beaf1b3857e18cb1aa03c2ea95546ef7a0e3d +size 327359 diff --git a/hf_video_clips_qa/video_001121.mp4 b/hf_video_clips_qa/video_001121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0ebb0e8dcec56fab38bb3743e02a40352a30d9b --- /dev/null +++ b/hf_video_clips_qa/video_001121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc631ade7ddd6a89c9fdc10a1053f83609849c3ba5e9fa6dde735a747d7feb76 +size 245355 diff --git a/hf_video_clips_qa/video_001122.mp4 b/hf_video_clips_qa/video_001122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9108ae716d59d891c87e115a69f00528906a2ded --- /dev/null +++ b/hf_video_clips_qa/video_001122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea3149bab381bc41f69f699cab7ad762f8bb58a860db15a1aee98fdeda336df +size 560523 diff --git a/hf_video_clips_qa/video_001123.mp4 b/hf_video_clips_qa/video_001123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7400b5cf6d1a1e8b730b35e202cbb4a57ef0884b --- /dev/null +++ b/hf_video_clips_qa/video_001123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688367e0edd5db2838ccd48536f51fc76054af89d3e4d6814d61fcb91432ceb3 +size 516770 diff --git a/hf_video_clips_qa/video_001124.mp4 b/hf_video_clips_qa/video_001124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4966bda04ac664c4423fec82169fc9cbbaa7dbb0 --- /dev/null +++ b/hf_video_clips_qa/video_001124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53e79bb9b3b9727ec6798ea8de54c9ff1d59c84de71174e804f8786b3b32619 +size 562379 diff --git a/hf_video_clips_qa/video_001125.mp4 b/hf_video_clips_qa/video_001125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3914fb256f664de110a838a6ef13d0ff007743a4 --- /dev/null +++ b/hf_video_clips_qa/video_001125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb42e672764d4b3cc66198dbfe8ceacad00532352f56fe857f30b4486634022 +size 617347 diff --git a/hf_video_clips_qa/video_001126.mp4 b/hf_video_clips_qa/video_001126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffa8c7a800479798a06be9f1f531cb006689cb8a --- /dev/null +++ b/hf_video_clips_qa/video_001126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4f7c34e37dc630d63a7bd97d037f60016ad5327b5fcb79a57e63aced614b1c +size 446417 diff --git a/hf_video_clips_qa/video_001127.mp4 b/hf_video_clips_qa/video_001127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e48aaf9e9db2d5bb100f4c66af7990dfb98cd5bd --- /dev/null +++ b/hf_video_clips_qa/video_001127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217a3bf954364c0576c9128172cd712521fb2fc05c548e27e4545125c10bbe39 +size 601935 diff --git a/hf_video_clips_qa/video_001128.mp4 b/hf_video_clips_qa/video_001128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d17ecd76a0ae06e6654d3770685068bbca093224 --- /dev/null +++ b/hf_video_clips_qa/video_001128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2076b11b96b9a3008ea569e491ccaede6efba9cc9ce31bdb866086c0173813c3 +size 714250 diff --git a/hf_video_clips_qa/video_001129.mp4 b/hf_video_clips_qa/video_001129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b19cd1ee028de16deb39620c0aff86767dfc65b7 --- /dev/null +++ b/hf_video_clips_qa/video_001129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe957ce66428f4586d1f63a728f67771de6d99a781e4bb86de1b920417a4566 +size 2373278 diff --git a/hf_video_clips_qa/video_001130.mp4 b/hf_video_clips_qa/video_001130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad6b3f1bfd8caaf50e0ccf9c7d8cfdd22e639b97 --- /dev/null +++ b/hf_video_clips_qa/video_001130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c31370455f5091e4c017fc90c79d6f16675d32551b595fe2c93def5d8cadeb +size 252835 diff --git a/hf_video_clips_qa/video_001131.mp4 b/hf_video_clips_qa/video_001131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..575cd20b191a67f2c868fa7b2f9ea88381017f7b --- /dev/null +++ b/hf_video_clips_qa/video_001131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8951ee4f1fc166ee7391ccc7cf1b72e483fb1938de17a8af0710c96064a4b33 +size 636689 diff --git a/hf_video_clips_qa/video_001132.mp4 b/hf_video_clips_qa/video_001132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a734dc818f03a58b6a2ffbee6d1a21294bffc49 --- /dev/null +++ b/hf_video_clips_qa/video_001132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9566768420238ea427761ebecbacab9933777d609898b5c8e56af10bec184962 +size 592920 diff --git a/hf_video_clips_qa/video_001133.mp4 b/hf_video_clips_qa/video_001133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d293cafdb34fa88df79571452a591ce239f31421 --- /dev/null +++ b/hf_video_clips_qa/video_001133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f0c3c5869e8a23cfe2517b8846548ebeea996a3ca66656b57319d4f8f7221c +size 601039 diff --git a/hf_video_clips_qa/video_001134.mp4 b/hf_video_clips_qa/video_001134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c2ba80baee445a1005228011f9a094a1dd7c495 --- /dev/null +++ b/hf_video_clips_qa/video_001134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f28e9ed6012968f644bd22bfc559f4ad356317523e16527c4a70f82ded5571 +size 523712 diff --git a/hf_video_clips_qa/video_001135.mp4 b/hf_video_clips_qa/video_001135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50ae41201fcecdf96635bcf371b5babe400eb6cb --- /dev/null +++ b/hf_video_clips_qa/video_001135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783f367f4376992a01fd4d57f5a53efc397df98d7a029c9c410753c1a8864259 +size 468764 diff --git a/hf_video_clips_qa/video_001136.mp4 b/hf_video_clips_qa/video_001136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..642777f58bd14ad7963d50e9480d11a39aed4453 --- /dev/null +++ b/hf_video_clips_qa/video_001136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077e0c347865cd4db6c1ff7dd50372e429f970edaca6418fa39b7e80f26fc927 +size 543197 diff --git a/hf_video_clips_qa/video_001137.mp4 b/hf_video_clips_qa/video_001137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2566ecbfb2c8796134b58c572b55e7f179f5a03 --- /dev/null +++ b/hf_video_clips_qa/video_001137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42cc77cc7bf3a6f55ff24e778002aa43a5f092b971ea32295f65ce4e1230741 +size 597071 diff --git a/hf_video_clips_qa/video_001138.mp4 b/hf_video_clips_qa/video_001138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73d013a730a92cf7eabf0b746d86b0d33fb85d09 --- /dev/null +++ b/hf_video_clips_qa/video_001138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee06427cef4a9334bf40d59be26f4a92a7e58352d23bcf2ffea72a99410d34d8 +size 581440 diff --git a/hf_video_clips_qa/video_001139.mp4 b/hf_video_clips_qa/video_001139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83a6552f66e0e01447cccac277c75908b0219b6 --- /dev/null +++ b/hf_video_clips_qa/video_001139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cfafd3a8614a5bf00f6ccf773c4e3fae9fdc39706ef9640492ea6e02662275 +size 447837 diff --git a/hf_video_clips_qa/video_001140.mp4 b/hf_video_clips_qa/video_001140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c2ec2689b10cac3863e5c6004e9193d1953b015 --- /dev/null +++ b/hf_video_clips_qa/video_001140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e0e9c7ea7bfd9faa69c891f27baca275ba6d0e553839f229ccc433b74a6fa +size 562053 diff --git a/hf_video_clips_qa/video_001141.mp4 b/hf_video_clips_qa/video_001141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43708e3d4f3f8f09885db5f47e5f8b1554cc7597 --- /dev/null +++ b/hf_video_clips_qa/video_001141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b083cbd3959dbeaf34eab9e1b7d161c67c1175a73a51f244ece9e4986e3e56 +size 634087 diff --git a/hf_video_clips_qa/video_001142.mp4 b/hf_video_clips_qa/video_001142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb40c6ee12057bcda9aec3610aa3db3516c82ec4 --- /dev/null +++ b/hf_video_clips_qa/video_001142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697f3442a51aabcfbcb13a3feffc0ff5ab7dc1e66f3bcd24c82ec417859f1a08 +size 312001 diff --git a/hf_video_clips_qa/video_001143.mp4 b/hf_video_clips_qa/video_001143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618f6b96500fcc70a8cd245f735756e57ccf7882 --- /dev/null +++ b/hf_video_clips_qa/video_001143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57357b413930b2b2f2aa9a9d1c2467e085c893ae561beefd282c6983a9b6246f +size 284993 diff --git a/hf_video_clips_qa/video_001144.mp4 b/hf_video_clips_qa/video_001144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62cd29e15d2109bc8b6f807cc129347d4a80f470 --- /dev/null +++ b/hf_video_clips_qa/video_001144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d87e3216e27e8923aae18b8fc63e78098ae7758b7b658663ea1df1d712726a2 +size 556187 diff --git a/hf_video_clips_qa/video_001145.mp4 b/hf_video_clips_qa/video_001145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def6123b27f9bd65464d1fcf9af274470799ea90 --- /dev/null +++ b/hf_video_clips_qa/video_001145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74786aaa9a8c211124b726a157f3555164ec82ec304d02a7e5a4efe71df8ae6 +size 334851 diff --git a/hf_video_clips_qa/video_001146.mp4 b/hf_video_clips_qa/video_001146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c886fa3e664eb2a086bcbacd1bc9dcaf0854ad5 --- /dev/null +++ b/hf_video_clips_qa/video_001146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600887207fb897cff96df5b083ce27bc809f6fea47e06ecf481dec48d1d2149e +size 602382 diff --git a/hf_video_clips_qa/video_001147.mp4 b/hf_video_clips_qa/video_001147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9b4e6dc209191994e9eff94f4e838502faacaa0 --- /dev/null +++ b/hf_video_clips_qa/video_001147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76745c8f4b39aff0a033f7386a32d603ef881135f7b9fcd2645e42187a1bf5cb +size 388090 diff --git a/hf_video_clips_qa/video_001148.mp4 b/hf_video_clips_qa/video_001148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef4a150c23fbb8957e2ffcadbf5b274314de15ef --- /dev/null +++ b/hf_video_clips_qa/video_001148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be144c1f7707cca0697d7106966e98d0397380a2f2a831e8675f2afe43da4d8a +size 467784 diff --git a/hf_video_clips_qa/video_001149.mp4 b/hf_video_clips_qa/video_001149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..779fdfba7c6951fe4d7771ec435dfec453ed82a8 --- /dev/null +++ b/hf_video_clips_qa/video_001149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770d468dbef070cde7150bba5eed047396c1c3df51e6ecf324ff719e7e2883e8 +size 318294 diff --git a/hf_video_clips_qa/video_001150.mp4 b/hf_video_clips_qa/video_001150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fbbc375bedf904df57d43789c26d3682e1535da --- /dev/null +++ b/hf_video_clips_qa/video_001150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8301ae0a86e29ff445ed3e412344eb82a14396669d168bf50ed40119047dbf25 +size 422156 diff --git a/hf_video_clips_qa/video_001151.mp4 b/hf_video_clips_qa/video_001151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4891e50642a1688b2ad489e45cbf6033218f42d --- /dev/null +++ b/hf_video_clips_qa/video_001151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5d13a25d92bd1b6fdfd811795d78daa5458808faf1c38ad86b747faeae6635 +size 283849 diff --git a/hf_video_clips_qa/video_001152.mp4 b/hf_video_clips_qa/video_001152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6572d75a1987947bf5d6af6d6ab96b28485a861d --- /dev/null +++ b/hf_video_clips_qa/video_001152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a6af4ae19d5255838752b6407d0dda2ca890475653cb6fffc4677d6e8157b3 +size 478370 diff --git a/hf_video_clips_qa/video_001153.mp4 b/hf_video_clips_qa/video_001153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ab11f44ab4fabe19bd77e019b1ab2720823855d --- /dev/null +++ b/hf_video_clips_qa/video_001153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa103209b5ba5296f72ea0555bd4e216deb41f34ae287b2ec510861bf953fc8 +size 633378 diff --git a/hf_video_clips_qa/video_001154.mp4 b/hf_video_clips_qa/video_001154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6441b59f922ccff81385e31fa67906c672edbb01 --- /dev/null +++ b/hf_video_clips_qa/video_001154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd74c720b1b00b47abcf11d0db37fe41e9108f0c2a004be41c974eb4f87e0d5 +size 291536 diff --git a/hf_video_clips_qa/video_001155.mp4 b/hf_video_clips_qa/video_001155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b5c2dae34ddae824a19a83db65dd59d74ec72b --- /dev/null +++ b/hf_video_clips_qa/video_001155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc37271825d8b037fa0e60bcb1b2f8171582e850a8289bd9af919fb18248e51 +size 541839 diff --git a/hf_video_clips_qa/video_001156.mp4 b/hf_video_clips_qa/video_001156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..477b2b39a56e89e26d1eb0279619f591e979a5e8 --- /dev/null +++ b/hf_video_clips_qa/video_001156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15810fff1cb522c2dddba9291ffa820d735fa665432fa02ffcbf1bf57975d84 +size 594417 diff --git a/hf_video_clips_qa/video_001157.mp4 b/hf_video_clips_qa/video_001157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a275afe9f1484d0c842ebad86f257384ecde61a --- /dev/null +++ b/hf_video_clips_qa/video_001157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5ad46afb5b32da2cdd35907cabe7a8d26cad6c83180b6461ac4b25d651d550 +size 703661 diff --git a/hf_video_clips_qa/video_001158.mp4 b/hf_video_clips_qa/video_001158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acb3dc639370c03418cdd45ae68af8b310e7bd23 --- /dev/null +++ b/hf_video_clips_qa/video_001158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e15e973b1b18f805a79c95fbcd794c3abac881aba11a2e92c4f809cb1143f6 +size 1050721 diff --git a/hf_video_clips_qa/video_001159.mp4 b/hf_video_clips_qa/video_001159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfaef8f429e13c16a6fa045f4259441621bdfa51 --- /dev/null +++ b/hf_video_clips_qa/video_001159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005ff46ad92219b543cb0e7faf7eec007919c1705dbaaf15bd18ed17cb8fa017 +size 791732 diff --git a/hf_video_clips_qa/video_001160.mp4 b/hf_video_clips_qa/video_001160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d53a8dc19a8e1b6343f9963cf55db05f1355296 --- /dev/null +++ b/hf_video_clips_qa/video_001160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc59d0b008fe48cca31ab6a3c92b6ef786a19b3471d3c363096d51a84d3f8de +size 846965 diff --git a/hf_video_clips_qa/video_001161.mp4 b/hf_video_clips_qa/video_001161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cc33186b9b043da93105f37bd178d38efc2e8d1 --- /dev/null +++ b/hf_video_clips_qa/video_001161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d110b142ca0f3544775625b55ba04c75941a4ad8f6b6dfc2fba623cca87c93f +size 807939 diff --git a/hf_video_clips_qa/video_001162.mp4 b/hf_video_clips_qa/video_001162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b13f58a91b23ce416e8a1bd69bf5e7e04f15b936 --- /dev/null +++ b/hf_video_clips_qa/video_001162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb8c5c08d5e7b7fdfbb1311dbb5bdd4ca922af2e9f75e8b8e0afae19758a12 +size 970995 diff --git a/hf_video_clips_qa/video_001163.mp4 b/hf_video_clips_qa/video_001163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a36bcc29bcba668a5973e6e3c4d292584c7cf273 --- /dev/null +++ b/hf_video_clips_qa/video_001163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c059ca01b015909afe85825b8f0bd8624d6a3a8f012d55269f1432d3781b5a +size 523217 diff --git a/hf_video_clips_qa/video_001164.mp4 b/hf_video_clips_qa/video_001164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b1ef6ddabf60a629a525053b48aba0267f2612f --- /dev/null +++ b/hf_video_clips_qa/video_001164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc2a0326bdf7dc086267c74d8e78aa2ccd1be33fdb097d1f4cc14d5c987383f +size 578907 diff --git a/hf_video_clips_qa/video_001165.mp4 b/hf_video_clips_qa/video_001165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a1a58d1fb42230ca6be570db6c5e4f609092de6 --- /dev/null +++ b/hf_video_clips_qa/video_001165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ce50c97ebfe171e7a4335816c0861f9c4d6eb251c8454ba612d6c94e374fda +size 839388 diff --git a/hf_video_clips_qa/video_001166.mp4 b/hf_video_clips_qa/video_001166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e915727851ab5e4d8bb9f2f3a0d472d604a5bc5d --- /dev/null +++ b/hf_video_clips_qa/video_001166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cecb38afa38d01706ff417ac4958ef5fbbe2574b412b4e72556a020dac3a4f4 +size 650698 diff --git a/hf_video_clips_qa/video_001167.mp4 b/hf_video_clips_qa/video_001167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ca4fa5e096e755ead7df1fd354750cd807feda --- /dev/null +++ b/hf_video_clips_qa/video_001167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edee3a9d319c749a9515a2cd96c3429e4a2afdf4f37f764a0c4065c257fd0dc +size 687590 diff --git a/hf_video_clips_qa/video_001168.mp4 b/hf_video_clips_qa/video_001168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..539f68e148114f2775ead7d564a6566ea67fde44 --- /dev/null +++ b/hf_video_clips_qa/video_001168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef069bdca9393aafab71ba8e001d336e875b8de6086f2ee1920ac39a79ad83c9 +size 692789 diff --git a/hf_video_clips_qa/video_001169.mp4 b/hf_video_clips_qa/video_001169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..407c95ddbeaf63fef4e3fbe4facbf4790d79e4c6 --- /dev/null +++ b/hf_video_clips_qa/video_001169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5672f10c39b3b889f7d1e276c2385c04dc8a0b971907375e0fe7479e378736 +size 680318 diff --git a/hf_video_clips_qa/video_001170.mp4 b/hf_video_clips_qa/video_001170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93760363c2a9ed94cf140a8d93e99d4c9a7e85f6 --- /dev/null +++ b/hf_video_clips_qa/video_001170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c289939a986f188ed00580d5d4701698dd55daa1896172f4c17ad61c67b0447 +size 900777 diff --git a/hf_video_clips_qa/video_001171.mp4 b/hf_video_clips_qa/video_001171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..510910e7df532d4d2b0cf70793d0600aa6811afe --- /dev/null +++ b/hf_video_clips_qa/video_001171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bca79a102cc9a8eb904cfb9e9df637dab4e72c8c0c287805196a955dfa27bcb +size 641661 diff --git a/hf_video_clips_qa/video_001172.mp4 b/hf_video_clips_qa/video_001172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..502251039d29e77d7f178ca29145f9d8beacac9f --- /dev/null +++ b/hf_video_clips_qa/video_001172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d530ad77f0a6b2df3f110ab0360fa7b5d55cb0c243a1a0c09d4f53b2df55f267 +size 593839 diff --git a/hf_video_clips_qa/video_001173.mp4 b/hf_video_clips_qa/video_001173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6785a2658be41b1fecc5aa3169097b35429156c8 --- /dev/null +++ b/hf_video_clips_qa/video_001173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ac5f8d0cd4136a1143ee1921e0eaed4f0342d45fbb7c6129d999f348ce9e59 +size 1188935 diff --git a/hf_video_clips_qa/video_001174.mp4 b/hf_video_clips_qa/video_001174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..632d35683a5042cf24739f62e93e0f677b00a288 --- /dev/null +++ b/hf_video_clips_qa/video_001174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfcb89dfc3343e628fe57671634f313b868f8d5bceaec2bf8682aef8f6d013c +size 451494 diff --git a/hf_video_clips_qa/video_001175.mp4 b/hf_video_clips_qa/video_001175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fde67f07d96203e45232df2f188760ecc4505dec --- /dev/null +++ b/hf_video_clips_qa/video_001175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a434306f21ba45793c401bee4e27b5bebae925b271ffb11a2602ae5edf3a8d +size 470421 diff --git a/hf_video_clips_qa/video_001176.mp4 b/hf_video_clips_qa/video_001176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..926f1749bfb77a4e5ce08b7d7f4c02768fc8fe94 --- /dev/null +++ b/hf_video_clips_qa/video_001176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74abb34521ca5a51934415baf1e3c68782a4a65b6e39f96160adde96cb8eb8fb +size 921615 diff --git a/hf_video_clips_qa/video_001177.mp4 b/hf_video_clips_qa/video_001177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c938c516200c0b62921d0ece11a36001bf6c02c8 --- /dev/null +++ b/hf_video_clips_qa/video_001177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5b21e08739ec88a64b04a1a7a1006fe3611f29444d55e1363e54e74bb48ef6 +size 586647 diff --git a/hf_video_clips_qa/video_001178.mp4 b/hf_video_clips_qa/video_001178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60cbeab6a1aa78090e08b7ff28620b21172188c2 --- /dev/null +++ b/hf_video_clips_qa/video_001178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45318e0f9560246b38c8f958ce8ff419281588bb36aad14ea97b10061533c37e +size 640207 diff --git a/hf_video_clips_qa/video_001179.mp4 b/hf_video_clips_qa/video_001179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..456a3f33dfefab14412d4ab058c985d189da5631 --- /dev/null +++ b/hf_video_clips_qa/video_001179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e0ae0c2ccf071c6c2b3563681f1fde3864f62182a41f63b5c4f8564040e685 +size 926366 diff --git a/hf_video_clips_qa/video_001180.mp4 b/hf_video_clips_qa/video_001180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..054234fac44930710c704602a44119c01ad7023b --- /dev/null +++ b/hf_video_clips_qa/video_001180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c10e99959536d6c48fe3143e4d7e9d8c4c980bedc3e2f7da8a49eb1ae6738b +size 595946 diff --git a/hf_video_clips_qa/video_001181.mp4 b/hf_video_clips_qa/video_001181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66e9c37a01be09bca1b478a1cc809bf7747800c1 --- /dev/null +++ b/hf_video_clips_qa/video_001181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026a8ef8bb5979d9e3f8e35c628ac4c90109fefbbcd793c583bd9817dd90f6d2 +size 576597 diff --git a/hf_video_clips_qa/video_001182.mp4 b/hf_video_clips_qa/video_001182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a361c3a1ccdb968dc1d729f0892c2c1417e2a90a --- /dev/null +++ b/hf_video_clips_qa/video_001182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fe8fa0e8bd2fac0c677b2c9496fe9c19d469d7f1b356f5c04f1f84fa94d81b +size 424708 diff --git a/hf_video_clips_qa/video_001183.mp4 b/hf_video_clips_qa/video_001183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e75395dd1982009152998192851e13d5a0ed8217 --- /dev/null +++ b/hf_video_clips_qa/video_001183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5309e268ec7d6bad05f11e745daddb9d491c3c54c260ea160fb7538cdea95c +size 588901 diff --git a/hf_video_clips_qa/video_001184.mp4 b/hf_video_clips_qa/video_001184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dca503044a1894c5a1b0d4414130eac6b66f0c53 --- /dev/null +++ b/hf_video_clips_qa/video_001184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6396e662211aad0f8e287821979adf4bea4a1a75a9b595b3107b8be22fd61f0 +size 760070 diff --git a/hf_video_clips_qa/video_001185.mp4 b/hf_video_clips_qa/video_001185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffc799d78e7698bdff6fa2f967b616ccd4fb226 --- /dev/null +++ b/hf_video_clips_qa/video_001185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea7a43630fb111b2bd87cc909a3265f153998f0f572c9fe9a3bb665987e5cea +size 694230 diff --git a/hf_video_clips_qa/video_001186.mp4 b/hf_video_clips_qa/video_001186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd745c805255b7701c822caba89eca3cb8f5afc9 --- /dev/null +++ b/hf_video_clips_qa/video_001186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a8fc224d74e90968fe6586db0d5421ffabc56af2c945fc7dc15f6fcee6f3e0 +size 595215 diff --git a/hf_video_clips_qa/video_001187.mp4 b/hf_video_clips_qa/video_001187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cfa2094275bb1a5739c772eaf9d2a22f7307644 --- /dev/null +++ b/hf_video_clips_qa/video_001187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77179dc8f45b78559ae6a861957098f6c4d448904fec6abf29aad372383be200 +size 637250 diff --git a/hf_video_clips_qa/video_001188.mp4 b/hf_video_clips_qa/video_001188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d4b3f21edb2be9280bad51aae0d21e8492acc9f --- /dev/null +++ b/hf_video_clips_qa/video_001188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f54b7efe890d7de13c9effe936d73b721492427289ef2474fc9814aa7dc96d +size 538736 diff --git a/hf_video_clips_qa/video_001189.mp4 b/hf_video_clips_qa/video_001189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3df78893e372dbb7fe68286ab038a62839d839d9 --- /dev/null +++ b/hf_video_clips_qa/video_001189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0c768c81318aeb99e9d44d71043a486c37027ab0d080d3b2f19420da9a8fc9 +size 700437 diff --git a/hf_video_clips_qa/video_001190.mp4 b/hf_video_clips_qa/video_001190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f81f33f34c4b20cbf6ca88dfa5766d2061d995ea --- /dev/null +++ b/hf_video_clips_qa/video_001190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119caf90b1897fd9ceeed6b54441e5a9de2e597b601880e54d1062288011f2f4 +size 469727 diff --git a/hf_video_clips_qa/video_001191.mp4 b/hf_video_clips_qa/video_001191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..481fd8a5efb51dff9bd8c80d7bfb2dbb09469fe3 --- /dev/null +++ b/hf_video_clips_qa/video_001191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4b455eeaf92a2723799ea33305a84c85b683be46111d8e1f19a3a3011629cf +size 779197 diff --git a/hf_video_clips_qa/video_001192.mp4 b/hf_video_clips_qa/video_001192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6316b87ca9ddff7ab68e194345683eae6b39e56d --- /dev/null +++ b/hf_video_clips_qa/video_001192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8edb80f6d1f64c0307e69b821c9493f934dbf275300d44eb9b04c1f97d776a9 +size 731174 diff --git a/hf_video_clips_qa/video_001193.mp4 b/hf_video_clips_qa/video_001193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f312dabf69b78d9bbdb17ee5946e49617a9f15 --- /dev/null +++ b/hf_video_clips_qa/video_001193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960b3495647b7e7d9179852cb5a022e3810a29a8a70b3870f5d0795ae547eabe +size 756411 diff --git a/hf_video_clips_qa/video_001194.mp4 b/hf_video_clips_qa/video_001194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b116b585b9affbcf34c13781280e172cfde1ee --- /dev/null +++ b/hf_video_clips_qa/video_001194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2f855c19a63db47e772bd0e5b29db0fb142dcc817ccd78e882c815887043cd +size 605046 diff --git a/hf_video_clips_qa/video_001195.mp4 b/hf_video_clips_qa/video_001195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aa4f535d56559535805776a06d9f3e212c38995 --- /dev/null +++ b/hf_video_clips_qa/video_001195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e86ec8eeab8e484cb2ac8d09e44c1932106d470021f12b20798276d7e0010fe +size 715516 diff --git a/hf_video_clips_qa/video_001196.mp4 b/hf_video_clips_qa/video_001196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a93f07b193201693b691c311f9c3e3c824d077 --- /dev/null +++ b/hf_video_clips_qa/video_001196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ebff4be8bc95deb19e6da0916289c208883cf53abd186979a5d1a73e867424 +size 702217 diff --git a/hf_video_clips_qa/video_001197.mp4 b/hf_video_clips_qa/video_001197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf61e08abf71720378f2387edd57758d3fafc6df --- /dev/null +++ b/hf_video_clips_qa/video_001197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f480e789cec9c4e1b5d8c40a8250ad743d529ef0c54182f42facbdacb2408cd2 +size 629546 diff --git a/hf_video_clips_qa/video_001198.mp4 b/hf_video_clips_qa/video_001198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc08ed17a8a16954fdc48d639dea79019a447989 --- /dev/null +++ b/hf_video_clips_qa/video_001198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbdfd01c76fc538d99767eadd30cd1fc051eae754ec57c4691e4086415407b7 +size 687542 diff --git a/hf_video_clips_qa/video_001199.mp4 b/hf_video_clips_qa/video_001199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8989caba45462349095db0429a63e315fc404ab1 --- /dev/null +++ b/hf_video_clips_qa/video_001199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeb6fb5d26868c0583897daf3a98ebada96b49d5de074d4c05b2c8c3efad8d9 +size 639268 diff --git a/hf_video_clips_qa/video_001200.mp4 b/hf_video_clips_qa/video_001200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c45557aa9962b50c5a27d46d37b0e9039c525a5d --- /dev/null +++ b/hf_video_clips_qa/video_001200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae1c765b276bc316354fa2a754d7ca177bfafc44044328c7eb856ceb2a275f2 +size 632493 diff --git a/hf_video_clips_qa/video_001201.mp4 b/hf_video_clips_qa/video_001201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..836c08978ad6a29bc7843df8416052fa6634edea --- /dev/null +++ b/hf_video_clips_qa/video_001201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7e093c896fff3e071f60c2ceb1fe3c1c20597d6833100a6c8ff0f5df93dc03 +size 624466 diff --git a/hf_video_clips_qa/video_001202.mp4 b/hf_video_clips_qa/video_001202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..989995e1f430dcd0ec707035dcf4fd796c97fe03 --- /dev/null +++ b/hf_video_clips_qa/video_001202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e13129f69de120c441ae23648ded26cfc0d13ba38f4da82a76438f0c8231b7 +size 777405 diff --git a/hf_video_clips_qa/video_001203.mp4 b/hf_video_clips_qa/video_001203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74964b60f0de8ed5de06f93f6dbdbb78bae8a545 --- /dev/null +++ b/hf_video_clips_qa/video_001203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328264e097d55744e6d1f698bf615caf7e6b2ad796f184ccf35db574902cb850 +size 327107 diff --git a/hf_video_clips_qa/video_001204.mp4 b/hf_video_clips_qa/video_001204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28482686c4fb8ae619029a848f8cf57401fd29b5 --- /dev/null +++ b/hf_video_clips_qa/video_001204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3ab2bed3e38a7d6123cb15cf217fb1631c4de14273a9910b0bcde673cae9ca +size 468096 diff --git a/hf_video_clips_qa/video_001205.mp4 b/hf_video_clips_qa/video_001205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee7fbdf5be9f34bb6f1b13d2b1ca9a7089743328 --- /dev/null +++ b/hf_video_clips_qa/video_001205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c30e9684ba6cf28cbfbfb310cad920ac25a372a2e0f920489a80ab32e15c965 +size 510706 diff --git a/hf_video_clips_qa/video_001206.mp4 b/hf_video_clips_qa/video_001206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..030c70d88fb0c095c4c6de57c9f6a0ec504df7bb --- /dev/null +++ b/hf_video_clips_qa/video_001206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dae957deacda819d2fe7e6a4c4a6cd83b12d61bf8e74b809858a7915d15c31 +size 487892 diff --git a/hf_video_clips_qa/video_001207.mp4 b/hf_video_clips_qa/video_001207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e40b563d9021a36005b2360a238a95d08c5f31fa --- /dev/null +++ b/hf_video_clips_qa/video_001207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d4798f7bd63343e8bceb3d22097fc7db5fb3c3d0e75e29664e34a4c9cbff0a +size 317708 diff --git a/hf_video_clips_qa/video_001208.mp4 b/hf_video_clips_qa/video_001208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c00776943b2cbffbf7966e2c51207f34aca92d89 --- /dev/null +++ b/hf_video_clips_qa/video_001208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c84dc3492cea659f569cc6eefe92b0bbf26b423d205e18e62c3597bb44a5000 +size 788861 diff --git a/hf_video_clips_qa/video_001209.mp4 b/hf_video_clips_qa/video_001209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..205eb220badf9f6358032d77534b11902c97f012 --- /dev/null +++ b/hf_video_clips_qa/video_001209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a35415d5a1d61928d3b4f0252ce811965b4dfaddfbb1856979133e3d3456aef +size 466376 diff --git a/hf_video_clips_qa/video_001210.mp4 b/hf_video_clips_qa/video_001210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9084a8873a63f91d9a7ffb59fd5e1e28d9c48bf1 --- /dev/null +++ b/hf_video_clips_qa/video_001210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191c5cdbd82c7687eef49dd68f9da9418e825df57a7a590004f1d4df271a885 +size 651335 diff --git a/hf_video_clips_qa/video_001211.mp4 b/hf_video_clips_qa/video_001211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7cff3f19693debb301758e03da05e87e797c40a --- /dev/null +++ b/hf_video_clips_qa/video_001211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d953e6b82191bec013fe3667ef7474282967d4692a3d9a24cc37b6019a937c +size 249495 diff --git a/hf_video_clips_qa/video_001212.mp4 b/hf_video_clips_qa/video_001212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cbaf8d5c2bf135e361db058828ee33be15c0a9d --- /dev/null +++ b/hf_video_clips_qa/video_001212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a5288d1f89b1429e7fc9e4209ae4903edeadb80e0a3b678c6502f1f10ac162 +size 703783 diff --git a/hf_video_clips_qa/video_001213.mp4 b/hf_video_clips_qa/video_001213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..717d97ed2481834297e04138bd56c0201bbb589a --- /dev/null +++ b/hf_video_clips_qa/video_001213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9176eb408aff78d87de49e1fa95f15002feb2eb1ce322c9358bc9cf0394d5ba2 +size 656963 diff --git a/hf_video_clips_qa/video_001214.mp4 b/hf_video_clips_qa/video_001214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a9119f5bf16cd8d637d9e55140828e849ec0adb --- /dev/null +++ b/hf_video_clips_qa/video_001214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5efe862b0c676360ca2473179bf1e982e6f094b75d2add95a672bf55a7d2972 +size 630706 diff --git a/hf_video_clips_qa/video_001215.mp4 b/hf_video_clips_qa/video_001215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aecd2fbed9de1194c1361ab5e80c792de96ee21a --- /dev/null +++ b/hf_video_clips_qa/video_001215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fed8b5f03c57469cdcfb8732616dbb6c32e508a9782009529de31382ad34240 +size 642187 diff --git a/hf_video_clips_qa/video_001216.mp4 b/hf_video_clips_qa/video_001216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d774cd47097b3f1d38a9ea4a4609d90e871161ad --- /dev/null +++ b/hf_video_clips_qa/video_001216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c686ff3f91c140b16eec98621eeb04786ae53856243ea0f043eaf5f4391792fc +size 370420 diff --git a/hf_video_clips_qa/video_001217.mp4 b/hf_video_clips_qa/video_001217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dc6cd7432e5a5766e533c025a188667faeb6bfb --- /dev/null +++ b/hf_video_clips_qa/video_001217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e95d758c2ab08d3a5978f8b02221cc2fb1bc385685f7f8106f3960746af0dc +size 610785 diff --git a/hf_video_clips_qa/video_001218.mp4 b/hf_video_clips_qa/video_001218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..091ff2af5248ea76b6f30618f9fe2bcc299c549e --- /dev/null +++ b/hf_video_clips_qa/video_001218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33939a036d4d54bdfbe9a5ac8438880eb4fba11aa6bbcbd3d749d839ba8022af +size 633463 diff --git a/hf_video_clips_qa/video_001219.mp4 b/hf_video_clips_qa/video_001219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..253affb93a32faafdafceee85d8739de9ff83bf3 --- /dev/null +++ b/hf_video_clips_qa/video_001219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec317604338ce26ee34501f9e8326737c1c7a03dbb2521dad19d5ea0dd87461 +size 763070 diff --git a/hf_video_clips_qa/video_001220.mp4 b/hf_video_clips_qa/video_001220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3509f8dbe1c5f1ebd70ecd7519883092ece0e62 --- /dev/null +++ b/hf_video_clips_qa/video_001220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f51bad39a702a235214ddfcb1a538a6e835f905438afbc71b7ac35ba32d6359 +size 561031 diff --git a/hf_video_clips_qa/video_001221.mp4 b/hf_video_clips_qa/video_001221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a50feb45c0fc2fa5e9ae4063e2ed44904c56ba33 --- /dev/null +++ b/hf_video_clips_qa/video_001221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d052bcfa9017bb78cd46e611954225c7a37bfd1dbc1b88f8d823fdb95e90904 +size 623337 diff --git a/hf_video_clips_qa/video_001222.mp4 b/hf_video_clips_qa/video_001222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f653fcda965e0f012ef3593528acf161edf43c35 --- /dev/null +++ b/hf_video_clips_qa/video_001222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de83f45073045e9bfaf013e6093644296d3ea16e4173e135fa576156f78b7bb +size 778123 diff --git a/hf_video_clips_qa/video_001223.mp4 b/hf_video_clips_qa/video_001223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30f6edb2dd93073b5e56d4af0e49685c68b4b5a5 --- /dev/null +++ b/hf_video_clips_qa/video_001223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318a872bee6f48ee07f52a258b68cfd3a11827c73d41e9f5cd6d3b5e3ac97c8a +size 763943 diff --git a/hf_video_clips_qa/video_001224.mp4 b/hf_video_clips_qa/video_001224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d2efae17446250d732330fbd2f386bbccb6b25e --- /dev/null +++ b/hf_video_clips_qa/video_001224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d27e5d9b1d39ed516bfd7da15f12705d4ba82a254c6208e480203f2d624466 +size 600704 diff --git a/hf_video_clips_qa/video_001225.mp4 b/hf_video_clips_qa/video_001225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0225911f587bea94cef09c22c185e703fc0de17e --- /dev/null +++ b/hf_video_clips_qa/video_001225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035316fe2ccfaee414006ced783f8268cfbdf29cec10700b6c9874260e488a1d +size 750141 diff --git a/hf_video_clips_qa/video_001226.mp4 b/hf_video_clips_qa/video_001226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5d8a8196e277777419b9ea9f5b2e9abf905860c --- /dev/null +++ b/hf_video_clips_qa/video_001226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdcebd31a9605e929ac760d4d41ab74ed34d9da9a4865889d7532b220c34b3e +size 767861 diff --git a/hf_video_clips_qa/video_001227.mp4 b/hf_video_clips_qa/video_001227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26a923659a4c06dade8dc6b9d5fb47b0e0d77cef --- /dev/null +++ b/hf_video_clips_qa/video_001227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dd6a01259dfc9351867b39c93dabeb7f7ba294439186f121cbe9f992d02e8f +size 766367 diff --git a/hf_video_clips_qa/video_001228.mp4 b/hf_video_clips_qa/video_001228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc80dadc1bc45d818399c24ce9cdfa985dabd8f --- /dev/null +++ b/hf_video_clips_qa/video_001228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c002877ea86bc7f7dce6740451b3bff211b0bf2c9344e0c3f906bff058c3f96 +size 369272 diff --git a/hf_video_clips_qa/video_001229.mp4 b/hf_video_clips_qa/video_001229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc75fa23f01a624c26c180ca58ad00d89bbccb3a --- /dev/null +++ b/hf_video_clips_qa/video_001229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb871328b7e518206d7cd33c29ad3cd6d53fd2ad7e522ede3b561f8e13172403 +size 721619 diff --git a/hf_video_clips_qa/video_001230.mp4 b/hf_video_clips_qa/video_001230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f5cf8eef3bc33fc54c7e26c3ddd99dfedd9395e --- /dev/null +++ b/hf_video_clips_qa/video_001230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c29716ca71cf7d653d94bd3f1e3fb7c4ea601b5fb628632e358bf988f1a558a +size 720288 diff --git a/hf_video_clips_qa/video_001231.mp4 b/hf_video_clips_qa/video_001231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1361e2d0924f042cd910f845bdaeb9b6f8f7094 --- /dev/null +++ b/hf_video_clips_qa/video_001231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366fbcd4112af5dfced592f57a8845d9957b3cd0b25564e81556eb06186ca716 +size 831706 diff --git a/hf_video_clips_qa/video_001232.mp4 b/hf_video_clips_qa/video_001232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..578767c69ce62f67e831efb060cd646271af5574 --- /dev/null +++ b/hf_video_clips_qa/video_001232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc6666a8f32af57888c15c0b758396f203dfdd1258014c4c8e7b612c7d5c3a7 +size 640496 diff --git a/hf_video_clips_qa/video_001233.mp4 b/hf_video_clips_qa/video_001233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..801388e00e057759dc82b05bea6dbffb735b92c3 --- /dev/null +++ b/hf_video_clips_qa/video_001233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995e7685a319bf30052b565c0151b63b3a228a8773f88c7f378468301982e19d +size 666706 diff --git a/hf_video_clips_qa/video_001234.mp4 b/hf_video_clips_qa/video_001234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9008f637f368c0665ffbab3329d501b3a3b98d26 --- /dev/null +++ b/hf_video_clips_qa/video_001234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8fb0677a6458635a134300eb0472a56680becc9a0537aae261553304ab8844 +size 635650 diff --git a/hf_video_clips_qa/video_001235.mp4 b/hf_video_clips_qa/video_001235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48dd74d53974ecd56a61dcd5370db9b0356b873 --- /dev/null +++ b/hf_video_clips_qa/video_001235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d23aa4a4794f07eba2f370f559a6e9db7f372e2a8e2af2381117a73cbbf8c2 +size 698862 diff --git a/hf_video_clips_qa/video_001236.mp4 b/hf_video_clips_qa/video_001236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbdceeafebdbff2ebb088239895956d443c92bc0 --- /dev/null +++ b/hf_video_clips_qa/video_001236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c111b4ab6f60e734bf4596ab56385940fada4d93439eb070c06fbccc4c60d3d9 +size 491648 diff --git a/hf_video_clips_qa/video_001237.mp4 b/hf_video_clips_qa/video_001237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77edadd8553ba777856182d2121b438d27fed686 --- /dev/null +++ b/hf_video_clips_qa/video_001237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfed0ab6a33534e65a4325c5191897f5dd951993bfb4a205bd72ba24ee470368 +size 694082 diff --git a/hf_video_clips_qa/video_001238.mp4 b/hf_video_clips_qa/video_001238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afac5c6e5d1741b1a0e5c69f83d7c73192b838a9 --- /dev/null +++ b/hf_video_clips_qa/video_001238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dea7da5100b616463cd1a949cde3762eae32b03fe4d72f4cf1461c83814db0 +size 747092 diff --git a/hf_video_clips_qa/video_001239.mp4 b/hf_video_clips_qa/video_001239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef28b3dda4315f23d63bccbfcaa08717ee6294e6 --- /dev/null +++ b/hf_video_clips_qa/video_001239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb3c89acc549fe1987170883e728e0e7b99f09b38997077e225ac5d1b678b08 +size 723118 diff --git a/hf_video_clips_qa/video_001240.mp4 b/hf_video_clips_qa/video_001240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..527f404097d0ef7a545c94a8c493437e71342a2b --- /dev/null +++ b/hf_video_clips_qa/video_001240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd63496e971e1d6ecf502a990a3f8387deea354d3dcd7e82004369e4e4821718 +size 750894 diff --git a/hf_video_clips_qa/video_001241.mp4 b/hf_video_clips_qa/video_001241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d40eb37a7661c30c0dbe8cfaa47b4c2f71ca9a3 --- /dev/null +++ b/hf_video_clips_qa/video_001241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04a3fa14dafe49b1d7ec034f5b094710073ebd1324c6b2eca401d0e01c09c1 +size 668138 diff --git a/hf_video_clips_qa/video_001242.mp4 b/hf_video_clips_qa/video_001242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfcc25aefb85912d2b42ea2d739bf210f29f2439 --- /dev/null +++ b/hf_video_clips_qa/video_001242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab67f46f01977711bc7517241fff753d9486a9c7774306c081f2e07b038c43dc +size 721210 diff --git a/hf_video_clips_qa/video_001243.mp4 b/hf_video_clips_qa/video_001243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5826507161e5e0878f364814d3657629f56c9809 --- /dev/null +++ b/hf_video_clips_qa/video_001243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732b6b8d0c2adaea196f45d4a55ee777b7e2169bcbcd46991b8d4e9c5c34c9ce +size 865082 diff --git a/hf_video_clips_qa/video_001244.mp4 b/hf_video_clips_qa/video_001244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65bccaf16b7e0f00475880054f7f6dd849b792b9 --- /dev/null +++ b/hf_video_clips_qa/video_001244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa5bb72d0bbc68bf704e08ba342ba1d5c92d486452cb092fb22cbab0e777907 +size 379680 diff --git a/hf_video_clips_qa/video_001245.mp4 b/hf_video_clips_qa/video_001245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d603a7efa35a0b0f5cd111ab5e5922dd4c37f670 --- /dev/null +++ b/hf_video_clips_qa/video_001245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7822c5e22addba529181038eff257a5c4d525f99842472644f6005e9884ca22c +size 489675 diff --git a/hf_video_clips_qa/video_001246.mp4 b/hf_video_clips_qa/video_001246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..209b1d523ca327e56cdaadd3b3482a038e58446f --- /dev/null +++ b/hf_video_clips_qa/video_001246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135e05a415fc631d8ce7ef4563fdd0d86cd23ef917fb9834dad53d4f6d3a61ee +size 624733 diff --git a/hf_video_clips_qa/video_001247.mp4 b/hf_video_clips_qa/video_001247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4b3f7813f5c32fc5112d562488682fc71cf7ea1 --- /dev/null +++ b/hf_video_clips_qa/video_001247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7852678229e230f3427609b1688443a54e2b8b6bebc48d0545a4100f2109bfd +size 914403 diff --git a/hf_video_clips_qa/video_001248.mp4 b/hf_video_clips_qa/video_001248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7984bac469fecc67e95e8a782cddd42316d6bb5d --- /dev/null +++ b/hf_video_clips_qa/video_001248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08800a3cb48701bc105c864fea34578e302c6b6c26f8e8caa1dfce6ffdb43fa6 +size 775179 diff --git a/hf_video_clips_qa/video_001249.mp4 b/hf_video_clips_qa/video_001249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..024781c7f9ed43f8aaa299e9a5365145eee915ae --- /dev/null +++ b/hf_video_clips_qa/video_001249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e608156727de2f57412b35d001c19bee7aa2428953c11baefe8312d279ab0b3 +size 569821 diff --git a/hf_video_clips_qa/video_001250.mp4 b/hf_video_clips_qa/video_001250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aec88168b079529233fdcee0edb3c13c75465915 --- /dev/null +++ b/hf_video_clips_qa/video_001250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef1a79a4c526bdf5b8c0f6c4eef7a977a2c9aa594f4a59c95fb6f750458c199 +size 780178 diff --git a/hf_video_clips_qa/video_001251.mp4 b/hf_video_clips_qa/video_001251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8251ce2d9751ba41f9afe372bb1cbd7bb6185a4d --- /dev/null +++ b/hf_video_clips_qa/video_001251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434aaf6fdc4758acb67b21a68171a46bb705a57aa300d85b5eb04a0fff0c29ec +size 859712 diff --git a/hf_video_clips_qa/video_001252.mp4 b/hf_video_clips_qa/video_001252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72d99333fa6d0db9d5f83232dd7ed22591b51ef6 --- /dev/null +++ b/hf_video_clips_qa/video_001252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37f7bdd5ddbe248f9e54dbeb7c2154d5885735e84a4671e199895a94c7d35f7 +size 752942 diff --git a/hf_video_clips_qa/video_001253.mp4 b/hf_video_clips_qa/video_001253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2ff00327f922819685f0718feedb8c0f8c998d --- /dev/null +++ b/hf_video_clips_qa/video_001253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090ae9f0b2e93905fd0adb819572aa83b50e4b0bd9d7ae0986325d0ac857ebec +size 724884 diff --git a/hf_video_clips_qa/video_001254.mp4 b/hf_video_clips_qa/video_001254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab94ba6d9cca0ef5f7df1d103465a7a6605bf2f8 --- /dev/null +++ b/hf_video_clips_qa/video_001254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c6ddf3bbfb02a63010c9976f15b165a310419ad93730e617d1532cf65da45a +size 703929 diff --git a/hf_video_clips_qa/video_001255.mp4 b/hf_video_clips_qa/video_001255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2139a55f0fff9996240d00444a0c110786a12641 --- /dev/null +++ b/hf_video_clips_qa/video_001255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8429ba8bd9c3ecf7a6bb9a1d6bdc0e7122e70c02bf0d128523c5ec9a4837d9cd +size 768101 diff --git a/hf_video_clips_qa/video_001256.mp4 b/hf_video_clips_qa/video_001256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ee7119fe6968f85ecd353a0b505cfe3834f93ff --- /dev/null +++ b/hf_video_clips_qa/video_001256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0d49788a7b2b2a56c0fdacf21ce3dc0fd3b2045caefbf3041d57537d29c8c5 +size 631982 diff --git a/hf_video_clips_qa/video_001257.mp4 b/hf_video_clips_qa/video_001257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81730bcae7e2da950bf3ce6cf6c05ebc49ad0230 --- /dev/null +++ b/hf_video_clips_qa/video_001257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f449eb670beae057a117c5834e3ea0ef9e371ffc0db82040ac63deb99bc6ab +size 1225617 diff --git a/hf_video_clips_qa/video_001258.mp4 b/hf_video_clips_qa/video_001258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb1e07e8addd0e960b0bf262630ae69b20a10d7 --- /dev/null +++ b/hf_video_clips_qa/video_001258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a826b83da8490704b1ab815d844bbf348799a011ddbcae354eced5645f2a45c +size 716726 diff --git a/hf_video_clips_qa/video_001259.mp4 b/hf_video_clips_qa/video_001259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b70d010014649cc80e52a3b1ce3cfc9c6e5ffa8a --- /dev/null +++ b/hf_video_clips_qa/video_001259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cd61f2c12d7ce7971e991fe4b85b0e220a979e9d40a0675a44b6fed726219e +size 758287 diff --git a/hf_video_clips_qa/video_001260.mp4 b/hf_video_clips_qa/video_001260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df15cec68cada32f3d08f55e2b1a168fd8ce731 --- /dev/null +++ b/hf_video_clips_qa/video_001260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba87c79bc176a65035b66d5cb79d3c900c6a44a4e4868d9b8f018291cfc93a62 +size 1228349 diff --git a/hf_video_clips_qa/video_001261.mp4 b/hf_video_clips_qa/video_001261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a2373db1ece45bc5a0786ec30d65f04e89c50c8 --- /dev/null +++ b/hf_video_clips_qa/video_001261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10779fe177047a8687629a1032c61067561090368509bafcbd402c1a37a78d87 +size 968566 diff --git a/hf_video_clips_qa/video_001262.mp4 b/hf_video_clips_qa/video_001262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..765243d9cfd0a66aee02094cccbee677beb7ed7f --- /dev/null +++ b/hf_video_clips_qa/video_001262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b1877384972de4e635df0d5e405ca7b33106a0cbaa3050570b149ef4dfb26c +size 904842 diff --git a/hf_video_clips_qa/video_001263.mp4 b/hf_video_clips_qa/video_001263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..218e09ff3410bd2a04649d4f09b3af1e3fa9f236 --- /dev/null +++ b/hf_video_clips_qa/video_001263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7176908a74f916a7134a4e2e8e98cf59f490ae8b5c80f8631532918f5eba25c3 +size 599560 diff --git a/hf_video_clips_qa/video_001264.mp4 b/hf_video_clips_qa/video_001264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c97ec23d6110a431bd347bda161a346aea2a3f --- /dev/null +++ b/hf_video_clips_qa/video_001264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fae59dd00dab3968d5466e5a262c6d9a22676287b5e8290b02e8bc62392934 +size 710493 diff --git a/hf_video_clips_qa/video_001265.mp4 b/hf_video_clips_qa/video_001265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c0b83cd45d2a2d72864befd790feedfb78b848 --- /dev/null +++ b/hf_video_clips_qa/video_001265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737352638251372ccebd9888c9088188af446918adcc61452d74f4e62a390ae8 +size 308105 diff --git a/hf_video_clips_qa/video_001266.mp4 b/hf_video_clips_qa/video_001266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae4e3e4c434518f328f4086ec3bdec54729051b6 --- /dev/null +++ b/hf_video_clips_qa/video_001266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28242e5fa4c85be1a3fd360b01d2a8656c8d3240f987da825c686d21422e2802 +size 697534 diff --git a/hf_video_clips_qa/video_001267.mp4 b/hf_video_clips_qa/video_001267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc677eaf834e0a9f4d8983126a8871fcce1b0f24 --- /dev/null +++ b/hf_video_clips_qa/video_001267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3e6d415d03898d18e1c1f6063cea9866f124aca1d6476625ec9eca1f38901e +size 759470 diff --git a/hf_video_clips_qa/video_001268.mp4 b/hf_video_clips_qa/video_001268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e7500dc6c0b0d8362bbb79e8d89e36fbe45a234 --- /dev/null +++ b/hf_video_clips_qa/video_001268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4683835f1d57361b679b6dd5d03bed08148d236345b402b3e0d47724b8eef17 +size 859941 diff --git a/hf_video_clips_qa/video_001269.mp4 b/hf_video_clips_qa/video_001269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4a96d710e5d3bc4d6899ce35d3a215a91ce6194 --- /dev/null +++ b/hf_video_clips_qa/video_001269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c569924369251aca5e57a21cd01887e6b021861fa3e061eeea4533beb5ca5c3 +size 635096 diff --git a/hf_video_clips_qa/video_001270.mp4 b/hf_video_clips_qa/video_001270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15b3563958d678f815bfcdb53f37725071efa1ad --- /dev/null +++ b/hf_video_clips_qa/video_001270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0333b4c012085398e2d0d428368428f97bd70395ba0207d7531e19155ec5a58 +size 465626 diff --git a/hf_video_clips_qa/video_001271.mp4 b/hf_video_clips_qa/video_001271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0eb802f1e679d1d39e68792ef372bc5a459cfb --- /dev/null +++ b/hf_video_clips_qa/video_001271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e92058a2d283275a6ea5e3f6f121808ea45ee32e8d0987e812aa3c2ef41fa37 +size 507978 diff --git a/hf_video_clips_qa/video_001272.mp4 b/hf_video_clips_qa/video_001272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f7f770c092f56fd2ab91051d438396678c4e4c2 --- /dev/null +++ b/hf_video_clips_qa/video_001272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581535e04b120b091dc9c3522fcd22ddaaa1009bc1449fef6d9d6f25dca8c1d8 +size 682086 diff --git a/hf_video_clips_qa/video_001273.mp4 b/hf_video_clips_qa/video_001273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57394d89a94ed4c044e858f6dcf21a76a973468e --- /dev/null +++ b/hf_video_clips_qa/video_001273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7254d05f12dfe27862c1851c94a60d928d01e349dae324b0e76a40afb55fc422 +size 681481 diff --git a/hf_video_clips_qa/video_001274.mp4 b/hf_video_clips_qa/video_001274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0963f254fb6ae50a151b0921c90c317a5e7bc972 --- /dev/null +++ b/hf_video_clips_qa/video_001274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafa96480c32892d2b095c12b532360f3f93a7325e34aba9b433429bf5cd1324 +size 567947 diff --git a/hf_video_clips_qa/video_001275.mp4 b/hf_video_clips_qa/video_001275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afac693f91e4ce66a0c0187e4833b483f84a83ee --- /dev/null +++ b/hf_video_clips_qa/video_001275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d77bfd11a7c880a9a311c4f929376e8aed4911dae9abed1b89e00a785c51b6d +size 308511 diff --git a/hf_video_clips_qa/video_001276.mp4 b/hf_video_clips_qa/video_001276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..214d0db416cfffe911d66c00006580968cc29f80 --- /dev/null +++ b/hf_video_clips_qa/video_001276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626c521e3672add35849b91bfdaf0eb647a6b31de14a6dedf058096d4b16915f +size 367868 diff --git a/hf_video_clips_qa/video_001277.mp4 b/hf_video_clips_qa/video_001277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea4a7adfdf8e067a770b6db164b9a691a1e178a1 --- /dev/null +++ b/hf_video_clips_qa/video_001277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed8edb59a03ad475b8ca184ceec83d2925edecd0cfdf3cea7f09d42a56f6541 +size 760807 diff --git a/hf_video_clips_qa/video_001278.mp4 b/hf_video_clips_qa/video_001278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ce37661a212c85d5abf1877483fe375a9108668 --- /dev/null +++ b/hf_video_clips_qa/video_001278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44a31bc0c79bbf3eb3754ddd276dad5d2daf71843405d2a5828e8e9281ca7db +size 647274 diff --git a/hf_video_clips_qa/video_001279.mp4 b/hf_video_clips_qa/video_001279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..900932f0427577789379c02f0b14d789f8b12456 --- /dev/null +++ b/hf_video_clips_qa/video_001279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd380e3ea3a33e851e77b746604e270296416ed57b47e045aa1aa4986d688535 +size 584298 diff --git a/hf_video_clips_qa/video_001280.mp4 b/hf_video_clips_qa/video_001280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7249f8b7cfcac08834ed85fbc0eb03299454b5ea --- /dev/null +++ b/hf_video_clips_qa/video_001280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bbbfcbbbd0af54d25670dcf5a6954c3876c025c024cb28a42bcd2cc74bfc0f +size 737959 diff --git a/hf_video_clips_qa/video_001281.mp4 b/hf_video_clips_qa/video_001281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01734bf34883862f135b7522a1e15c6c266cdb62 --- /dev/null +++ b/hf_video_clips_qa/video_001281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d84fca8ce065a5a0c8c2d7c9a7a33b9991ce866755e3a1831d56a82c79c9bd +size 663106 diff --git a/hf_video_clips_qa/video_001282.mp4 b/hf_video_clips_qa/video_001282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7473dc99b955746399d708f533ef28d99f70b017 --- /dev/null +++ b/hf_video_clips_qa/video_001282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b550c208de16ffd680a53a46826a6681d9e060e6fa749c7d28f90dc6b991e7 +size 377926 diff --git a/hf_video_clips_qa/video_001283.mp4 b/hf_video_clips_qa/video_001283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fb1a2627ef47a1c109b4d8f7c5f0480e62761b2 --- /dev/null +++ b/hf_video_clips_qa/video_001283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248dc2d0eddfceab6b34109ca704e03a6ddaef40b589995f50bc2e0d9eefbd42 +size 537514 diff --git a/hf_video_clips_qa/video_001284.mp4 b/hf_video_clips_qa/video_001284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c5c9dbe992baa960079e2e9ff8418ba4a2445ed --- /dev/null +++ b/hf_video_clips_qa/video_001284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d4b9b75c6382f6cb1b2c5a2ed01df7f13f4a666728ccd2c59d2330d3706ab8 +size 786477 diff --git a/hf_video_clips_qa/video_001285.mp4 b/hf_video_clips_qa/video_001285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d27ff43f3f028c969d0af444ebeea250198262d7 --- /dev/null +++ b/hf_video_clips_qa/video_001285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb48ef0f1d76416940690c53ab6abee160d8ee3d6aa68699abcbd0f86b5fa17 +size 743159 diff --git a/hf_video_clips_qa/video_001286.mp4 b/hf_video_clips_qa/video_001286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..857a6274fe0049fc8bdd8d9984243d8715dedd6e --- /dev/null +++ b/hf_video_clips_qa/video_001286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873fe122fff9753f016349abd93822c6db04a77a1fd68fdac79f8d2011cdfed2 +size 417251 diff --git a/hf_video_clips_qa/video_001287.mp4 b/hf_video_clips_qa/video_001287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..233d40e0bdc062fc5f79c421f32038c64b4aa14b --- /dev/null +++ b/hf_video_clips_qa/video_001287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b4c1caa11ce7ec5075ca080a1a3112ab93144eb1beac7541e92d6c20fa4df3 +size 456944 diff --git a/hf_video_clips_qa/video_001288.mp4 b/hf_video_clips_qa/video_001288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c92b2d22a6a01a0c116d087192e4338aaf41d4c --- /dev/null +++ b/hf_video_clips_qa/video_001288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68066722f7b0b842f9bd6d5d97908f1f14ac10231f966f335a6ac73d08779943 +size 643097 diff --git a/hf_video_clips_qa/video_001289.mp4 b/hf_video_clips_qa/video_001289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..488eb00be538c49acea97e1a672274f20b668717 --- /dev/null +++ b/hf_video_clips_qa/video_001289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e6aa6e5968cf25dc456d86bcca39ab5e7a7074064ca142aa2ddf2e57f66b02 +size 587689 diff --git a/hf_video_clips_qa/video_001290.mp4 b/hf_video_clips_qa/video_001290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56e061036347967e5e6a845192dfc0ff53a9c86f --- /dev/null +++ b/hf_video_clips_qa/video_001290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddd08ced10474ab18c8e493f2d7b257ae2b87fe97c40e4accaab0ce2dc8baec +size 460795 diff --git a/hf_video_clips_qa/video_001291.mp4 b/hf_video_clips_qa/video_001291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fd4cd72ef13400b318b9e2e1015708b3a624b8c --- /dev/null +++ b/hf_video_clips_qa/video_001291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c2e062502c709c029ca1d609bcf3f4337f3d700960068935605de96d899217 +size 742629 diff --git a/hf_video_clips_qa/video_001292.mp4 b/hf_video_clips_qa/video_001292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abfb137b3b6f8bdf61d020201d83b0cd3b41ec74 --- /dev/null +++ b/hf_video_clips_qa/video_001292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb889d3b1420e8165b7e4ecb10d27049075fb95d778c2fd4fd83ff371f2cc217 +size 580678 diff --git a/hf_video_clips_qa/video_001293.mp4 b/hf_video_clips_qa/video_001293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..246cd190fc4470251f3258e0e7fbcf6d1ec7b7ef --- /dev/null +++ b/hf_video_clips_qa/video_001293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f73f6a11aa9ba27a2da528b04f2b6e224f24fc2c3792a984e6f44029900b28 +size 652870 diff --git a/hf_video_clips_qa/video_001294.mp4 b/hf_video_clips_qa/video_001294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac7fbbc9607ec43ca33a67e123c702b8a768ea25 --- /dev/null +++ b/hf_video_clips_qa/video_001294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efa24db3353ff0a648cd36c49bcffde89bc2948a023095f6cfdf85c74260a7d +size 918072 diff --git a/hf_video_clips_qa/video_001295.mp4 b/hf_video_clips_qa/video_001295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a4b414cd370adb10284444330e7108f2660356a --- /dev/null +++ b/hf_video_clips_qa/video_001295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1524e413e3103016751dcb6a3201da569b5b3c275f88a6d0d013d4784389ab +size 666492 diff --git a/hf_video_clips_qa/video_001296.mp4 b/hf_video_clips_qa/video_001296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9064ca43e331e806d01a04348ef7781f2701365 --- /dev/null +++ b/hf_video_clips_qa/video_001296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd997761a143e04af3f622979dc023e28bce77094ca9b1b6780e777f302722d1 +size 877354 diff --git a/hf_video_clips_qa/video_001297.mp4 b/hf_video_clips_qa/video_001297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d58577403cf0173a0d242bc9a933399770c44c70 --- /dev/null +++ b/hf_video_clips_qa/video_001297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4037071eddb444414c10b86e1e589c5818667574902302ad83e95ee0ace0d017 +size 515131 diff --git a/hf_video_clips_qa/video_001298.mp4 b/hf_video_clips_qa/video_001298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c87644a2a9d8efe2b785921f2c2ab22ac87b81c --- /dev/null +++ b/hf_video_clips_qa/video_001298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e478dd74322359fae15b4ae80a31dbab1968ee8fedf4a1420a180e31014d0885 +size 799826 diff --git a/hf_video_clips_qa/video_001299.mp4 b/hf_video_clips_qa/video_001299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5af449b81a51fbb245b09a0f68d0a8a542558aac --- /dev/null +++ b/hf_video_clips_qa/video_001299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db32a42b1cf85071125fab9889a69d89d0b07b23345155892a4fd19c4b8b7fb +size 747925 diff --git a/hf_video_clips_qa/video_001300.mp4 b/hf_video_clips_qa/video_001300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0be629e9f17c1ee4cb7da8276f51d6a29390305c --- /dev/null +++ b/hf_video_clips_qa/video_001300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a41a7311121a1750b804d3acc2ee8a5ff91267e5c331b202052e50f0d3d0ed +size 736929 diff --git a/hf_video_clips_qa/video_001301.mp4 b/hf_video_clips_qa/video_001301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80feb892ab8ae11af543efc47cf9fc0a96860bb --- /dev/null +++ b/hf_video_clips_qa/video_001301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce6b007700ee3c3d4f6799096a6971d689f66aa07d278570367d08e6a0e84fd +size 402894 diff --git a/hf_video_clips_qa/video_001302.mp4 b/hf_video_clips_qa/video_001302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e578649a02a9ae618ad328bbe8b7914c434436a7 --- /dev/null +++ b/hf_video_clips_qa/video_001302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2fa23f3a0cec0a34a2d533c98d61f7e4df59fa9ebba1a1086a92fc0e312463 +size 363281 diff --git a/hf_video_clips_qa/video_001303.mp4 b/hf_video_clips_qa/video_001303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7faf9e7dabbb198eacb2fd60498d63ae3848d7a4 --- /dev/null +++ b/hf_video_clips_qa/video_001303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48e77407d5b00a8b641288bf3382c062c8e5f305e07fc21ce7ed2c0427eef43 +size 540240 diff --git a/hf_video_clips_qa/video_001304.mp4 b/hf_video_clips_qa/video_001304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8401fd2841afda246e8e9b8663ea6385621147c2 --- /dev/null +++ b/hf_video_clips_qa/video_001304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2e54a33bfdd0fd59eb4f25a9eba49d34c834a828d733266b901ec520cb4bed +size 344447 diff --git a/hf_video_clips_qa/video_001305.mp4 b/hf_video_clips_qa/video_001305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77a42e15a244d4da3cd05a0e930d12103c33cd7e --- /dev/null +++ b/hf_video_clips_qa/video_001305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8516fdbffadfb27cbdf4ee7ecff26deb506e1550edb25ca38fdf6da358604cf +size 408991 diff --git a/hf_video_clips_qa/video_001306.mp4 b/hf_video_clips_qa/video_001306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20ac27d75f459d9882674ac928d4a6db7ab24910 --- /dev/null +++ b/hf_video_clips_qa/video_001306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c819029fb6e6a8a31c78db1c293952f209fe3bfd48054070bf94e3f3f4289e3b +size 539792 diff --git a/hf_video_clips_qa/video_001307.mp4 b/hf_video_clips_qa/video_001307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a15599da9ea0ba354f67ffdb26aa1e664d79b346 --- /dev/null +++ b/hf_video_clips_qa/video_001307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eb064dd30cf2fb3f78f809c9b258f665d14f6723985ff41c6f3a010c5384fb +size 531281 diff --git a/hf_video_clips_qa/video_001308.mp4 b/hf_video_clips_qa/video_001308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f23d25265ccf672fa5cbe1458ed3791b0204b3d8 --- /dev/null +++ b/hf_video_clips_qa/video_001308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f4fddab85564bc86a1be50b03b7497d60ae1854b796fd0a7cb562efdf6c468 +size 296330 diff --git a/hf_video_clips_qa/video_001309.mp4 b/hf_video_clips_qa/video_001309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43c5dbadd9b36b10bcb1c100fc34cd0b61fb593c --- /dev/null +++ b/hf_video_clips_qa/video_001309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6be4fecfc6ab6a076c8840342ea31ce4680cea3f71f9f74b81f71d646571ec9 +size 409744 diff --git a/hf_video_clips_qa/video_001310.mp4 b/hf_video_clips_qa/video_001310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee20a19fd1f7f1720f7402a47ba79ebfa29ecb19 --- /dev/null +++ b/hf_video_clips_qa/video_001310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064660d0ee2b0dc9a9c9bc547d1d9898455344d6defb86109038e8bd9db3f728 +size 436575 diff --git a/hf_video_clips_qa/video_001311.mp4 b/hf_video_clips_qa/video_001311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd348b614a645ef869146a774d52361f4d3e14f8 --- /dev/null +++ b/hf_video_clips_qa/video_001311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b82bc564bd4f2e1a973cce1b1e914a1fc507d79544da2fcf9f3b9512def1df +size 483579 diff --git a/hf_video_clips_qa/video_001312.mp4 b/hf_video_clips_qa/video_001312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d18650878be2658b02a6712e88aea5af42d5b7c --- /dev/null +++ b/hf_video_clips_qa/video_001312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4158d478bcb1a0b6c405b814c612d071cc5323d3f1bf4caf46a61fec164bbec +size 383070 diff --git a/hf_video_clips_qa/video_001313.mp4 b/hf_video_clips_qa/video_001313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63e24f32014f053e40cfbca1478341a181d67808 --- /dev/null +++ b/hf_video_clips_qa/video_001313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4215f5cad140821f85f615c9fd78862af5be179cc3daf7fad0182faa10e8757 +size 420729 diff --git a/hf_video_clips_qa/video_001314.mp4 b/hf_video_clips_qa/video_001314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62d2cd094e4e2130673ed927f21fbf712ca9b3a3 --- /dev/null +++ b/hf_video_clips_qa/video_001314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3b2015a198f9d0fc726a502420d605133a2315b3f2e044acd88ce0949333a1 +size 152280 diff --git a/hf_video_clips_qa/video_001315.mp4 b/hf_video_clips_qa/video_001315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1d78a98b5c35919799c73d74d3e7a30643b3b05 --- /dev/null +++ b/hf_video_clips_qa/video_001315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3843404c8553c04deae0f8b52030fc81320db3253e7d9cca15eee741d33d01aa +size 440747 diff --git a/hf_video_clips_qa/video_001316.mp4 b/hf_video_clips_qa/video_001316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a9f38b2b8acc64661c67d9980277dd1ffea31ed --- /dev/null +++ b/hf_video_clips_qa/video_001316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251a61ab8919e25714acf3e2275e5ebfb7c4a5674d5d8a5c4bdaa73a33a0302b +size 297200 diff --git a/hf_video_clips_qa/video_001317.mp4 b/hf_video_clips_qa/video_001317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..654a080a1cd4f347061743d2b144ea803aea53a7 --- /dev/null +++ b/hf_video_clips_qa/video_001317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff8f70d5f3f8589513e3626b9d790e6220e4de9321707668e2df505971ebf9d +size 868272 diff --git a/hf_video_clips_qa/video_001318.mp4 b/hf_video_clips_qa/video_001318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..487bfee5d033a3f8febe7cd10c25422e90b2b163 --- /dev/null +++ b/hf_video_clips_qa/video_001318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d6719ffbc3d54b603e1858eb8055410d576325a004efb64c464c44a34343e5 +size 329559 diff --git a/hf_video_clips_qa/video_001319.mp4 b/hf_video_clips_qa/video_001319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0afa2a06f85d20b7287d0f1a2f0897600707f279 --- /dev/null +++ b/hf_video_clips_qa/video_001319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5176a89ee91624c7b205259812f92f62aa5094d087234f03af1c2f3aff71b367 +size 367192 diff --git a/hf_video_clips_qa/video_001320.mp4 b/hf_video_clips_qa/video_001320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b74000aaa5364ae52b5e2192d5e1ca9dd31a7efc --- /dev/null +++ b/hf_video_clips_qa/video_001320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09e9ce2b1aed448a64bb0fb69363b1cd447c9576cdfc8cd381fbe0decdab985 +size 158207 diff --git a/hf_video_clips_qa/video_001321.mp4 b/hf_video_clips_qa/video_001321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30779dbf0e82cdacd7374d34efc5cf217bf1cdf4 --- /dev/null +++ b/hf_video_clips_qa/video_001321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07da9fc0acdb74113a7d8eef6727abc0087641b1f27399a8ec88f3f253c9c2d4 +size 182586 diff --git a/hf_video_clips_qa/video_001322.mp4 b/hf_video_clips_qa/video_001322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bde00367c4746207b0aeb568a7bab2e417d3993 --- /dev/null +++ b/hf_video_clips_qa/video_001322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42e058b958883d8f3213cfce5dc2a08a757a21ee47be0fe267f491accee8612 +size 363737 diff --git a/hf_video_clips_qa/video_001323.mp4 b/hf_video_clips_qa/video_001323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa86a8b107041743b1a594f97b9d48291729dd6a --- /dev/null +++ b/hf_video_clips_qa/video_001323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d9cba63652ff29bb915d5d4c3f61a74aa219746d94a471cac2bfc09f928da +size 373045 diff --git a/hf_video_clips_qa/video_001324.mp4 b/hf_video_clips_qa/video_001324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a37906d92b46ff768bb2d8702b6e3e9b738ca2f3 --- /dev/null +++ b/hf_video_clips_qa/video_001324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9221904a59a0d6ed18e688f1804c4230b0581a2b3d735939bed60f8cfff30b3c +size 437504 diff --git a/hf_video_clips_qa/video_001325.mp4 b/hf_video_clips_qa/video_001325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cff940d76dc9b24a4adf134e4727ddc01eb97c86 --- /dev/null +++ b/hf_video_clips_qa/video_001325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e532ab55aed5a559ed5568e4eac83d7279837b5080f0dd07fab22c0a764a41f +size 480090 diff --git a/hf_video_clips_qa/video_001326.mp4 b/hf_video_clips_qa/video_001326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..837d88796430255549ba3980299574989d8eb189 --- /dev/null +++ b/hf_video_clips_qa/video_001326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b08854373278f74e53ca72fcd702d907317b104ab787daecaaf1963d446bca +size 330398 diff --git a/hf_video_clips_qa/video_001327.mp4 b/hf_video_clips_qa/video_001327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f4a06d47d723b3693cf5647d9a4dedd1c43943f --- /dev/null +++ b/hf_video_clips_qa/video_001327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88a5c7100b8f17d5d8c5a1c10d1c3a00c7d1fae9632f3676a827b5b118fb48f +size 465145 diff --git a/hf_video_clips_qa/video_001328.mp4 b/hf_video_clips_qa/video_001328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31abaaa58ad6cd04f4699474310b10a41585416c --- /dev/null +++ b/hf_video_clips_qa/video_001328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76a4f2745f421afe2f4a5a1fa34ee17c5b72b55bc6689c75874564458d09d65 +size 319010 diff --git a/hf_video_clips_qa/video_001329.mp4 b/hf_video_clips_qa/video_001329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df54353908fb717b4fee7adbd66058a715512b36 --- /dev/null +++ b/hf_video_clips_qa/video_001329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859cc0ceb5f4430c8dda1ecfd6ce5a0d686cb9cf6e7bf7295857c43203a153ee +size 1466782 diff --git a/hf_video_clips_qa/video_001330.mp4 b/hf_video_clips_qa/video_001330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82f59822abe1a5ae05ac6469b5f6af8dc1dcce82 --- /dev/null +++ b/hf_video_clips_qa/video_001330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f72c0d0871f53a09e528cdceb46179fc0c6f62237c6efc5b4680bcc00cf8f5 +size 179435 diff --git a/hf_video_clips_qa/video_001331.mp4 b/hf_video_clips_qa/video_001331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f81cb6660f2a64511daae90cd640ebabd349b5a6 --- /dev/null +++ b/hf_video_clips_qa/video_001331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75c22e3d9f50c7696ee6f5cdb44ca48dac52fb1629a72d02228d46b70d11948 +size 376133 diff --git a/hf_video_clips_qa/video_001332.mp4 b/hf_video_clips_qa/video_001332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e746b63578476c5c313c5bc4048b1652d96e2df --- /dev/null +++ b/hf_video_clips_qa/video_001332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaeee209b8a720c814337652fcdc85868f345590852139c9bb6201e31b01312 +size 371733 diff --git a/hf_video_clips_qa/video_001333.mp4 b/hf_video_clips_qa/video_001333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c483166923485b3a4d9bf07633f2c8b8879350da --- /dev/null +++ b/hf_video_clips_qa/video_001333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8123680d158efb6476db930876e36be1de5ed176d2d5c440934e6076077a844d +size 335246 diff --git a/hf_video_clips_qa/video_001334.mp4 b/hf_video_clips_qa/video_001334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f766402fddfe48ce46e3dee8c1f9beead6e580b --- /dev/null +++ b/hf_video_clips_qa/video_001334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1479cdc1508216fe55c7414d0636e1791660cfc8367515ee6daaad9c40a54c69 +size 363396 diff --git a/hf_video_clips_qa/video_001335.mp4 b/hf_video_clips_qa/video_001335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a56f2fc6a16479fbab354f0915f761943d6ad519 --- /dev/null +++ b/hf_video_clips_qa/video_001335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53e84c4a214ea3b8a4b0942a4eeca27e3cc1556e449d40e3a24a9a4672ec283 +size 349614 diff --git a/hf_video_clips_qa/video_001336.mp4 b/hf_video_clips_qa/video_001336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7440080d4f4c1c78797e598b3aa80980ec4f635f --- /dev/null +++ b/hf_video_clips_qa/video_001336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d37f6364ce6dce365b03d794f08c290e5b31d95e345f433b0f5ea8c105012f +size 327505 diff --git a/hf_video_clips_qa/video_001337.mp4 b/hf_video_clips_qa/video_001337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae9e451d9b0b5a00f05135f5b53c1d6f22a08e8e --- /dev/null +++ b/hf_video_clips_qa/video_001337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18f345ba43ee073a23ef39cde5ecb8a3bfec54d1505c546cc016f26a8495e46 +size 234770 diff --git a/hf_video_clips_qa/video_001338.mp4 b/hf_video_clips_qa/video_001338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aed686af7b5d9b7dffa2e21eeceafb0a56e143b4 --- /dev/null +++ b/hf_video_clips_qa/video_001338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76faa56bce787f615125c3f8353dd8feab4c197cebcf67041c6c682cf78cb02d +size 420802 diff --git a/hf_video_clips_qa/video_001339.mp4 b/hf_video_clips_qa/video_001339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fe48905f205cb038be26f6c412a25d0fc966035 --- /dev/null +++ b/hf_video_clips_qa/video_001339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea31bdb68f3cc1300c80391832f569a2c2222aefdfeadf0271b8fc84903548bd +size 468174 diff --git a/hf_video_clips_qa/video_001340.mp4 b/hf_video_clips_qa/video_001340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44849341a475f5d0ce604392339d07e584ad0ad1 --- /dev/null +++ b/hf_video_clips_qa/video_001340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a260472d01ec7e555525eb5583e78108d140c94774eb286f613f4f8380e04958 +size 421546 diff --git a/hf_video_clips_qa/video_001341.mp4 b/hf_video_clips_qa/video_001341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b82dbe6b97343fce613c4754ef2af94ff165c7e4 --- /dev/null +++ b/hf_video_clips_qa/video_001341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60dc7ff69e98bf7f249021d23ceea5205c3950499a4f4dfc040add09fd75f3a +size 218515 diff --git a/hf_video_clips_qa/video_001342.mp4 b/hf_video_clips_qa/video_001342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e1da1e40e92ca3d9f390eb57e70dbe297509a2c --- /dev/null +++ b/hf_video_clips_qa/video_001342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c050c78cbe94ae3e17fe190fdc8a2d5818586c82dbccc7abe0baaf56c8eb72aa +size 299817 diff --git a/hf_video_clips_qa/video_001343.mp4 b/hf_video_clips_qa/video_001343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db86302a588cde7b2a43e38e318c8898058de816 --- /dev/null +++ b/hf_video_clips_qa/video_001343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cbd63eb372e138aa179a05fde7714fd7a63bc9c5bb3753aecc5a000e565ce0 +size 428927 diff --git a/hf_video_clips_qa/video_001344.mp4 b/hf_video_clips_qa/video_001344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e9a9756572b7a7f023bc37a89622b6adf324712 --- /dev/null +++ b/hf_video_clips_qa/video_001344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73a1117e8f1abc40d763613bc2f80bb9dead39b697797b8069cb560285f7f02 +size 163447 diff --git a/hf_video_clips_qa/video_001345.mp4 b/hf_video_clips_qa/video_001345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19e7924185ab4d1cc06423309db0f6d80412b6bf --- /dev/null +++ b/hf_video_clips_qa/video_001345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11aff30f2b8a37e380766837564e26f39102d263780051f7be7b3d38e9e8c30 +size 343888 diff --git a/hf_video_clips_qa/video_001346.mp4 b/hf_video_clips_qa/video_001346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c14b8c90ab331da6f1fcd1815250ca68b2678669 --- /dev/null +++ b/hf_video_clips_qa/video_001346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5adce2a524aa0e12976c785b2bb7b1b5d2155f28da22db7bfd6a3906a992242 +size 404521 diff --git a/hf_video_clips_qa/video_001347.mp4 b/hf_video_clips_qa/video_001347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9baae1b2d07346470c8bc60b81595be6d877c09b --- /dev/null +++ b/hf_video_clips_qa/video_001347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b682bd5aee49ddb8eff09d792aa6c95e5304da29665bc0316fb7144c1ca29990 +size 1711003 diff --git a/hf_video_clips_qa/video_001348.mp4 b/hf_video_clips_qa/video_001348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ecfc29e454b94d330deaf571174577b3ac4f601 --- /dev/null +++ b/hf_video_clips_qa/video_001348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a64baacf8fe063bd950ec7b5cfd399df9c983e1e46484c3e0d9a673a96806e2 +size 1358627 diff --git a/hf_video_clips_qa/video_001349.mp4 b/hf_video_clips_qa/video_001349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dcbb98beef9b8ca2f4bb9ffd1e275c05eed571e --- /dev/null +++ b/hf_video_clips_qa/video_001349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32defaedb20b43019a35dd34779ec6af39b007a3ab973fadf5fe88a81bc15e4c +size 466138 diff --git a/hf_video_clips_qa/video_001350.mp4 b/hf_video_clips_qa/video_001350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fb6766ffe0cc2f31a968ba13c46eb700c14900c --- /dev/null +++ b/hf_video_clips_qa/video_001350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67ec29fdbdb6a2307dbadb12eabba90a5b69f71b5792dc22c160b4b60ac3642 +size 480658 diff --git a/hf_video_clips_qa/video_001351.mp4 b/hf_video_clips_qa/video_001351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..469a18197b3fc42cf448f59d5edc39479331b66c --- /dev/null +++ b/hf_video_clips_qa/video_001351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b55273e4e263be1b17f38788f476417055ed4eef926049cc81ad3e5b2fd36e +size 339489 diff --git a/hf_video_clips_qa/video_001352.mp4 b/hf_video_clips_qa/video_001352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21d1b1222536549d8f08a498fad15ef758dd71a4 --- /dev/null +++ b/hf_video_clips_qa/video_001352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16805f22f103ea034290de5bc2baa4d07587b5a40bdb66d243e840d434673fc4 +size 488247 diff --git a/hf_video_clips_qa/video_001353.mp4 b/hf_video_clips_qa/video_001353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84d2c98ea9f5284350da548de60ecffe3eaa6e1d --- /dev/null +++ b/hf_video_clips_qa/video_001353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a7560f1823ba13b38ee8386bd3bf35d727deb25d971bb50819ee12f208c545 +size 768562 diff --git a/hf_video_clips_qa/video_001354.mp4 b/hf_video_clips_qa/video_001354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50cc30e79392520aabe6a8609b04e36abe56dfe5 --- /dev/null +++ b/hf_video_clips_qa/video_001354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4947db150af21fda33b4670f1e346b7cc1158d3ca47dfd753e723e76fc130203 +size 430852 diff --git a/hf_video_clips_qa/video_001355.mp4 b/hf_video_clips_qa/video_001355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e72f76d2f9deb6831f71484c9e2572336b9a8279 --- /dev/null +++ b/hf_video_clips_qa/video_001355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cc80e3dd3def07202a7d86de02a619a3d0c457bd9d4e4abb97eaba07dd7833 +size 488004 diff --git a/hf_video_clips_qa/video_001356.mp4 b/hf_video_clips_qa/video_001356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8cd6a23cb1b04552536bca80ee43e6161fd0620 --- /dev/null +++ b/hf_video_clips_qa/video_001356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2802bd80abce8206df3a1abe30f659dbc7840619637f00a0f44fa6eba12797e7 +size 388573 diff --git a/hf_video_clips_qa/video_001357.mp4 b/hf_video_clips_qa/video_001357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..051ec004851d1cdf7086417a1d627bbc6900b3f7 --- /dev/null +++ b/hf_video_clips_qa/video_001357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cebae4106fee0dd072f4b38a1a6953452b99a1955f403a31ac007870b136806 +size 471003 diff --git a/hf_video_clips_qa/video_001358.mp4 b/hf_video_clips_qa/video_001358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a320e16b58b6d55445466eb7336f29fa0e374d2 --- /dev/null +++ b/hf_video_clips_qa/video_001358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d195cabc93167f44ff36a75e6501d2677943e0068d1ef77ae54e117cdf4468dc +size 374931 diff --git a/hf_video_clips_qa/video_001359.mp4 b/hf_video_clips_qa/video_001359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52dec8cfcf7fd498bdd99de8f8bc787118f3d8cc --- /dev/null +++ b/hf_video_clips_qa/video_001359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f37c8150333a963c10a71f7fa37e175c650a72723bdee61e8cc7f66a54bcf42 +size 603705 diff --git a/hf_video_clips_qa/video_001360.mp4 b/hf_video_clips_qa/video_001360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb7c6a1b228fd5ec842c6a0174ac7a2b1ad04086 --- /dev/null +++ b/hf_video_clips_qa/video_001360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ff2a1c8e3ae5845a7273067831cfda27fe9f1b45ee04f459e7631e5500a95a +size 755049 diff --git a/hf_video_clips_qa/video_001361.mp4 b/hf_video_clips_qa/video_001361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41b3903626332622b273a3bae144dd705ba5e806 --- /dev/null +++ b/hf_video_clips_qa/video_001361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b95c001c67f78d35856572ff2a9064859e3b7d56c0b9d60c704f7cf774f59ed +size 399491 diff --git a/hf_video_clips_qa/video_001362.mp4 b/hf_video_clips_qa/video_001362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d28177047ba2ec361eab4a456addc5698a98843 --- /dev/null +++ b/hf_video_clips_qa/video_001362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d73dad2546b5d3e512eb92794a83c8ddd93ad0419aa548d2af544af2cb360d +size 459616 diff --git a/hf_video_clips_qa/video_001363.mp4 b/hf_video_clips_qa/video_001363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b8a9db386454e3b6b29255925eef7739e5080e7 --- /dev/null +++ b/hf_video_clips_qa/video_001363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e962447ef850ce8e0e41c25d9c40bdf9968d692018dc0c130c2d47238fdb48 +size 208809 diff --git a/hf_video_clips_qa/video_001364.mp4 b/hf_video_clips_qa/video_001364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3641bfe30061f0a2d1f5f8f405f26873b9f75afb --- /dev/null +++ b/hf_video_clips_qa/video_001364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8699352eaf9a958a6f1d5cdcc89f84fbbfeafbcce0ee250c788587867f54623 +size 337769 diff --git a/hf_video_clips_qa/video_001365.mp4 b/hf_video_clips_qa/video_001365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1346c7c11ff06ffb98a6dfa6711fdd164f70ca7 --- /dev/null +++ b/hf_video_clips_qa/video_001365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a929a79fddf9edfc51fc9dacf81a837eb9e33ce76053b60f81f1e52ae996638 +size 466251 diff --git a/hf_video_clips_qa/video_001366.mp4 b/hf_video_clips_qa/video_001366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db007982a70b093e49348fb92a21a16e823e8896 --- /dev/null +++ b/hf_video_clips_qa/video_001366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8cca7e6d00349d14409445d36ffdbf787ab8871cad7e5eb3b63109afbfe951 +size 235939 diff --git a/hf_video_clips_qa/video_001367.mp4 b/hf_video_clips_qa/video_001367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1a4169de0c1c94254478182924797a4e329bede --- /dev/null +++ b/hf_video_clips_qa/video_001367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41181462d73f881c2afb385e914774f3eded6f43c42c9919778ab1aad603e7c +size 381458 diff --git a/hf_video_clips_qa/video_001368.mp4 b/hf_video_clips_qa/video_001368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6cdb001116dd7f493ff68ace5d88bcbbb979ea2 --- /dev/null +++ b/hf_video_clips_qa/video_001368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a5b9ff4c3ec0c4969dbc3a3857ba697c9c61523f34623ab7de741397004801 +size 173299 diff --git a/hf_video_clips_qa/video_001369.mp4 b/hf_video_clips_qa/video_001369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4f896956edaf248de16a1edd79df9055fd65268 --- /dev/null +++ b/hf_video_clips_qa/video_001369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35cf4c41cf5c0ae02c7c366bc31347e04341e998342964dee8a359301432ef2 +size 426131 diff --git a/hf_video_clips_qa/video_001370.mp4 b/hf_video_clips_qa/video_001370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f10cf2e8b6371fbb43b4b8ddf2f24b73a3e1c0b --- /dev/null +++ b/hf_video_clips_qa/video_001370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328cda2ca3bda7dc74ae237abf706c0f63d1e260583b6278e4225655f32e158f +size 420222 diff --git a/hf_video_clips_qa/video_001371.mp4 b/hf_video_clips_qa/video_001371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..532838ef269013863880b04c2d5a76fafb4df7b4 --- /dev/null +++ b/hf_video_clips_qa/video_001371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd16ac78d9b1bfae036e0fca7ea4beafb9dcc94d5971ac71705b82dd21b4fb06 +size 524557 diff --git a/hf_video_clips_qa/video_001372.mp4 b/hf_video_clips_qa/video_001372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26729ee129f19faa69050822a0610f9d2714e755 --- /dev/null +++ b/hf_video_clips_qa/video_001372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae599b89a3a5e2a39c7963679606b473146a630aac49eacc397e0d5171cb1c28 +size 404580 diff --git a/hf_video_clips_qa/video_001373.mp4 b/hf_video_clips_qa/video_001373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..496fde90f6a42d2479c2cb0b108e903fd73fa413 --- /dev/null +++ b/hf_video_clips_qa/video_001373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87c9da4e83859925973a0433f9d9af17d97d71711cfdddba7d24e60bb290273 +size 437522 diff --git a/hf_video_clips_qa/video_001374.mp4 b/hf_video_clips_qa/video_001374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c8c6c9b4761a42f766ccec6b37f791af0883887 --- /dev/null +++ b/hf_video_clips_qa/video_001374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7502058d09e0857291818a142d811a8574f8a98a947b4aff3cd0a0e279b565a +size 292585 diff --git a/hf_video_clips_qa/video_001375.mp4 b/hf_video_clips_qa/video_001375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46df9c573c27a0a6b21435cbadc2021c95e7a1a2 --- /dev/null +++ b/hf_video_clips_qa/video_001375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac30155d8e83da09d708ef01cf06154aa19a8acd94a894fafd18fdd491266f8 +size 475214 diff --git a/hf_video_clips_qa/video_001376.mp4 b/hf_video_clips_qa/video_001376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68737aa176b7920e5e9f63723a433ee32dadb5bb --- /dev/null +++ b/hf_video_clips_qa/video_001376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41099533213f71260dec944bfb2ee27a3a744f5ac62330618cc9cf749bebfe9 +size 404268 diff --git a/hf_video_clips_qa/video_001377.mp4 b/hf_video_clips_qa/video_001377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884a6725b18ecc878d4ef6bbaf71d61e729e7d27 --- /dev/null +++ b/hf_video_clips_qa/video_001377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f358837be1ec0c0ebaa25d81f1c3871b270d71a083fc5110a5fb6b266edfbd69 +size 197501 diff --git a/hf_video_clips_qa/video_001378.mp4 b/hf_video_clips_qa/video_001378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2962be308e3897666192f8b40e8e8546e518a277 --- /dev/null +++ b/hf_video_clips_qa/video_001378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60017b3c999c9e79faaf23ee1fc4aee93aaad47c476d9482ca03c52d44e15a1f +size 396826 diff --git a/hf_video_clips_qa/video_001379.mp4 b/hf_video_clips_qa/video_001379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f56a5c715ba1ec0ac567d5b9c3bb5fcc4ee9ecec --- /dev/null +++ b/hf_video_clips_qa/video_001379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a4e57d0096b43df6f35fc6efc8ed32f25b8abb254f9067e195203931395829 +size 355766 diff --git a/hf_video_clips_qa/video_001380.mp4 b/hf_video_clips_qa/video_001380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0410d3ca2aec8e1a93e69424626d6b5c895228 --- /dev/null +++ b/hf_video_clips_qa/video_001380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2d2a3fc36413ebe0fb9612a7baa0cded79d5bdad329a1b1ba6bd788b556c73 +size 356805 diff --git a/hf_video_clips_qa/video_001381.mp4 b/hf_video_clips_qa/video_001381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cae75f83a0b672524e4dc920c728891aa8668406 --- /dev/null +++ b/hf_video_clips_qa/video_001381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3323686b89e5f14f8f2b06aa5200d7a89f0e6a70727a3d0bf1fe356dcfdf66e1 +size 528679 diff --git a/hf_video_clips_qa/video_001382.mp4 b/hf_video_clips_qa/video_001382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9b1ce13f4fd2c5310d7381308935a8795a2ee31 --- /dev/null +++ b/hf_video_clips_qa/video_001382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bfc3a6121d8e3f943bce80be7b8b69b4372fe5b01e98ca04bee15504ac57a8 +size 513837 diff --git a/hf_video_clips_qa/video_001383.mp4 b/hf_video_clips_qa/video_001383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15cf59fab60361e7331a75be5a03daac641dc09c --- /dev/null +++ b/hf_video_clips_qa/video_001383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3256bedc1710c70fe5b5f4c07b5f55595eb60f02b08312b67981af5112a90628 +size 185664 diff --git a/hf_video_clips_qa/video_001384.mp4 b/hf_video_clips_qa/video_001384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f80ba54a8dd236d591f90861e64acddce86c8395 --- /dev/null +++ b/hf_video_clips_qa/video_001384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5eae2181de202607d5d88a6d0be853b4c07975cf86fb24c3196b4f229f086c +size 552421 diff --git a/hf_video_clips_qa/video_001385.mp4 b/hf_video_clips_qa/video_001385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3b14e8ebc3dc34cc1aad77ba8e2624f4ed0b23 --- /dev/null +++ b/hf_video_clips_qa/video_001385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e07ef6751f9d537767167a0f7cafa068822c0f4c7b578bb11d8055b7531b693 +size 461347 diff --git a/hf_video_clips_qa/video_001386.mp4 b/hf_video_clips_qa/video_001386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df6e08b2b6ea9f786c3207d7c8dc3e02e20bffe --- /dev/null +++ b/hf_video_clips_qa/video_001386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01b548ce85ea00854b822d4bbb733a43e3e59f9beafeb543f2b63052b5d6ded +size 256779 diff --git a/hf_video_clips_qa/video_001387.mp4 b/hf_video_clips_qa/video_001387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c867e5fea68c76d18ee670d4976ea025aeb7162f --- /dev/null +++ b/hf_video_clips_qa/video_001387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339c22683561142cbfa7a420ea93e62eaec31254883740313f259357aca22d65 +size 307153 diff --git a/hf_video_clips_qa/video_001388.mp4 b/hf_video_clips_qa/video_001388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7eb37338ec2025f43dcf46a1ebc12903d980522 --- /dev/null +++ b/hf_video_clips_qa/video_001388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf6ac4713ddb0a4f6d251437be2e5bfa29ab8f99428022edff8c6b7eb6d8be8 +size 371391 diff --git a/hf_video_clips_qa/video_001389.mp4 b/hf_video_clips_qa/video_001389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adbdc41643049de4be743d0a1c5fd7327c729a9b --- /dev/null +++ b/hf_video_clips_qa/video_001389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91590af7db9e175f00236375fe9f125cc44178bf5f89e0596102cca4be75b9b2 +size 353763 diff --git a/hf_video_clips_qa/video_001390.mp4 b/hf_video_clips_qa/video_001390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d558da57cef8c02ac35e30d8bc34dfa3a50a03 --- /dev/null +++ b/hf_video_clips_qa/video_001390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18ea6daeba3431a2bacd484b62b4a32bbd6b6a30fbd8b35c00c1b7156099f84 +size 492046 diff --git a/hf_video_clips_qa/video_001391.mp4 b/hf_video_clips_qa/video_001391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f65b60150703a695d4b441f593414ecfae73082 --- /dev/null +++ b/hf_video_clips_qa/video_001391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4059d2218ce07c61b7cdadfacd2917d5c5fde6b89a5b906a1c3dbcfda8732b5 +size 493387 diff --git a/hf_video_clips_qa/video_001392.mp4 b/hf_video_clips_qa/video_001392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9463a04eadb2e2f0ad76d6d1fe5730aadeb27fa --- /dev/null +++ b/hf_video_clips_qa/video_001392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d387d12ba5dd13941f94a623443f73647d6b536125c88e7cc1024ffb5ba9adcd +size 347073 diff --git a/hf_video_clips_qa/video_001393.mp4 b/hf_video_clips_qa/video_001393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bafd4a121efbdf2e7a755953f5d4d1564365ce7 --- /dev/null +++ b/hf_video_clips_qa/video_001393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c29c640b463c4093960106d762fc159f567102001289e2eec6314e5e1e42497 +size 417466 diff --git a/hf_video_clips_qa/video_001394.mp4 b/hf_video_clips_qa/video_001394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f89a2ff040cb929fe290865bc63339a8a5ff63d5 --- /dev/null +++ b/hf_video_clips_qa/video_001394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e454099a5d5966e447cf625f2ecaac28acfe0dc187790ae6ebc345eece331615 +size 266576 diff --git a/hf_video_clips_qa/video_001395.mp4 b/hf_video_clips_qa/video_001395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3049636249dcf5df91327f138e1096c5793c1ed --- /dev/null +++ b/hf_video_clips_qa/video_001395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c75ba407d63596a85ff48ec53a9df510356a172b28e9be3b82a39baa7e03ff +size 449591 diff --git a/hf_video_clips_qa/video_001396.mp4 b/hf_video_clips_qa/video_001396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..468619269f44dc63388b36157959186dd8abad3e --- /dev/null +++ b/hf_video_clips_qa/video_001396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07016df904d1805d7f0f0eddbec574fcb4cb41775468db7d21c79be7965b9c4 +size 365389 diff --git a/hf_video_clips_qa/video_001397.mp4 b/hf_video_clips_qa/video_001397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..269b3577105aef7f721c601ca36780e3a5482703 --- /dev/null +++ b/hf_video_clips_qa/video_001397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0db38072053b9cbfda6835aafbb13b27cc815673f68e75c95ba9fe016fbfa6 +size 505549 diff --git a/hf_video_clips_qa/video_001398.mp4 b/hf_video_clips_qa/video_001398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ed976c48f0c0025ae4a0f84038fae6f49f3f3c --- /dev/null +++ b/hf_video_clips_qa/video_001398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd84115e41502168acd2af46de6c56ee4e534812940af87f27ea561860b53138 +size 341065 diff --git a/hf_video_clips_qa/video_001399.mp4 b/hf_video_clips_qa/video_001399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04f03a0e15566432275710b2913511e9560679ec --- /dev/null +++ b/hf_video_clips_qa/video_001399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4a639e0bb3a77cea4999d45c1bad9bd9697ef97490e1174095ebb381b1b8d2 +size 435698 diff --git a/hf_video_clips_qa/video_001400.mp4 b/hf_video_clips_qa/video_001400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b1a475a9d8bf7078cdedf81c9440cff6b02dc94 --- /dev/null +++ b/hf_video_clips_qa/video_001400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0719bdb68564d57b7bfc57c53c7c5f370a28053b3d505ff34087f4133d37e90 +size 382146 diff --git a/hf_video_clips_qa/video_001401.mp4 b/hf_video_clips_qa/video_001401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ba165e960cafdbf415c5b21fe4e3287b576f1a6 --- /dev/null +++ b/hf_video_clips_qa/video_001401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8fef2a6683d1f52514d60fd3e283824faf782bd81773f7733b546f5c0a4a7 +size 214491 diff --git a/hf_video_clips_qa/video_001402.mp4 b/hf_video_clips_qa/video_001402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a1e85ebe73171495ef3f985ebfe11a96c420eca --- /dev/null +++ b/hf_video_clips_qa/video_001402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43eacee363b6cb3792c0bc4a54a2e35a99bdff7416641c1e0694c06011049794 +size 435224 diff --git a/hf_video_clips_qa/video_001403.mp4 b/hf_video_clips_qa/video_001403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da486bcd02caf07987d3ae44891f3af4f31750ff --- /dev/null +++ b/hf_video_clips_qa/video_001403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3a15a0a5275c46924ed9d1cae8ecc0cfafb9cf9bd93b96d2db647f3408f7f3 +size 227592 diff --git a/hf_video_clips_qa/video_001404.mp4 b/hf_video_clips_qa/video_001404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1644aa064c7aa67a0bd202b4760f514fe8fd7b25 --- /dev/null +++ b/hf_video_clips_qa/video_001404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e9227c8a275a325ea1dd0f2c65b68454f1a606424d70d0c64996ef8c48d4e2 +size 298703 diff --git a/hf_video_clips_qa/video_001405.mp4 b/hf_video_clips_qa/video_001405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7a194e61f8c548f1f72e837ed2eae0a25ad04d --- /dev/null +++ b/hf_video_clips_qa/video_001405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57812425bf1fd6377e7d8d68b671f52b967122776f750795b2804e99e22494b1 +size 173683 diff --git a/hf_video_clips_qa/video_001406.mp4 b/hf_video_clips_qa/video_001406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39a12fe0e29f7a803e4a93401ef5500d907a6bdf --- /dev/null +++ b/hf_video_clips_qa/video_001406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1a4619ac567ae7783291f1d77274536dd00c514cabdaf9df6923d2a4ec417b +size 475800 diff --git a/hf_video_clips_qa/video_001407.mp4 b/hf_video_clips_qa/video_001407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..615a21cf10e2b786b778f73ef861e28629652809 --- /dev/null +++ b/hf_video_clips_qa/video_001407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a61e7b015e3ece17727607b83fcbcfb38c72609020427ec480d630f01e0e3e +size 507589 diff --git a/hf_video_clips_qa/video_001408.mp4 b/hf_video_clips_qa/video_001408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88bb7379109bd731ed0c4eb2c3ea7b4675d72989 --- /dev/null +++ b/hf_video_clips_qa/video_001408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba36bfae18913ad4777c9d2f61fd8dd757a90a1c35b4c272f2bef4f9ef62e96a +size 496068 diff --git a/hf_video_clips_qa/video_001409.mp4 b/hf_video_clips_qa/video_001409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6f7f710080787368e68bc1fc30255bbbce8e175 --- /dev/null +++ b/hf_video_clips_qa/video_001409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462eec5035abc823d9e4d10661233b04729c384799bf087f60188e47ec75dd9d +size 496061 diff --git a/hf_video_clips_qa/video_001410.mp4 b/hf_video_clips_qa/video_001410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ced75a1731be36bfcde6422304435f666a00630 --- /dev/null +++ b/hf_video_clips_qa/video_001410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6044245aae8f183a795ffbcb0a7792014817d8125945e089c2a49abc877b7fb +size 472318 diff --git a/hf_video_clips_qa/video_001411.mp4 b/hf_video_clips_qa/video_001411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bd84ca680b5cd1550f472c908fdaaa437729052 --- /dev/null +++ b/hf_video_clips_qa/video_001411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3deeab546cc7e722ac263a9c19503ccc875cb31a574b060f2e306c397fd9a3c +size 231694 diff --git a/hf_video_clips_qa/video_001412.mp4 b/hf_video_clips_qa/video_001412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec11e998d78fd59f2e02d468b4b0940df1a10ee1 --- /dev/null +++ b/hf_video_clips_qa/video_001412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2e81d89ff70988b934a9fc60862e2bfe1cfcec9746a81c321d0acc3b73c3b6 +size 444823 diff --git a/hf_video_clips_qa/video_001413.mp4 b/hf_video_clips_qa/video_001413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a727ba377abeaf3f2084936967a407c3233ff5e9 --- /dev/null +++ b/hf_video_clips_qa/video_001413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1721d5f7a22a597d0b50696e303e58ec88fac12e3a44fce4251d407e1ae9559f +size 145489 diff --git a/hf_video_clips_qa/video_001414.mp4 b/hf_video_clips_qa/video_001414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..480d4e4782886638c0d6b58add45b3fa4cf1dc54 --- /dev/null +++ b/hf_video_clips_qa/video_001414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ba59877c924da4e6df195012766f5edabcf518021b0e454909ead8db108957 +size 308140 diff --git a/hf_video_clips_qa/video_001415.mp4 b/hf_video_clips_qa/video_001415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b83aeb49cf9cf4d0a65baf498e3f444df00a9a01 --- /dev/null +++ b/hf_video_clips_qa/video_001415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aa4bfee5687bdbdd535e49da581b227007ba8908d6bef48e20d495f0b7943f +size 322226 diff --git a/hf_video_clips_qa/video_001416.mp4 b/hf_video_clips_qa/video_001416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac3dbeb88861d9ec9d1f3bb37f48b0c40ecc5edd --- /dev/null +++ b/hf_video_clips_qa/video_001416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f44aec758167da849d832b748317065aa619a808c73ada5e2af78470fdd2b79 +size 155870 diff --git a/hf_video_clips_qa/video_001417.mp4 b/hf_video_clips_qa/video_001417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7c19f1afc6bbe909950fe5f732bbffa4503de4a --- /dev/null +++ b/hf_video_clips_qa/video_001417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482614d9132a6ec7d460bea3bfa911637beea5a38b94f4b3682021930b71f089 +size 814537 diff --git a/hf_video_clips_qa/video_001418.mp4 b/hf_video_clips_qa/video_001418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac5356797d908f69f7967bf003988af0ee32f9b --- /dev/null +++ b/hf_video_clips_qa/video_001418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5326d3ec5afc769cca3d886d857cacfe341116f0476418d2be62f85379c10432 +size 370091 diff --git a/hf_video_clips_qa/video_001419.mp4 b/hf_video_clips_qa/video_001419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eab8e4b9d0c230c2321a3c31dd0a64294c187475 --- /dev/null +++ b/hf_video_clips_qa/video_001419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec68a877533fe7dabd4030b7457f232febf7d0c6977bc6df68b6b271275d39f +size 490682 diff --git a/hf_video_clips_qa/video_001420.mp4 b/hf_video_clips_qa/video_001420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9e1c3cd4ae44ab65afed72d18bfb46c96073aa8 --- /dev/null +++ b/hf_video_clips_qa/video_001420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c3d31bdc7d43def00a5476bab4fc857daab90dde67fb7682adc2f584429dad +size 361623 diff --git a/hf_video_clips_qa/video_001421.mp4 b/hf_video_clips_qa/video_001421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f794a48b5ec504c6fd289faffbf6635d489cdda --- /dev/null +++ b/hf_video_clips_qa/video_001421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea277028169697c392ddc0b836277042409c6dded7c92aebab3736e79fd575f +size 434663 diff --git a/hf_video_clips_qa/video_001422.mp4 b/hf_video_clips_qa/video_001422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e06f58f525c61436623ee9f17fb5f6b49c5dc6 --- /dev/null +++ b/hf_video_clips_qa/video_001422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd617e0d28a51a49679f61db8fc42072dc957081179876b77ee15b83e8eb72d +size 410910 diff --git a/hf_video_clips_qa/video_001423.mp4 b/hf_video_clips_qa/video_001423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3f9ef59e401de7ac62dfc0eaad83d0cb90c136d --- /dev/null +++ b/hf_video_clips_qa/video_001423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390047542a2a49411664a89d76e23c937b5749d99fe08c75932c74b83c720a0f +size 194401 diff --git a/hf_video_clips_qa/video_001424.mp4 b/hf_video_clips_qa/video_001424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b79f9e047cdfbc75fcd76405e6c1179ca5210c75 --- /dev/null +++ b/hf_video_clips_qa/video_001424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31db5f0a2d3f02b4e9728b194def08fc3e7ddb8bab445a73461de7aa1304e809 +size 407860 diff --git a/hf_video_clips_qa/video_001425.mp4 b/hf_video_clips_qa/video_001425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51a09fd7cf320dd5aa4ecc867a4f6cc9d3957943 --- /dev/null +++ b/hf_video_clips_qa/video_001425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea509c3e019ce9077acfb3d209d26aef84b35180086f17911312731910e5c637 +size 391288 diff --git a/hf_video_clips_qa/video_001426.mp4 b/hf_video_clips_qa/video_001426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47b65efb1c96c07c8babd50c522bbae2bd3119e3 --- /dev/null +++ b/hf_video_clips_qa/video_001426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5028842c9bebdbf815899467ca203cb4489e941c3f2a3249636651563cb9638a +size 488502 diff --git a/hf_video_clips_qa/video_001427.mp4 b/hf_video_clips_qa/video_001427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..811da3a01e8ba355739bd58f9f50d9d63069370b --- /dev/null +++ b/hf_video_clips_qa/video_001427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88024cc5084ca0f3839625fa369e81fea4be34783db1025a3e220daedf08c45 +size 481688 diff --git a/hf_video_clips_qa/video_001428.mp4 b/hf_video_clips_qa/video_001428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1354b84dff8192d2b46988cd1a3f4c6098fb5aa --- /dev/null +++ b/hf_video_clips_qa/video_001428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92329cee19fe53cb0dbc7dce372a6127a5f3af579150b2b5ae169eae73872ea4 +size 195522 diff --git a/hf_video_clips_qa/video_001429.mp4 b/hf_video_clips_qa/video_001429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10300fd630baa0b251029ac7a558a2573364e2c2 --- /dev/null +++ b/hf_video_clips_qa/video_001429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c4405c5c217c5b4381d8efcc952137cf3ce47de7dbefff3bbb970ac2e8bf4 +size 402848 diff --git a/hf_video_clips_qa/video_001430.mp4 b/hf_video_clips_qa/video_001430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..445d147dc87cffb3dd36c5bd88fc3dc67bcb5fca --- /dev/null +++ b/hf_video_clips_qa/video_001430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdab9cd829632a0827db8be6494cbf4540aa9616322846d531004d05bc36b5d0 +size 183940 diff --git a/hf_video_clips_qa/video_001431.mp4 b/hf_video_clips_qa/video_001431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30320c473aeca94e8ccc29aa2d86b12170e4b86 --- /dev/null +++ b/hf_video_clips_qa/video_001431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4819b2623f7e53959163b139242a27361418b5f32e9c2b2e288d097b5d067650 +size 549171 diff --git a/hf_video_clips_qa/video_001432.mp4 b/hf_video_clips_qa/video_001432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5b9af261bb248b96c24c9032711667abf60560 --- /dev/null +++ b/hf_video_clips_qa/video_001432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8263d7d0f013f7537ab50a968bdcb1cd71c5096f84e80fb4211e47a5b774bda1 +size 497933 diff --git a/hf_video_clips_qa/video_001433.mp4 b/hf_video_clips_qa/video_001433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faa8e393042880a6b2d4502306e4b0078a5f0d76 --- /dev/null +++ b/hf_video_clips_qa/video_001433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a99f4256880a31d4fcbca5a8e64a217c6bcf04af12e4a6ea8ac7d1d79653b4a +size 463922 diff --git a/hf_video_clips_qa/video_001434.mp4 b/hf_video_clips_qa/video_001434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45e8d58cca5b972206a736b6d4c7825e0d0cbad6 --- /dev/null +++ b/hf_video_clips_qa/video_001434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beaf835ffe60a8ccd67096fca68ce9b8be55f13418fccf5f349e2fde03d43cc +size 473277 diff --git a/hf_video_clips_qa/video_001435.mp4 b/hf_video_clips_qa/video_001435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbb72724bd38d0c4eeea77e6be3fb051a7ce7e4f --- /dev/null +++ b/hf_video_clips_qa/video_001435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05082f554851fd47230f23ffb300368172d6b67d32fd7eba4b8a2bc0d8ae28d0 +size 380274 diff --git a/hf_video_clips_qa/video_001436.mp4 b/hf_video_clips_qa/video_001436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47db4a125f5e132df2e8c137f5c99524a05bf5fd --- /dev/null +++ b/hf_video_clips_qa/video_001436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8f8089008f7d7a2e8708590033c028f06c32b4ea70805019096c7d0bc68ddd +size 417801 diff --git a/hf_video_clips_qa/video_001437.mp4 b/hf_video_clips_qa/video_001437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e35ac71197b762d5291e29ce18c0b6e5eef4938 --- /dev/null +++ b/hf_video_clips_qa/video_001437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a9e7ffffae0183d5c31cd189c4caab02e38ef82152e9bc4bb89947cbfb0a69 +size 422944 diff --git a/hf_video_clips_qa/video_001438.mp4 b/hf_video_clips_qa/video_001438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bfb00ec7dbece5a939da3e06299948c8d1fde26 --- /dev/null +++ b/hf_video_clips_qa/video_001438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca817079a4df81a096b9f25c67d81b4b0b27f06932445b4213cae0fea76d464 +size 381438 diff --git a/hf_video_clips_qa/video_001439.mp4 b/hf_video_clips_qa/video_001439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43faf8340dca24cc8ec7733e5edce6c18cca0165 --- /dev/null +++ b/hf_video_clips_qa/video_001439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0498cb84435d6d817d688adb666fbcf4a5556ee1f8d5eed26492ac8622a0e3cb +size 394697 diff --git a/hf_video_clips_qa/video_001440.mp4 b/hf_video_clips_qa/video_001440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8583f973b88f8d87db1b1741ee502c59c6c2f5bd --- /dev/null +++ b/hf_video_clips_qa/video_001440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558d26a9455068627c4dad0c6285033c8ee6500b067c21808cf9955130bb1d40 +size 444608 diff --git a/hf_video_clips_qa/video_001441.mp4 b/hf_video_clips_qa/video_001441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a1bc066eb54eb5281a810ccd3f2fd929871958c --- /dev/null +++ b/hf_video_clips_qa/video_001441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58cdb637bb8dd89520b348c3dd0aa7f1c9a6aef20ed5cd08ea2c98a9ef5c142 +size 540049 diff --git a/hf_video_clips_qa/video_001442.mp4 b/hf_video_clips_qa/video_001442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fff3a86ff0df4f7a81156704031abf94296c3aa3 --- /dev/null +++ b/hf_video_clips_qa/video_001442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba165cc0741a958ab0b2c044a9b81b8e2b3ac409d421c17ffbe9ac57c5c9358 +size 468899 diff --git a/hf_video_clips_qa/video_001443.mp4 b/hf_video_clips_qa/video_001443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68caa9bcb8dc36fddb2e12b5a59a55d263e306cb --- /dev/null +++ b/hf_video_clips_qa/video_001443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab4d981567db1cda85ae8d0d8ebd598772a412c5d5d51dfa0be056a529df62c +size 396891 diff --git a/hf_video_clips_qa/video_001444.mp4 b/hf_video_clips_qa/video_001444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c600f9dda36cf8df9b5ede0aa154aa23b9544285 --- /dev/null +++ b/hf_video_clips_qa/video_001444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89c1574c449b03f3ee0a1c0f6139508c1b459a575097b116008be272becd9db +size 505806 diff --git a/hf_video_clips_qa/video_001445.mp4 b/hf_video_clips_qa/video_001445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f49e5a1c7c514d392c9878faec8d4624ef201995 --- /dev/null +++ b/hf_video_clips_qa/video_001445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97abecc75771188d3832e1ab4cffe28d2ba2a86b53b97cac8c2701b9974aeb18 +size 183054 diff --git a/hf_video_clips_qa/video_001446.mp4 b/hf_video_clips_qa/video_001446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8912d9468bb7aa59a00a97ea348a418632c8eb9 --- /dev/null +++ b/hf_video_clips_qa/video_001446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4837486b2776937bc4cf4d723cb46c7c7e6ecefaf9059b0d82bff04bb71dc6d0 +size 443815 diff --git a/hf_video_clips_qa/video_001447.mp4 b/hf_video_clips_qa/video_001447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08045face7fb801e4c2655a3ea9b0367f6753fba --- /dev/null +++ b/hf_video_clips_qa/video_001447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b90af4963f3319f9f849df40292b805717c5a2610bb9e6c0c9e30cb728b742 +size 466216 diff --git a/hf_video_clips_qa/video_001448.mp4 b/hf_video_clips_qa/video_001448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e497ac1a76b72d0e9a0098c686f86dc2a981c44 --- /dev/null +++ b/hf_video_clips_qa/video_001448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89d59aa8aee43d5c1feff7e9a669460b8829419221b714fec86b02b987f7fb4 +size 460513 diff --git a/hf_video_clips_qa/video_001449.mp4 b/hf_video_clips_qa/video_001449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f0898a3b17d52fd20124765fa2cf7de19dd8de4 --- /dev/null +++ b/hf_video_clips_qa/video_001449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b21d98dfe172585c70bb9188bbef79297942ceaa865f1097cbb3acda783a43 +size 353495 diff --git a/hf_video_clips_qa/video_001450.mp4 b/hf_video_clips_qa/video_001450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e489f67b5c4d451777f2bcbc35f42206bc62ae8 --- /dev/null +++ b/hf_video_clips_qa/video_001450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22a57f85a6426d9dd2a4b692656356bf6bb67d542ed4595475b41dbdb993598 +size 348672 diff --git a/hf_video_clips_qa/video_001451.mp4 b/hf_video_clips_qa/video_001451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e8eb1d1ecac3a69c5e915eb89467ec766d9066f --- /dev/null +++ b/hf_video_clips_qa/video_001451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b71c2d9e9f400176fec1009ec8c3db62aa4c238c12f4852862b3d7acea2ca6 +size 440696 diff --git a/hf_video_clips_qa/video_001452.mp4 b/hf_video_clips_qa/video_001452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e7e5d1637bdee0e0e90961b492e0ca3b00211a --- /dev/null +++ b/hf_video_clips_qa/video_001452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6762fa0289c6e6ad9a6b51cd81815372ee4cb2b309b2d7a558a01a8e0523585 +size 584594 diff --git a/hf_video_clips_qa/video_001453.mp4 b/hf_video_clips_qa/video_001453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93c0c175ddb7423dd7204f7eded419b8d06bb923 --- /dev/null +++ b/hf_video_clips_qa/video_001453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b64bdc94e415179698a9d2d2e770d8b28588bdeb5aaffd8500bae2a6401543 +size 713971 diff --git a/hf_video_clips_qa/video_001454.mp4 b/hf_video_clips_qa/video_001454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9729c5077e253c297a1bb04202436f5c3320e287 --- /dev/null +++ b/hf_video_clips_qa/video_001454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223fd3f04f47df413b2ccbf94c1445c3c475453b89b069ce5cfc180071c732ff +size 450220 diff --git a/hf_video_clips_qa/video_001455.mp4 b/hf_video_clips_qa/video_001455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7d3e149eee1f265c8e1f41fcff1dff0b637f2ea --- /dev/null +++ b/hf_video_clips_qa/video_001455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86daeeb40eb8cb671db0bfa2701c015f5e8de5928d7a64ded021ef23215829d +size 373327 diff --git a/hf_video_clips_qa/video_001456.mp4 b/hf_video_clips_qa/video_001456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3dc00db9566e4dd7f79438a80db60f110bf9c16 --- /dev/null +++ b/hf_video_clips_qa/video_001456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac89d5ea44c1be9937455277b5013ce64238888998f1706213ced1460451608d +size 495114 diff --git a/hf_video_clips_qa/video_001457.mp4 b/hf_video_clips_qa/video_001457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8860a35dd8d59ef3969c0be741c8cc4873f6be --- /dev/null +++ b/hf_video_clips_qa/video_001457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9faf9160ce16fcac7d6977dd052e3e35afedcedb16310843860cc2993b278438 +size 294635 diff --git a/hf_video_clips_qa/video_001458.mp4 b/hf_video_clips_qa/video_001458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbd6ddf2610ce94becb59950e179e088b39c6e8d --- /dev/null +++ b/hf_video_clips_qa/video_001458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f557935faa8513bfda3634aaafc49cf84b294e4761cf786efe41c14d71861215 +size 353009 diff --git a/hf_video_clips_qa/video_001459.mp4 b/hf_video_clips_qa/video_001459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7f81615f31fca3f39bdf9835bfc88d895d5e440 --- /dev/null +++ b/hf_video_clips_qa/video_001459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daddf03dbf69d16b79c72db4afd061d17da5392db95a148f27d2449b12c7ebc1 +size 341144 diff --git a/hf_video_clips_qa/video_001460.mp4 b/hf_video_clips_qa/video_001460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7949133a22b8df012c206f80bc27000bd943a93 --- /dev/null +++ b/hf_video_clips_qa/video_001460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe207253184d81bfdcee2300ff966b5080a0b4b840e16779bbc607dd7a139b9 +size 394513 diff --git a/hf_video_clips_qa/video_001461.mp4 b/hf_video_clips_qa/video_001461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a5b00853c0eaf97b8947694295c93253e422b68 --- /dev/null +++ b/hf_video_clips_qa/video_001461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ad6d0b7828cfa83bde9b75356ad5bdc1decb8166f1b95e5e4e312ac8868c14 +size 263011 diff --git a/hf_video_clips_qa/video_001462.mp4 b/hf_video_clips_qa/video_001462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..928c8bfea248da8abb564f854e9bc62b7202bfe6 --- /dev/null +++ b/hf_video_clips_qa/video_001462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0323f41037aef92986625849aaf6145273d46f1bd3554bc241956d454849ac5f +size 359266 diff --git a/hf_video_clips_qa/video_001463.mp4 b/hf_video_clips_qa/video_001463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e064056916f098ea3fe312db8c9622b5609a26 --- /dev/null +++ b/hf_video_clips_qa/video_001463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dce6278eedaf574cad6ef7136e3a0f8115df68dd525797e555cc164b03b2018 +size 421629 diff --git a/hf_video_clips_qa/video_001464.mp4 b/hf_video_clips_qa/video_001464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e76e4c805e7d63611edfec8250c4c2c609aeafa --- /dev/null +++ b/hf_video_clips_qa/video_001464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4620000d624025be5b7745300d40f9d0569e1323adf90a042d4288f0559d6464 +size 305820 diff --git a/hf_video_clips_qa/video_001465.mp4 b/hf_video_clips_qa/video_001465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bce32d23f939d3bcc21d419dec84fc10549dc1f --- /dev/null +++ b/hf_video_clips_qa/video_001465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd00dbbd532d0b80eacae4bde7da6cc5a2b1e5b6323033c9385224962a51028a +size 395141 diff --git a/hf_video_clips_qa/video_001466.mp4 b/hf_video_clips_qa/video_001466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6990a595d34210dfb28452033d95a677b6b3505 --- /dev/null +++ b/hf_video_clips_qa/video_001466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5051c865c5a4d9378917b00e603a1d44a19715e187dc529a92935e66a07d3f +size 357086 diff --git a/hf_video_clips_qa/video_001467.mp4 b/hf_video_clips_qa/video_001467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18540186c756cdf613ea9a4cf4f2a641dc54176b --- /dev/null +++ b/hf_video_clips_qa/video_001467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101472f5cc06c2ab5e693daf3e316b85db951b874206b621fb8e471b775a2630 +size 374677 diff --git a/hf_video_clips_qa/video_001468.mp4 b/hf_video_clips_qa/video_001468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..886e38efe2f9fb085ff5c97f74d22f718ab3fef7 --- /dev/null +++ b/hf_video_clips_qa/video_001468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a5d9753317fa785464e961c33de142024e56863c28cd663b57b57cd6de6930 +size 282087 diff --git a/hf_video_clips_qa/video_001469.mp4 b/hf_video_clips_qa/video_001469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..092a6e2478f6b791349da51e91642814f868edf3 --- /dev/null +++ b/hf_video_clips_qa/video_001469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43a55d6ae532344c76594b3b781b3ae1f011e31be35ebbde4121f2a1c1e8b99 +size 326493 diff --git a/hf_video_clips_qa/video_001470.mp4 b/hf_video_clips_qa/video_001470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..403e2b5f83c9b17b328ce7bddd15f495d882163e --- /dev/null +++ b/hf_video_clips_qa/video_001470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c074ccaa3584f8b3a4fd84b0719ad47e0b56a50548fd33f8b70dfcf255a2bf +size 200149 diff --git a/hf_video_clips_qa/video_001471.mp4 b/hf_video_clips_qa/video_001471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21f2c05733c7065909dd2f80623d6c42e2a6bc9f --- /dev/null +++ b/hf_video_clips_qa/video_001471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891291cc2f625bd0bfe622e8e471fb5d4ff62d223a6669f18fd73b9dad70c654 +size 506541 diff --git a/hf_video_clips_qa/video_001472.mp4 b/hf_video_clips_qa/video_001472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4298a0a83f9aa6e8b9a9fdd1d36ed2a9e9c6c72 --- /dev/null +++ b/hf_video_clips_qa/video_001472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109858dc939c5123f63afe24c6e80ee4b45bc0f2d4101b80c6c108ba13b4bd34 +size 406724 diff --git a/hf_video_clips_qa/video_001473.mp4 b/hf_video_clips_qa/video_001473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0b6b3529354e65cf7941636668ac599d7459690 --- /dev/null +++ b/hf_video_clips_qa/video_001473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa7787b5917db83197dcd3a47c856552225168214275a0d099ab6cce6fbefc +size 409455 diff --git a/hf_video_clips_qa/video_001474.mp4 b/hf_video_clips_qa/video_001474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cdc5dda962c548c3a18bbeb75f9d0993070d004 --- /dev/null +++ b/hf_video_clips_qa/video_001474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248b2dd66b1bacc930a3e6d9df899059b0771ae999c0cb10f351e4100d5f1898 +size 432942 diff --git a/hf_video_clips_qa/video_001475.mp4 b/hf_video_clips_qa/video_001475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004b297e9d0fe45ffc2c22b032a0e879fb463890 --- /dev/null +++ b/hf_video_clips_qa/video_001475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60028e6be9df3ecd1e2106adf41381a5de8b91abfe16a769d5831748ae3da2f3 +size 531171 diff --git a/hf_video_clips_qa/video_001476.mp4 b/hf_video_clips_qa/video_001476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d609a38205f46448df702cd2253a09c0df981bf2 --- /dev/null +++ b/hf_video_clips_qa/video_001476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1743a08c0e33509f9b064387ea773adf94f1d93ec3d75875f3ac7170204c2ea9 +size 519471 diff --git a/hf_video_clips_qa/video_001477.mp4 b/hf_video_clips_qa/video_001477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ca91d8cd74560f10193396ab17fa446663854b8 --- /dev/null +++ b/hf_video_clips_qa/video_001477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1878363035f4ccc274e10fded4ed7a18f2f06270dc6cb6d72a7a7d1e69ccf636 +size 387959 diff --git a/hf_video_clips_qa/video_001478.mp4 b/hf_video_clips_qa/video_001478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db59e236cccfaff30a859a5395e76d4e0920043a --- /dev/null +++ b/hf_video_clips_qa/video_001478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bcbbf46192d57f9840b9daa9ef8ec75122d51417691a5993d0e632c186cfa5 +size 450281 diff --git a/hf_video_clips_qa/video_001479.mp4 b/hf_video_clips_qa/video_001479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3625578d55f7db3f54cd6e6fc0fd598469e4ae26 --- /dev/null +++ b/hf_video_clips_qa/video_001479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a2264fabc941d8f5690e828a0dd88d3b924626d2f0d9a07d0b02096bc8e798 +size 518365 diff --git a/hf_video_clips_qa/video_001480.mp4 b/hf_video_clips_qa/video_001480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98ec924ca0d4ba968b8494fb2f456994aea947bc --- /dev/null +++ b/hf_video_clips_qa/video_001480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd70dabc05eb4d6c6e4b97884edd4419fc26b9d82716a42c6185d8de47d86bbd +size 318994 diff --git a/hf_video_clips_qa/video_001481.mp4 b/hf_video_clips_qa/video_001481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d95b0b108e43389362b3bd265eda692623409056 --- /dev/null +++ b/hf_video_clips_qa/video_001481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3b45c6a88198ecd378f439acbb4049e72b9418419e993a82d10722df5d1d9d +size 519004 diff --git a/hf_video_clips_qa/video_001482.mp4 b/hf_video_clips_qa/video_001482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea94701d60284a12bc8b80cc4cfb9375fab269a1 --- /dev/null +++ b/hf_video_clips_qa/video_001482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b56501947488d5bbb7bc3bed90941ff35d9a64bb987eeec63bef4874fc2a2b7 +size 265870 diff --git a/hf_video_clips_qa/video_001483.mp4 b/hf_video_clips_qa/video_001483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df07e608b04ac979833dd6bb44a7a38868c0e07 --- /dev/null +++ b/hf_video_clips_qa/video_001483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ec2fbf6b95be30f908ec3d0ef18b6e15d2f1b6af114001f27a1933a3ea3642 +size 476006 diff --git a/hf_video_clips_qa/video_001484.mp4 b/hf_video_clips_qa/video_001484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07b6862b219685e39ce5c3068695aea8692d66bc --- /dev/null +++ b/hf_video_clips_qa/video_001484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7825464d028137deafb901dc6bab094b923a495c073b60dad599f875240fd3 +size 463684 diff --git a/hf_video_clips_qa/video_001485.mp4 b/hf_video_clips_qa/video_001485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d9870e4389975088f258550a9644b385ddfcbc3 --- /dev/null +++ b/hf_video_clips_qa/video_001485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9626664f3a2bb6401e0bc9d4ebafb420d070ae9b213d727090ee63019b9ce8a3 +size 540160 diff --git a/hf_video_clips_qa/video_001486.mp4 b/hf_video_clips_qa/video_001486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f446867886bead8721ad3c4542a2824744f4c7 --- /dev/null +++ b/hf_video_clips_qa/video_001486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4ce5cbfb441ef47b53ac533d3fe57f4251be97092d6b0fd365977924812d35 +size 409599 diff --git a/hf_video_clips_qa/video_001487.mp4 b/hf_video_clips_qa/video_001487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8137379f01185db479c38dc43b9eca8dd225fd90 --- /dev/null +++ b/hf_video_clips_qa/video_001487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce19b6079d466fe0e6156a984ce190ed39ccd023b17371ba2b5fe0e475593327 +size 535917 diff --git a/hf_video_clips_qa/video_001488.mp4 b/hf_video_clips_qa/video_001488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b7905d64757d24259bf61dd426bd9a62893b5d1 --- /dev/null +++ b/hf_video_clips_qa/video_001488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42de15fffa255e8780de6c814f19213b1b804e8c282b8e57edbe1ec3b44bd747 +size 461248 diff --git a/hf_video_clips_qa/video_001489.mp4 b/hf_video_clips_qa/video_001489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4038d3002d080b39d7a25c695a72df73230f958b --- /dev/null +++ b/hf_video_clips_qa/video_001489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f28df52e9eb361e113dbdfea48910fa3f013254e95d123f5d1d35712de7a02 +size 405800 diff --git a/hf_video_clips_qa/video_001490.mp4 b/hf_video_clips_qa/video_001490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd63a2cb96a429f78d99eb11eaad035c150bccb --- /dev/null +++ b/hf_video_clips_qa/video_001490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2f47d91308c19ef779e7d6405d991cb06798861a3288194ababe25c43e4485 +size 531565 diff --git a/hf_video_clips_qa/video_001491.mp4 b/hf_video_clips_qa/video_001491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87047290d4e3cd2ee322ed14e528a2df0a0eabad --- /dev/null +++ b/hf_video_clips_qa/video_001491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4911103bfa2be324a24a9508bff749200a271a72296f64e93f823668a89c33bc +size 304168 diff --git a/hf_video_clips_qa/video_001492.mp4 b/hf_video_clips_qa/video_001492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24e5278f2446a605a1644d037550ae53e92e9e73 --- /dev/null +++ b/hf_video_clips_qa/video_001492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4801c3b3ba8bfbb52776251d9d796bbe9e3d906985eaab8bdc34f142f2dd8ca +size 322972 diff --git a/hf_video_clips_qa/video_001493.mp4 b/hf_video_clips_qa/video_001493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02f356cbd11eab1ef9def3a85b85499ef41f4730 --- /dev/null +++ b/hf_video_clips_qa/video_001493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0224db94b6a35dd882d994ec4aad589a5e793674e2f53495d3474243a8e1ef5a +size 468684 diff --git a/hf_video_clips_qa/video_001494.mp4 b/hf_video_clips_qa/video_001494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b85a0ab9f4b8a131321743fd05c4622e6963d821 --- /dev/null +++ b/hf_video_clips_qa/video_001494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1636ad1c47c6da98fde995a3053a701cff746ec189fad14acbb3f36bcf7f6eba +size 297885 diff --git a/hf_video_clips_qa/video_001495.mp4 b/hf_video_clips_qa/video_001495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..589c6154ba2ef13e6eb7cbc80c00b8685f1f9d19 --- /dev/null +++ b/hf_video_clips_qa/video_001495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7b728713bbf437a47796d2b80d79e88b709e47eb1f2cc575365c60ff25c28d +size 485104 diff --git a/hf_video_clips_qa/video_001496.mp4 b/hf_video_clips_qa/video_001496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a8cbfe443dfad475708702a2974b961d58ac626 --- /dev/null +++ b/hf_video_clips_qa/video_001496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8d937186e2b78921a1ae892b75438aedc0c55080600a659d2a17d53c11f30c +size 508629 diff --git a/hf_video_clips_qa/video_001497.mp4 b/hf_video_clips_qa/video_001497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb10aa68007206ab6d8f52a2ad4f0ad7ce2fbb9f --- /dev/null +++ b/hf_video_clips_qa/video_001497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba2cc812af479d6592192ff5099f18bbeb0d79bde6c6e32f1585aa14c6f45ac +size 420700 diff --git a/hf_video_clips_qa/video_001498.mp4 b/hf_video_clips_qa/video_001498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1c9e198c2eef42125244b24caf31d638cf136b0 --- /dev/null +++ b/hf_video_clips_qa/video_001498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63701fee15d1163b1852742513bd9aecdc90753e28590685032cb2f35c3d3d3d +size 231376 diff --git a/hf_video_clips_qa/video_001499.mp4 b/hf_video_clips_qa/video_001499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56e988723ff5a5e6f2f3e12376c211d92afe3276 --- /dev/null +++ b/hf_video_clips_qa/video_001499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47d3c9de3b5a381c61076bce834283c7b91b98f9b16de66252a902219e11ebd +size 617047 diff --git a/hf_video_clips_qa/video_001500.mp4 b/hf_video_clips_qa/video_001500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0945655367ff63b24279c16828811fc2b4445a52 --- /dev/null +++ b/hf_video_clips_qa/video_001500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cacefc37150aa58880ce9abcbf2e9fe163abe5d4551a76891b041965f6f3e5 +size 532860 diff --git a/hf_video_clips_qa/video_001501.mp4 b/hf_video_clips_qa/video_001501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a831c14339d4452e2119173adaf8140e2c710f3 --- /dev/null +++ b/hf_video_clips_qa/video_001501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cefb6271eaf6740875e721040ab15b0ab6aac7c9b615cb771761b1f9b201fc3 +size 617344 diff --git a/hf_video_clips_qa/video_001502.mp4 b/hf_video_clips_qa/video_001502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f34de3939639a7bdc57aef1d406f8280c010fb21 --- /dev/null +++ b/hf_video_clips_qa/video_001502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dd8a57b03e9e0cf65abadb36a8c7fdbefce33e2d15f6d64b87f1e3f1aae452 +size 1595278 diff --git a/hf_video_clips_qa/video_001503.mp4 b/hf_video_clips_qa/video_001503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8d3e396807e043ed07322dcca4a0b33955351fa --- /dev/null +++ b/hf_video_clips_qa/video_001503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5564376365944da41682adac8f44e116a2331338e97cedf22b503cc3ea4eaff4 +size 1533867 diff --git a/hf_video_clips_qa/video_001504.mp4 b/hf_video_clips_qa/video_001504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..233c0078f27e154c4b8279635ac309f59885d5e1 --- /dev/null +++ b/hf_video_clips_qa/video_001504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6b3a1ad6afb58035c4bae03fdbd2cb8573e60ab9e77bb6d39463a1fef7f8e1 +size 688791 diff --git a/hf_video_clips_qa/video_001505.mp4 b/hf_video_clips_qa/video_001505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6dfe8fc80d01df81e430877a6bc756f19d17d79 --- /dev/null +++ b/hf_video_clips_qa/video_001505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8b3bf31cffc004716fabf9d7b61f26a5fbeb7cf5a545f2ad651b74a815526f +size 1221338 diff --git a/hf_video_clips_qa/video_001506.mp4 b/hf_video_clips_qa/video_001506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf1c2af553715abb02feaa2381cbf7903d9b2cbe --- /dev/null +++ b/hf_video_clips_qa/video_001506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3045ed440cc5b4c8e9dd1982e79dfa221f01067db230afbd4540bf74f9a275 +size 469197 diff --git a/hf_video_clips_qa/video_001507.mp4 b/hf_video_clips_qa/video_001507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddf1737101316c7ab66cccd5c8d92edb6558758b --- /dev/null +++ b/hf_video_clips_qa/video_001507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3334d843fd1b9a6034bcdedc281356933067b8c987aeb37667130b146d90b70 +size 727956 diff --git a/hf_video_clips_qa/video_001508.mp4 b/hf_video_clips_qa/video_001508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..293098060dfa7dc531120930c4ed945a487211c7 --- /dev/null +++ b/hf_video_clips_qa/video_001508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666fde88cf91c0cbc69b4bdb7b8bba3c8f97aa9a457ed7ab057fc79c1c51939b +size 654398 diff --git a/hf_video_clips_qa/video_001509.mp4 b/hf_video_clips_qa/video_001509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f335bb36863951044348c4690c9f9fb731220797 --- /dev/null +++ b/hf_video_clips_qa/video_001509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4184d3fbdfe8de1b08dd1f61ac176eae7d10b929c6224f9c6934494cda939d +size 1335670 diff --git a/hf_video_clips_qa/video_001510.mp4 b/hf_video_clips_qa/video_001510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe2c7a017087857ae37a36f2423e164c8c731322 --- /dev/null +++ b/hf_video_clips_qa/video_001510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11f06f9f6998c93370b2611275404cee610dc8f521f7a76f70cdf0c603168a5 +size 766272 diff --git a/hf_video_clips_qa/video_001511.mp4 b/hf_video_clips_qa/video_001511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..849b42d789e307381fb9885c4d1010690fe9992f --- /dev/null +++ b/hf_video_clips_qa/video_001511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725c36d33dd63c5fa35c2efa577bc2a05e29829832c9478b19e07b903c29cdd2 +size 1119251 diff --git a/hf_video_clips_qa/video_001512.mp4 b/hf_video_clips_qa/video_001512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def6da68101f09e04467ddbd6374154d31379234 --- /dev/null +++ b/hf_video_clips_qa/video_001512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d932f29fb37c3e065cd78fd3aacd6f4d9c925e9e4a1ad4f9c9802bfb9553b22 +size 961763 diff --git a/hf_video_clips_qa/video_001513.mp4 b/hf_video_clips_qa/video_001513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc3e723c797865c8330e6852abcfcc42fbd4b7d4 --- /dev/null +++ b/hf_video_clips_qa/video_001513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3941e1e21b2f96a84b5d27872f58a6f5e32a20649d4f2b4076e17dc03134c1da +size 656018 diff --git a/hf_video_clips_qa/video_001514.mp4 b/hf_video_clips_qa/video_001514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df6ec5e38b2e863befb37338039fefc7bbe205e1 --- /dev/null +++ b/hf_video_clips_qa/video_001514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81844653f462e60514a8503f05b402857cfd7d62847126713b0b75cf1fa5f908 +size 643723 diff --git a/hf_video_clips_qa/video_001515.mp4 b/hf_video_clips_qa/video_001515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69363147ac322f30b3b5a99332f33ac3607d3a6b --- /dev/null +++ b/hf_video_clips_qa/video_001515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf7afc0f5258965c14af856ba6e1af70e5050eb2d37def82ae11517fc9c88b6 +size 1091655 diff --git a/hf_video_clips_qa/video_001516.mp4 b/hf_video_clips_qa/video_001516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6afde58713c2e9cdd0fae00eca069925bef68869 --- /dev/null +++ b/hf_video_clips_qa/video_001516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223ba355461792f88e424e64c724b74e68fcccc208511cd964b31e81600badea +size 657558 diff --git a/hf_video_clips_qa/video_001517.mp4 b/hf_video_clips_qa/video_001517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c82b231e664530660240c11c67c01f55323a529 --- /dev/null +++ b/hf_video_clips_qa/video_001517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7bfcc556229922a82cc57cbecf7b995a4745ad799ffa11bef82562e128f6ca +size 749224 diff --git a/hf_video_clips_qa/video_001518.mp4 b/hf_video_clips_qa/video_001518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eabd9c888e355be5febfec45f9e97884d6e01b6f --- /dev/null +++ b/hf_video_clips_qa/video_001518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f065749a5c0912c6199a7003969b14e475d8e9914473ca234c7256257ab40dba +size 513085 diff --git a/hf_video_clips_qa/video_001519.mp4 b/hf_video_clips_qa/video_001519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6f89a4eec362f4fe7d5b593c76c59620bc1bea6 --- /dev/null +++ b/hf_video_clips_qa/video_001519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7b7b8431c4a285be7ab77a92338cd86247e91246250f26ba027403ca7de056 +size 585002 diff --git a/hf_video_clips_qa/video_001520.mp4 b/hf_video_clips_qa/video_001520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d058a6259c46db46e3d69a32e72245ff82bc85 --- /dev/null +++ b/hf_video_clips_qa/video_001520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5568a6874282267e5b5aacc0be4914a17c41591a3578255252dbbe867f6bd7 +size 995085 diff --git a/hf_video_clips_qa/video_001521.mp4 b/hf_video_clips_qa/video_001521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dadf5957241be5944e24dbbb23490e823c68df76 --- /dev/null +++ b/hf_video_clips_qa/video_001521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26360e548226659b01c5a479797a9223e72e4d5192040ae8d50edf6d97f962e +size 1117593 diff --git a/hf_video_clips_qa/video_001522.mp4 b/hf_video_clips_qa/video_001522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f255fce7c370d35ee6dba7d0e26297744f7d7357 --- /dev/null +++ b/hf_video_clips_qa/video_001522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4448117719a1707218b189809dce5e57f56ed923bc3eb73f96216bad423e8f94 +size 1000034 diff --git a/hf_video_clips_qa/video_001523.mp4 b/hf_video_clips_qa/video_001523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc8496ff43a90f42795899a2e24c829f56c9c1f3 --- /dev/null +++ b/hf_video_clips_qa/video_001523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3ab43d92d3c852b2b5497f9096d7c3df06319c4a3655bf015418fb429847e5 +size 996945 diff --git a/hf_video_clips_qa/video_001524.mp4 b/hf_video_clips_qa/video_001524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c216498ca472866835fe6a29f432579450f06f58 --- /dev/null +++ b/hf_video_clips_qa/video_001524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aaf6ad456e56e84bcce44a2b82fbb05033d1e4ec9097d7b3c521d574a02b14 +size 685965 diff --git a/hf_video_clips_qa/video_001525.mp4 b/hf_video_clips_qa/video_001525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4091d39d0823912dc238528e12f54063203ba034 --- /dev/null +++ b/hf_video_clips_qa/video_001525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2236b6cfd50343ea63705554b04df6a306cf5936d73c1a6ba58dccc57d570a65 +size 518703 diff --git a/hf_video_clips_qa/video_001526.mp4 b/hf_video_clips_qa/video_001526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..221f999aa78a85f0fa76eb0ff567245f9fd91ffe --- /dev/null +++ b/hf_video_clips_qa/video_001526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fee582791fe76eaed839c6ff74327ed99e0f9b0aa59b84857953f5032aa159 +size 1040645 diff --git a/hf_video_clips_qa/video_001527.mp4 b/hf_video_clips_qa/video_001527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61142e7632b8eeae65ae2a6eb25fba9aac4aa9c6 --- /dev/null +++ b/hf_video_clips_qa/video_001527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859d66e8174670d661bbb763316161c91059606daeef577597ff3c55d80ab650 +size 1276859 diff --git a/hf_video_clips_qa/video_001528.mp4 b/hf_video_clips_qa/video_001528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a47561a14bc2d69a797c4abfa6def1225c42800 --- /dev/null +++ b/hf_video_clips_qa/video_001528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2209b9552b14ace21859bbf6ab3221a5ce0109b124d9cb6a089076835fcb3c6e +size 774754 diff --git a/hf_video_clips_qa/video_001529.mp4 b/hf_video_clips_qa/video_001529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71fb115ae07816ce1b71b8423f0aaa92d0883341 --- /dev/null +++ b/hf_video_clips_qa/video_001529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe4acf5b33fab527d53946d66e1b0f8fc104177990f608d9d64e83a905052bb +size 628326 diff --git a/hf_video_clips_qa/video_001530.mp4 b/hf_video_clips_qa/video_001530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4efee586f9967449363f6bfe4ef2b5b7a1547a02 --- /dev/null +++ b/hf_video_clips_qa/video_001530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01263c3a4e04c26495120bd5aadf0c16d3ff2ccfc1c6c4cf9c0da764e289531 +size 1295728 diff --git a/hf_video_clips_qa/video_001531.mp4 b/hf_video_clips_qa/video_001531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e3210aa22854bc96fcd1f46fe54996f2f79fcb4 --- /dev/null +++ b/hf_video_clips_qa/video_001531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5795183f3b6b0fb7b27f72d448fdf836c2fa7f56c051008e710f401465a0cc8f +size 609846 diff --git a/hf_video_clips_qa/video_001532.mp4 b/hf_video_clips_qa/video_001532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1aa52fae54d732d870e0a3a0f2b754abbeb3c93 --- /dev/null +++ b/hf_video_clips_qa/video_001532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6eee13edd7ac0764b348fa6dae4b825f1ef630459fe30538375f96bb32951c +size 494971 diff --git a/hf_video_clips_qa/video_001533.mp4 b/hf_video_clips_qa/video_001533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97bc2b20d3de210c32e2b5ca7269f612479d8f74 --- /dev/null +++ b/hf_video_clips_qa/video_001533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad0026de028818a6db19015c729ec0fd6c747642c85a1ad0f54dcb7d3789e1a +size 565370 diff --git a/hf_video_clips_qa/video_001534.mp4 b/hf_video_clips_qa/video_001534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a018694323a11e5c656eb774b908d36c964299d --- /dev/null +++ b/hf_video_clips_qa/video_001534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ee2fcddc53205f14baabd0a82c06c677162bbdffcb198693792bbcc9f14510 +size 508508 diff --git a/hf_video_clips_qa/video_001535.mp4 b/hf_video_clips_qa/video_001535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a049473bcae36ee723625b35a657279896f2f72 --- /dev/null +++ b/hf_video_clips_qa/video_001535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8423f1e4a3093c776cd05f2803087616e57283d383aaa55d9a9daf59c18e7a5 +size 621274 diff --git a/hf_video_clips_qa/video_001536.mp4 b/hf_video_clips_qa/video_001536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca8152e9d86440d7f4bd768ddffc17faa54afa74 --- /dev/null +++ b/hf_video_clips_qa/video_001536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad2d14c1d94671137e8dc5975041f5aede03c89de581fd19a32ad8498f2d17f +size 1364758 diff --git a/hf_video_clips_qa/video_001537.mp4 b/hf_video_clips_qa/video_001537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0138ecde623df782d48242bf3e390ac9843ae697 --- /dev/null +++ b/hf_video_clips_qa/video_001537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635ee268c08d433a557ee246d3cc3e4ae7dcadbe5f167b12872f3df9902ad540 +size 521275 diff --git a/hf_video_clips_qa/video_001538.mp4 b/hf_video_clips_qa/video_001538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def8e38db26d03f4d1b6082aa0850f0e23a0c073 --- /dev/null +++ b/hf_video_clips_qa/video_001538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c151afca5eebb239cd264ab4152d8fa8d257fe061aba8febff9111dbb5869ddf +size 1261732 diff --git a/hf_video_clips_qa/video_001539.mp4 b/hf_video_clips_qa/video_001539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d26dfda5de65902676ea303d2e38d74e2c0520b --- /dev/null +++ b/hf_video_clips_qa/video_001539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447be0e000acce076d822120f761aa73578b15b3134f5f4b0159f1c3b5e0e9ac +size 555097 diff --git a/hf_video_clips_qa/video_001540.mp4 b/hf_video_clips_qa/video_001540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02a1e911360adaba996abf739abc8db2d8435c5a --- /dev/null +++ b/hf_video_clips_qa/video_001540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1733f3a20e7b902de042d0ebbedcfc3b38715b5f712a81f57b35ad36e0c9442 +size 712824 diff --git a/hf_video_clips_qa/video_001541.mp4 b/hf_video_clips_qa/video_001541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a96e482d699ecb066f700f8ccbf610a8cb7f1c69 --- /dev/null +++ b/hf_video_clips_qa/video_001541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c01050c01e8e6ae546c05a4052502ec7da14b64e4287286a7c43492a98762c7 +size 592948 diff --git a/hf_video_clips_qa/video_001542.mp4 b/hf_video_clips_qa/video_001542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff2b08b8bde399e7bf46c8dc7e89cb4c4726c374 --- /dev/null +++ b/hf_video_clips_qa/video_001542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea858166bbd80a4f5ee756ef6ccaa46e444fe8194f53a9938b7d8cdebd682e6c +size 3388002 diff --git a/hf_video_clips_qa/video_001543.mp4 b/hf_video_clips_qa/video_001543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3f09f2035f8a9f215dd4d0ef9a3c32e425fc2b2 --- /dev/null +++ b/hf_video_clips_qa/video_001543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9512705fa52a9de6fb81edcb177f85e2ecfed3616cbf54109773369842e3846 +size 1326755 diff --git a/hf_video_clips_qa/video_001544.mp4 b/hf_video_clips_qa/video_001544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72cfabc62055a1b87609db0b0a8492e157de4f7c --- /dev/null +++ b/hf_video_clips_qa/video_001544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78624008b186510315be9d98a7aae13ac87cc53ad37c12b3a2514d75a3629855 +size 750465 diff --git a/hf_video_clips_qa/video_001545.mp4 b/hf_video_clips_qa/video_001545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97a062af3a04c927c2b63b531bf89794e04b9da5 --- /dev/null +++ b/hf_video_clips_qa/video_001545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5e1eb3a902174f0d7fefcafe869331906c35f993999baace486c6b5d7aaa6b +size 660313 diff --git a/hf_video_clips_qa/video_001546.mp4 b/hf_video_clips_qa/video_001546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c404b6e9a28048daaecd58543d91675ed0953c8 --- /dev/null +++ b/hf_video_clips_qa/video_001546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a195d71649530f36a2101fed7b3f812fd6c9d81cfb7606cc1ff626d15206b5 +size 604730 diff --git a/hf_video_clips_qa/video_001547.mp4 b/hf_video_clips_qa/video_001547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c39e590112848a225d51c110edbc0c36c99231a --- /dev/null +++ b/hf_video_clips_qa/video_001547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c904cc08cd4a162e7ac51bb682faa3a29a4584ad93573d16538bc3aa667798 +size 693020 diff --git a/hf_video_clips_qa/video_001548.mp4 b/hf_video_clips_qa/video_001548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..769ed287deda907951807d13d665dd61c9c538db --- /dev/null +++ b/hf_video_clips_qa/video_001548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d24694547875676e44e17e40847dcd26474f9c0c0f0ca2a20be84c4bf2e30a7 +size 1046634 diff --git a/hf_video_clips_qa/video_001549.mp4 b/hf_video_clips_qa/video_001549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bca4a5d76d3dc4a475e8c5ec905382680030769 --- /dev/null +++ b/hf_video_clips_qa/video_001549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50676349210add6f697f3f557e36cb6f5e6698999a37231bd7b09d8fae19108 +size 1379502 diff --git a/hf_video_clips_qa/video_001550.mp4 b/hf_video_clips_qa/video_001550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e83e2a5ffc5025c5874020b496f7fc55db2f0011 --- /dev/null +++ b/hf_video_clips_qa/video_001550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd93fd43a0025cf2ad4e56b67e997e623670b248fbc9bbbe00b168fa5d795131 +size 512813 diff --git a/hf_video_clips_qa/video_001551.mp4 b/hf_video_clips_qa/video_001551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3a351893058f35db48a62c3767bff0ca6645211 --- /dev/null +++ b/hf_video_clips_qa/video_001551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f9f692cf80866aaab159ef9d62f547ed0e54142ba21c9179aa499bca92704 +size 822134 diff --git a/hf_video_clips_qa/video_001552.mp4 b/hf_video_clips_qa/video_001552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63b920c509872d6f4a2e653b84febb157f293fd3 --- /dev/null +++ b/hf_video_clips_qa/video_001552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8de248947e41291afe04e95181bb31070ef7e48861e6511bae37af71877d76 +size 3488749 diff --git a/hf_video_clips_qa/video_001553.mp4 b/hf_video_clips_qa/video_001553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed1cd1d3d17813251ee75d02123c1a46669b7082 --- /dev/null +++ b/hf_video_clips_qa/video_001553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4101710f1afea3ed2c29fcf6e992fc110a756f0dc111596a1fefa3d31aa5e0 +size 1075124 diff --git a/hf_video_clips_qa/video_001554.mp4 b/hf_video_clips_qa/video_001554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9f743d0401cc9c35e9aabc7ac820129ccb3392c --- /dev/null +++ b/hf_video_clips_qa/video_001554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64abb01df37c8f2903cd016775cb7706ec5973f3ccb737df9300e6cd0be5a20d +size 1361793 diff --git a/hf_video_clips_qa/video_001555.mp4 b/hf_video_clips_qa/video_001555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96ab70657f934baaf16f49afd84b5c1db6fa25c4 --- /dev/null +++ b/hf_video_clips_qa/video_001555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80dad9cae483082dfb3dd5f490a59b744a5450938a4813090104e460a643fae +size 632562 diff --git a/hf_video_clips_qa/video_001556.mp4 b/hf_video_clips_qa/video_001556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa01d27e3762e965db5103c979fa52410eaeb130 --- /dev/null +++ b/hf_video_clips_qa/video_001556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a280f3e0dcbe0aeafa5ff4bbacfea00e71298ca006b744bbbccac92473e8f2b +size 946534 diff --git a/hf_video_clips_qa/video_001557.mp4 b/hf_video_clips_qa/video_001557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aac7b6aead3ea928506d31669db663c1a67eded --- /dev/null +++ b/hf_video_clips_qa/video_001557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786fd3076524fc855f5e3d7d92cacd13007f70d90b87ab87350d4fcbf52cb812 +size 949124 diff --git a/hf_video_clips_qa/video_001558.mp4 b/hf_video_clips_qa/video_001558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f4c59ce3830bc829d9870b04860b078a8d2162f --- /dev/null +++ b/hf_video_clips_qa/video_001558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4f254c7303927e551847eb10711826e73a07ece083e965142c39dd6da120b6 +size 1298576 diff --git a/hf_video_clips_qa/video_001559.mp4 b/hf_video_clips_qa/video_001559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2bedbb50eeb0c6868ab3dde9dc41db480cf3d51 --- /dev/null +++ b/hf_video_clips_qa/video_001559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c128c059f0ecc3bcddeaa53e2d79a2020539f461dacc44ebc725a70ea85769a8 +size 660110 diff --git a/hf_video_clips_qa/video_001560.mp4 b/hf_video_clips_qa/video_001560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0d00337a0b7af858c573d552affb3495139209a --- /dev/null +++ b/hf_video_clips_qa/video_001560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09baf1229b794d6c8aeae2790a5490db4117c8f20a95c9a0c34c7707418654c4 +size 764230 diff --git a/hf_video_clips_qa/video_001561.mp4 b/hf_video_clips_qa/video_001561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..882675f6b0a8dabdc9cc50a01051995672e4c0be --- /dev/null +++ b/hf_video_clips_qa/video_001561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272097ff41d70df1110a9096492b5885cedb3a77a86cf4f6cf23cf7a6e11c3b6 +size 721230 diff --git a/hf_video_clips_qa/video_001562.mp4 b/hf_video_clips_qa/video_001562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b43eb54d880b9bad5ceeb0411116a56d5b6ac71a --- /dev/null +++ b/hf_video_clips_qa/video_001562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3d5877c1010612b0512879be0eb15e58ee7d7c4f88edfac90cef18f3f4e7e6 +size 697933 diff --git a/hf_video_clips_qa/video_001563.mp4 b/hf_video_clips_qa/video_001563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004c28c8bc78bdfe4a4cb129329595bec383fde6 --- /dev/null +++ b/hf_video_clips_qa/video_001563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab660a0a1567db1be4e5fe1d650272c7e2ef47ab84def42d77afb220940c5387 +size 642657 diff --git a/hf_video_clips_qa/video_001564.mp4 b/hf_video_clips_qa/video_001564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbbe716e98a4fa1392c9802fb7616f08156835fc --- /dev/null +++ b/hf_video_clips_qa/video_001564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bfe6c52f15d7101e35bd288fd89c81cfea52924069b9645330fa982cbb7704 +size 1421821 diff --git a/hf_video_clips_qa/video_001565.mp4 b/hf_video_clips_qa/video_001565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2836e0fcbba7a357e14529bfba66fa8c7a06d802 --- /dev/null +++ b/hf_video_clips_qa/video_001565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bf751d610b394e69e0aff9ad17345e7d5896de520d8dbcaa2a1e05e7a1bd55 +size 585724 diff --git a/hf_video_clips_qa/video_001566.mp4 b/hf_video_clips_qa/video_001566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2671277100b78ac8c1c74f793b94eb2078e2d618 --- /dev/null +++ b/hf_video_clips_qa/video_001566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3adf54954bac659e44f7f25fffe70f66dbd698fc52e8ed51cbd042f16d4cb85 +size 598957 diff --git a/hf_video_clips_qa/video_001567.mp4 b/hf_video_clips_qa/video_001567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8afbe1c6c99cbd79a821921cd6c971d4caff15f0 --- /dev/null +++ b/hf_video_clips_qa/video_001567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6e7c9d160341542af219c243f24e19b94d9941bec142b7b23403b9fe761af2 +size 793439 diff --git a/hf_video_clips_qa/video_001568.mp4 b/hf_video_clips_qa/video_001568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da3568a3141f5703c6039a5b1afa7038578e6e52 --- /dev/null +++ b/hf_video_clips_qa/video_001568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe2845fb2719c379f7c906d8341e51e949dbb8fbee3595feb5f9b3d3bb3b992 +size 930038 diff --git a/hf_video_clips_qa/video_001569.mp4 b/hf_video_clips_qa/video_001569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea1f74b03ec03c95c4e7972b6a85c4a0fdc2464 --- /dev/null +++ b/hf_video_clips_qa/video_001569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76db578ff74f9275f3dece1172f032e0e4b57c8d564305382127a1b60e4fd0b4 +size 777720 diff --git a/hf_video_clips_qa/video_001570.mp4 b/hf_video_clips_qa/video_001570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d12069f1af0bad4fb22cfb3e54cd05d877d1cb8 --- /dev/null +++ b/hf_video_clips_qa/video_001570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d024adb3b360a0f03609f34b3b22357b80b3f82b36e050940950a920699ccb +size 1256859 diff --git a/hf_video_clips_qa/video_001571.mp4 b/hf_video_clips_qa/video_001571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52ff60ddf43d54b9f80b612ebe5598c5d8975b4a --- /dev/null +++ b/hf_video_clips_qa/video_001571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28765063ad2b8039a9d853ddc433bec32fcf56c27e5fb094ae9ac2c449fbd93c +size 647951 diff --git a/hf_video_clips_qa/video_001572.mp4 b/hf_video_clips_qa/video_001572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd474dc2db31693d159c9801836fe25ffa6c20fc --- /dev/null +++ b/hf_video_clips_qa/video_001572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb991e9ba0387d14350f17f54370651dd2d11c6812605ec1dc269eb8952235e4 +size 591074 diff --git a/hf_video_clips_qa/video_001573.mp4 b/hf_video_clips_qa/video_001573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37b0b242f6ef643c97ab9d868d78fc46741cc124 --- /dev/null +++ b/hf_video_clips_qa/video_001573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f96407b71422b61616eb000435dbf84392399004acee77791068a2ddf943795 +size 660008 diff --git a/hf_video_clips_qa/video_001574.mp4 b/hf_video_clips_qa/video_001574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36ac36be7ff635b38314f2e325479d63cb9dc69b --- /dev/null +++ b/hf_video_clips_qa/video_001574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bb2d7d7fd200edd823a86bfd260b1fc707148ac6f56b9a8e735fbac73fcb6f +size 615744 diff --git a/hf_video_clips_qa/video_001575.mp4 b/hf_video_clips_qa/video_001575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aee347763f3ea6c5f0ed00446f8ba836d56e8386 --- /dev/null +++ b/hf_video_clips_qa/video_001575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6d8b705bce034de90c5b82702bf368a007d0178dfcf18e0abb8dd5584329d5 +size 815178 diff --git a/hf_video_clips_qa/video_001576.mp4 b/hf_video_clips_qa/video_001576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f94aa91c5657c9eec8d73d6c3daf6a409193f21 --- /dev/null +++ b/hf_video_clips_qa/video_001576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf9e78b96301db0668a6215ed7448724cf347bb96b98242cb219ece2bcb7fe0 +size 623247 diff --git a/hf_video_clips_qa/video_001577.mp4 b/hf_video_clips_qa/video_001577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e813631f851014bbb373544a8ce284de898fad36 --- /dev/null +++ b/hf_video_clips_qa/video_001577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fc2c21c992e6a63b28cd1100bc24338e6f0deff2c52a483bb170fb2e2ee3f2 +size 532403 diff --git a/hf_video_clips_qa/video_001578.mp4 b/hf_video_clips_qa/video_001578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c994ab9812229797d6e7c7f586579bdfd57563cf --- /dev/null +++ b/hf_video_clips_qa/video_001578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9cbb6fc6f75728851a1d2362c86920dd84800ed85a8a8adb0903845c603372 +size 796377 diff --git a/hf_video_clips_qa/video_001579.mp4 b/hf_video_clips_qa/video_001579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17cade2d92a45263e1cad46d2f0841e4d9000662 --- /dev/null +++ b/hf_video_clips_qa/video_001579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b463992ed8d408fb9e741e4826a40c217e99d751acfe2d41f631ba9f818ec5 +size 465613 diff --git a/hf_video_clips_qa/video_001580.mp4 b/hf_video_clips_qa/video_001580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab7450393a9d2f42f9ed3523271b5df266d858b --- /dev/null +++ b/hf_video_clips_qa/video_001580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8e97a0f930e9e33615ae6805f44cd53c6791b9570dda0762ba72ffd31005e9 +size 730240 diff --git a/hf_video_clips_qa/video_001581.mp4 b/hf_video_clips_qa/video_001581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533f5468b1afc7269a19d2431eb472dc437f8336 --- /dev/null +++ b/hf_video_clips_qa/video_001581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ebf3f2fdadf0fb84973981b3b5d4a651f5b042557b33204387ab8660f49e46 +size 1335558 diff --git a/hf_video_clips_qa/video_001582.mp4 b/hf_video_clips_qa/video_001582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a935ae60f67bcf485e6eb96b4823416dedc80eb --- /dev/null +++ b/hf_video_clips_qa/video_001582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02ead159e450e9eb5bb6199ec200cfff65b684e9dcab87f70be22752d469c91 +size 614872 diff --git a/hf_video_clips_qa/video_001583.mp4 b/hf_video_clips_qa/video_001583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f211f44afd21b853cd4f0593709959395dcebe1e --- /dev/null +++ b/hf_video_clips_qa/video_001583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790f7f4ef7c1d464457d611c68d1db37ff044d91401fdb7a9c99a97e0228d4fa +size 614329 diff --git a/hf_video_clips_qa/video_001584.mp4 b/hf_video_clips_qa/video_001584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4522bb51f521502667606285adadb681e0004af --- /dev/null +++ b/hf_video_clips_qa/video_001584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4862f84271bda1572f8190cc3732b6d9c712f5b09d269d8eb13eeb8c8aa9dc12 +size 512193 diff --git a/hf_video_clips_qa/video_001585.mp4 b/hf_video_clips_qa/video_001585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09329b9a9f2fcd1d41eb42abe484d9df91cbbe08 --- /dev/null +++ b/hf_video_clips_qa/video_001585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259a0cba5b6c1057366826666fa33d4480469fa5e2179587267d1f99b6843a6f +size 1675359 diff --git a/hf_video_clips_qa/video_001586.mp4 b/hf_video_clips_qa/video_001586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95a21916f74754edce162548573b6de8efb96816 --- /dev/null +++ b/hf_video_clips_qa/video_001586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7647ecffe68c25c8a92e6effd287868310721847fdd49167582f2809565d8cd1 +size 625940 diff --git a/hf_video_clips_qa/video_001587.mp4 b/hf_video_clips_qa/video_001587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1a546d712966314ef704579647c6ad0bbe774e2 --- /dev/null +++ b/hf_video_clips_qa/video_001587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f834354b4edfcb6f17943d5b41fab4ab1421a64bbd69ff5a81a747569bc2c91e +size 1367811 diff --git a/hf_video_clips_qa/video_001588.mp4 b/hf_video_clips_qa/video_001588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b63cb3399ff1b716b792be4318162760efa5c1a2 --- /dev/null +++ b/hf_video_clips_qa/video_001588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c0ee6d2d1c443465e760ef55fa8cb47b134c5b7d9e831f77ca01a970275ead +size 765249 diff --git a/hf_video_clips_qa/video_001589.mp4 b/hf_video_clips_qa/video_001589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8f8d8c8a762c306c36954023aeab0fc470b521d --- /dev/null +++ b/hf_video_clips_qa/video_001589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eb770df291177f791cb7e946f9bc5387bfaf516e226779a26e01fbd5acd649 +size 1664474 diff --git a/hf_video_clips_qa/video_001590.mp4 b/hf_video_clips_qa/video_001590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f161e8c5090d447f456f28260131e7184935353c --- /dev/null +++ b/hf_video_clips_qa/video_001590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f62a71ae99bdce17e579cda526b4c4c1a18360188276def9b49a13bf934e97 +size 583817 diff --git a/hf_video_clips_qa/video_001591.mp4 b/hf_video_clips_qa/video_001591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7865a9d266c00635b5f84c18c40bf271a4d19873 --- /dev/null +++ b/hf_video_clips_qa/video_001591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ecdb9754a968ee5ec620cad5c52a0f3bb947e938e320a2a9c5f5fbaaffe10c +size 901166 diff --git a/hf_video_clips_qa/video_001592.mp4 b/hf_video_clips_qa/video_001592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0df085848021b1ac6ef0a34b7c57072a0837a835 --- /dev/null +++ b/hf_video_clips_qa/video_001592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190b66f56ebe319bcb341ec4bdcec14f9977de3a5dbdf71e025240a123ad5c08 +size 782963 diff --git a/hf_video_clips_qa/video_001593.mp4 b/hf_video_clips_qa/video_001593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d51c0782973525ec805312029bb256f02f15908 --- /dev/null +++ b/hf_video_clips_qa/video_001593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4106b1eab229e531e1a69a0fc6f70aaf60edb7a4728fa8511b1ab4dfc1de6cfc +size 1306738 diff --git a/hf_video_clips_qa/video_001594.mp4 b/hf_video_clips_qa/video_001594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8ee4b63a93dcbd735d364fff16b65e53f9f02b8 --- /dev/null +++ b/hf_video_clips_qa/video_001594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595e30de854c817dcda21995975226e22e1e6ff9ee18e8e78b1477433c34b27d +size 810618 diff --git a/hf_video_clips_qa/video_001595.mp4 b/hf_video_clips_qa/video_001595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f12243b5660a8c3803ffe2ac5a734bfb4f2ea80f --- /dev/null +++ b/hf_video_clips_qa/video_001595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120815eea80bc60a0da54d5d9c55b5095303011863d6881b9736dd5abd397276 +size 646887 diff --git a/hf_video_clips_qa/video_001596.mp4 b/hf_video_clips_qa/video_001596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5240b47f540ac78dd1054bc5a7e7a3b5a63fe3a1 --- /dev/null +++ b/hf_video_clips_qa/video_001596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3475c9df7f46dd3a6daf5c7aafa19c874b924650e75f29194f01bd468fc3e50f +size 791757 diff --git a/hf_video_clips_qa/video_001597.mp4 b/hf_video_clips_qa/video_001597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..464fd6a4115b4459946929d8456f065a6abe1d40 --- /dev/null +++ b/hf_video_clips_qa/video_001597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dacb9415b78d7835fe842422f7d24469247676b3a54a1b74b9b11c5631a06d +size 808796 diff --git a/hf_video_clips_qa/video_001598.mp4 b/hf_video_clips_qa/video_001598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37592a21e6e93ec24efc5007be11b889123de52d --- /dev/null +++ b/hf_video_clips_qa/video_001598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154ceb91eb3de947545b76688f2819a4662cd3c93eb60c2cf5c7e26e2cc70b94 +size 630684 diff --git a/hf_video_clips_qa/video_001599.mp4 b/hf_video_clips_qa/video_001599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58cf560ab800da25e0c081248c3de4be66a66faa --- /dev/null +++ b/hf_video_clips_qa/video_001599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069b6b2382e7db950645c708b94dfad503c52a49e91a4a3f9039662602df2e54 +size 914947 diff --git a/hf_video_clips_qa/video_001600.mp4 b/hf_video_clips_qa/video_001600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96734968501a317657fe98c7974efccc658b6abc --- /dev/null +++ b/hf_video_clips_qa/video_001600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a9054317de32c01f03531a5a14101ec2993ef56cf2df39de1ee262f671ec26 +size 1706630 diff --git a/hf_video_clips_qa/video_001601.mp4 b/hf_video_clips_qa/video_001601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cee00545a9eb848ac9c7657ad2f905464f1e42fc --- /dev/null +++ b/hf_video_clips_qa/video_001601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b81afe5036cbf41c12750f4c04065b9cecd15a556fa26cc833a7e7eb994a0d +size 1110863 diff --git a/hf_video_clips_qa/video_001602.mp4 b/hf_video_clips_qa/video_001602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..746a4f745d2a6ab0e0eaf9048fbec4172580c3f4 --- /dev/null +++ b/hf_video_clips_qa/video_001602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29967e2e2d13ec8dacf2e95e4ef22359b7f0f4951103d486df21af64b90f1e95 +size 1135252 diff --git a/hf_video_clips_qa/video_001603.mp4 b/hf_video_clips_qa/video_001603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46ddc50a694e1d3b07e4a24e6bc8baf5d2c23dee --- /dev/null +++ b/hf_video_clips_qa/video_001603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ba1e4eb6f08b1c8560c0b8793697c04233c9a354a8544eb3587fb3b43ba527 +size 882985 diff --git a/hf_video_clips_qa/video_001604.mp4 b/hf_video_clips_qa/video_001604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebdd4133886b6e339c2f924b9ef1c79591ac3f85 --- /dev/null +++ b/hf_video_clips_qa/video_001604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b31ea314a0bd699c46e3049f405eed1749f9f1b63af92f3a98d4f3075ad2ca +size 598681 diff --git a/hf_video_clips_qa/video_001605.mp4 b/hf_video_clips_qa/video_001605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7825a68ed0286c2bd6afeb757bb83da3e0279117 --- /dev/null +++ b/hf_video_clips_qa/video_001605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc61b9cb603ba04bb210175d0e12a017933d38318e7dcba497ec36196240d4ad +size 500446 diff --git a/hf_video_clips_qa/video_001606.mp4 b/hf_video_clips_qa/video_001606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a58b684f2f1afe31ac9f274f4ad3e25c8e48aac1 --- /dev/null +++ b/hf_video_clips_qa/video_001606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b232f4179d90feb03639bed36366d43968b5dd7727a0c2384e01ff877e326b +size 568297 diff --git a/hf_video_clips_qa/video_001607.mp4 b/hf_video_clips_qa/video_001607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdb510f8209c540246d92e1559a3b4b24c1230f4 --- /dev/null +++ b/hf_video_clips_qa/video_001607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a960ef22a6bad249919a198d29985cb5e951e465633d10524d257d2169d113c7 +size 1253365 diff --git a/hf_video_clips_qa/video_001608.mp4 b/hf_video_clips_qa/video_001608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50224e8f7535313dd2ac50d437fda68dc804f12a --- /dev/null +++ b/hf_video_clips_qa/video_001608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7b062194798c090a5d0d7faa863596912904d77043994982ddc051f84a8f10 +size 897021 diff --git a/hf_video_clips_qa/video_001609.mp4 b/hf_video_clips_qa/video_001609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ace18af4a10ef252e9e30aa0cd24f36624123ea --- /dev/null +++ b/hf_video_clips_qa/video_001609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb8c76b06f178577f2e9a24926afb6f225407107d365cf58f179f0e49f563bf +size 793762 diff --git a/hf_video_clips_qa/video_001610.mp4 b/hf_video_clips_qa/video_001610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..780a8b92ac5f01f60cfd2294e9aa78aeefa12b41 --- /dev/null +++ b/hf_video_clips_qa/video_001610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9a63452419b22c2404407677b4004413bc216be4cb498d0f2fa9b7aad9cd99 +size 580113 diff --git a/hf_video_clips_qa/video_001611.mp4 b/hf_video_clips_qa/video_001611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c934a73b7da15598429ee216cbb5b006b1fd966b --- /dev/null +++ b/hf_video_clips_qa/video_001611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3c2255ab9f5cd1684fac8921266f634460bd91989e61fb83c0ace1fcd11dd8 +size 451471 diff --git a/hf_video_clips_qa/video_001612.mp4 b/hf_video_clips_qa/video_001612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58f24b4090fa0a92d5fd515e5559f1d4993984ce --- /dev/null +++ b/hf_video_clips_qa/video_001612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93776dd377a9c19a9c9b5b129e251a6b71e41670345a9f4ba23bb3cbed351992 +size 725694 diff --git a/hf_video_clips_qa/video_001613.mp4 b/hf_video_clips_qa/video_001613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a58a39b78f45a427ade78fe2b2c1137641130c78 --- /dev/null +++ b/hf_video_clips_qa/video_001613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634cee512e963db8e0b9389548315654fc96e806286a16d3b719e0a4273176cd +size 861119 diff --git a/hf_video_clips_qa/video_001614.mp4 b/hf_video_clips_qa/video_001614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3573ad25128e2ab92569161c80ff4d73e6cdd6d1 --- /dev/null +++ b/hf_video_clips_qa/video_001614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77422b96719ab7d1f77c302d6e7408f847f098e17951202d4ac19ea3a1b7e259 +size 565184 diff --git a/hf_video_clips_qa/video_001615.mp4 b/hf_video_clips_qa/video_001615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2fea5bec44fcd4f24752b187aa736521d207684 --- /dev/null +++ b/hf_video_clips_qa/video_001615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65314a3fe65421e840679c8e407963502d65a3b0eb9bc0c7143ba6b2e2db92b +size 655821 diff --git a/hf_video_clips_qa/video_001616.mp4 b/hf_video_clips_qa/video_001616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52754a887ab4ee72e12ee9a5c3c47ba0b347906d --- /dev/null +++ b/hf_video_clips_qa/video_001616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4722bd4b6790506f53f02451e39489126f18b6461a624e65df0393f5ea4a0418 +size 1398958 diff --git a/hf_video_clips_qa/video_001617.mp4 b/hf_video_clips_qa/video_001617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f8b0c9ccd7cf84679feea33f4db2cec005718cd --- /dev/null +++ b/hf_video_clips_qa/video_001617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b845e0c390c3dfa64dfc62db6e6d9295f46d141228da09809fd3746689d42be8 +size 639723 diff --git a/hf_video_clips_qa/video_001618.mp4 b/hf_video_clips_qa/video_001618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f09a982b0b3ee67968f16509e6aa1d963c30b15d --- /dev/null +++ b/hf_video_clips_qa/video_001618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f7489cccc485d0b72ef7d273e137745d902032941d14b5488d796a8dcf1392 +size 553582 diff --git a/hf_video_clips_qa/video_001619.mp4 b/hf_video_clips_qa/video_001619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352e9a0197f3b95fd5cf8e9dd126a26769bd3431 --- /dev/null +++ b/hf_video_clips_qa/video_001619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0de63714d85170ea25f30bf62116126f98bca257c3275bb5491fa7570a8899 +size 655419 diff --git a/hf_video_clips_qa/video_001620.mp4 b/hf_video_clips_qa/video_001620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e172f7d21149eaca71125c9a5d9b892674089d --- /dev/null +++ b/hf_video_clips_qa/video_001620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74f39bd02386f30d4f9410ca6ef36aafb2036bfc741ac3ddc8fe18d5d2ae5b +size 1036523 diff --git a/hf_video_clips_qa/video_001621.mp4 b/hf_video_clips_qa/video_001621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c2da3bdf816d376fbfe4fed40912785a28c5bc --- /dev/null +++ b/hf_video_clips_qa/video_001621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0101f95d05eab6cdb61f92f0d193a5244b44108227bd403467510d565ae290 +size 1583912 diff --git a/hf_video_clips_qa/video_001622.mp4 b/hf_video_clips_qa/video_001622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f5e3dd1e45e1755e74f062548099cf6f4757672 --- /dev/null +++ b/hf_video_clips_qa/video_001622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a147f3b34fcf4bef077a7c2b6addd615fea74ba86cf5310f99b4a042309f13 +size 1245472 diff --git a/hf_video_clips_qa/video_001623.mp4 b/hf_video_clips_qa/video_001623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d922ac953be3d64f610ba4f0f8d654aa022a3c38 --- /dev/null +++ b/hf_video_clips_qa/video_001623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05583fac040d490427d3125f42bb381946e0ee41140bccb6b3728e41c6f476a +size 1562972 diff --git a/hf_video_clips_qa/video_001624.mp4 b/hf_video_clips_qa/video_001624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..158e61eb222965bcec048e2b982f8403d8852982 --- /dev/null +++ b/hf_video_clips_qa/video_001624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a4c397fd15db6f1bc537445b1212cff3473c80a3de2192ba0bef21334df7b +size 666926 diff --git a/hf_video_clips_qa/video_001625.mp4 b/hf_video_clips_qa/video_001625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecaf0b4baf34e8f8d37760bba1484c57e06975c9 --- /dev/null +++ b/hf_video_clips_qa/video_001625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9f6749fb908766c4479a37da57eacf9cbadcbff7ff9713121bd7b3d8b11332 +size 643108 diff --git a/hf_video_clips_qa/video_001626.mp4 b/hf_video_clips_qa/video_001626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e5411df37d4d1ec477fdcff1a3a28f67875af8 --- /dev/null +++ b/hf_video_clips_qa/video_001626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593c236ade5cb0977947ae8daa89e20c36b4823b2630bd0e48a6350680e2c134 +size 760850 diff --git a/hf_video_clips_qa/video_001627.mp4 b/hf_video_clips_qa/video_001627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9156c29a92ce6d084cac333ec0ea6a3fa9d1042f --- /dev/null +++ b/hf_video_clips_qa/video_001627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314b389b4fe1d8831d15959377cf67faf9715b4928bc766352cad90ccba46b77 +size 1469367 diff --git a/hf_video_clips_qa/video_001628.mp4 b/hf_video_clips_qa/video_001628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162874bfc267fb9ac134cbda8fc7a36f1b11bdd6 --- /dev/null +++ b/hf_video_clips_qa/video_001628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd055f9a6cd0cebf9c4437842f0070fd69925833fd38db352e7e4af29097dcf +size 1616601 diff --git a/hf_video_clips_qa/video_001629.mp4 b/hf_video_clips_qa/video_001629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a1b35c229a6fd5c8abcb568b78589b6a7f979cb --- /dev/null +++ b/hf_video_clips_qa/video_001629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceb163f1f38fbd92f66ffba823ceda41f3916f82a7e0235ca552d24b2b57454 +size 682145 diff --git a/hf_video_clips_qa/video_001630.mp4 b/hf_video_clips_qa/video_001630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14c3187d5b35d69a2132385d6aa43440f6c6ed7 --- /dev/null +++ b/hf_video_clips_qa/video_001630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af490cdf37933e2f22c9a398fe73d4a9c941867bd8dd37c469c83fc373c51192 +size 1062606 diff --git a/hf_video_clips_qa/video_001631.mp4 b/hf_video_clips_qa/video_001631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70981a699e42e9a87d34c3cb5e1accd85f30b651 --- /dev/null +++ b/hf_video_clips_qa/video_001631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cede3c09dee7ec500f830a6d880eaa337b473644d17b010681d065b8d42bc602 +size 1140512 diff --git a/hf_video_clips_qa/video_001632.mp4 b/hf_video_clips_qa/video_001632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fa24683fdbc63cb3f03c22d60569ff92f9ae5b9 --- /dev/null +++ b/hf_video_clips_qa/video_001632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e32e3e18bd7be70bf6387c7048ee7f9e2ce2e5e572ec1d95416f8cda0ab8529 +size 970363 diff --git a/hf_video_clips_qa/video_001633.mp4 b/hf_video_clips_qa/video_001633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9acfa97c4f108d9eeab67db93d753460a13763b --- /dev/null +++ b/hf_video_clips_qa/video_001633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8486c52caaeedf0f2c6da2defc53a67ba376255ed3daceed0b64f634fb917f +size 955839 diff --git a/hf_video_clips_qa/video_001634.mp4 b/hf_video_clips_qa/video_001634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..698ab02772ad8fff17e5b23f36f84189d9918c7e --- /dev/null +++ b/hf_video_clips_qa/video_001634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de492596719588f213b6de25b38118fc2904dd3a4b62e8f96214cf8c8f73a5dd +size 595130 diff --git a/hf_video_clips_qa/video_001635.mp4 b/hf_video_clips_qa/video_001635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cc09f8f312110690320b17a4d16861072bee44e --- /dev/null +++ b/hf_video_clips_qa/video_001635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45568705b1a481aa72cf754b71f31e14fe75ca4be6986112e01e86334394d9cb +size 1606705 diff --git a/hf_video_clips_qa/video_001636.mp4 b/hf_video_clips_qa/video_001636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57f5f352eafc3ff009be68f2c9113897a258c2fd --- /dev/null +++ b/hf_video_clips_qa/video_001636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1aa3670e638d763f78bfebbf2ecfc4e3feeb71284ab2731b2ffd56f8f1fb48 +size 1437881 diff --git a/hf_video_clips_qa/video_001637.mp4 b/hf_video_clips_qa/video_001637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fc0fc398bbfcb8ce265b5c2e0dddbd7bb09b935 --- /dev/null +++ b/hf_video_clips_qa/video_001637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7e6120b61380f4d1a67e691fdb20255da0abddfb22210290befedae3535d5f +size 1273747 diff --git a/hf_video_clips_qa/video_001638.mp4 b/hf_video_clips_qa/video_001638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3464e79ed5a704e9087abc008c47ae5759a6553f --- /dev/null +++ b/hf_video_clips_qa/video_001638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf73fa07c9391c497d6be4b989f476fee0e61d7f20298c0aa59145fded99e30 +size 742786 diff --git a/hf_video_clips_qa/video_001639.mp4 b/hf_video_clips_qa/video_001639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8757d205f226b3e0a3cfabcd19088298bdd1ae6a --- /dev/null +++ b/hf_video_clips_qa/video_001639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5891cd92e159d963944b7ca1181d72997f714f3ff17dab63cb6363b1fabc2a79 +size 1220410 diff --git a/hf_video_clips_qa/video_001640.mp4 b/hf_video_clips_qa/video_001640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb3b0b4cfc740bd82ed99ff440cbfb588329e6e5 --- /dev/null +++ b/hf_video_clips_qa/video_001640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfcfbe058de8b3036fc009e8b7fc1d2c2788ad5bf22ac91b20707ff9cd00f1e +size 661794 diff --git a/hf_video_clips_qa/video_001641.mp4 b/hf_video_clips_qa/video_001641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b029a2f7e5afb383ad6c0df01c465448485a9f9f --- /dev/null +++ b/hf_video_clips_qa/video_001641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd8c0c933efc3485f757fb54fa219b9aa9a8c4a1a27114bc4c9f345a1d65a65 +size 1399947 diff --git a/hf_video_clips_qa/video_001642.mp4 b/hf_video_clips_qa/video_001642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8c1c8ba33c40755482ed30039a864e263ba7713 --- /dev/null +++ b/hf_video_clips_qa/video_001642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af766a1e5e8bcb57651a74911de1265684796fd7ab0b62dad2512b15332b3a52 +size 835759 diff --git a/hf_video_clips_qa/video_001643.mp4 b/hf_video_clips_qa/video_001643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a764b0dbe18d13b446468309afcab43f8d1736e --- /dev/null +++ b/hf_video_clips_qa/video_001643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae414a22e56c748dd9de49a3e93ee3ade2bf92f2bcd41235e6b7923c30d7248 +size 805721 diff --git a/hf_video_clips_qa/video_001644.mp4 b/hf_video_clips_qa/video_001644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1647dfb451508e5c1d5ad5890612bf56605d9e1a --- /dev/null +++ b/hf_video_clips_qa/video_001644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287e60f4a5f51101cfa91b0eb1490748054b32146a495821646aed2ce1ee082b +size 1148221 diff --git a/hf_video_clips_qa/video_001645.mp4 b/hf_video_clips_qa/video_001645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d492c3cd74695410abcb67cbf43ce2f7d7526ccb --- /dev/null +++ b/hf_video_clips_qa/video_001645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99db178e580419fa71220927e254bc914306c6cae808159b3c07c6560688c845 +size 1000390 diff --git a/hf_video_clips_qa/video_001646.mp4 b/hf_video_clips_qa/video_001646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d20efa140715f2aca0d2cf82a5d5a96a5b79d5e --- /dev/null +++ b/hf_video_clips_qa/video_001646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fc2b3e2e06884e370255e3e764caa68d12076f8810f88eaec069565b079fbb +size 1290178 diff --git a/hf_video_clips_qa/video_001647.mp4 b/hf_video_clips_qa/video_001647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9f518fb68db9169e4534471b286d485efc4c6e8 --- /dev/null +++ b/hf_video_clips_qa/video_001647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aca2ce1c0009d37cb33cabbac6eb732dd74d7f67e26358c3490212796dfd48c +size 1722519 diff --git a/hf_video_clips_qa/video_001648.mp4 b/hf_video_clips_qa/video_001648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a60db1db25f6e40aa13db696ea8e90bc56965d91 --- /dev/null +++ b/hf_video_clips_qa/video_001648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e58498671b2ce5b48667802e76384e0ded82a74929cefe76159b53ea86716c +size 1435469 diff --git a/hf_video_clips_qa/video_001649.mp4 b/hf_video_clips_qa/video_001649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0676f0fdd576267e3c4d43c263d80e83daf76f6 --- /dev/null +++ b/hf_video_clips_qa/video_001649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae43954553b067caf3361761c094375cbb87c9a2c6feeef6bed4d48cb04b1d +size 1664953 diff --git a/hf_video_clips_qa/video_001650.mp4 b/hf_video_clips_qa/video_001650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..758983cbe9375805e33131cc2ec9985382873d61 --- /dev/null +++ b/hf_video_clips_qa/video_001650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef38dc8aded81a77d4a72c8412991778f91e77d93d5cbcaa55e6caa1e32ec833 +size 641630 diff --git a/hf_video_clips_qa/video_001651.mp4 b/hf_video_clips_qa/video_001651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bdf7ccdec8b88e2c87cf9094789813bc02480f1 --- /dev/null +++ b/hf_video_clips_qa/video_001651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb85fbce80103629a5936e537ed3490d8e6cad0757fc17f335a1bb64956c1926 +size 1770824 diff --git a/hf_video_clips_qa/video_001652.mp4 b/hf_video_clips_qa/video_001652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c17bf8e99c74f6d3d448bc1fd91e28cca651817a --- /dev/null +++ b/hf_video_clips_qa/video_001652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4079056b88f0afb937a651a38ed4a330f3fdd47699b011dff245323c92fca91a +size 1329072 diff --git a/hf_video_clips_qa/video_001653.mp4 b/hf_video_clips_qa/video_001653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65955abe518b018771cf47ea95f125b703492e84 --- /dev/null +++ b/hf_video_clips_qa/video_001653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0b345d76282443a3f518d43c314b7a98c1c60eb17b0024f7a2d5d41c40a858 +size 1501797 diff --git a/hf_video_clips_qa/video_001654.mp4 b/hf_video_clips_qa/video_001654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..458f6a5ba764c705f1268f265796004aceb574f4 --- /dev/null +++ b/hf_video_clips_qa/video_001654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f51f905affdb2dfa483bbc66673bbd853e178d7e1428af0913b64a59e2a623 +size 1482984 diff --git a/hf_video_clips_qa/video_001655.mp4 b/hf_video_clips_qa/video_001655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..726d8ebc31bae3c8100adc38ff7733b7a6fe2e34 --- /dev/null +++ b/hf_video_clips_qa/video_001655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31445e8ba31f90aaed7620f33b450018dc2fa878886f4f18c813e4fee369bb3 +size 1239900 diff --git a/hf_video_clips_qa/video_001656.mp4 b/hf_video_clips_qa/video_001656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe3e1b9b7e5b7918638cc417ea6723c1b4b944a --- /dev/null +++ b/hf_video_clips_qa/video_001656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ad97db3ea20291900542a56f3f280c901655f82397205a7c7f572880eaabb +size 1463814 diff --git a/hf_video_clips_qa/video_001657.mp4 b/hf_video_clips_qa/video_001657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c5149dcff62eca32ed98f9ee432c6998a499e4 --- /dev/null +++ b/hf_video_clips_qa/video_001657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280120f86ef6edaa8bc348f43191b93f5edcefcc96736ba05b2a67f0b1b483fd +size 938455 diff --git a/hf_video_clips_qa/video_001658.mp4 b/hf_video_clips_qa/video_001658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fd56da00a4cb4c3f1d9bd6b8930838ef875c43f --- /dev/null +++ b/hf_video_clips_qa/video_001658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f740f94db5c7c9568bb6cc620ab71242df35d479e052da7e58b275f5b6258b7 +size 705591 diff --git a/hf_video_clips_qa/video_001659.mp4 b/hf_video_clips_qa/video_001659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68030019e6a6f02c6fa79717af55a25f681c85f8 --- /dev/null +++ b/hf_video_clips_qa/video_001659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ca64e2017dfb301725db383a9fccde7b69b3f176082034deff1e6a33fca817 +size 1158721 diff --git a/hf_video_clips_qa/video_001660.mp4 b/hf_video_clips_qa/video_001660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ee21756646f927f03cb8175f51b0f74995252e6 --- /dev/null +++ b/hf_video_clips_qa/video_001660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54de1e538c32837f6b58261191bb3890943dedf8dc49384d263889178ca64a97 +size 1311666 diff --git a/hf_video_clips_qa/video_001661.mp4 b/hf_video_clips_qa/video_001661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd229923b06d071411fca3b97ad0258e627678ba --- /dev/null +++ b/hf_video_clips_qa/video_001661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e743f6ea851939344bae984a9fa181f00bcb74566d7eb6cff9ffbaa35865a386 +size 1610372 diff --git a/hf_video_clips_qa/video_001662.mp4 b/hf_video_clips_qa/video_001662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..660e8413017c05f6caa69bd2d6435949381157a8 --- /dev/null +++ b/hf_video_clips_qa/video_001662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c60a0393910ade90859368722ec472f9975555b3eb85e01e99c6838ea5b48b +size 771916 diff --git a/hf_video_clips_qa/video_001663.mp4 b/hf_video_clips_qa/video_001663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a874c77f04dfb767819e12a42a3ea4c1d463925 --- /dev/null +++ b/hf_video_clips_qa/video_001663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1dc1552499e7129a13bb766943daf9f35b0828319ba1d077d0f37897c6bc8c +size 683792 diff --git a/hf_video_clips_qa/video_001664.mp4 b/hf_video_clips_qa/video_001664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83f923374eb1a49e1c76396cae86fcd870844c4b --- /dev/null +++ b/hf_video_clips_qa/video_001664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ccd65ec308f4e04eacf4975cc1c6f61d32504ebbe8a44d4aab31684162d955 +size 661910 diff --git a/hf_video_clips_qa/video_001665.mp4 b/hf_video_clips_qa/video_001665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c36dfd98c7b657ab12242a04135d5d1b45c72536 --- /dev/null +++ b/hf_video_clips_qa/video_001665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e79459a93b11b7197b12ab45f0499f8bc3463a4729e38ca412524070beb6f7 +size 646790 diff --git a/hf_video_clips_qa/video_001666.mp4 b/hf_video_clips_qa/video_001666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e34e25029af7bea62b3388295981cb21be007c9 --- /dev/null +++ b/hf_video_clips_qa/video_001666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d44498ea56074884357196ec9d331f8f42d53c897520fd1d7d358547990ad40 +size 704535 diff --git a/hf_video_clips_qa/video_001667.mp4 b/hf_video_clips_qa/video_001667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df2cb568623e924575fec49ebf289e0795e1a26b --- /dev/null +++ b/hf_video_clips_qa/video_001667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c059f0ed192720ce74b576a5bb18e28107ea83e85ca64bb1365f35705f5b43 +size 944145 diff --git a/hf_video_clips_qa/video_001668.mp4 b/hf_video_clips_qa/video_001668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..909884cb7096f7056e56477691f9301b2980ea8c --- /dev/null +++ b/hf_video_clips_qa/video_001668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164ad9acfa6a27160ac21d44d92d22b1db25ec8863ba0b8a6836f274978b1c2b +size 1296882 diff --git a/hf_video_clips_qa/video_001669.mp4 b/hf_video_clips_qa/video_001669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45c606755bb92f58535436f5be56474de7cfe22d --- /dev/null +++ b/hf_video_clips_qa/video_001669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49211c838442c82f67c9953eb4ae59070092fa7c35f021291be531169b02d5f4 +size 900341 diff --git a/hf_video_clips_qa/video_001670.mp4 b/hf_video_clips_qa/video_001670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9295e158fce899046100ba362eb408d1b5494ff --- /dev/null +++ b/hf_video_clips_qa/video_001670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770c3b05666910724adaa0c422a1b31953dc6175ab152e5ddc55c89bac25583c +size 732169 diff --git a/hf_video_clips_qa/video_001671.mp4 b/hf_video_clips_qa/video_001671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..784fa486fafe8fa73e00e11703fd184e3b9951f4 --- /dev/null +++ b/hf_video_clips_qa/video_001671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb9196accb7d0f85e4b9fc4fadc5c44d3f5635635149bde2995f2d2d6acb424 +size 1395643 diff --git a/hf_video_clips_qa/video_001672.mp4 b/hf_video_clips_qa/video_001672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e90bdbf8f85f83a3062d1d772e1f83627ea9dca --- /dev/null +++ b/hf_video_clips_qa/video_001672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b70fbe71b7d45ac726f5eff72f76a022578a7fc813d76ec5e0d7c4815dc01d +size 794528 diff --git a/hf_video_clips_qa/video_001673.mp4 b/hf_video_clips_qa/video_001673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb65930fc84099d754b4bad5e5ec4108dd98538 --- /dev/null +++ b/hf_video_clips_qa/video_001673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686b677e298db44b729cb3e908fd75ed4eda501eb93bac9d01cfefdb945eed1f +size 529765 diff --git a/hf_video_clips_qa/video_001674.mp4 b/hf_video_clips_qa/video_001674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b78bf69463b5766b8ac3a898df91c63d629cb0f1 --- /dev/null +++ b/hf_video_clips_qa/video_001674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57de18bddf086a2a659edad68629b3f6ca5ef6c3b364b6f2a2c13f026ab1732 +size 565061 diff --git a/hf_video_clips_qa/video_001675.mp4 b/hf_video_clips_qa/video_001675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41cb76e4d4d60973323a6128361a039f103e1a00 --- /dev/null +++ b/hf_video_clips_qa/video_001675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a1d9ac3f3ead500f5b113e922a5a91ff2848041dcb6f4520388e7d78da09b3 +size 1363980 diff --git a/hf_video_clips_qa/video_001676.mp4 b/hf_video_clips_qa/video_001676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b131cf0d2031ba673df4ee5c0d99fc00d5275b6 --- /dev/null +++ b/hf_video_clips_qa/video_001676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334adfa193382208ee61b537d5354b766038d860e4a8ee8acd2d97f9ccc17994 +size 671550 diff --git a/hf_video_clips_qa/video_001677.mp4 b/hf_video_clips_qa/video_001677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df8faa31b170891506a9a71fc712b3723f2654db --- /dev/null +++ b/hf_video_clips_qa/video_001677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8bf55c4d57ada4da78ab6621446615cda88b6abab321622a4e8d5ee0991e9a +size 966071 diff --git a/hf_video_clips_qa/video_001678.mp4 b/hf_video_clips_qa/video_001678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9317767b3f96f920d49de5b2a5e933675b75142 --- /dev/null +++ b/hf_video_clips_qa/video_001678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd101e4586da57915b59cc86c23cf058620748fc24caf2d0a14a6e84e976ec7b +size 747810 diff --git a/hf_video_clips_qa/video_001679.mp4 b/hf_video_clips_qa/video_001679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b395095359071ca9a9c65c9c3c5b64d3bb84b8a --- /dev/null +++ b/hf_video_clips_qa/video_001679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19203e4a62d124f9be7072cebc5c52e740bf8b16dce98b7fc28656e1dda6d2f0 +size 824795 diff --git a/hf_video_clips_qa/video_001680.mp4 b/hf_video_clips_qa/video_001680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc535a8bba84369fb0c4b43a7b310e9fdb58e027 --- /dev/null +++ b/hf_video_clips_qa/video_001680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef649974dae6e733f46b9c550a6967f250de48f228059cbee52e12d3cd7ee20 +size 1365638 diff --git a/hf_video_clips_qa/video_001681.mp4 b/hf_video_clips_qa/video_001681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b88fcf6b508cdc588c4eb965f50861cae7961395 --- /dev/null +++ b/hf_video_clips_qa/video_001681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818b37643c22818166b703640b58178e8506932337d56374d3664c2c24e5e62 +size 960261 diff --git a/hf_video_clips_qa/video_001682.mp4 b/hf_video_clips_qa/video_001682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..291f5bdef97efd48182d9cf60bc5c5891437cc43 --- /dev/null +++ b/hf_video_clips_qa/video_001682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d71b4d01a1ac71b2b784ed7780639192ee46de6881f1988c718d5022f2ab5be +size 780512 diff --git a/hf_video_clips_qa/video_001683.mp4 b/hf_video_clips_qa/video_001683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1598513a74300a4e457652f895852a35cbf7f8dc --- /dev/null +++ b/hf_video_clips_qa/video_001683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335572a2cccccf9009e48d0869bd7fd335f2ee5288d6281132624d8a73bb07a9 +size 810110 diff --git a/hf_video_clips_qa/video_001684.mp4 b/hf_video_clips_qa/video_001684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3692d5ee9ef46273d25712a194b64efce0f2718f --- /dev/null +++ b/hf_video_clips_qa/video_001684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a8c32abc7421dd950c85eec00616f109f749664be97b82e900e8e9228824b2 +size 810002 diff --git a/hf_video_clips_qa/video_001685.mp4 b/hf_video_clips_qa/video_001685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9657836a4d6da5c49acdbe6a36b9bb4d9dc4936 --- /dev/null +++ b/hf_video_clips_qa/video_001685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d9e43ccb5eed52a4557867e24d682100ecb06edc1f351e7692fcb1cc38b013 +size 1143238 diff --git a/hf_video_clips_qa/video_001686.mp4 b/hf_video_clips_qa/video_001686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b248a896b4338cf6d19749376d684989bafd7bec --- /dev/null +++ b/hf_video_clips_qa/video_001686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b39b85b42a32e0e7bec120b7169f0795672ae0fbb79028bf112fb131e5f503 +size 634703 diff --git a/hf_video_clips_qa/video_001687.mp4 b/hf_video_clips_qa/video_001687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1de4c1b5bf25a4224e340263415d26831358ccfe --- /dev/null +++ b/hf_video_clips_qa/video_001687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3830a2a32c60d44c71dcad41dfbd499d6eff62752f31fedbacefcdb88de86aed +size 933180 diff --git a/hf_video_clips_qa/video_001688.mp4 b/hf_video_clips_qa/video_001688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aea7f2bebc0c23b47c065eb1634e2165e443e50e --- /dev/null +++ b/hf_video_clips_qa/video_001688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e3d317ae88ff3c8c0d26866367ca5656e7ec2b07faa4b454d0d8e2756ea7dc +size 607234 diff --git a/hf_video_clips_qa/video_001689.mp4 b/hf_video_clips_qa/video_001689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b20f87ec47e5e48f3f7af924cad0aeec6fb30d27 --- /dev/null +++ b/hf_video_clips_qa/video_001689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01d64c6cbc12050ce9f515896daec4159000ffa98644125fdd3467ca562e16f +size 784284 diff --git a/hf_video_clips_qa/video_001690.mp4 b/hf_video_clips_qa/video_001690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b670bd87379ba3dcfd1f4067147071250fb6078 --- /dev/null +++ b/hf_video_clips_qa/video_001690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1783c263d502e2b2235cf4bf8fd7f77bf4295cb8f07e96fa8f833b3a9f6b4cf +size 1454150 diff --git a/hf_video_clips_qa/video_001691.mp4 b/hf_video_clips_qa/video_001691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52e9dfaa98f581c788cc0b5f62fa15d656b6163f --- /dev/null +++ b/hf_video_clips_qa/video_001691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d2f026dd8b9718b9bd0f8405a6e426e8bb70a7775147bce7f8a032bad3ae8f +size 1439701 diff --git a/hf_video_clips_qa/video_001692.mp4 b/hf_video_clips_qa/video_001692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e99d4f944866cc5ecb44dc82be5bd3590ea70587 --- /dev/null +++ b/hf_video_clips_qa/video_001692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee5ba855ddf8946c8f8cc1646ac3d9eaa794c2ed767c46ba5839acbc9d29625 +size 634170 diff --git a/hf_video_clips_qa/video_001693.mp4 b/hf_video_clips_qa/video_001693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3324d85c034a4939f9603c261547833c137cee87 --- /dev/null +++ b/hf_video_clips_qa/video_001693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22940cd19dc3a0c461650ae22526a8f5d5732aec45f3d69bb9455bbf92ba4045 +size 1510474 diff --git a/hf_video_clips_qa/video_001694.mp4 b/hf_video_clips_qa/video_001694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a16322b8f89fda33876a1f1055a764cd7f7c6f3 --- /dev/null +++ b/hf_video_clips_qa/video_001694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2e0ceeed488ab58ff27f5bcb5c049622356021a4bc1f00c32328fa02f71ae1 +size 781095 diff --git a/hf_video_clips_qa/video_001695.mp4 b/hf_video_clips_qa/video_001695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8465363fda3b64037b938e73df7adeb94364a48f --- /dev/null +++ b/hf_video_clips_qa/video_001695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea8fa6d1637c8cfa2888fd3668c2b4584573ea88e1e2560fa98820ecab080f0 +size 521402 diff --git a/hf_video_clips_qa/video_001696.mp4 b/hf_video_clips_qa/video_001696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9cb95758e1c1d9e73a6a393bd98b9f084497911 --- /dev/null +++ b/hf_video_clips_qa/video_001696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914c40fbaf986482077523289c1588dcd74490c37d9cfd60963eeb80427ddd25 +size 657802 diff --git a/hf_video_clips_qa/video_001697.mp4 b/hf_video_clips_qa/video_001697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6016a093de5b3bcc72e06e946631d10793b11dd0 --- /dev/null +++ b/hf_video_clips_qa/video_001697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0118bd232fcac74b30b2ef3a5fbb692ddf2b9a7f5e0abbd4fa482efb730b72cb +size 783302 diff --git a/hf_video_clips_qa/video_001698.mp4 b/hf_video_clips_qa/video_001698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3620f14eed9933d87c768b80cfae8c8dcbb138a0 --- /dev/null +++ b/hf_video_clips_qa/video_001698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5da2ad7be5b4adc9884179b5a9a46632d1238f746a322a12e7b1323ccf3142 +size 957700 diff --git a/hf_video_clips_qa/video_001699.mp4 b/hf_video_clips_qa/video_001699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d184ff6e28e541772889e79eac59af4a1c90134 --- /dev/null +++ b/hf_video_clips_qa/video_001699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56cabf84229f50566a5488654f3c5bffdd93393bdc2d40c88b6d12432a32763 +size 915964 diff --git a/hf_video_clips_qa/video_001700.mp4 b/hf_video_clips_qa/video_001700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d655ce53df077f18e80277018c24fedaa4ebf4c0 --- /dev/null +++ b/hf_video_clips_qa/video_001700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d82b06d1c3a2f3afd3c8e8c8ea57ee3dea022cd90fcbcf067a937bc0d873b2b +size 952275 diff --git a/hf_video_clips_qa/video_001701.mp4 b/hf_video_clips_qa/video_001701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3329bff1214941fb69a6446d7afb314eb93e0cb --- /dev/null +++ b/hf_video_clips_qa/video_001701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d12340dfd7225d82b72103308b01604a260c100fc41c77fd72ff81a8c877075 +size 1171176 diff --git a/hf_video_clips_qa/video_001702.mp4 b/hf_video_clips_qa/video_001702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..028b5c79e05860547a2a98360d23ee71ecda9fb3 --- /dev/null +++ b/hf_video_clips_qa/video_001702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0b0abf68ba7fda0251d1a3d70aaaeab08e876616cb67a38bf1b5d3a9248dc0 +size 2021315 diff --git a/hf_video_clips_qa/video_001703.mp4 b/hf_video_clips_qa/video_001703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7fc88479806e4a13763eaf49e328004099b2b31 --- /dev/null +++ b/hf_video_clips_qa/video_001703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced51328ccb578a997450fcf1e97de96370d1e55985c3b15874f91a884729957 +size 350019 diff --git a/hf_video_clips_qa/video_001704.mp4 b/hf_video_clips_qa/video_001704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0562633740e05ed0df0df5cf4e20be49247d97c0 --- /dev/null +++ b/hf_video_clips_qa/video_001704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871592dae25a6112e08d8197a25d63bef5133fc8a14f4b081dd3fa0a026ff557 +size 2569398 diff --git a/hf_video_clips_qa/video_001705.mp4 b/hf_video_clips_qa/video_001705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15e62b0470f7a67b8144e783a82a4d980b423bb --- /dev/null +++ b/hf_video_clips_qa/video_001705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f5a1cc61a5f12fc8c2481ff602a99a82d54644ba6495577d72b652f74eeff0 +size 1441565 diff --git a/hf_video_clips_qa/video_001706.mp4 b/hf_video_clips_qa/video_001706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2125df1f154e112d120707cf53889524579d358d --- /dev/null +++ b/hf_video_clips_qa/video_001706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5423c49d1f20553cf70b6d251ab9809b9e500f94fb9e0b09391b346b8a494323 +size 658847 diff --git a/hf_video_clips_qa/video_001707.mp4 b/hf_video_clips_qa/video_001707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..904df499a3baf8648e7fac50c436fc93b94cbcc2 --- /dev/null +++ b/hf_video_clips_qa/video_001707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0eae879f2d0d8bc250428a7bb964fba2f621c0fdbe0989cf80ee147fa19349 +size 817803 diff --git a/hf_video_clips_qa/video_001708.mp4 b/hf_video_clips_qa/video_001708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10c71012f4224e818117cc4a6ed54202083b3c21 --- /dev/null +++ b/hf_video_clips_qa/video_001708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7f2810f1369a314b0f4166bcee09d0311f10d32ec4d6fbb2a24cc49a2b9009 +size 2796744 diff --git a/hf_video_clips_qa/video_001709.mp4 b/hf_video_clips_qa/video_001709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b016f17dca0f658ee756a66880e7f4836915844 --- /dev/null +++ b/hf_video_clips_qa/video_001709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bd49943c6da02f18ebe14017ca8f713f194a619df6374c6c8d1aa2b4605569 +size 1006595 diff --git a/hf_video_clips_qa/video_001710.mp4 b/hf_video_clips_qa/video_001710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04950d204b196a854eacd694c1bc5196c840652 --- /dev/null +++ b/hf_video_clips_qa/video_001710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17229c0f26faaa96be1f521858c2f27d67aa6e973fe47eee7ee4a43413f1627c +size 699201 diff --git a/hf_video_clips_qa/video_001711.mp4 b/hf_video_clips_qa/video_001711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f00b660b5f3c5eff63819cdef8dca302b4f33b1d --- /dev/null +++ b/hf_video_clips_qa/video_001711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6dee82530b465a512d83a3ded8bf5ad12609fbbef3f7535d8dbb0b38ae9df0 +size 1884959 diff --git a/hf_video_clips_qa/video_001712.mp4 b/hf_video_clips_qa/video_001712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaac069141bbf952da4b81423c9d16f3a103093c --- /dev/null +++ b/hf_video_clips_qa/video_001712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e9baab1382541b0e12608cc310309cd323385eea86763185b779e10bdb341b +size 1671004 diff --git a/hf_video_clips_qa/video_001713.mp4 b/hf_video_clips_qa/video_001713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf03e413fed9c6daafe2890e40d7d157d546e2c --- /dev/null +++ b/hf_video_clips_qa/video_001713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b5d01b372f53fca755919059c783f15b51f3a627e69a03b1dbc619856b8199 +size 1185947 diff --git a/hf_video_clips_qa/video_001714.mp4 b/hf_video_clips_qa/video_001714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..482423bb7b65a5d13f343761e4b07eec766133ad --- /dev/null +++ b/hf_video_clips_qa/video_001714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ff64f350a3d194f0a832e26a627e457cbffaadfa4b9806f359d5392f22b5d7 +size 1125393 diff --git a/hf_video_clips_qa/video_001715.mp4 b/hf_video_clips_qa/video_001715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b009f88fb0fcc24b92ecef5bcc580751a0d4e053 --- /dev/null +++ b/hf_video_clips_qa/video_001715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f6e933cf9de01464533269c62367ae7d22211c1e30b489b797e8b041039b9 +size 2443646 diff --git a/hf_video_clips_qa/video_001716.mp4 b/hf_video_clips_qa/video_001716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14769c7655b00001867b13d4fd8c7b6dcb6025e --- /dev/null +++ b/hf_video_clips_qa/video_001716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851ee3deb983381f2947b74a588007ca8d323970ccf9a62ce2175079652417b2 +size 1310120 diff --git a/hf_video_clips_qa/video_001717.mp4 b/hf_video_clips_qa/video_001717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067006e812717129bb6c5b425f0266f3d3ad5177 --- /dev/null +++ b/hf_video_clips_qa/video_001717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9d0f03d4e8da5b2bc21b8b667d14defbd6cad0a68b5fa675ef09104ed93a7e +size 1151918 diff --git a/hf_video_clips_qa/video_001718.mp4 b/hf_video_clips_qa/video_001718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7315f1b72c5b352a3542669590537f6b79059acf --- /dev/null +++ b/hf_video_clips_qa/video_001718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0652bcd765172a7f51f8974ea64c3cb898822552a790a3d98a625678fbc2227 +size 3978321 diff --git a/hf_video_clips_qa/video_001719.mp4 b/hf_video_clips_qa/video_001719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd206d04d1630d5031f98a14fce6914254e4a9f --- /dev/null +++ b/hf_video_clips_qa/video_001719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3962bf2b62e9ea70cc09776ba540d1ec438934d99914888ee35de9bc4c52bc6e +size 526419 diff --git a/hf_video_clips_qa/video_001720.mp4 b/hf_video_clips_qa/video_001720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1e987b08b555f984947368bbd6accebaa972507 --- /dev/null +++ b/hf_video_clips_qa/video_001720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad52fdf34782ba075d0f4c4b154093db8a0ef294b51f120dbfacfd3e953b4d70 +size 1342390 diff --git a/hf_video_clips_qa/video_001721.mp4 b/hf_video_clips_qa/video_001721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d29e37ec0f8036d957b62541cad53e8979a6f9 --- /dev/null +++ b/hf_video_clips_qa/video_001721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f37e20167221a088a6f9fc9ada28de7cf1df147ab101efc789ae76ba049978 +size 1604261 diff --git a/hf_video_clips_qa/video_001722.mp4 b/hf_video_clips_qa/video_001722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..975e165100da2505464da887226aaf9f7a5623ed --- /dev/null +++ b/hf_video_clips_qa/video_001722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89f14ec5cf89ac38ae2fe576a396256d15a3ed8670a2dd8b8f346df2cacfe81 +size 1367434 diff --git a/hf_video_clips_qa/video_001723.mp4 b/hf_video_clips_qa/video_001723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aaf4624a08194ed4ee368710c27daa011eaf42f --- /dev/null +++ b/hf_video_clips_qa/video_001723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cd8110961395da5e37536ad1a00845c4823f1ca16e243142b85d8a45a8fc81 +size 3665305 diff --git a/hf_video_clips_qa/video_001724.mp4 b/hf_video_clips_qa/video_001724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ec44628a4bb307f063dd34f021b8dd3a6d07f9 --- /dev/null +++ b/hf_video_clips_qa/video_001724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88399cf1d6a5acd7c9f1dcbab65e22aa1190d42375f9f228f40139ffb40fa701 +size 1776738 diff --git a/hf_video_clips_qa/video_001725.mp4 b/hf_video_clips_qa/video_001725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d71599108ae35e9d7f4a48c8b60cfdbe89415da7 --- /dev/null +++ b/hf_video_clips_qa/video_001725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e34d3383099cc3e9350390e1fe14e0022c44cf297f95731324c11857e5319c +size 1459968 diff --git a/hf_video_clips_qa/video_001726.mp4 b/hf_video_clips_qa/video_001726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abd362fdfd26dffefa91a4a97fc14ce7a0c898ec --- /dev/null +++ b/hf_video_clips_qa/video_001726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfee716ed6370bea7ff3c1e9cbf6c9c4c04894a38dca6ce8fa82b83ce658c0a +size 1225249 diff --git a/hf_video_clips_qa/video_001727.mp4 b/hf_video_clips_qa/video_001727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1deb4c070779594644b596c3690fb07c5aa8828 --- /dev/null +++ b/hf_video_clips_qa/video_001727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df1286dec7ef5a92053add51b37076534865bfbb39dfe613071e73c5fb167f9 +size 1302295 diff --git a/hf_video_clips_qa/video_001728.mp4 b/hf_video_clips_qa/video_001728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d6378fa1c047a4e2405429368463fee6587e8f2 --- /dev/null +++ b/hf_video_clips_qa/video_001728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644fd653686a202b2fb34db0ed8c4b900d7efc04f210845168d8dcaffa150479 +size 1107959 diff --git a/hf_video_clips_qa/video_001729.mp4 b/hf_video_clips_qa/video_001729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..337410c17dc89f31acde6251cd83b661f5f80009 --- /dev/null +++ b/hf_video_clips_qa/video_001729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab81162d9a12f503ce9f57dcf7b630423dc2705378d9d1e0ee2211bc69433ccd +size 1481094 diff --git a/hf_video_clips_qa/video_001730.mp4 b/hf_video_clips_qa/video_001730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a9779ce9f193893b62e6d8b34b8c791ac138ba --- /dev/null +++ b/hf_video_clips_qa/video_001730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f8d33e873bbdb0a6d64655e56ec96192cf15ea2884557315988c36c12e05b0 +size 593581 diff --git a/hf_video_clips_qa/video_001731.mp4 b/hf_video_clips_qa/video_001731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a192ca05f4929d9b8e3cddd2d12b33afc063fb9 --- /dev/null +++ b/hf_video_clips_qa/video_001731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88f6dd1c6fcb39ef1e67c6b24ae1e29c3557e187b6ed583b058dc765db2e1f +size 3278305 diff --git a/hf_video_clips_qa/video_001732.mp4 b/hf_video_clips_qa/video_001732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca4f0af7a277c3f8ae576867bc307269fc935fab --- /dev/null +++ b/hf_video_clips_qa/video_001732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e5f62560aaca4a98454ceb705a1853a645d522cec803da0d3e7bc58026e17f +size 1459379 diff --git a/hf_video_clips_qa/video_001733.mp4 b/hf_video_clips_qa/video_001733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066958ef77d9433ec6724fee9f990abc72601ac4 --- /dev/null +++ b/hf_video_clips_qa/video_001733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d726429115309bb1346039770df4e8c15f69928a03cd72a0f823c96d9459d +size 1645236 diff --git a/hf_video_clips_qa/video_001734.mp4 b/hf_video_clips_qa/video_001734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9d572fbcc4eb329d72c3b4f61d295c7276d3c7e --- /dev/null +++ b/hf_video_clips_qa/video_001734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93c2c10c12315f4689b53fdea85c5d0db700dd061a80739210c90ba507aedc6 +size 1546352 diff --git a/hf_video_clips_qa/video_001735.mp4 b/hf_video_clips_qa/video_001735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faac7ce65c1f9e3dc8971041956f2238d1a1e51e --- /dev/null +++ b/hf_video_clips_qa/video_001735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441d6a9ff6872afcd7feca11066ef645f97a5ffe37dda7bc35c0dcaca340f252 +size 1220424 diff --git a/hf_video_clips_qa/video_001736.mp4 b/hf_video_clips_qa/video_001736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98392442dd477e4f06312eac3cc84a9a8bb76564 --- /dev/null +++ b/hf_video_clips_qa/video_001736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d4406321e8fcae156fbc17fc613dcfcc1434e5fff732eee61a4759c15c5451 +size 2100787 diff --git a/hf_video_clips_qa/video_001737.mp4 b/hf_video_clips_qa/video_001737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97817519d76a51d64b4747ecf25f62808cb83825 --- /dev/null +++ b/hf_video_clips_qa/video_001737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a7376c83a84ac5097654b1ef287cfa8d7954ce988d55b3e3f74ec925b0223b +size 1056281 diff --git a/hf_video_clips_qa/video_001738.mp4 b/hf_video_clips_qa/video_001738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec608e81d4af3f3b28832af47d9ccab11eea73c7 --- /dev/null +++ b/hf_video_clips_qa/video_001738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f18f8a6ae6e846dcfc1c34fad9070f564e9dfce9d512a5374a44b291df11b5 +size 1387762 diff --git a/hf_video_clips_qa/video_001739.mp4 b/hf_video_clips_qa/video_001739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e7731578ab9f9ad09ea35418af73c519b52b4f --- /dev/null +++ b/hf_video_clips_qa/video_001739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32934058041ca231c281040a4923b97c4380479fc05ad5ccf91eb5364ba95558 +size 1495968 diff --git a/hf_video_clips_qa/video_001740.mp4 b/hf_video_clips_qa/video_001740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e776aaa2e560dfa109901f31924f328c0a558c7 --- /dev/null +++ b/hf_video_clips_qa/video_001740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641ad2d5f2b15fc0a87ec9cbe36b0f5dc4013f4ceb3db8b5a7116a077b2db588 +size 540982 diff --git a/hf_video_clips_qa/video_001741.mp4 b/hf_video_clips_qa/video_001741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5b5344b1aab7665b77891424c94577cd55d5ba --- /dev/null +++ b/hf_video_clips_qa/video_001741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248c28ead400f1e22ee7ef2f941833a7076cb4f6eb3de4b2628537e5116fcce1 +size 2135494 diff --git a/hf_video_clips_qa/video_001742.mp4 b/hf_video_clips_qa/video_001742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6256d2b58c370703aa9bd0b7376917368446dd3 --- /dev/null +++ b/hf_video_clips_qa/video_001742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80fd9f73001bb5d9289476c10a8515a7d0219d5d62208bad3c831a140c3dd77 +size 473846 diff --git a/hf_video_clips_qa/video_001743.mp4 b/hf_video_clips_qa/video_001743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7968c57485331f2d1d9c755b9bb7cec53d213e8 --- /dev/null +++ b/hf_video_clips_qa/video_001743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9776515888209eb44a3aab1886350dee0974cc29c1a094e2a6451a01747c4278 +size 2213893 diff --git a/hf_video_clips_qa/video_001744.mp4 b/hf_video_clips_qa/video_001744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_001744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_001745.mp4 b/hf_video_clips_qa/video_001745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b001b4f6aeaed7221eb67d36c41df4aca45e7454 --- /dev/null +++ b/hf_video_clips_qa/video_001745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4928d399853967c9c25cf7ce39c4b24a37bc211e71739ac0d6da6c9522138b23 +size 1944956 diff --git a/hf_video_clips_qa/video_001746.mp4 b/hf_video_clips_qa/video_001746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cdde6632f8a07255ab4a11a3d866a4d973b034f --- /dev/null +++ b/hf_video_clips_qa/video_001746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289da251d54e4301a8f364ad2e2090bd2e2ec873f597a8819c8d90c3670f03b0 +size 430366 diff --git a/hf_video_clips_qa/video_001747.mp4 b/hf_video_clips_qa/video_001747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c6441434b6840db5e59944c3d7a217708a542e --- /dev/null +++ b/hf_video_clips_qa/video_001747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d361b7eb7ac20a096457bed8661cdbdb44b551fcedee541a6625502ad589d651 +size 1635655 diff --git a/hf_video_clips_qa/video_001748.mp4 b/hf_video_clips_qa/video_001748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..344faa79ace1f66c07a7e4471b5788be4b89b1af --- /dev/null +++ b/hf_video_clips_qa/video_001748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8476cc63fa0b6ce89cf7251387eaf275d2af73e0e9f475154f6cd4d0019c4b0 +size 436962 diff --git a/hf_video_clips_qa/video_001749.mp4 b/hf_video_clips_qa/video_001749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14e7efce4ee8023db81ce04e93eab3857ee32d4 --- /dev/null +++ b/hf_video_clips_qa/video_001749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7093bf564628b6cc9c15de84ef4df3b782ac2956b886c9061267e5e84045f5 +size 617303 diff --git a/hf_video_clips_qa/video_001750.mp4 b/hf_video_clips_qa/video_001750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a33f4f5e848da1371de57a9e95eec02201ec7c --- /dev/null +++ b/hf_video_clips_qa/video_001750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ca36dd8ff42f0bd1316cda81a6a7c043630aaf69fbfda1e8f2e4c5a85e607 +size 2762182 diff --git a/hf_video_clips_qa/video_001751.mp4 b/hf_video_clips_qa/video_001751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e35c7737dd7fe75bec4bc7b411c0267ce328034f --- /dev/null +++ b/hf_video_clips_qa/video_001751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b728381013a5d661c60ba337e009a7bfe6200e4cab54997591706dd4c8e4fb1b +size 516178 diff --git a/hf_video_clips_qa/video_001752.mp4 b/hf_video_clips_qa/video_001752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..318dcff660208bb062d76f9941b8b9b2d2bd9d8a --- /dev/null +++ b/hf_video_clips_qa/video_001752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4c02fc7b0ee1c13237804f98c662b9155cb110267d7509c4b1806c552a1a25 +size 597972 diff --git a/hf_video_clips_qa/video_001753.mp4 b/hf_video_clips_qa/video_001753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaec164c01391719fcc2917ed9713d45347b1b97 --- /dev/null +++ b/hf_video_clips_qa/video_001753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd83e2e9bed3af6616e9fda66e7fc4791d2c9ea5978549d84c5d18f7eb68623 +size 2233245 diff --git a/hf_video_clips_qa/video_001754.mp4 b/hf_video_clips_qa/video_001754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44f016bfbbe00ba461e9307474693906d9c9b86e --- /dev/null +++ b/hf_video_clips_qa/video_001754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c38b88f5671cb61303a7454be149e38bca4e4a6c5d0b0208e39554a0d63dc6 +size 840731 diff --git a/hf_video_clips_qa/video_001755.mp4 b/hf_video_clips_qa/video_001755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5176b6578c7bd2b328f28cc9f535b774d4d02e08 --- /dev/null +++ b/hf_video_clips_qa/video_001755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41c960c6214c2215356386be3c4cdad3d9e23b752a6ae096d09fc939e9d0d50 +size 979946 diff --git a/hf_video_clips_qa/video_001756.mp4 b/hf_video_clips_qa/video_001756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2602395d226dd824a474ff241eeb67ab74d67a44 --- /dev/null +++ b/hf_video_clips_qa/video_001756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfff75ad36a2c9d29f4599ed2ed6d2c46791df98d6ba33fa349d850dfad2076 +size 2835497 diff --git a/hf_video_clips_qa/video_001757.mp4 b/hf_video_clips_qa/video_001757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..607c025ec9280a3ade5e92afaee37d8e2db2d4fc --- /dev/null +++ b/hf_video_clips_qa/video_001757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d418086b249b7a0b9d805ebe8f9a587504a36b22ec680a5bf4610d748a7c61be +size 524602 diff --git a/hf_video_clips_qa/video_001758.mp4 b/hf_video_clips_qa/video_001758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1936ccca82a8cb756b9f53745511599124e5c53 --- /dev/null +++ b/hf_video_clips_qa/video_001758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5b8834ded53571545537887f797fa606b93beb8f3fa5ff19af1bbfa4f16af8 +size 876055 diff --git a/hf_video_clips_qa/video_001759.mp4 b/hf_video_clips_qa/video_001759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37ee79f77a245e74ee31639e4753bce5bde00c9d --- /dev/null +++ b/hf_video_clips_qa/video_001759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd11a8ed50933fe2a0bf1c8e723e6a0e095bc1e137d082990b600218df664d0c +size 4021622 diff --git a/hf_video_clips_qa/video_001760.mp4 b/hf_video_clips_qa/video_001760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5febf65fc984e581fca1acf8fdc92ffdd1a02648 --- /dev/null +++ b/hf_video_clips_qa/video_001760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2ae89f2a3c72555a7cbc6d0d82f263f49f2a33a83b100bf51ca309098bb3a7 +size 553498 diff --git a/hf_video_clips_qa/video_001761.mp4 b/hf_video_clips_qa/video_001761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c46aa6f39fbe8d7e4d3e5fd22fda73b822af8892 --- /dev/null +++ b/hf_video_clips_qa/video_001761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71216b47d46613ace3d3dd116c6717ffcd6c212e0aacb0f3d53c92596e802947 +size 979041 diff --git a/hf_video_clips_qa/video_001762.mp4 b/hf_video_clips_qa/video_001762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299c7dc4405909012b43a64e3f7b707618c32ae3 --- /dev/null +++ b/hf_video_clips_qa/video_001762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136923d4b8448c21e28c903eb396be679d6525027b2ace6dfb0aa3d053ad8e68 +size 1882940 diff --git a/hf_video_clips_qa/video_001763.mp4 b/hf_video_clips_qa/video_001763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b0a543119c368cf76141f04c37fb18e1ad6af70 --- /dev/null +++ b/hf_video_clips_qa/video_001763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321c9b7f7efb894f179b02c556e5ed56d3be755e3dcdcab7d045f3af960e97f9 +size 1133787 diff --git a/hf_video_clips_qa/video_001764.mp4 b/hf_video_clips_qa/video_001764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33bff1a77e68d60bf59ae862b8f72357b01be193 --- /dev/null +++ b/hf_video_clips_qa/video_001764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712053436e95d0b9d25f973380513ba59f9fb7f6a8789ee5e491613200034bc7 +size 1943740 diff --git a/hf_video_clips_qa/video_001765.mp4 b/hf_video_clips_qa/video_001765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31056c5372b4437436d68c9d327fd78a358288d0 --- /dev/null +++ b/hf_video_clips_qa/video_001765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44601d1c3107c7cb3c5f213852c06a57608cf8bc7a03e4d58f614c2fbfb2ae4a +size 1064208 diff --git a/hf_video_clips_qa/video_001766.mp4 b/hf_video_clips_qa/video_001766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3161c2b0a461ffd6559d422fa690e9aea8edae --- /dev/null +++ b/hf_video_clips_qa/video_001766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0146532465e858e565255c4539498c39f4a257fefd5cf3f4f4810ff92c1c5bc +size 697318 diff --git a/hf_video_clips_qa/video_001767.mp4 b/hf_video_clips_qa/video_001767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0defcd07f288234ca812f7591f5afd105fd0afd --- /dev/null +++ b/hf_video_clips_qa/video_001767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d7670c1ac83f0262b571b8a94fdcc5097a0f606c4d01d7f431b36a6d8ae673 +size 1350491 diff --git a/hf_video_clips_qa/video_001768.mp4 b/hf_video_clips_qa/video_001768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da9218cba52a5957c28dfc0e33d9eca65169ee37 --- /dev/null +++ b/hf_video_clips_qa/video_001768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4248a71be08bbb3c1f1940c74dd8601128e3983562b876098aeea5f8e581ff4b +size 4382821 diff --git a/hf_video_clips_qa/video_001769.mp4 b/hf_video_clips_qa/video_001769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e7f0207a3c2f3f57b85b1094e2054c6940dc5b2 --- /dev/null +++ b/hf_video_clips_qa/video_001769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470e9b0eda33d3d11f5399d1846db8d86168a9a819f8f338529bc04390c07290 +size 986832 diff --git a/hf_video_clips_qa/video_001770.mp4 b/hf_video_clips_qa/video_001770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..946c6d86e1bfebbd79ceabcf35f31f1ca1359b0e --- /dev/null +++ b/hf_video_clips_qa/video_001770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9e8c9b68d2d25ab0fc194e50c3f1ba0261c8887e151d50118e76ec0567f874 +size 1881703 diff --git a/hf_video_clips_qa/video_001771.mp4 b/hf_video_clips_qa/video_001771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..639ae7a3adb4c65d3f747ee6ce89ed6fc74d298a --- /dev/null +++ b/hf_video_clips_qa/video_001771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf11971ef02dcd7f529584e4c433f77a149a21e11b775725bd4b4e41987efd70 +size 380488 diff --git a/hf_video_clips_qa/video_001772.mp4 b/hf_video_clips_qa/video_001772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5d33ad55308d1d2743340cce9ea0752787d0d92 --- /dev/null +++ b/hf_video_clips_qa/video_001772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0769e8470fdb289b2578dbad5ba2a88b7900a53fc0d9ece72853e58fe65b45 +size 407690 diff --git a/hf_video_clips_qa/video_001773.mp4 b/hf_video_clips_qa/video_001773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a6cac149778391891e0a2da5963ebc40479e9ef --- /dev/null +++ b/hf_video_clips_qa/video_001773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b4cab310b34654ce8c29df2f2ade8f069b2eab74bd294aa7d9f89c214a0c46 +size 4739436 diff --git a/hf_video_clips_qa/video_001774.mp4 b/hf_video_clips_qa/video_001774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd75242eb3b7e82004ef883452d6c281382dd9b --- /dev/null +++ b/hf_video_clips_qa/video_001774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535a27367992aa4cdbf60a12c58b4f69730f79c6810185152b1030bfff948148 +size 893127 diff --git a/hf_video_clips_qa/video_001775.mp4 b/hf_video_clips_qa/video_001775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8705579a4baff5b7036aead033e35106102ffe39 --- /dev/null +++ b/hf_video_clips_qa/video_001775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f5c6eea7e0e6abf795ba09a47aef0a17999f8fb081415c3e37ab1cab02b330 +size 521631 diff --git a/hf_video_clips_qa/video_001776.mp4 b/hf_video_clips_qa/video_001776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..669ddc5f7d7130c96a715b8949f95a5c69cc1f9c --- /dev/null +++ b/hf_video_clips_qa/video_001776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69202ddc4b54e48ffc928697bdd45aea43f56e3d6048522e26d4bf35c909079 +size 3170461 diff --git a/hf_video_clips_qa/video_001777.mp4 b/hf_video_clips_qa/video_001777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c4e012c2593801683eb20afa1d0c6f8254e30e9 --- /dev/null +++ b/hf_video_clips_qa/video_001777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde739d0ecc7fb4621132ddc870b858d3bf38eba293126036304f070d0ee28b9 +size 439530 diff --git a/hf_video_clips_qa/video_001778.mp4 b/hf_video_clips_qa/video_001778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc108afd443ba903bc95bf2be72cf141c74ffdb4 --- /dev/null +++ b/hf_video_clips_qa/video_001778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62769594be843de7a1cf6ad1675a80947ccff35eb15c61c3360a8f5d2b94d74 +size 2205689 diff --git a/hf_video_clips_qa/video_001779.mp4 b/hf_video_clips_qa/video_001779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e92d70d9445aab3b2fd7689d171a47ba512f0a --- /dev/null +++ b/hf_video_clips_qa/video_001779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73de2fa1f1ddc3083fe2cada974797c651aa5d18d5db825ec7c49b2d5791df7c +size 1188554 diff --git a/hf_video_clips_qa/video_001780.mp4 b/hf_video_clips_qa/video_001780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..366e798e5a698edf22789decccfcc806c2813ff8 --- /dev/null +++ b/hf_video_clips_qa/video_001780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3624934cae2ffd16ebcb5a4ba9d15edd407b21525052514893ae677f4398a1 +size 1457743 diff --git a/hf_video_clips_qa/video_001781.mp4 b/hf_video_clips_qa/video_001781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..807095215f183d3d756d6aae94637b405cf184e7 --- /dev/null +++ b/hf_video_clips_qa/video_001781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2649dfc92433e0e0b42b466bb9e63a72478764b9a0ab9fd2089637947910ac +size 1075241 diff --git a/hf_video_clips_qa/video_001782.mp4 b/hf_video_clips_qa/video_001782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a240af307979ba79c62f6a1a46dafcd25c96cc --- /dev/null +++ b/hf_video_clips_qa/video_001782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b47ff02d44d2974a5a269c15d58cfb7af21e530677848ec266643e33f1431c +size 1839996 diff --git a/hf_video_clips_qa/video_001783.mp4 b/hf_video_clips_qa/video_001783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9830e1a56371da4b6b4690ba8ee14ffecd45a6b5 --- /dev/null +++ b/hf_video_clips_qa/video_001783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd73d3625b62ee08f5fc4d901da71d177dfb9147d8c15fb0dc15067480d4a1f +size 1476203 diff --git a/hf_video_clips_qa/video_001784.mp4 b/hf_video_clips_qa/video_001784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33f0de0120034ed96c817e4bf6663e03811608ae --- /dev/null +++ b/hf_video_clips_qa/video_001784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a4b5a4f598f55e0fd6f5f53e8b314ae95aaaff09cc55a5a44dce925f674054 +size 3828713 diff --git a/hf_video_clips_qa/video_001785.mp4 b/hf_video_clips_qa/video_001785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf854256b36aab566b037663e2a1f1c380b63e07 --- /dev/null +++ b/hf_video_clips_qa/video_001785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516f7c811298f2faf9ea16393f748fc437c36d6ea942fe1680f0f89ca22a09e +size 767043 diff --git a/hf_video_clips_qa/video_001786.mp4 b/hf_video_clips_qa/video_001786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7388d0d84734ed868cf317c6a873480697fa49e --- /dev/null +++ b/hf_video_clips_qa/video_001786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4798f261960d3f74da5ec30575cf189b197f766a868608b90eeb14577aa01657 +size 2530624 diff --git a/hf_video_clips_qa/video_001787.mp4 b/hf_video_clips_qa/video_001787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21150504c7ec9312325159a7354671e8bd0ece98 --- /dev/null +++ b/hf_video_clips_qa/video_001787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c7f5845df7106e81ff04e486e262c0156e178b1357a7cce9c2cf4f55a69700 +size 624941 diff --git a/hf_video_clips_qa/video_001788.mp4 b/hf_video_clips_qa/video_001788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1daaf8b18e3d6727f22fe97df54ca1469a74744e --- /dev/null +++ b/hf_video_clips_qa/video_001788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f7de8aabed3dad0f862e4d298bb5f5644c835fceabf60fea933252809ff15b +size 733034 diff --git a/hf_video_clips_qa/video_001789.mp4 b/hf_video_clips_qa/video_001789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684c6611feb55acce36e4e3878cbb44986fcd50b --- /dev/null +++ b/hf_video_clips_qa/video_001789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9068599425570de9320e14c6e6e2f9178390d607d095b64d1e15be2f972a47a0 +size 726399 diff --git a/hf_video_clips_qa/video_001790.mp4 b/hf_video_clips_qa/video_001790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94c2440843d9fa677cca66113c9665c1d5a28136 --- /dev/null +++ b/hf_video_clips_qa/video_001790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8217b9d1d63d732e77f422eb4c9103b745d11f3affec90f9bff16b695c7d9c +size 1087171 diff --git a/hf_video_clips_qa/video_001791.mp4 b/hf_video_clips_qa/video_001791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..316789d45af9730f98b086c0aa776fa9a0a41aa9 --- /dev/null +++ b/hf_video_clips_qa/video_001791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2632d62d6b8eb1f59d7562bb324788cac11159c691a7b8d76ec312bef12c9d7c +size 5553747 diff --git a/hf_video_clips_qa/video_001792.mp4 b/hf_video_clips_qa/video_001792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aaa3fd85b609f507d5383576719d5b8592a8491 --- /dev/null +++ b/hf_video_clips_qa/video_001792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ac0899316aa91671f57766ad55abdb1a5583341c7d95e4d3e2e48e2e740ce5 +size 442490 diff --git a/hf_video_clips_qa/video_001793.mp4 b/hf_video_clips_qa/video_001793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..177d328e0e2edb83c930ff9cd9866bfe035007b8 --- /dev/null +++ b/hf_video_clips_qa/video_001793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47510f88fb28f646ae7f323209e38683b45eb78079558463bca6370f0bcdbc99 +size 1293842 diff --git a/hf_video_clips_qa/video_001794.mp4 b/hf_video_clips_qa/video_001794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b952fc6842e88f91c06dc3e0d3ca19226791705 --- /dev/null +++ b/hf_video_clips_qa/video_001794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e087ee082b54616b70cf0c4f13850f5597099f6c1ebe692018ec4f261396e104 +size 659489 diff --git a/hf_video_clips_qa/video_001795.mp4 b/hf_video_clips_qa/video_001795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8de724d0a05bb0d4dde928188ff379751de76612 --- /dev/null +++ b/hf_video_clips_qa/video_001795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1faa80be9a81cd0ced28237f7301fd371c0f769165a61957d94f74d8a7621db +size 330957 diff --git a/hf_video_clips_qa/video_001796.mp4 b/hf_video_clips_qa/video_001796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ff89ff90c14b56c4516a1fec1ce8ccf07bee4e --- /dev/null +++ b/hf_video_clips_qa/video_001796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87712f065645ddc25afe7abe7456733cdfd66396010a3689c427a47a29cebe35 +size 3477736 diff --git a/hf_video_clips_qa/video_001797.mp4 b/hf_video_clips_qa/video_001797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6335a8b94df1e03819a8c4419431fda87293bc07 --- /dev/null +++ b/hf_video_clips_qa/video_001797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5f64156c595608193c9bd2b42e625cf553d49ab09f896a49dc2b9d8d3c055d +size 1073516 diff --git a/hf_video_clips_qa/video_001798.mp4 b/hf_video_clips_qa/video_001798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c59a6a10a9a7f308c1158b721b93f62b172c837 --- /dev/null +++ b/hf_video_clips_qa/video_001798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08b1d543c6936724a097d338704e1bd790dc2c759edeae763f5e080c875f93c +size 568089 diff --git a/hf_video_clips_qa/video_001799.mp4 b/hf_video_clips_qa/video_001799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d93682054f2b62597d3d57dcfe83837655df09ef --- /dev/null +++ b/hf_video_clips_qa/video_001799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c17a5f166ee7f43f73cafb0121d8f00f111789c74d03e7ab8b93531d68cd6cc +size 798230 diff --git a/hf_video_clips_qa/video_001800.mp4 b/hf_video_clips_qa/video_001800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f85846522b06447109ae94ed7d6f3cc612e2a6 --- /dev/null +++ b/hf_video_clips_qa/video_001800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba8354c537ca6a8f371c068377118e0e2fb03a3ab43a5a37e96e4eb0215583c +size 1740021 diff --git a/hf_video_clips_qa/video_001801.mp4 b/hf_video_clips_qa/video_001801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..978dc2a78d6d42af786e7b6d22fa55512ba03fe3 --- /dev/null +++ b/hf_video_clips_qa/video_001801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365989120f07a1963757f37c1402ac35338e9262a19c99bef1b37aaef1a34144 +size 743182 diff --git a/hf_video_clips_qa/video_001802.mp4 b/hf_video_clips_qa/video_001802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decef51629ca6cb91355d9e53a3a2152fed1f445 --- /dev/null +++ b/hf_video_clips_qa/video_001802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39aeed78dd29f5db4a8d7e2fe134abca0f2f98b856df0af6752353df33b964 +size 1504459 diff --git a/hf_video_clips_qa/video_001803.mp4 b/hf_video_clips_qa/video_001803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c04278286ee69f12edc7f68fb8412544501bd8 --- /dev/null +++ b/hf_video_clips_qa/video_001803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e10b199a90b5fd74d7f581fe75360d47e6c6b7230f7facfbae8e8069b5a341 +size 1596842 diff --git a/hf_video_clips_qa/video_001804.mp4 b/hf_video_clips_qa/video_001804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659ed79ae5a369c45258407b94086a045ad08f1f --- /dev/null +++ b/hf_video_clips_qa/video_001804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712c3c421c90fc26306be0ede441bf4791ff65bd17327fd1cdcd583dc695fb02 +size 422535 diff --git a/hf_video_clips_qa/video_001805.mp4 b/hf_video_clips_qa/video_001805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73928488175037a71a4c400a458f04175742cc0a --- /dev/null +++ b/hf_video_clips_qa/video_001805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80540036a9a2082917859237f48bf0aa24d9aae3369972085505aca583f471 +size 1307232 diff --git a/hf_video_clips_qa/video_001806.mp4 b/hf_video_clips_qa/video_001806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a6b8d6c722c0f3160e6efc70cbc9440b01d3ea9 --- /dev/null +++ b/hf_video_clips_qa/video_001806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fcbea3a05b6eaebaf4f35a12ee93e7252e58fb907c4e00b92bfcfbaf480e0c +size 692373 diff --git a/hf_video_clips_qa/video_001807.mp4 b/hf_video_clips_qa/video_001807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31af0b541d52eb70c39c19a7fbe7534b0f14d7f0 --- /dev/null +++ b/hf_video_clips_qa/video_001807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefc7847235484718ded5710bac882b5f81e3333dc936af2fb317324547883ce +size 489076 diff --git a/hf_video_clips_qa/video_001808.mp4 b/hf_video_clips_qa/video_001808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cdca456290de405ae4d7bd4208bc7e59c4122d5 --- /dev/null +++ b/hf_video_clips_qa/video_001808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ca01ffb90c26cca7c2b31c121fd866fe053dd4ee9ed12ee8c751a21a2600f +size 1564517 diff --git a/hf_video_clips_qa/video_001809.mp4 b/hf_video_clips_qa/video_001809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec047e2de2f6d6ff7ffd3b571c03190dd2ca205 --- /dev/null +++ b/hf_video_clips_qa/video_001809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3cf2a2cc074d8e98ba8aadf1017a06bd7bc982aabd16de04f24ede031d9008 +size 861422 diff --git a/hf_video_clips_qa/video_001810.mp4 b/hf_video_clips_qa/video_001810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9132224d1a3cb551877af0d9105a4f0d4f3c73 --- /dev/null +++ b/hf_video_clips_qa/video_001810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b439e7f2e19c90c221864a415b41887101ffb5b7e586bc0647a57629d4541cf1 +size 999328 diff --git a/hf_video_clips_qa/video_001811.mp4 b/hf_video_clips_qa/video_001811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9c6a218b6b536d5ae14a6310e44b8d4d4f162bd --- /dev/null +++ b/hf_video_clips_qa/video_001811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad07a81646dbcc7ef8fea56ba2e8cf9f36e348832d12f3470ae56f6efab1dd8a +size 497014 diff --git a/hf_video_clips_qa/video_001812.mp4 b/hf_video_clips_qa/video_001812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cf13a6e2534273c6af2f2a4253618c88df925b4 --- /dev/null +++ b/hf_video_clips_qa/video_001812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9ba19c0d8552861fa9737b27478e4b9aedb87403cf56a0c2c70a6c7262a7d2 +size 1070823 diff --git a/hf_video_clips_qa/video_001813.mp4 b/hf_video_clips_qa/video_001813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..262f231eeb1ea29b8c5d60b14766741358a8d753 --- /dev/null +++ b/hf_video_clips_qa/video_001813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ec56c3d31bfe1b819232a81ce4d63403689d1f8efe7e97a9a85ec494e7b8a6 +size 1982624 diff --git a/hf_video_clips_qa/video_001814.mp4 b/hf_video_clips_qa/video_001814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d9bc53250b1202ec1d6589f16b942e2fd34cab5 --- /dev/null +++ b/hf_video_clips_qa/video_001814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fba71980ff0bf023edfe95165c5541f13f3a1c0df7acf4c41c08c2a6e32d029 +size 540141 diff --git a/hf_video_clips_qa/video_001815.mp4 b/hf_video_clips_qa/video_001815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbbbfd7eabac0c34cf5ef4c63d8318a5c602831e --- /dev/null +++ b/hf_video_clips_qa/video_001815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad7e41a0380916fab9c73d4852ae3c4aeef6ca9c6f9cf998f23f33ffe915c90 +size 669106 diff --git a/hf_video_clips_qa/video_001816.mp4 b/hf_video_clips_qa/video_001816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd04c50fb1e4d8a712a5a277814f1b351d97ab0c --- /dev/null +++ b/hf_video_clips_qa/video_001816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177803e123e938d1e48834bff887e60fe4f504e9e247195049626c682556de63 +size 1185891 diff --git a/hf_video_clips_qa/video_001817.mp4 b/hf_video_clips_qa/video_001817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3bafefd92a367810ca136c61b0445e6220c7877 --- /dev/null +++ b/hf_video_clips_qa/video_001817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2ac550884ac2efd0cfe56bb6c996400b5e8a1b14ff543e7453c9e804114de7 +size 484214 diff --git a/hf_video_clips_qa/video_001818.mp4 b/hf_video_clips_qa/video_001818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57115fc0715ecda46f1fad8033199aa5c3051e7b --- /dev/null +++ b/hf_video_clips_qa/video_001818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee586fd3182100980711bb5f7de6a63c4e49e4cbec0afd1c390d773fbd5c392a +size 490520 diff --git a/hf_video_clips_qa/video_001819.mp4 b/hf_video_clips_qa/video_001819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a46d9fd865154e7655efa86d39b0e9de1db7b11 --- /dev/null +++ b/hf_video_clips_qa/video_001819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830e2bbf05a85e91b5598a95ab1e881025bee0bad2b1723e5a6254d99c76d9f3 +size 515226 diff --git a/hf_video_clips_qa/video_001820.mp4 b/hf_video_clips_qa/video_001820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eddb09bedf7b7a412f1714c5b2b449bbe9185523 --- /dev/null +++ b/hf_video_clips_qa/video_001820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6788c443d4f0ca159fa1d7c532af6e60f15a9c3ff9b9e94be7b72b660ed7877 +size 1798903 diff --git a/hf_video_clips_qa/video_001821.mp4 b/hf_video_clips_qa/video_001821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..174e8fa116c224e13b92116971b159a88cc394df --- /dev/null +++ b/hf_video_clips_qa/video_001821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dae54ec3d3bee16adec52b502925e6ec2690bd48c216bf2001a9590412b670 +size 603382 diff --git a/hf_video_clips_qa/video_001822.mp4 b/hf_video_clips_qa/video_001822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd57823382870c2c0e5a5cb1cb15ce9fc655fea --- /dev/null +++ b/hf_video_clips_qa/video_001822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b7a72186372c2c02dee5ae4222003879ca3dccbc9299981b570d5bae390ed2 +size 522483 diff --git a/hf_video_clips_qa/video_001823.mp4 b/hf_video_clips_qa/video_001823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a963c4bc64485ab00573e7e08793b3b500c609 --- /dev/null +++ b/hf_video_clips_qa/video_001823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d1c8a9f84861542aab1d76caa3375b5bd749e52be716aaffcb9bfec75a33d +size 963303 diff --git a/hf_video_clips_qa/video_001824.mp4 b/hf_video_clips_qa/video_001824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d1c25b3a53be10940d4a103ea231c82860d5b1a --- /dev/null +++ b/hf_video_clips_qa/video_001824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6a1de5633b44beb4b47992d1d37c38f70a205116df087d6085b088cb93519d +size 3204187 diff --git a/hf_video_clips_qa/video_001825.mp4 b/hf_video_clips_qa/video_001825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed19bbab9767a067ea25259380c9036e2d613368 --- /dev/null +++ b/hf_video_clips_qa/video_001825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f0ad576543462747c8776814908177c487b1e3735a32211c235bd4f9d1fa95 +size 637803 diff --git a/hf_video_clips_qa/video_001826.mp4 b/hf_video_clips_qa/video_001826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d365dc9e5d37e2d0303665287c6bdabf57d4d7 --- /dev/null +++ b/hf_video_clips_qa/video_001826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c781ee88d90f233c32077a0c934eda53df13d5182f7c45555cc38d254022dedc +size 467182 diff --git a/hf_video_clips_qa/video_001827.mp4 b/hf_video_clips_qa/video_001827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f1894149b05692db3d7b38c44aa98ffc4a58dd --- /dev/null +++ b/hf_video_clips_qa/video_001827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824bcf9fbcb0efe4a9265fd57ba8dc3f3e76a2316d9e706060238f7acb93627e +size 1333429 diff --git a/hf_video_clips_qa/video_001828.mp4 b/hf_video_clips_qa/video_001828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a928071b7b8104d896ebf83e4892fe466d67668 --- /dev/null +++ b/hf_video_clips_qa/video_001828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad9bb3469588aa7b325ca604d655df0765890134a68efdda897111e0be2aec8 +size 575946 diff --git a/hf_video_clips_qa/video_001829.mp4 b/hf_video_clips_qa/video_001829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36024238c198353a02e507db80e5d66aa2ee07e8 --- /dev/null +++ b/hf_video_clips_qa/video_001829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70331bcf048b260499d6a37bd323fb7ae438df769570e8ee3dfad93fb3b0cab4 +size 1205079 diff --git a/hf_video_clips_qa/video_001830.mp4 b/hf_video_clips_qa/video_001830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e50d38c81f6282bb1e6181fef107bdc9a40dba --- /dev/null +++ b/hf_video_clips_qa/video_001830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b2aa8a2475721f3b327df941a4935bf31a149782d3ca600031d49e71e39cf4 +size 1652539 diff --git a/hf_video_clips_qa/video_001831.mp4 b/hf_video_clips_qa/video_001831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2e047c2aaf21ad0e86cbd0be55f651d46430a66 --- /dev/null +++ b/hf_video_clips_qa/video_001831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b203d12eab99291902ae89a62134fe50c20281a2ed6578ef1c8d37fa2f7d37d8 +size 1470576 diff --git a/hf_video_clips_qa/video_001832.mp4 b/hf_video_clips_qa/video_001832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e60f9b5051583e7daaf7932addd19426acf2d6f --- /dev/null +++ b/hf_video_clips_qa/video_001832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e0ba5d7db53ae18fbb7cd6b85733c00fa6b0f8ab8ab3852dabbbaf9688a3f6 +size 1098704 diff --git a/hf_video_clips_qa/video_001833.mp4 b/hf_video_clips_qa/video_001833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6b412378507413a456b198023a26b77c7a1078 --- /dev/null +++ b/hf_video_clips_qa/video_001833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619de80dafaefe8052324b191b848d9344c14285f55806f25db8a0b7be78d4e4 +size 709739 diff --git a/hf_video_clips_qa/video_001834.mp4 b/hf_video_clips_qa/video_001834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2bdb1350c15e127a2ce931df874f78055a831b --- /dev/null +++ b/hf_video_clips_qa/video_001834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acffed1ae4a77860950741a6b08548b013a1814cba1bcfe4a47e961ba5b6510 +size 1302969 diff --git a/hf_video_clips_qa/video_001835.mp4 b/hf_video_clips_qa/video_001835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02957aac149909ab0728ab021c24aed3bf8a7828 --- /dev/null +++ b/hf_video_clips_qa/video_001835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ac82d5b7e40af853c7597d2b56673debc2f2dbe0d4b953012a91be0fa6c32 +size 1031947 diff --git a/hf_video_clips_qa/video_001836.mp4 b/hf_video_clips_qa/video_001836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e4d8ef569738c1e7f74e682eabf78d94da52083 --- /dev/null +++ b/hf_video_clips_qa/video_001836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcec18233aca34618b0ab2001d78e69d47b668e652462f599b41ef902f5e4285 +size 707774 diff --git a/hf_video_clips_qa/video_001837.mp4 b/hf_video_clips_qa/video_001837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..381821eae27821aad74b7d3ff6648f05aaebf694 --- /dev/null +++ b/hf_video_clips_qa/video_001837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a6129bbfc855f5745ffd186e15296f1dea842e3cfae9c5c73b119f00e8aefa +size 533053 diff --git a/hf_video_clips_qa/video_001838.mp4 b/hf_video_clips_qa/video_001838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84cead5d0cf18fbc7f8539e56df41aea449bcf28 --- /dev/null +++ b/hf_video_clips_qa/video_001838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0040868d61b3d2efb0ec88ea6aaf769e1dfa29e7a0babe0144b975a7d6f24a51 +size 1418550 diff --git a/hf_video_clips_qa/video_001839.mp4 b/hf_video_clips_qa/video_001839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0306e6277f716e075099aec83d2f301dca7fbc2 --- /dev/null +++ b/hf_video_clips_qa/video_001839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feaebb4d5de2cf85d83f40c2be2cf3ad0478ece455ee950ba76684465d5099e +size 802620 diff --git a/hf_video_clips_qa/video_001840.mp4 b/hf_video_clips_qa/video_001840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55b308386e636a87cf7a19f143cd7c1f6fc3a72d --- /dev/null +++ b/hf_video_clips_qa/video_001840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2649fa9360513bd44fa2e0ee8886dd380eb9de472c6cc36b12af95a44209b84c +size 1869706 diff --git a/hf_video_clips_qa/video_001841.mp4 b/hf_video_clips_qa/video_001841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bab5bae28ea77dae29b635c87e394c56cc6602c8 --- /dev/null +++ b/hf_video_clips_qa/video_001841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9512a64c742173cb311a74a39a58e4908a21bb65d4e56f559cbace9c1af2f21 +size 510708 diff --git a/hf_video_clips_qa/video_001842.mp4 b/hf_video_clips_qa/video_001842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9157aa1e3f485a5d8067b0bb1713242328fa9e0 --- /dev/null +++ b/hf_video_clips_qa/video_001842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fb10bca0aa76e653b3391926dcb67f1cd729ad665924431e90e4b5c3a36260 +size 2156429 diff --git a/hf_video_clips_qa/video_001843.mp4 b/hf_video_clips_qa/video_001843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a538766fca726cc3896cd7d105068a15a76231f --- /dev/null +++ b/hf_video_clips_qa/video_001843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6d47577ac1571d9dcf94e77354988fae8452a3ab4a5817ab135593204cebb5 +size 1358401 diff --git a/hf_video_clips_qa/video_001844.mp4 b/hf_video_clips_qa/video_001844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c28268de747363760930e6a4fde817eaffdbd4 --- /dev/null +++ b/hf_video_clips_qa/video_001844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1dcd0e7108561fd4a757ef22a76eae556fd3cf3882685a01efaf01943e59f8 +size 1376577 diff --git a/hf_video_clips_qa/video_001845.mp4 b/hf_video_clips_qa/video_001845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bddea53ea932abaa70eb5c8c1fba79384b46f369 --- /dev/null +++ b/hf_video_clips_qa/video_001845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348430be5bac9662cabe92cd292f77d431166653780c681d126c8e882d64a40d +size 1123030 diff --git a/hf_video_clips_qa/video_001846.mp4 b/hf_video_clips_qa/video_001846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf856bedc8032f809815d6c39fbf4fdaf1b1aa14 --- /dev/null +++ b/hf_video_clips_qa/video_001846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436715d7e448e19d7a0251f1590e55572a595a81b3d12db2bffd91f9cbcb0046 +size 456458 diff --git a/hf_video_clips_qa/video_001847.mp4 b/hf_video_clips_qa/video_001847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f30fb2fc87f06f0b41b8bf309529b76d0c6cb35 --- /dev/null +++ b/hf_video_clips_qa/video_001847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944fc1d5c9d9449d395b628a847d60d14a3294c159809db650637b594250908e +size 6223673 diff --git a/hf_video_clips_qa/video_001848.mp4 b/hf_video_clips_qa/video_001848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05875808112400281f3839a98ad2d8361f1af339 --- /dev/null +++ b/hf_video_clips_qa/video_001848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caeaf51096eccdd987209513248fdb2aa76ffb90941e935354dd7ee467b44d8 +size 2646757 diff --git a/hf_video_clips_qa/video_001849.mp4 b/hf_video_clips_qa/video_001849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc6824d68b76c4ed0d7a634c0df3971614efe7b6 --- /dev/null +++ b/hf_video_clips_qa/video_001849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913077db279396849af05880958ed841c9862136a65bf6375206fbc36f089d9 +size 1134804 diff --git a/hf_video_clips_qa/video_001850.mp4 b/hf_video_clips_qa/video_001850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8952999ea8b35f1adc066a707a09e6a73ea0b1 --- /dev/null +++ b/hf_video_clips_qa/video_001850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3e19dedd3c844302d652b45b28be96b5f8cddba2ae81481591a3d4fab834c +size 480498 diff --git a/hf_video_clips_qa/video_001851.mp4 b/hf_video_clips_qa/video_001851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c715cf2ba086859710b705e4b2697d4949f410 --- /dev/null +++ b/hf_video_clips_qa/video_001851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75dd7b3f3345d91423072e926d85886a25aa0a4f041baba8fab5d63ca2a1454 +size 887009 diff --git a/hf_video_clips_qa/video_001852.mp4 b/hf_video_clips_qa/video_001852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e2619ff95980171fcb75f68821ba796678a1be7 --- /dev/null +++ b/hf_video_clips_qa/video_001852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f237138bd1d5710b01a22943d30a61297354031205cd6e2a6233c2adf80d27ed +size 508632 diff --git a/hf_video_clips_qa/video_001853.mp4 b/hf_video_clips_qa/video_001853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e47d07065ecd9af38407c1d70e450fa7ba790a6 --- /dev/null +++ b/hf_video_clips_qa/video_001853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e918c34025f5991842920ffb72f0311401cabe18c11c78c23620e5b560802690 +size 1584309 diff --git a/hf_video_clips_qa/video_001854.mp4 b/hf_video_clips_qa/video_001854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a61829dfd02a2eff90a1c4cec08919321541b1b --- /dev/null +++ b/hf_video_clips_qa/video_001854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763f043f461783d8999862d5052656fb59d2d1c37a907fabd0e3224576992f8f +size 311370 diff --git a/hf_video_clips_qa/video_001855.mp4 b/hf_video_clips_qa/video_001855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ea339788a11c96f9ebfd0ac639595282a2500e4 --- /dev/null +++ b/hf_video_clips_qa/video_001855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc7d518e73a67ebd71a06ca69e1e5e5def119ed67830c38c9b009a92ba0d59a +size 1314503 diff --git a/hf_video_clips_qa/video_001856.mp4 b/hf_video_clips_qa/video_001856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4dd52324f20f9e5c25168b981e9d3438a46fc45 --- /dev/null +++ b/hf_video_clips_qa/video_001856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed4727dc6e700d746b2d5fbe189af932b4e00f30e7259535186db683ff54cef +size 602100 diff --git a/hf_video_clips_qa/video_001857.mp4 b/hf_video_clips_qa/video_001857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc220be1e8fbba9a139b28027988b9ff0ccfc1ce --- /dev/null +++ b/hf_video_clips_qa/video_001857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c494b56cf8c02a2cc440a63257cd502c7981c1c1b2c2b158d33ad0d773b144e8 +size 498187 diff --git a/hf_video_clips_qa/video_001858.mp4 b/hf_video_clips_qa/video_001858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad7d165366eb2abbe3e69f5b428e513d8fa1af50 --- /dev/null +++ b/hf_video_clips_qa/video_001858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f3530dde8214d473ca9fe9d5cb33ee8286b69dd4cddf0ef56b63ae1ec62308 +size 544756 diff --git a/hf_video_clips_qa/video_001859.mp4 b/hf_video_clips_qa/video_001859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc5adb1e6679705c5ad2ffbcf269853b6e436774 --- /dev/null +++ b/hf_video_clips_qa/video_001859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d9d07fcfca74cc2382e5c967a25a302d4db8cb780e426408cc69db970b0c83 +size 977291 diff --git a/hf_video_clips_qa/video_001860.mp4 b/hf_video_clips_qa/video_001860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6db108ae42cf411da8e07389404a29aa9747685 --- /dev/null +++ b/hf_video_clips_qa/video_001860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d970bf7e3f2a7b14d7863f62593abf4d024648bbe85bd0663736b9ee9a6bb50f +size 931508 diff --git a/hf_video_clips_qa/video_001861.mp4 b/hf_video_clips_qa/video_001861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07859bb463bed4b6186c22443009501774ac9618 --- /dev/null +++ b/hf_video_clips_qa/video_001861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000b998661051e81d0240598edf49bd5245d50526ce919115a569d03f9ece10c +size 1032078 diff --git a/hf_video_clips_qa/video_001862.mp4 b/hf_video_clips_qa/video_001862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3be0085c52cc9f22ea91f48a2d6f6726a10e6b14 --- /dev/null +++ b/hf_video_clips_qa/video_001862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada205b6536bc0b01ccfee2ebd2bdd1336c4004cd1fc707f45673e8d83ec2850 +size 757162 diff --git a/hf_video_clips_qa/video_001863.mp4 b/hf_video_clips_qa/video_001863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fefe256a33830cb07b28ce04651041af7a88247 --- /dev/null +++ b/hf_video_clips_qa/video_001863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c7f255f834f3e76a5edd33aee9f7357e98aa12fe5663628ddeba11584df6f2 +size 644351 diff --git a/hf_video_clips_qa/video_001864.mp4 b/hf_video_clips_qa/video_001864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab507dbcc273fa7b6fad9c05a958c52ef20fd250 --- /dev/null +++ b/hf_video_clips_qa/video_001864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd140d1f7b21b6bf39535db7131d7b573b5516cd7c3010077852e839993347a +size 799816 diff --git a/hf_video_clips_qa/video_001865.mp4 b/hf_video_clips_qa/video_001865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..323d2800455e262fd03e273e774154ff98c677f6 --- /dev/null +++ b/hf_video_clips_qa/video_001865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf954f3c9f2e9fb4e22c1cc83097c1b0633f917030b44e2cc40375a4c62d428 +size 480670 diff --git a/hf_video_clips_qa/video_001866.mp4 b/hf_video_clips_qa/video_001866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1906e37e18fb856c8ca1ceba98922a7cb64f416f --- /dev/null +++ b/hf_video_clips_qa/video_001866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b87f3f0732d6db3239cca875909a10c629a9f2fbd82e630290f311bbb4a2b +size 803522 diff --git a/hf_video_clips_qa/video_001867.mp4 b/hf_video_clips_qa/video_001867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c827687928a6dab8126e1b73819d91bf38847376 --- /dev/null +++ b/hf_video_clips_qa/video_001867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9785853a723b4294aacc0015e383b022022868799be587499671c1b08f3df19 +size 2191097 diff --git a/hf_video_clips_qa/video_001868.mp4 b/hf_video_clips_qa/video_001868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24786e8b7d2fe9906a3d63742663f0ec283c9693 --- /dev/null +++ b/hf_video_clips_qa/video_001868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113eef630594adc6871e428059bd012e1d3ad1ab6eaccbba4bed688fa7dafa6e +size 1312968 diff --git a/hf_video_clips_qa/video_001869.mp4 b/hf_video_clips_qa/video_001869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..302407bfe3d13106767a2f4500d5e2848fafe318 --- /dev/null +++ b/hf_video_clips_qa/video_001869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25eae4bf1a212e27c2c3495f68ccddfebbf03f8985c8b9e450080ee44107baf +size 792444 diff --git a/hf_video_clips_qa/video_001870.mp4 b/hf_video_clips_qa/video_001870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5106e39584974451863e837f1151e162d6598478 --- /dev/null +++ b/hf_video_clips_qa/video_001870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e176234c43d2437626b56fb1121d0b1fd2e97a78af9c9dadf5f563d0e936a6 +size 1402343 diff --git a/hf_video_clips_qa/video_001871.mp4 b/hf_video_clips_qa/video_001871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5442f9e0d19464323f9b18b0255e03b608b94f4 --- /dev/null +++ b/hf_video_clips_qa/video_001871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3501ad76a88b884660e1b8f3360cc842457ef238510726ac50d73f3438063ad +size 489013 diff --git a/hf_video_clips_qa/video_001872.mp4 b/hf_video_clips_qa/video_001872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560b4da78d85f96e60cbf242e6df47214777ca27 --- /dev/null +++ b/hf_video_clips_qa/video_001872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47d3e9a0839d61059d30991cca7a3da6253a05e3d5ef38eb8685a2d7531bc80 +size 637203 diff --git a/hf_video_clips_qa/video_001873.mp4 b/hf_video_clips_qa/video_001873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1069b2ddc253f8706b8030e89972754bb08f0350 --- /dev/null +++ b/hf_video_clips_qa/video_001873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17607b2fcf8049abcd1d23092079a894eae631c0e52a65caef4193507aad002 +size 730264 diff --git a/hf_video_clips_qa/video_001874.mp4 b/hf_video_clips_qa/video_001874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9821c31fc6bb83da8dcfd8ff4b89512af2a7c3e4 --- /dev/null +++ b/hf_video_clips_qa/video_001874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ba0cfdbf2642cdd778d3f96faf844037f2b0c959ab7127687b80a07f087ee +size 585979 diff --git a/hf_video_clips_qa/video_001875.mp4 b/hf_video_clips_qa/video_001875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d968529a253d6d2f96c5ebe273210870ddce7c55 --- /dev/null +++ b/hf_video_clips_qa/video_001875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adb4b71b3812e17277021078aec7c6c766b33dc22ecb96d30a12d956ad2e8b4 +size 1233569 diff --git a/hf_video_clips_qa/video_001876.mp4 b/hf_video_clips_qa/video_001876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c82a82b1b962bdf58110bacf20100d798a02c6 --- /dev/null +++ b/hf_video_clips_qa/video_001876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7951f0898ed4b36d694cfda959fa6f1a9fb65b3c5e797d8591b9ae0583b6221 +size 2317981 diff --git a/hf_video_clips_qa/video_001877.mp4 b/hf_video_clips_qa/video_001877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aa70baeb9bec4bbeb870e75a77e9e4d01047150 --- /dev/null +++ b/hf_video_clips_qa/video_001877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7ed5661157368daeaa538fa0a48166554c6a2e82e7df5e4ea812a8a026ad99 +size 1530632 diff --git a/hf_video_clips_qa/video_001878.mp4 b/hf_video_clips_qa/video_001878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71833da7fe13870267780dfef9b914495c5dac6f --- /dev/null +++ b/hf_video_clips_qa/video_001878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2f6d0788de937453ea5ce36185a7c197a29f274dbd0a518c6c480df3b8ea2c +size 1215968 diff --git a/hf_video_clips_qa/video_001879.mp4 b/hf_video_clips_qa/video_001879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea375723c51e135f98ef2b0ed9cea0e8412326bd --- /dev/null +++ b/hf_video_clips_qa/video_001879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ddb28999519daaf4cc5f81d9a3715877a6e15b935441ea347b801521736a37 +size 1024370 diff --git a/hf_video_clips_qa/video_001880.mp4 b/hf_video_clips_qa/video_001880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df57ffbd140ef84b6754dd607fb71b53c0c69505 --- /dev/null +++ b/hf_video_clips_qa/video_001880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9badd3ed8d53a5e8542078c7d066e4c07178a34a74ce42a3bb476f79dae773 +size 1086039 diff --git a/hf_video_clips_qa/video_001881.mp4 b/hf_video_clips_qa/video_001881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ac7862105181723fc19e08b02f66c2d03ad121 --- /dev/null +++ b/hf_video_clips_qa/video_001881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37b72b85bd85af95ef79f97c7748788a5a1189e78e7d51b85790f71ed80acf0 +size 11935072 diff --git a/hf_video_clips_qa/video_001882.mp4 b/hf_video_clips_qa/video_001882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a625a67d8367cd14240a95565c164d78cfe307bf --- /dev/null +++ b/hf_video_clips_qa/video_001882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82725c78e83e8d8a95963c35ad862788b84485672951781bf875ec04bc6ee654 +size 2165818 diff --git a/hf_video_clips_qa/video_001883.mp4 b/hf_video_clips_qa/video_001883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d470ebf91a913ab2887b503f903daccc1bc961ba --- /dev/null +++ b/hf_video_clips_qa/video_001883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c07d39043f4addd47ef095004bb7607dcee085a4974b46ec5286de6ad2b0281 +size 617853 diff --git a/hf_video_clips_qa/video_001884.mp4 b/hf_video_clips_qa/video_001884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d05888bc6ae2fe95d16fb7dcc501f7243eb109 --- /dev/null +++ b/hf_video_clips_qa/video_001884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1906d7d4599c56c7d7eb3b318cf809a3c155548e8cb8c93026c45a35152ec1 +size 2116851 diff --git a/hf_video_clips_qa/video_001885.mp4 b/hf_video_clips_qa/video_001885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73bf57cb68546169d6be8688a8f65228da3092b5 --- /dev/null +++ b/hf_video_clips_qa/video_001885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca467bb0e98e3fa33200536cf15f8e4a7082c96c6f0d267124d36789ec37376 +size 1011389 diff --git a/hf_video_clips_qa/video_001886.mp4 b/hf_video_clips_qa/video_001886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acac9c6b7eb24ec6d163387df2bb919fdd968f6d --- /dev/null +++ b/hf_video_clips_qa/video_001886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55319519f5a9449559e6fecd150ac202fdfa2787d518b66824d11aacb2f20d8f +size 2428295 diff --git a/hf_video_clips_qa/video_001887.mp4 b/hf_video_clips_qa/video_001887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af788567c83e1b4d77a0ecd3b3b14e7d8547ca29 --- /dev/null +++ b/hf_video_clips_qa/video_001887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1d84736bee9e3fe65c6e6177ede9bc38cf8b29484171e5c5be8e340e1a2751 +size 1386923 diff --git a/hf_video_clips_qa/video_001888.mp4 b/hf_video_clips_qa/video_001888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4445157fe8ea0c425584d30be42170c4eb50164e --- /dev/null +++ b/hf_video_clips_qa/video_001888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43873ff1d42d81603a4fe126763cf3d96e1309d24cdba3f2cc1faac5c341052b +size 1349537 diff --git a/hf_video_clips_qa/video_001889.mp4 b/hf_video_clips_qa/video_001889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4336bb058d3d9e11d167487fc9aff28251326522 --- /dev/null +++ b/hf_video_clips_qa/video_001889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df50419f14930a9a537b112eed8da5ce5e332a85020a7bae804041f463f0d952 +size 2599618 diff --git a/hf_video_clips_qa/video_001890.mp4 b/hf_video_clips_qa/video_001890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0dfa54ca94ee491b733f2e460b92ead3110344e --- /dev/null +++ b/hf_video_clips_qa/video_001890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4165954ff41b58ef344d729c1f332fc30b3e21b080962daef44aced1609f8630 +size 2568089 diff --git a/hf_video_clips_qa/video_001891.mp4 b/hf_video_clips_qa/video_001891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..050cb3e33952c1d30153573a1fa25ca9921e769c --- /dev/null +++ b/hf_video_clips_qa/video_001891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae8c758ab2d8bcdd87fded23fcc4cd264149d170dd4e7bf28524cc0e8cae25c +size 1586222 diff --git a/hf_video_clips_qa/video_001892.mp4 b/hf_video_clips_qa/video_001892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..113926e001428630947cfa72e186599695c0fb5f --- /dev/null +++ b/hf_video_clips_qa/video_001892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c69237a7de5ef04b243573cf90eb83d4ebdfb43b266a7807756ebf315ce6efb +size 1777155 diff --git a/hf_video_clips_qa/video_001893.mp4 b/hf_video_clips_qa/video_001893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23374bd4aea96c33ca9bbc2be9f138f29a94f79a --- /dev/null +++ b/hf_video_clips_qa/video_001893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e2436e282546b1dc6aabc1270516917deaf70b259cf3d91ac44b53a19f1ad1 +size 1033123 diff --git a/hf_video_clips_qa/video_001894.mp4 b/hf_video_clips_qa/video_001894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..905a7782bce77eadb26d835c8297528c51b6c1d3 --- /dev/null +++ b/hf_video_clips_qa/video_001894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca4a3b529cf1c32bf94bb72c54efcf7c6630250bf5010ae89aabc897461a097 +size 1254484 diff --git a/hf_video_clips_qa/video_001895.mp4 b/hf_video_clips_qa/video_001895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50d148e98a6fe0cbb0f0abdea04602ba35d4ab31 --- /dev/null +++ b/hf_video_clips_qa/video_001895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6669af8d75d29362dbfdea95bf3126f4183d9f1456fbaec2631a5ecbed07f41 +size 871689 diff --git a/hf_video_clips_qa/video_001896.mp4 b/hf_video_clips_qa/video_001896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..367ec9a5e7f419d1ff666c291e41acd472fe7bf4 --- /dev/null +++ b/hf_video_clips_qa/video_001896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf010ab69991842b9c4a5611282c4907bbb335215dbdd6f97cd5e7202f4f291 +size 2120418 diff --git a/hf_video_clips_qa/video_001897.mp4 b/hf_video_clips_qa/video_001897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71c30410566f619ba9a4ee244fca4e6fbab5844 --- /dev/null +++ b/hf_video_clips_qa/video_001897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1742f33ff9d9ff00bc74840956bb6fceafd7dbf95097e7fb77912d889bae9e +size 1600774 diff --git a/hf_video_clips_qa/video_001898.mp4 b/hf_video_clips_qa/video_001898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23ce3d141b25bbf70fdd1dc052e7f2762c81e8c7 --- /dev/null +++ b/hf_video_clips_qa/video_001898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06594177d8e731723e1a7edad1408c9fdd5a9bf0bfa0d1716209edc436035d8a +size 2987662 diff --git a/hf_video_clips_qa/video_001899.mp4 b/hf_video_clips_qa/video_001899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1889c379bca20ab8c7945f6b34c5cd189a12617d --- /dev/null +++ b/hf_video_clips_qa/video_001899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946838e7249eb1ee781418fb012d78f43f0683944bf3cbc7a94aa5ebfd0758cf +size 1159489 diff --git a/hf_video_clips_qa/video_001900.mp4 b/hf_video_clips_qa/video_001900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d207895272fde26f3060a877832c8ddf1bf111e --- /dev/null +++ b/hf_video_clips_qa/video_001900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a474cb1cd8d7006ec6b10816b36cdeac7bf19d0e2c8734d8d242979188763c +size 1880215 diff --git a/hf_video_clips_qa/video_001901.mp4 b/hf_video_clips_qa/video_001901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cb793f1eb85e9df2cfbacefe44bdefc3a4ed5ab --- /dev/null +++ b/hf_video_clips_qa/video_001901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758bcf8d99bb68d78ba13036b36c37bcfb2c2d9468822c869711004e2a483df8 +size 3274134 diff --git a/hf_video_clips_qa/video_001902.mp4 b/hf_video_clips_qa/video_001902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a4bdb1535655af41fa2e74d90d019b59a7b2b49 --- /dev/null +++ b/hf_video_clips_qa/video_001902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22262a9a0e411e6aa3ce5bd8f779a0198e26abb44ce005c639182ee57f1bdcd +size 1529861 diff --git a/hf_video_clips_qa/video_001903.mp4 b/hf_video_clips_qa/video_001903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2ffff4bed7d504c7c30dcd696eb0240c3532144 --- /dev/null +++ b/hf_video_clips_qa/video_001903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dee500f0c8d6e86df78ca906afdbfb58c422909290ca6be91456d7e2e5d2686 +size 1909118 diff --git a/hf_video_clips_qa/video_001904.mp4 b/hf_video_clips_qa/video_001904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96851b76f2d6ce9ba45fcbd48b74be9dee13eede --- /dev/null +++ b/hf_video_clips_qa/video_001904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8172aa62022891c82c5b7a17afad2979fc0a63fae0466157f251a7f529c976d4 +size 1874525 diff --git a/hf_video_clips_qa/video_001905.mp4 b/hf_video_clips_qa/video_001905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..102e4fc9ffc6da1cad81f19a169eb35b63148adc --- /dev/null +++ b/hf_video_clips_qa/video_001905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77569851974a367a571791094484b61d6e5d1238f9e23986336f68943c1d4cc +size 1959371 diff --git a/hf_video_clips_qa/video_001906.mp4 b/hf_video_clips_qa/video_001906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c68748c0ca388a2f67feb0d7a8f21946efa31a --- /dev/null +++ b/hf_video_clips_qa/video_001906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5065d41411fe511843d188f7f7ef2d8083439941f5da5bfa2a573139bcf1e4 +size 1486227 diff --git a/hf_video_clips_qa/video_001907.mp4 b/hf_video_clips_qa/video_001907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..955704cba057c29add60db7769ef04387c7fa20d --- /dev/null +++ b/hf_video_clips_qa/video_001907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e964ddb6b526779711e23e8a6ada83032767c5517821d95dc573c623d05b900 +size 735117 diff --git a/hf_video_clips_qa/video_001908.mp4 b/hf_video_clips_qa/video_001908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34221500db03cb97f6b95832f71677125b52aef3 --- /dev/null +++ b/hf_video_clips_qa/video_001908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6274d4f2db22156c3118c022da9605c16808a84ab5a37c8046329255ad2e2eaa +size 1450017 diff --git a/hf_video_clips_qa/video_001909.mp4 b/hf_video_clips_qa/video_001909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc4e76addf5814b7aecde420c4e80c071d67e6e8 --- /dev/null +++ b/hf_video_clips_qa/video_001909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cc0057e31963a61eb5f5d166d39e2acf3e30a9bfd3dc745f2e2fd5665e46a7 +size 1096336 diff --git a/hf_video_clips_qa/video_001910.mp4 b/hf_video_clips_qa/video_001910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d30d960ebb9a6c70d98057d739cd618112b119 --- /dev/null +++ b/hf_video_clips_qa/video_001910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc96362d71d5905b923698e358af2de788f4c72bfacd5c393fbaf3778eddb3 +size 1307139 diff --git a/hf_video_clips_qa/video_001911.mp4 b/hf_video_clips_qa/video_001911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7415650b7c0d40b897d7afa5066ca9cefbc785 --- /dev/null +++ b/hf_video_clips_qa/video_001911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0a534d155f8472d25ea76ab099d5aad100ab17143582b5829d8c4ea23f4baa +size 2812187 diff --git a/hf_video_clips_qa/video_001912.mp4 b/hf_video_clips_qa/video_001912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db1da274e972b5e0db1f619f18a2890cfd78bbc8 --- /dev/null +++ b/hf_video_clips_qa/video_001912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0d97d5a9b04e8bc2fdcc65728062fc4be3410438443f542c96dbf174af011b +size 1771435 diff --git a/hf_video_clips_qa/video_001913.mp4 b/hf_video_clips_qa/video_001913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28524f45c7ab22c9a2a2d746cddb034bcb2ee515 --- /dev/null +++ b/hf_video_clips_qa/video_001913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42325ef2a2867d57e63444e18b02594a5a1e6b638d97dbd1921d458bcd9465d +size 925018 diff --git a/hf_video_clips_qa/video_001914.mp4 b/hf_video_clips_qa/video_001914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b61053b375e7cab5cd5b030d015ef958d0ef8c50 --- /dev/null +++ b/hf_video_clips_qa/video_001914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a1c7e421664842af7eb7b9d9c7d17b89372cca4ba9dcfbcaeb77261bd464aa +size 4033916 diff --git a/hf_video_clips_qa/video_001915.mp4 b/hf_video_clips_qa/video_001915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e41deef44f8efd3216fb60e986c06ff015adc9f5 --- /dev/null +++ b/hf_video_clips_qa/video_001915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d37178e27019e2d912cc51bc65b487f99c0f9d32edc0d7657d6989ed4a6adf2 +size 2552783 diff --git a/hf_video_clips_qa/video_001916.mp4 b/hf_video_clips_qa/video_001916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6599f4810a0e399931e976fb80f67324b98549b2 --- /dev/null +++ b/hf_video_clips_qa/video_001916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c634c72d50bd7632b24d369134d52a5539a8d010dff30627ff9af283986c5 +size 1057297 diff --git a/hf_video_clips_qa/video_001917.mp4 b/hf_video_clips_qa/video_001917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..208a0f011f4cb8e9e941a707d96bf90e47333ec8 --- /dev/null +++ b/hf_video_clips_qa/video_001917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d27d0696149fe1374b0414ff9825ede8cebbc686563304ff3b803e7d2e90f0 +size 939925 diff --git a/hf_video_clips_qa/video_001918.mp4 b/hf_video_clips_qa/video_001918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aff79feedea3919c906874f55014c2e6d2b0901a --- /dev/null +++ b/hf_video_clips_qa/video_001918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273903cae268d5b070c9f3057e64e2cc16e18510e951eb39e77b5c3f65071840 +size 1370653 diff --git a/hf_video_clips_qa/video_001919.mp4 b/hf_video_clips_qa/video_001919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b2c51849f2e87f59ff3a4313c120f29c3f6277 --- /dev/null +++ b/hf_video_clips_qa/video_001919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac11b8114e60156595364ea3ecc315f2c0dfb21acab6745efb379dc082a55f3 +size 3155787 diff --git a/hf_video_clips_qa/video_001920.mp4 b/hf_video_clips_qa/video_001920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcb991b6f066a21a1c2cd3f4e87ad12a12fd2add --- /dev/null +++ b/hf_video_clips_qa/video_001920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be17c84d87fea4ccc31bedf5b372bee3521eec49218c344e5e57434cd4e30610 +size 1286214 diff --git a/hf_video_clips_qa/video_001921.mp4 b/hf_video_clips_qa/video_001921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0133990fa120df98e5baa626ab75fe871cf553 --- /dev/null +++ b/hf_video_clips_qa/video_001921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63aa57ac3709dcf9ad878e10773699efae0af18dafb856de077e45943c97b26 +size 1464282 diff --git a/hf_video_clips_qa/video_001922.mp4 b/hf_video_clips_qa/video_001922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eba74fc4623588db5f18491a49925f0ad1086318 --- /dev/null +++ b/hf_video_clips_qa/video_001922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e35bf9cb968a698366566143c62de727856015ef7679232fb4e47c9dacd6f2 +size 1166720 diff --git a/hf_video_clips_qa/video_001923.mp4 b/hf_video_clips_qa/video_001923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5760d106cc11ab14f579bf9c73265a62f23e975 --- /dev/null +++ b/hf_video_clips_qa/video_001923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7885802781a5305bc5f427dfa6002c2f1c72c237d6015f3d659c4a22c0acd9d0 +size 316152 diff --git a/hf_video_clips_qa/video_001924.mp4 b/hf_video_clips_qa/video_001924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..965677d16ab21596e13799d82c5493436a59f414 --- /dev/null +++ b/hf_video_clips_qa/video_001924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b832cb322a0b84ca213949947d5bb601dde0398905a3c01dceb38f6cb523f51 +size 694404 diff --git a/hf_video_clips_qa/video_001925.mp4 b/hf_video_clips_qa/video_001925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12618c6f6cf64e736ff54ab314c5f01e2f64bc02 --- /dev/null +++ b/hf_video_clips_qa/video_001925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e232757fc5e0340469a29ba41acdd5675e8ab97de70cb77b1410f4659872d48 +size 1740571 diff --git a/hf_video_clips_qa/video_001926.mp4 b/hf_video_clips_qa/video_001926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6014d5a124f70fbc8c81afcb209e044420d1beb3 --- /dev/null +++ b/hf_video_clips_qa/video_001926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcbb49c9dd22b02f5906b859c125b65ce2f5d7d601891efac5fbaa0d91ca167 +size 1704941 diff --git a/hf_video_clips_qa/video_001927.mp4 b/hf_video_clips_qa/video_001927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..673b16253c0e353790ebf5e66ff7aacc4440dbbf --- /dev/null +++ b/hf_video_clips_qa/video_001927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326fefe62fecd68c14b1fe348336cb1e321d445aecd26b8279f9f23c2647cef +size 1417950 diff --git a/hf_video_clips_qa/video_001928.mp4 b/hf_video_clips_qa/video_001928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a2c309896429535b1e9f0118de2d5de7ce1417 --- /dev/null +++ b/hf_video_clips_qa/video_001928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ba0406025ddf9c3a46d52ac73f18098df1063732e8ceeca506226753f5f5b2 +size 1821584 diff --git a/hf_video_clips_qa/video_001929.mp4 b/hf_video_clips_qa/video_001929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbf21c949adb93a76a7fb0b43966ff5cc32fa588 --- /dev/null +++ b/hf_video_clips_qa/video_001929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eb6dcdc1265f2d9f88c037a3eeadf72538cbe667e93d9f6ae13cb9f92a305b +size 3713682 diff --git a/hf_video_clips_qa/video_001930.mp4 b/hf_video_clips_qa/video_001930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65cc1ac9704f6a7e00dd3dafbf06ac2a9d59c215 --- /dev/null +++ b/hf_video_clips_qa/video_001930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf084aff36d9f3da837d09b5c6b26820a660c57fe475d75a3b90a337251469 +size 1802134 diff --git a/hf_video_clips_qa/video_001931.mp4 b/hf_video_clips_qa/video_001931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23b873287217ee6a48317d35babc0be5a7f0f4a4 --- /dev/null +++ b/hf_video_clips_qa/video_001931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62035ae41cad1f847727e4b619f1a867722fbc6c3d729463d389118d2f96b2cc +size 715140 diff --git a/hf_video_clips_qa/video_001932.mp4 b/hf_video_clips_qa/video_001932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1ae33790521d8678c5dde52f033d80e74d84a4 --- /dev/null +++ b/hf_video_clips_qa/video_001932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2573677ce1f536c3bf1ebcc489a2611ac40d57ed14d8ef51ec5d9c273a6db +size 722983 diff --git a/hf_video_clips_qa/video_001933.mp4 b/hf_video_clips_qa/video_001933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20068320c837c2e5ecd4b1026779644b2a54dbc --- /dev/null +++ b/hf_video_clips_qa/video_001933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc32fa50376dddec9d01b0c6ca958453ab145204623a809882fa502af512925 +size 1933229 diff --git a/hf_video_clips_qa/video_001934.mp4 b/hf_video_clips_qa/video_001934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c25ee07d5896fb9ea4f18e217a0c201f72e64daa --- /dev/null +++ b/hf_video_clips_qa/video_001934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e588c1290b45f4a8390f515998b2f1f709d0b529350c24f5c03efc93162aecff +size 831544 diff --git a/hf_video_clips_qa/video_001935.mp4 b/hf_video_clips_qa/video_001935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976a47deadb7451d6f1895955470f479ffe92f87 --- /dev/null +++ b/hf_video_clips_qa/video_001935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d82b9d5a5294f94728a205160ac769227835669527cac7f6d2d32741a2135ae +size 1178237 diff --git a/hf_video_clips_qa/video_001936.mp4 b/hf_video_clips_qa/video_001936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79bf7906a827d77c7f2a37bae990f42b90d99df3 --- /dev/null +++ b/hf_video_clips_qa/video_001936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbcd62d139381ef57edb5cac8e66240230250c904a55c061523f55945b47d4b +size 1386539 diff --git a/hf_video_clips_qa/video_001937.mp4 b/hf_video_clips_qa/video_001937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..996f7989879749fe305a2c25a19b6013e57aced3 --- /dev/null +++ b/hf_video_clips_qa/video_001937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c798ff8708d6c68e3a851ff6057a162113230b53f43b710ea0c84e8e276835 +size 772620 diff --git a/hf_video_clips_qa/video_001938.mp4 b/hf_video_clips_qa/video_001938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa6ed72a724959c2f2f2ac41f83e14d6d1f4dcb7 --- /dev/null +++ b/hf_video_clips_qa/video_001938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec18010054f972ee49a1391a16fc54efb9264d8c606145a12890a53b2de0676 +size 2189385 diff --git a/hf_video_clips_qa/video_001939.mp4 b/hf_video_clips_qa/video_001939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e10c94b92af55adcab56a8c2b1742b6677bee3b --- /dev/null +++ b/hf_video_clips_qa/video_001939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c04e3ffb95b31ae230b2a228190b73e03c9aa9a0c90cb612c890b6628720734 +size 541973 diff --git a/hf_video_clips_qa/video_001940.mp4 b/hf_video_clips_qa/video_001940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2a4c190632348c8ca3815796e7c19dc983160b --- /dev/null +++ b/hf_video_clips_qa/video_001940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac9b0fe40bf6c66f3c8c093af5bc93779c958bc6c21934f18d633cd6cec974 +size 3453567 diff --git a/hf_video_clips_qa/video_001941.mp4 b/hf_video_clips_qa/video_001941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aebac7a25fce73412004e157ff9e8423c24f02a5 --- /dev/null +++ b/hf_video_clips_qa/video_001941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d8cd98cc272d3aaec93c646c26fc0f2834ff95e8c1af4bfb948a8ad05f4349 +size 948138 diff --git a/hf_video_clips_qa/video_001942.mp4 b/hf_video_clips_qa/video_001942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64c5abaa973bb6fd41085e333e462fa89736ce41 --- /dev/null +++ b/hf_video_clips_qa/video_001942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bef1db1151ab23e4df309d00327cf008c4758fc7a2717695951af5b1108630 +size 2340877 diff --git a/hf_video_clips_qa/video_001943.mp4 b/hf_video_clips_qa/video_001943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b92b520a632a369c1ddd896bf5d21649dc0ef6da --- /dev/null +++ b/hf_video_clips_qa/video_001943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b4bf333d127230371e531f9475fa1ae513bcb0400bad90b3b260f84f26585b +size 1553905 diff --git a/hf_video_clips_qa/video_001944.mp4 b/hf_video_clips_qa/video_001944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d65c8ef107fb231ad9beddbb952881290912aac --- /dev/null +++ b/hf_video_clips_qa/video_001944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ccc0e53966744dbb4606df78485f4b65385bf426c6da108ac5daab13fc8c5 +size 1561244 diff --git a/hf_video_clips_qa/video_001945.mp4 b/hf_video_clips_qa/video_001945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fa53400065919b1710e301e41b25f359afe2508 --- /dev/null +++ b/hf_video_clips_qa/video_001945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc4828e8a1bef45135264afca56f77bacdf90eb6469d95d39563a0069d71d6b +size 828173 diff --git a/hf_video_clips_qa/video_001946.mp4 b/hf_video_clips_qa/video_001946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9323617f1f466e73ed0e2d1d3ce161d39c19aaca --- /dev/null +++ b/hf_video_clips_qa/video_001946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f7fd147f24bf467e5a22ecfa94cfb425d1fadbde434e3576387a2e6814026e +size 3582325 diff --git a/hf_video_clips_qa/video_001947.mp4 b/hf_video_clips_qa/video_001947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..897d4621b36efb2d764205b37fa85e3c1f310a7f --- /dev/null +++ b/hf_video_clips_qa/video_001947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598bde1c0f519737ec6454adb6efacc7603feec6125fd015ce108f55b05afe57 +size 1561583 diff --git a/hf_video_clips_qa/video_001948.mp4 b/hf_video_clips_qa/video_001948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88d39864896d4f0ca483fc3848089281b254fd0a --- /dev/null +++ b/hf_video_clips_qa/video_001948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394c83fe761cdcd1626c7aa4505b8ad78c4cdf542b7ec116d84c1e7ce4fd39ee +size 1690297 diff --git a/hf_video_clips_qa/video_001949.mp4 b/hf_video_clips_qa/video_001949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1a561e1083ce72b70203c29020001621719c2fd --- /dev/null +++ b/hf_video_clips_qa/video_001949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c493b05e6855fb296f8af2e567266fe94ee3aa70f605ad60aa859b9d2e4c6b9 +size 565809 diff --git a/hf_video_clips_qa/video_001950.mp4 b/hf_video_clips_qa/video_001950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c08bcfae2c88dbb0deede7dd69c775ab8cbbe51b --- /dev/null +++ b/hf_video_clips_qa/video_001950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52adc5f5887d4134b44d76701a73fc0ff7846060e5e53682dadc7da71060cc2f +size 819028 diff --git a/hf_video_clips_qa/video_001951.mp4 b/hf_video_clips_qa/video_001951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbbbfd7eabac0c34cf5ef4c63d8318a5c602831e --- /dev/null +++ b/hf_video_clips_qa/video_001951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad7e41a0380916fab9c73d4852ae3c4aeef6ca9c6f9cf998f23f33ffe915c90 +size 669106 diff --git a/hf_video_clips_qa/video_001952.mp4 b/hf_video_clips_qa/video_001952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abd362fdfd26dffefa91a4a97fc14ce7a0c898ec --- /dev/null +++ b/hf_video_clips_qa/video_001952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfee716ed6370bea7ff3c1e9cbf6c9c4c04894a38dca6ce8fa82b83ce658c0a +size 1225249 diff --git a/hf_video_clips_qa/video_001953.mp4 b/hf_video_clips_qa/video_001953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bb42ddd125dbc7866b2312a21bfdb19adf778b0 --- /dev/null +++ b/hf_video_clips_qa/video_001953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e283827efe5dffc4ad3dd566f1fe5e6383462d4c13a7ded1ccf44661917e4e +size 595205 diff --git a/hf_video_clips_qa/video_001954.mp4 b/hf_video_clips_qa/video_001954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0925fabfe15062f8fbd472283ebbf55c2bcbd3bb --- /dev/null +++ b/hf_video_clips_qa/video_001954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c80f082367372bd6ca27546204d7fef4310af53d58e4e88382a869c23c7c030 +size 1625901 diff --git a/hf_video_clips_qa/video_001955.mp4 b/hf_video_clips_qa/video_001955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbf21c949adb93a76a7fb0b43966ff5cc32fa588 --- /dev/null +++ b/hf_video_clips_qa/video_001955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eb6dcdc1265f2d9f88c037a3eeadf72538cbe667e93d9f6ae13cb9f92a305b +size 3713682 diff --git a/hf_video_clips_qa/video_001956.mp4 b/hf_video_clips_qa/video_001956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a538766fca726cc3896cd7d105068a15a76231f --- /dev/null +++ b/hf_video_clips_qa/video_001956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6d47577ac1571d9dcf94e77354988fae8452a3ab4a5817ab135593204cebb5 +size 1358401 diff --git a/hf_video_clips_qa/video_001957.mp4 b/hf_video_clips_qa/video_001957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73928488175037a71a4c400a458f04175742cc0a --- /dev/null +++ b/hf_video_clips_qa/video_001957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80540036a9a2082917859237f48bf0aa24d9aae3369972085505aca583f471 +size 1307232 diff --git a/hf_video_clips_qa/video_001958.mp4 b/hf_video_clips_qa/video_001958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ab71182ba2365da8959dc2b390f3b50cd1a0e2d --- /dev/null +++ b/hf_video_clips_qa/video_001958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5899184d99cdff8f40b70cfa4396abaac8442789012e48cd3c538e4ab4a2df7e +size 2804156 diff --git a/hf_video_clips_qa/video_001959.mp4 b/hf_video_clips_qa/video_001959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94c2440843d9fa677cca66113c9665c1d5a28136 --- /dev/null +++ b/hf_video_clips_qa/video_001959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8217b9d1d63d732e77f422eb4c9103b745d11f3affec90f9bff16b695c7d9c +size 1087171 diff --git a/hf_video_clips_qa/video_001960.mp4 b/hf_video_clips_qa/video_001960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af056f7fadc0aac492cb21744dbede317951af06 --- /dev/null +++ b/hf_video_clips_qa/video_001960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccca9c51812566301db814fd045f1a5f675c75a28a6ceeceb4949bce4570be65 +size 2812755 diff --git a/hf_video_clips_qa/video_001961.mp4 b/hf_video_clips_qa/video_001961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066958ef77d9433ec6724fee9f990abc72601ac4 --- /dev/null +++ b/hf_video_clips_qa/video_001961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d726429115309bb1346039770df4e8c15f69928a03cd72a0f823c96d9459d +size 1645236 diff --git a/hf_video_clips_qa/video_001962.mp4 b/hf_video_clips_qa/video_001962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a192ca05f4929d9b8e3cddd2d12b33afc063fb9 --- /dev/null +++ b/hf_video_clips_qa/video_001962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88f6dd1c6fcb39ef1e67c6b24ae1e29c3557e187b6ed583b058dc765db2e1f +size 3278305 diff --git a/hf_video_clips_qa/video_001963.mp4 b/hf_video_clips_qa/video_001963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ff89ff90c14b56c4516a1fec1ce8ccf07bee4e --- /dev/null +++ b/hf_video_clips_qa/video_001963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87712f065645ddc25afe7abe7456733cdfd66396010a3689c427a47a29cebe35 +size 3477736 diff --git a/hf_video_clips_qa/video_001964.mp4 b/hf_video_clips_qa/video_001964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..965677d16ab21596e13799d82c5493436a59f414 --- /dev/null +++ b/hf_video_clips_qa/video_001964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b832cb322a0b84ca213949947d5bb601dde0398905a3c01dceb38f6cb523f51 +size 694404 diff --git a/hf_video_clips_qa/video_001965.mp4 b/hf_video_clips_qa/video_001965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e10c94b92af55adcab56a8c2b1742b6677bee3b --- /dev/null +++ b/hf_video_clips_qa/video_001965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c04e3ffb95b31ae230b2a228190b73e03c9aa9a0c90cb612c890b6628720734 +size 541973 diff --git a/hf_video_clips_qa/video_001966.mp4 b/hf_video_clips_qa/video_001966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84da357deb02e93422e9b8a2245631229a0a56b3 --- /dev/null +++ b/hf_video_clips_qa/video_001966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db64cee42a11d96a829653037f1d68140d313f5f3cf956c8d23b60d7ef1adf27 +size 635463 diff --git a/hf_video_clips_qa/video_001967.mp4 b/hf_video_clips_qa/video_001967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d6378fa1c047a4e2405429368463fee6587e8f2 --- /dev/null +++ b/hf_video_clips_qa/video_001967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644fd653686a202b2fb34db0ed8c4b900d7efc04f210845168d8dcaffa150479 +size 1107959 diff --git a/hf_video_clips_qa/video_001968.mp4 b/hf_video_clips_qa/video_001968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..834e824f9dfa2b46ebb80715d81fc3cebe3a54e2 --- /dev/null +++ b/hf_video_clips_qa/video_001968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d68ea79939596414cc75a6070b9109a6b7df81f465f0e6038d523952b47357b +size 981558 diff --git a/hf_video_clips_qa/video_001969.mp4 b/hf_video_clips_qa/video_001969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96851b76f2d6ce9ba45fcbd48b74be9dee13eede --- /dev/null +++ b/hf_video_clips_qa/video_001969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8172aa62022891c82c5b7a17afad2979fc0a63fae0466157f251a7f529c976d4 +size 1874525 diff --git a/hf_video_clips_qa/video_001970.mp4 b/hf_video_clips_qa/video_001970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848636e21112b0ebf65949bf8cd55bccfb15ea30 --- /dev/null +++ b/hf_video_clips_qa/video_001970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384a4bfe2cb4b87ea754972282bfa785c6a2a9bd1848a3fc6ad16f390d06fbf5 +size 471608 diff --git a/hf_video_clips_qa/video_001971.mp4 b/hf_video_clips_qa/video_001971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51f017dec0669f1a14c04693f42ad2482b900693 --- /dev/null +++ b/hf_video_clips_qa/video_001971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8105921f749dd82cc76127edc78d18cf5e9cedb0496b7d1b37498ed07756ac +size 1816041 diff --git a/hf_video_clips_qa/video_001972.mp4 b/hf_video_clips_qa/video_001972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6014d5a124f70fbc8c81afcb209e044420d1beb3 --- /dev/null +++ b/hf_video_clips_qa/video_001972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcbb49c9dd22b02f5906b859c125b65ce2f5d7d601891efac5fbaa0d91ca167 +size 1704941 diff --git a/hf_video_clips_qa/video_001973.mp4 b/hf_video_clips_qa/video_001973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..363cad1354372b8e2bcff3cad2a5b51a24f61b26 --- /dev/null +++ b/hf_video_clips_qa/video_001973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c956b3d5219be13b12c58213197131ed54d7aae152dff2feb491edbbd2ab5eba +size 970266 diff --git a/hf_video_clips_qa/video_001974.mp4 b/hf_video_clips_qa/video_001974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7d4404ba13af51d54404c451e5b75720eb98846 --- /dev/null +++ b/hf_video_clips_qa/video_001974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cf37b79372614faa02c0ae2f002b6c4d76bed77a4a1206064e211bb1bd3ed0 +size 2082909 diff --git a/hf_video_clips_qa/video_001975.mp4 b/hf_video_clips_qa/video_001975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..904df499a3baf8648e7fac50c436fc93b94cbcc2 --- /dev/null +++ b/hf_video_clips_qa/video_001975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0eae879f2d0d8bc250428a7bb964fba2f621c0fdbe0989cf80ee147fa19349 +size 817803 diff --git a/hf_video_clips_qa/video_001976.mp4 b/hf_video_clips_qa/video_001976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab507dbcc273fa7b6fad9c05a958c52ef20fd250 --- /dev/null +++ b/hf_video_clips_qa/video_001976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd140d1f7b21b6bf39535db7131d7b573b5516cd7c3010077852e839993347a +size 799816 diff --git a/hf_video_clips_qa/video_001977.mp4 b/hf_video_clips_qa/video_001977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcb5ca944c7c0c6a80c382bdb22b4416a8a33ff8 --- /dev/null +++ b/hf_video_clips_qa/video_001977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94260a911e9f4f9b02183c16008fb3912285dcd2850095065797247415fab346 +size 833557 diff --git a/hf_video_clips_qa/video_001978.mp4 b/hf_video_clips_qa/video_001978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79022c92228b3627d9ab11ea8227bd52eec9a6d5 --- /dev/null +++ b/hf_video_clips_qa/video_001978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f61c31ddb8190c7cd767a3a9bfdfa89cd6e9b04a9b0e960f47b545d51ac11e +size 540770 diff --git a/hf_video_clips_qa/video_001979.mp4 b/hf_video_clips_qa/video_001979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..604453ae0ee1ae933d9a10f3f5ca99578dad0d27 --- /dev/null +++ b/hf_video_clips_qa/video_001979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d72d383168e9169752eeaf8fff18b61f0138fd895056f75fb9b0ff879f491 +size 2706574 diff --git a/hf_video_clips_qa/video_001980.mp4 b/hf_video_clips_qa/video_001980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6db108ae42cf411da8e07389404a29aa9747685 --- /dev/null +++ b/hf_video_clips_qa/video_001980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d970bf7e3f2a7b14d7863f62593abf4d024648bbe85bd0663736b9ee9a6bb50f +size 931508 diff --git a/hf_video_clips_qa/video_001981.mp4 b/hf_video_clips_qa/video_001981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0133990fa120df98e5baa626ab75fe871cf553 --- /dev/null +++ b/hf_video_clips_qa/video_001981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63aa57ac3709dcf9ad878e10773699efae0af18dafb856de077e45943c97b26 +size 1464282 diff --git a/hf_video_clips_qa/video_001982.mp4 b/hf_video_clips_qa/video_001982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9092bbfda18ddb4a1f8fc86872ae3bf19adc1a6 --- /dev/null +++ b/hf_video_clips_qa/video_001982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5947b950082845bb35318ec698d666961dd6e8daf2f1f05238ce76b37ef96987 +size 1579696 diff --git a/hf_video_clips_qa/video_001983.mp4 b/hf_video_clips_qa/video_001983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd85339527d5947c9c21b4e001910059811649e7 --- /dev/null +++ b/hf_video_clips_qa/video_001983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68d22e42c201a015963cc7be043d4d4204b78d35437d3be14fb7404b2bca0d1 +size 750545 diff --git a/hf_video_clips_qa/video_001984.mp4 b/hf_video_clips_qa/video_001984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8de724d0a05bb0d4dde928188ff379751de76612 --- /dev/null +++ b/hf_video_clips_qa/video_001984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1faa80be9a81cd0ced28237f7301fd371c0f769165a61957d94f74d8a7621db +size 330957 diff --git a/hf_video_clips_qa/video_001985.mp4 b/hf_video_clips_qa/video_001985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b474a333d6dfc32de14b19b5594d1b0c17be1add --- /dev/null +++ b/hf_video_clips_qa/video_001985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa9ff74447ff0baa96b88d4c8c2bac91135290d0f139c2555496ede1ee6711d +size 853839 diff --git a/hf_video_clips_qa/video_001986.mp4 b/hf_video_clips_qa/video_001986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f85846522b06447109ae94ed7d6f3cc612e2a6 --- /dev/null +++ b/hf_video_clips_qa/video_001986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba8354c537ca6a8f371c068377118e0e2fb03a3ab43a5a37e96e4eb0215583c +size 1740021 diff --git a/hf_video_clips_qa/video_001987.mp4 b/hf_video_clips_qa/video_001987.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e06d518fe16f9e24e494a10c265962e9720001 --- /dev/null +++ b/hf_video_clips_qa/video_001987.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9db4751e16850ad9eca776ad559b65fb77d3a6c2e9f603cf6186cea69b3817 +size 2303594 diff --git a/hf_video_clips_qa/video_001988.mp4 b/hf_video_clips_qa/video_001988.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46074e38bbeb93bd88950227d586bb99f6622e02 --- /dev/null +++ b/hf_video_clips_qa/video_001988.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92dcd399243f3a01a4c26d05333279870d4e3998630c4bb89afc55c43d0fc57 +size 660200 diff --git a/hf_video_clips_qa/video_001989.mp4 b/hf_video_clips_qa/video_001989.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2da2f1bf6db66d4589ed068a88b1c3817f5bb43d --- /dev/null +++ b/hf_video_clips_qa/video_001989.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236cd78efc311ffa401daf4603d1a5c6db9a2241a5ba591409582fb99744d38 +size 659064 diff --git a/hf_video_clips_qa/video_001990.mp4 b/hf_video_clips_qa/video_001990.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b001b4f6aeaed7221eb67d36c41df4aca45e7454 --- /dev/null +++ b/hf_video_clips_qa/video_001990.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4928d399853967c9c25cf7ce39c4b24a37bc211e71739ac0d6da6c9522138b23 +size 1944956 diff --git a/hf_video_clips_qa/video_001991.mp4 b/hf_video_clips_qa/video_001991.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80498cd99467b01b9888f45250dd986c175c58f9 --- /dev/null +++ b/hf_video_clips_qa/video_001991.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb9adb2bbce47926c1d17fe304108f8b8b969b719c5bf739dedcda53fb6a70a +size 1719234 diff --git a/hf_video_clips_qa/video_001992.mp4 b/hf_video_clips_qa/video_001992.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..172d8076128c057661caa0ec863c30dbbaf5777a --- /dev/null +++ b/hf_video_clips_qa/video_001992.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec551806c423f4b60f8434f369f280833b80dd53a46ed4c40495e559a08f4799 +size 1247938 diff --git a/hf_video_clips_qa/video_001993.mp4 b/hf_video_clips_qa/video_001993.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a928071b7b8104d896ebf83e4892fe466d67668 --- /dev/null +++ b/hf_video_clips_qa/video_001993.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad9bb3469588aa7b325ca604d655df0765890134a68efdda897111e0be2aec8 +size 575946 diff --git a/hf_video_clips_qa/video_001994.mp4 b/hf_video_clips_qa/video_001994.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6726c9160c87d3e813c343239552f8ffe0b1b40c --- /dev/null +++ b/hf_video_clips_qa/video_001994.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bfdd6215720da1a265fbd44455a65a312698ae4b150554fbf96974f9e0bc0e +size 1837272 diff --git a/hf_video_clips_qa/video_001995.mp4 b/hf_video_clips_qa/video_001995.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..807095215f183d3d756d6aae94637b405cf184e7 --- /dev/null +++ b/hf_video_clips_qa/video_001995.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2649dfc92433e0e0b42b466bb9e63a72478764b9a0ab9fd2089637947910ac +size 1075241 diff --git a/hf_video_clips_qa/video_001996.mp4 b/hf_video_clips_qa/video_001996.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1fea129dc82171a049ddde146e417410ec6f1e1 --- /dev/null +++ b/hf_video_clips_qa/video_001996.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6d92bc49a2690d708c50d09ee85403a4c5baad4d61592d3021db997fb5643b +size 420570 diff --git a/hf_video_clips_qa/video_001997.mp4 b/hf_video_clips_qa/video_001997.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c4fc3f80ecf35f7fb05374a25b460e65f120b8e --- /dev/null +++ b/hf_video_clips_qa/video_001997.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85063f3865749f56097c37c18a51934deaa63c14545396ed7098ac748d76d156 +size 1629247 diff --git a/hf_video_clips_qa/video_001998.mp4 b/hf_video_clips_qa/video_001998.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71c30410566f619ba9a4ee244fca4e6fbab5844 --- /dev/null +++ b/hf_video_clips_qa/video_001998.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1742f33ff9d9ff00bc74840956bb6fceafd7dbf95097e7fb77912d889bae9e +size 1600774 diff --git a/hf_video_clips_qa/video_001999.mp4 b/hf_video_clips_qa/video_001999.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5d33ad55308d1d2743340cce9ea0752787d0d92 --- /dev/null +++ b/hf_video_clips_qa/video_001999.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0769e8470fdb289b2578dbad5ba2a88b7900a53fc0d9ece72853e58fe65b45 +size 407690 diff --git a/hf_video_clips_qa/video_002000.mp4 b/hf_video_clips_qa/video_002000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c6441434b6840db5e59944c3d7a217708a542e --- /dev/null +++ b/hf_video_clips_qa/video_002000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d361b7eb7ac20a096457bed8661cdbdb44b551fcedee541a6625502ad589d651 +size 1635655 diff --git a/hf_video_clips_qa/video_002001.mp4 b/hf_video_clips_qa/video_002001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c25ee07d5896fb9ea4f18e217a0c201f72e64daa --- /dev/null +++ b/hf_video_clips_qa/video_002001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e588c1290b45f4a8390f515998b2f1f709d0b529350c24f5c03efc93162aecff +size 831544 diff --git a/hf_video_clips_qa/video_002002.mp4 b/hf_video_clips_qa/video_002002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aeff212bd8eb72a8d353f6f0f636304c7ec32c4 --- /dev/null +++ b/hf_video_clips_qa/video_002002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cd0654cfde2dcb569ab653113f83f953c8723d0252f5429caae0b69085d0b0 +size 460529 diff --git a/hf_video_clips_qa/video_002003.mp4 b/hf_video_clips_qa/video_002003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8a240af307979ba79c62f6a1a46dafcd25c96cc --- /dev/null +++ b/hf_video_clips_qa/video_002003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b47ff02d44d2974a5a269c15d58cfb7af21e530677848ec266643e33f1431c +size 1839996 diff --git a/hf_video_clips_qa/video_002004.mp4 b/hf_video_clips_qa/video_002004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b730d7552687a41d87ab9893979ad1a6e5621405 --- /dev/null +++ b/hf_video_clips_qa/video_002004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da27c025c2c6b048331f04935b97900cf237ddf66d40880643d6a336ace68335 +size 892419 diff --git a/hf_video_clips_qa/video_002005.mp4 b/hf_video_clips_qa/video_002005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659ed79ae5a369c45258407b94086a045ad08f1f --- /dev/null +++ b/hf_video_clips_qa/video_002005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712c3c421c90fc26306be0ede441bf4791ff65bd17327fd1cdcd583dc695fb02 +size 422535 diff --git a/hf_video_clips_qa/video_002006.mp4 b/hf_video_clips_qa/video_002006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b79ef2f048ca06a6a10f126b344754dc249af2 --- /dev/null +++ b/hf_video_clips_qa/video_002006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a737ecfe4a819a85a4e79a588a026f93cd9ec9cb870fcdbfa54b0030856aa0 +size 2703749 diff --git a/hf_video_clips_qa/video_002007.mp4 b/hf_video_clips_qa/video_002007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f91d65de9e69c64e1c9259029282534f9aad2f3 --- /dev/null +++ b/hf_video_clips_qa/video_002007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7c78056ad7c0dbe1ec040dc75f2eaddf337ce38954c18c8195af80c8ea3b1e +size 2822350 diff --git a/hf_video_clips_qa/video_002008.mp4 b/hf_video_clips_qa/video_002008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..316b2f7c2a428127561afe63e73c486e9b7ae203 --- /dev/null +++ b/hf_video_clips_qa/video_002008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d113b5d7d0a8119cb3998866c2943fa544a22e20445e55da7eb100875b7c851 +size 2963164 diff --git a/hf_video_clips_qa/video_002009.mp4 b/hf_video_clips_qa/video_002009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd5a282f3ec805d7651d77f08e487c2275fca5e --- /dev/null +++ b/hf_video_clips_qa/video_002009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2592df352a6d21f69c9e0458f1832e553a3f443b52adf3efc2b7584f4bddfe +size 832610 diff --git a/hf_video_clips_qa/video_002010.mp4 b/hf_video_clips_qa/video_002010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c827687928a6dab8126e1b73819d91bf38847376 --- /dev/null +++ b/hf_video_clips_qa/video_002010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9785853a723b4294aacc0015e383b022022868799be587499671c1b08f3df19 +size 2191097 diff --git a/hf_video_clips_qa/video_002011.mp4 b/hf_video_clips_qa/video_002011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11643b9695794fd987a15ffc1d6181e71cf7ec9d --- /dev/null +++ b/hf_video_clips_qa/video_002011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a36ef8f00c79e947c584dc266820598288e03c0f2173b15cfbf83b2747afba +size 1628359 diff --git a/hf_video_clips_qa/video_002012.mp4 b/hf_video_clips_qa/video_002012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68627ef82854e1198501b4f81c73f6cfb24d870 --- /dev/null +++ b/hf_video_clips_qa/video_002012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e60660e637179cafc5264e60e7663509a38ee2140e9b9197190472e3f9dc909 +size 545494 diff --git a/hf_video_clips_qa/video_002013.mp4 b/hf_video_clips_qa/video_002013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e41deef44f8efd3216fb60e986c06ff015adc9f5 --- /dev/null +++ b/hf_video_clips_qa/video_002013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d37178e27019e2d912cc51bc65b487f99c0f9d32edc0d7657d6989ed4a6adf2 +size 2552783 diff --git a/hf_video_clips_qa/video_002014.mp4 b/hf_video_clips_qa/video_002014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb90aea91cb99e98904ff3bf6b0d120642d8fd60 --- /dev/null +++ b/hf_video_clips_qa/video_002014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb923fcf560dd18a5a7902f6bba8b30cf41c585a54a1ab784f489d1ee1e58e1f +size 811313 diff --git a/hf_video_clips_qa/video_002015.mp4 b/hf_video_clips_qa/video_002015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd75242eb3b7e82004ef883452d6c281382dd9b --- /dev/null +++ b/hf_video_clips_qa/video_002015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535a27367992aa4cdbf60a12c58b4f69730f79c6810185152b1030bfff948148 +size 893127 diff --git a/hf_video_clips_qa/video_002016.mp4 b/hf_video_clips_qa/video_002016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c82a82b1b962bdf58110bacf20100d798a02c6 --- /dev/null +++ b/hf_video_clips_qa/video_002016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7951f0898ed4b36d694cfda959fa6f1a9fb65b3c5e797d8591b9ae0583b6221 +size 2317981 diff --git a/hf_video_clips_qa/video_002017.mp4 b/hf_video_clips_qa/video_002017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdf7a61ad20303933dc0b177c417bbc16ead8b71 --- /dev/null +++ b/hf_video_clips_qa/video_002017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f868d7b6c48247111574da23474db9b11b2c2c5d2f03f620f8678b52a9be4 +size 1406093 diff --git a/hf_video_clips_qa/video_002018.mp4 b/hf_video_clips_qa/video_002018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24786e8b7d2fe9906a3d63742663f0ec283c9693 --- /dev/null +++ b/hf_video_clips_qa/video_002018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113eef630594adc6871e428059bd012e1d3ad1ab6eaccbba4bed688fa7dafa6e +size 1312968 diff --git a/hf_video_clips_qa/video_002019.mp4 b/hf_video_clips_qa/video_002019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..306b76caebb60b83982d786733c0ff34ed86e265 --- /dev/null +++ b/hf_video_clips_qa/video_002019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a28dba150732b496c2319df23710b56384dc0fae076dbf99c6ffc6d3746340 +size 247567 diff --git a/hf_video_clips_qa/video_002020.mp4 b/hf_video_clips_qa/video_002020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dead2601db8aff8c348827d174a887a6fd3aa74 --- /dev/null +++ b/hf_video_clips_qa/video_002020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dceaf87e430daba708b49aedc977db73acc5094d107316e5dac637856b353c0 +size 2266404 diff --git a/hf_video_clips_qa/video_002021.mp4 b/hf_video_clips_qa/video_002021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f9d204f475d8aa3470994b9e99e23377f86959c --- /dev/null +++ b/hf_video_clips_qa/video_002021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa0cfc4549f2dcc7af2a0f2240b098f3e864862ccc79df2424b067f1d4c18ed +size 715841 diff --git a/hf_video_clips_qa/video_002022.mp4 b/hf_video_clips_qa/video_002022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12618c6f6cf64e736ff54ab314c5f01e2f64bc02 --- /dev/null +++ b/hf_video_clips_qa/video_002022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e232757fc5e0340469a29ba41acdd5675e8ab97de70cb77b1410f4659872d48 +size 1740571 diff --git a/hf_video_clips_qa/video_002023.mp4 b/hf_video_clips_qa/video_002023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50006b0d87529b80d72185ec1aaa47a0876f69ef --- /dev/null +++ b/hf_video_clips_qa/video_002023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ce03fd380302ade87383128bd00078d471b5c61afb6389c00ff1cba514ddd +size 591109 diff --git a/hf_video_clips_qa/video_002024.mp4 b/hf_video_clips_qa/video_002024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1936ccca82a8cb756b9f53745511599124e5c53 --- /dev/null +++ b/hf_video_clips_qa/video_002024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5b8834ded53571545537887f797fa606b93beb8f3fa5ff19af1bbfa4f16af8 +size 876055 diff --git a/hf_video_clips_qa/video_002025.mp4 b/hf_video_clips_qa/video_002025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976a47deadb7451d6f1895955470f479ffe92f87 --- /dev/null +++ b/hf_video_clips_qa/video_002025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d82b9d5a5294f94728a205160ac769227835669527cac7f6d2d32741a2135ae +size 1178237 diff --git a/hf_video_clips_qa/video_002026.mp4 b/hf_video_clips_qa/video_002026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1956a38f70dcd90749741e5d54201d3d5d6211b8 --- /dev/null +++ b/hf_video_clips_qa/video_002026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73954e4ca5581b61f8fb158ccefd148e3db990463837330201876b1b494c2d0f +size 1720737 diff --git a/hf_video_clips_qa/video_002027.mp4 b/hf_video_clips_qa/video_002027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..583dab74915fd2316019dd33ea9a51a28df305b3 --- /dev/null +++ b/hf_video_clips_qa/video_002027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411e6e43f90aac3662f3d48ba9eed15a60f75ad0979d7a41dc52e75619a5880f +size 1363241 diff --git a/hf_video_clips_qa/video_002028.mp4 b/hf_video_clips_qa/video_002028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217882db735c39b16ccbe0ae7ad7a0578e8bd652 --- /dev/null +++ b/hf_video_clips_qa/video_002028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867b567e14d5f0e57b0ed3a5311755374a607b75e8eb0772c0e8349486f85301 +size 1260442 diff --git a/hf_video_clips_qa/video_002029.mp4 b/hf_video_clips_qa/video_002029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..221c436684d2cb5a7fa3a85fd4aee586f11715f7 --- /dev/null +++ b/hf_video_clips_qa/video_002029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b87f9ffee14a264e9fc19de8e1389f97304a571959ca4f7453789e4c709ee08 +size 2517793 diff --git a/hf_video_clips_qa/video_002030.mp4 b/hf_video_clips_qa/video_002030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da9218cba52a5957c28dfc0e33d9eca65169ee37 --- /dev/null +++ b/hf_video_clips_qa/video_002030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4248a71be08bbb3c1f1940c74dd8601128e3983562b876098aeea5f8e581ff4b +size 4382821 diff --git a/hf_video_clips_qa/video_002031.mp4 b/hf_video_clips_qa/video_002031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..208a0f011f4cb8e9e941a707d96bf90e47333ec8 --- /dev/null +++ b/hf_video_clips_qa/video_002031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d27d0696149fe1374b0414ff9825ede8cebbc686563304ff3b803e7d2e90f0 +size 939925 diff --git a/hf_video_clips_qa/video_002032.mp4 b/hf_video_clips_qa/video_002032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf2a210aba5f2747907d093200a072e0b04fdf3 --- /dev/null +++ b/hf_video_clips_qa/video_002032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a214ae1e99003df2656f703d705655cdc595d604c642661fc0cb4673a057f7e +size 583179 diff --git a/hf_video_clips_qa/video_002033.mp4 b/hf_video_clips_qa/video_002033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aff79feedea3919c906874f55014c2e6d2b0901a --- /dev/null +++ b/hf_video_clips_qa/video_002033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273903cae268d5b070c9f3057e64e2cc16e18510e951eb39e77b5c3f65071840 +size 1370653 diff --git a/hf_video_clips_qa/video_002034.mp4 b/hf_video_clips_qa/video_002034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91488f1b069756ebe0cade38a787a7a8be203ede --- /dev/null +++ b/hf_video_clips_qa/video_002034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ead0be53506791b3713dcce92c7f4d2aeea83434feff839de1082b0f9b8b40 +size 909379 diff --git a/hf_video_clips_qa/video_002035.mp4 b/hf_video_clips_qa/video_002035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf502bd038e48e4b3d2cd02b6c92fb272a87b632 --- /dev/null +++ b/hf_video_clips_qa/video_002035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09cb9bb7cc95fb7f475b3b6446e16a610450821f3d63ff943e0f0c4323b5436 +size 1446861 diff --git a/hf_video_clips_qa/video_002036.mp4 b/hf_video_clips_qa/video_002036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71f86fc81fa443f7a97ba405af6020e842b92f53 --- /dev/null +++ b/hf_video_clips_qa/video_002036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbf071562e253eb7099ff24096bdfd75535441ed5b37cf96ec1f90b791578f3 +size 613853 diff --git a/hf_video_clips_qa/video_002037.mp4 b/hf_video_clips_qa/video_002037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f30fb2fc87f06f0b41b8bf309529b76d0c6cb35 --- /dev/null +++ b/hf_video_clips_qa/video_002037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944fc1d5c9d9449d395b628a847d60d14a3294c159809db650637b594250908e +size 6223673 diff --git a/hf_video_clips_qa/video_002038.mp4 b/hf_video_clips_qa/video_002038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab29da014d0e3d36bd5e51c3352515c137bb0691 --- /dev/null +++ b/hf_video_clips_qa/video_002038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9a032bad91f1cbe20fade3ab1899ff8f7a99aa348cb028d0000af3343354e6 +size 642115 diff --git a/hf_video_clips_qa/video_002039.mp4 b/hf_video_clips_qa/video_002039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fbdbeba0860268da2be53649b74ed3f89286a93 --- /dev/null +++ b/hf_video_clips_qa/video_002039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089f9aaf052d9497eb27647d7159e6aa0b8c783bc9d251f16dbbc6d52e66a4bc +size 1135262 diff --git a/hf_video_clips_qa/video_002040.mp4 b/hf_video_clips_qa/video_002040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98101d9601514b29f3d5b84e572dcde0d09efcf6 --- /dev/null +++ b/hf_video_clips_qa/video_002040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fceae508c018c192088dc9cc5852e3a3f103e2b5248e4b6e31e6de638b78c18 +size 675949 diff --git a/hf_video_clips_qa/video_002041.mp4 b/hf_video_clips_qa/video_002041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..631dc94013a3c29f42a06be99f4bda08c34b60f9 --- /dev/null +++ b/hf_video_clips_qa/video_002041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e7fedb6d06fb278975a87432cc3c2790f471ddf05943d478c1f5750d35f73d +size 1204972 diff --git a/hf_video_clips_qa/video_002042.mp4 b/hf_video_clips_qa/video_002042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ad7bc1c8e36ce45984b7a3dad476da2fc02f201 --- /dev/null +++ b/hf_video_clips_qa/video_002042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6420535b197baeb6b3189b3c0b3c3abce4c26f6bd3a87ea2a9090e293adf2a6 +size 1758466 diff --git a/hf_video_clips_qa/video_002043.mp4 b/hf_video_clips_qa/video_002043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..844075029420831ae9929a61520c08ca862babbe --- /dev/null +++ b/hf_video_clips_qa/video_002043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20378c34558da63108ea2cfffa670a7a29dca7b2dde5287b89e716f565207574 +size 1450920 diff --git a/hf_video_clips_qa/video_002044.mp4 b/hf_video_clips_qa/video_002044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cdf75080774a7abb1a53f5a3e474ecf01b2893d --- /dev/null +++ b/hf_video_clips_qa/video_002044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1e3b536f5921d48441611b53df93ff1637fd079a2636570f01bb4d684d7e67 +size 2071856 diff --git a/hf_video_clips_qa/video_002045.mp4 b/hf_video_clips_qa/video_002045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0ed866d1cecbdecbc9cb33cb2d254adcba02a12 --- /dev/null +++ b/hf_video_clips_qa/video_002045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95123ce2262123b68411aa67d64726749cf6e7ef37fbceda174ed2aa027cb6fc +size 1207752 diff --git a/hf_video_clips_qa/video_002046.mp4 b/hf_video_clips_qa/video_002046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9157aa1e3f485a5d8067b0bb1713242328fa9e0 --- /dev/null +++ b/hf_video_clips_qa/video_002046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fb10bca0aa76e653b3391926dcb67f1cd729ad665924431e90e4b5c3a36260 +size 2156429 diff --git a/hf_video_clips_qa/video_002047.mp4 b/hf_video_clips_qa/video_002047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a53fced5c0724f84c2f4e51e3b1bde37f874fd79 --- /dev/null +++ b/hf_video_clips_qa/video_002047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99964e1193ce37f878c80840d7eaa61d9a5c49f88b8ef1db2cba6a5f939795e4 +size 986399 diff --git a/hf_video_clips_qa/video_002048.mp4 b/hf_video_clips_qa/video_002048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b952fc6842e88f91c06dc3e0d3ca19226791705 --- /dev/null +++ b/hf_video_clips_qa/video_002048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e087ee082b54616b70cf0c4f13850f5597099f6c1ebe692018ec4f261396e104 +size 659489 diff --git a/hf_video_clips_qa/video_002049.mp4 b/hf_video_clips_qa/video_002049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..726b628b2573084f3b979b411662b22de6939be0 --- /dev/null +++ b/hf_video_clips_qa/video_002049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743079259dbbf8282a9c356dc3068b953a9bea3b7a3bc6ba36f25dd581ebe6de +size 2349282 diff --git a/hf_video_clips_qa/video_002050.mp4 b/hf_video_clips_qa/video_002050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d71599108ae35e9d7f4a48c8b60cfdbe89415da7 --- /dev/null +++ b/hf_video_clips_qa/video_002050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e34d3383099cc3e9350390e1fe14e0022c44cf297f95731324c11857e5319c +size 1459968 diff --git a/hf_video_clips_qa/video_002051.mp4 b/hf_video_clips_qa/video_002051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98b2bb1f3abeffb48aa5f236b36ab5bda1ed360c --- /dev/null +++ b/hf_video_clips_qa/video_002051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74ea39ee1fe4301e06e2ebc2493b62ec738f095959bd1e4c8353991514fc98f +size 953528 diff --git a/hf_video_clips_qa/video_002052.mp4 b/hf_video_clips_qa/video_002052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..607c025ec9280a3ade5e92afaee37d8e2db2d4fc --- /dev/null +++ b/hf_video_clips_qa/video_002052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d418086b249b7a0b9d805ebe8f9a587504a36b22ec680a5bf4610d748a7c61be +size 524602 diff --git a/hf_video_clips_qa/video_002053.mp4 b/hf_video_clips_qa/video_002053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e92d70d9445aab3b2fd7689d171a47ba512f0a --- /dev/null +++ b/hf_video_clips_qa/video_002053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73de2fa1f1ddc3083fe2cada974797c651aa5d18d5db825ec7c49b2d5791df7c +size 1188554 diff --git a/hf_video_clips_qa/video_002054.mp4 b/hf_video_clips_qa/video_002054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95ccff30ad99d15f5fbc71c48227f2bae6f63ae5 --- /dev/null +++ b/hf_video_clips_qa/video_002054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb53c5f0e43f364de95b7cd0d31a4dc292685815170897546b8464f6c5ae6992 +size 1081854 diff --git a/hf_video_clips_qa/video_002055.mp4 b/hf_video_clips_qa/video_002055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43f69cdefa3b4f1a4ca6a54ca0250e0cdf1773c4 --- /dev/null +++ b/hf_video_clips_qa/video_002055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307b52d424f0a3d47680f56135085e4b085bef172d24ec2318a79b08253035ff +size 1461948 diff --git a/hf_video_clips_qa/video_002056.mp4 b/hf_video_clips_qa/video_002056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccf7fc11af9be37c3731be7161c3048e047b2551 --- /dev/null +++ b/hf_video_clips_qa/video_002056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1e8fbcd22d33d85b308ad934135c8bab188498c98d55352afa69ad06951272 +size 270558 diff --git a/hf_video_clips_qa/video_002057.mp4 b/hf_video_clips_qa/video_002057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bd8196ec7b67814f7a668718ccab364b79d18ca --- /dev/null +++ b/hf_video_clips_qa/video_002057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdaeeaa2d7fb4fd6ef82d4a3bbe6adcbb1f5fc486b2043d24c001b5ad602a97 +size 1351079 diff --git a/hf_video_clips_qa/video_002058.mp4 b/hf_video_clips_qa/video_002058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1cfee49d93f40340107185e93c2b532313b51d8 --- /dev/null +++ b/hf_video_clips_qa/video_002058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22904827b5f4ab9cc302df5b4923bfa6342427dd7d0c1bef08dc258c85d7503 +size 361732 diff --git a/hf_video_clips_qa/video_002059.mp4 b/hf_video_clips_qa/video_002059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2edc9a14739a9c756c96e1150e3f5d7ae1f43ca4 --- /dev/null +++ b/hf_video_clips_qa/video_002059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f255e6a12340ea293e4cbb879264e3c260115181115d8d8008d7bdf35a9926c +size 1324912 diff --git a/hf_video_clips_qa/video_002060.mp4 b/hf_video_clips_qa/video_002060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aca07f7de8c52841c060c93f81d2e72bfc0b760 --- /dev/null +++ b/hf_video_clips_qa/video_002060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a7fcbbb808865e11df2f3f147e42626a5f283e0ba574d4707377c86f0cc97c +size 922930 diff --git a/hf_video_clips_qa/video_002061.mp4 b/hf_video_clips_qa/video_002061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23ce3d141b25bbf70fdd1dc052e7f2762c81e8c7 --- /dev/null +++ b/hf_video_clips_qa/video_002061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06594177d8e731723e1a7edad1408c9fdd5a9bf0bfa0d1716209edc436035d8a +size 2987662 diff --git a/hf_video_clips_qa/video_002062.mp4 b/hf_video_clips_qa/video_002062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..367ec9a5e7f419d1ff666c291e41acd472fe7bf4 --- /dev/null +++ b/hf_video_clips_qa/video_002062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf010ab69991842b9c4a5611282c4907bbb335215dbdd6f97cd5e7202f4f291 +size 2120418 diff --git a/hf_video_clips_qa/video_002063.mp4 b/hf_video_clips_qa/video_002063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53304b408a175b0d719db12b317641b48e11e954 --- /dev/null +++ b/hf_video_clips_qa/video_002063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e5e84065783c8c2f8814cbe6d34f41996a6df22a12962c3a626ff92bca345 +size 466909 diff --git a/hf_video_clips_qa/video_002064.mp4 b/hf_video_clips_qa/video_002064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2a4c190632348c8ca3815796e7c19dc983160b --- /dev/null +++ b/hf_video_clips_qa/video_002064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac9b0fe40bf6c66f3c8c093af5bc93779c958bc6c21934f18d633cd6cec974 +size 3453567 diff --git a/hf_video_clips_qa/video_002065.mp4 b/hf_video_clips_qa/video_002065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4153ff4cab234f5566678acb7f39176942bdc49e --- /dev/null +++ b/hf_video_clips_qa/video_002065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2c85ad15c7932ac80cdc1842e8eeb77065491b76e5ce5ac3fcb43180b81514 +size 695577 diff --git a/hf_video_clips_qa/video_002066.mp4 b/hf_video_clips_qa/video_002066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36024238c198353a02e507db80e5d66aa2ee07e8 --- /dev/null +++ b/hf_video_clips_qa/video_002066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70331bcf048b260499d6a37bd323fb7ae438df769570e8ee3dfad93fb3b0cab4 +size 1205079 diff --git a/hf_video_clips_qa/video_002067.mp4 b/hf_video_clips_qa/video_002067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0248c1282f0ec1d8cae97ee1163bd8b00303895 --- /dev/null +++ b/hf_video_clips_qa/video_002067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120dbc1d865e782b46addc4e9025ace92c7b0b35a52048c5c6b45fa89cafb62c +size 1396289 diff --git a/hf_video_clips_qa/video_002068.mp4 b/hf_video_clips_qa/video_002068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6415f556740d78428d02a51006b6f2ca682b99f3 --- /dev/null +++ b/hf_video_clips_qa/video_002068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74743fc70cfa80b90a07f806bf4cf74c803980337eced88b39c60072d05f780 +size 819386 diff --git a/hf_video_clips_qa/video_002069.mp4 b/hf_video_clips_qa/video_002069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01e48aaf177e1dc746f3f346a1d3974fa19f9b5 --- /dev/null +++ b/hf_video_clips_qa/video_002069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b9cc62e0ea13082d71d3b1b03f70b2978b770243840cb1d2c1c5e332bbfe05 +size 978749 diff --git a/hf_video_clips_qa/video_002070.mp4 b/hf_video_clips_qa/video_002070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2125df1f154e112d120707cf53889524579d358d --- /dev/null +++ b/hf_video_clips_qa/video_002070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5423c49d1f20553cf70b6d251ab9809b9e500f94fb9e0b09391b346b8a494323 +size 658847 diff --git a/hf_video_clips_qa/video_002071.mp4 b/hf_video_clips_qa/video_002071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c17edf33a0a100063e394f53fc145040dd57ddfe --- /dev/null +++ b/hf_video_clips_qa/video_002071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81353155dae4353df3b0f3e5864ba6a9db9a7b03ce69cf8489dd09cf80e3e66a +size 961959 diff --git a/hf_video_clips_qa/video_002072.mp4 b/hf_video_clips_qa/video_002072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b10190fe0a7af9686abae68675a283cb04c3b074 --- /dev/null +++ b/hf_video_clips_qa/video_002072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29af419b5962ce00a72285adf28cc7dcf2e7d61433c50c22f07dc4533fdd39a +size 520032 diff --git a/hf_video_clips_qa/video_002073.mp4 b/hf_video_clips_qa/video_002073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37ee79f77a245e74ee31639e4753bce5bde00c9d --- /dev/null +++ b/hf_video_clips_qa/video_002073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd11a8ed50933fe2a0bf1c8e723e6a0e095bc1e137d082990b600218df664d0c +size 4021622 diff --git a/hf_video_clips_qa/video_002074.mp4 b/hf_video_clips_qa/video_002074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe31f94c969c4fe8209843fa4ebcb3a524706942 --- /dev/null +++ b/hf_video_clips_qa/video_002074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdad97d1f749726af464cec6210490a55800482f7c18cd060fbab9271b8b0fd2 +size 1258794 diff --git a/hf_video_clips_qa/video_002075.mp4 b/hf_video_clips_qa/video_002075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72ef85588baf2a247bf126afa9ee4d7bb3364270 --- /dev/null +++ b/hf_video_clips_qa/video_002075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151b6cf8143003aac92af9a8477ed3859699024f9d4c7b06fc5d803be3a85bf +size 6530937 diff --git a/hf_video_clips_qa/video_002076.mp4 b/hf_video_clips_qa/video_002076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47513d32bd34466cf4a8deb56f8148c59fe1f0dd --- /dev/null +++ b/hf_video_clips_qa/video_002076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c726e152cc81b3a246292e46e708b3549f192f970c79394c035c9e23c4e7f08d +size 1462865 diff --git a/hf_video_clips_qa/video_002077.mp4 b/hf_video_clips_qa/video_002077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..446ce5bf720ad2662e9b88d0c08a8a843e66f384 --- /dev/null +++ b/hf_video_clips_qa/video_002077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9439f542dfe689234809a149436fb76f533df56ed0d8d5c550b34f030807d70 +size 401824 diff --git a/hf_video_clips_qa/video_002078.mp4 b/hf_video_clips_qa/video_002078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..381821eae27821aad74b7d3ff6648f05aaebf694 --- /dev/null +++ b/hf_video_clips_qa/video_002078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a6129bbfc855f5745ffd186e15296f1dea842e3cfae9c5c73b119f00e8aefa +size 533053 diff --git a/hf_video_clips_qa/video_002079.mp4 b/hf_video_clips_qa/video_002079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94aab84a642d463b333c37537e53b0c412fceb09 --- /dev/null +++ b/hf_video_clips_qa/video_002079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e125befd6f7e30b4526ce21c4aeb7296a6465d496b76b6a15aec4c600ee80b4b +size 761779 diff --git a/hf_video_clips_qa/video_002080.mp4 b/hf_video_clips_qa/video_002080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6a9f5e0c7e361873f78d040ccfcdf100f3358c2 --- /dev/null +++ b/hf_video_clips_qa/video_002080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4ea24c53a7b9adaf0c013c3311996c16a0cf373f4be7134770898b7aff6c9 +size 890224 diff --git a/hf_video_clips_qa/video_002081.mp4 b/hf_video_clips_qa/video_002081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d968529a253d6d2f96c5ebe273210870ddce7c55 --- /dev/null +++ b/hf_video_clips_qa/video_002081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adb4b71b3812e17277021078aec7c6c766b33dc22ecb96d30a12d956ad2e8b4 +size 1233569 diff --git a/hf_video_clips_qa/video_002082.mp4 b/hf_video_clips_qa/video_002082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7603d62e7c5b4bd5f28694daf118f2dc844fc327 --- /dev/null +++ b/hf_video_clips_qa/video_002082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b91168b4f6c931afeee5f1948debe252da8e03ba8ed7ce6c1b8b783a150ce +size 2523513 diff --git a/hf_video_clips_qa/video_002083.mp4 b/hf_video_clips_qa/video_002083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c715cf2ba086859710b705e4b2697d4949f410 --- /dev/null +++ b/hf_video_clips_qa/video_002083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75dd7b3f3345d91423072e926d85886a25aa0a4f041baba8fab5d63ca2a1454 +size 887009 diff --git a/hf_video_clips_qa/video_002084.mp4 b/hf_video_clips_qa/video_002084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5760d106cc11ab14f579bf9c73265a62f23e975 --- /dev/null +++ b/hf_video_clips_qa/video_002084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7885802781a5305bc5f427dfa6002c2f1c72c237d6015f3d659c4a22c0acd9d0 +size 316152 diff --git a/hf_video_clips_qa/video_002085.mp4 b/hf_video_clips_qa/video_002085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3acec532721b489423484d797498adf254cbf05e --- /dev/null +++ b/hf_video_clips_qa/video_002085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1b87ccb5a5d370d657ff7c7daef7d78eb826335e0b6f70e68c4f0af8c44bf9 +size 1638667 diff --git a/hf_video_clips_qa/video_002086.mp4 b/hf_video_clips_qa/video_002086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20068320c837c2e5ecd4b1026779644b2a54dbc --- /dev/null +++ b/hf_video_clips_qa/video_002086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc32fa50376dddec9d01b0c6ca958453ab145204623a809882fa502af512925 +size 1933229 diff --git a/hf_video_clips_qa/video_002087.mp4 b/hf_video_clips_qa/video_002087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..028b5c79e05860547a2a98360d23ee71ecda9fb3 --- /dev/null +++ b/hf_video_clips_qa/video_002087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0b0abf68ba7fda0251d1a3d70aaaeab08e876616cb67a38bf1b5d3a9248dc0 +size 2021315 diff --git a/hf_video_clips_qa/video_002088.mp4 b/hf_video_clips_qa/video_002088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f751e1484ce7adb100863ad8db22a409d9a3b883 --- /dev/null +++ b/hf_video_clips_qa/video_002088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb03e31333620a4f843addafaf338fc6b17c79dbd4a529fb1a882fea45e00e9 +size 2902307 diff --git a/hf_video_clips_qa/video_002089.mp4 b/hf_video_clips_qa/video_002089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6c70b7c743639045aff637c1969c11e3d083ab4 --- /dev/null +++ b/hf_video_clips_qa/video_002089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b871bb9c198b455e105d7e9a6c1c4fd73f4f89f005f70a0930671136c520c06 +size 811252 diff --git a/hf_video_clips_qa/video_002090.mp4 b/hf_video_clips_qa/video_002090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..447ce38231882a76a22caf4eae015ef3a8d63879 --- /dev/null +++ b/hf_video_clips_qa/video_002090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17d4ecdc310db179f193cfa01933588f91abf28240cb9ab2367b3c7e36cc58 +size 691012 diff --git a/hf_video_clips_qa/video_002091.mp4 b/hf_video_clips_qa/video_002091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02957aac149909ab0728ab021c24aed3bf8a7828 --- /dev/null +++ b/hf_video_clips_qa/video_002091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ac82d5b7e40af853c7597d2b56673debc2f2dbe0d4b953012a91be0fa6c32 +size 1031947 diff --git a/hf_video_clips_qa/video_002092.mp4 b/hf_video_clips_qa/video_002092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb90ed1f26b5c0313d185e9d5c306b4fc5e051a --- /dev/null +++ b/hf_video_clips_qa/video_002092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee49e67e79d2f69d72acd540a33a2ea7a7715c89f7414676ffe2a56b2a2487d +size 1957504 diff --git a/hf_video_clips_qa/video_002093.mp4 b/hf_video_clips_qa/video_002093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19140a81dbe665da5d38327891afbceff79f634f --- /dev/null +++ b/hf_video_clips_qa/video_002093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeef6e938e1873212370066d27756f73ad3f6ddd4cc09967a78b50db2185c19 +size 897001 diff --git a/hf_video_clips_qa/video_002094.mp4 b/hf_video_clips_qa/video_002094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aaa3fd85b609f507d5383576719d5b8592a8491 --- /dev/null +++ b/hf_video_clips_qa/video_002094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ac0899316aa91671f57766ad55abdb1a5583341c7d95e4d3e2e48e2e740ce5 +size 442490 diff --git a/hf_video_clips_qa/video_002095.mp4 b/hf_video_clips_qa/video_002095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9b8878eb864950b1e41ec794002f0fc99c67923 --- /dev/null +++ b/hf_video_clips_qa/video_002095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f69beab5b0592f22bf21ae564e08456b2aea6c9442883b7ab3aed042586e72a +size 1578615 diff --git a/hf_video_clips_qa/video_002096.mp4 b/hf_video_clips_qa/video_002096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5176b6578c7bd2b328f28cc9f535b774d4d02e08 --- /dev/null +++ b/hf_video_clips_qa/video_002096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41c960c6214c2215356386be3c4cdad3d9e23b752a6ae096d09fc939e9d0d50 +size 979946 diff --git a/hf_video_clips_qa/video_002097.mp4 b/hf_video_clips_qa/video_002097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8effc2c945f091d6faa41505ecfeb7ccc6774f3e --- /dev/null +++ b/hf_video_clips_qa/video_002097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9637f8d432ba76f9612fe17ed839ff32e207ac211ed56b5b58278711b00a248 +size 970668 diff --git a/hf_video_clips_qa/video_002098.mp4 b/hf_video_clips_qa/video_002098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf6765af102a9424944f73d3e168317f0ac88eac --- /dev/null +++ b/hf_video_clips_qa/video_002098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e8933cbb3dbdf14dc48d5e044d1020b1716d812af1471fb3eaa18cfc767412 +size 1383979 diff --git a/hf_video_clips_qa/video_002099.mp4 b/hf_video_clips_qa/video_002099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e47d07065ecd9af38407c1d70e450fa7ba790a6 --- /dev/null +++ b/hf_video_clips_qa/video_002099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e918c34025f5991842920ffb72f0311401cabe18c11c78c23620e5b560802690 +size 1584309 diff --git a/hf_video_clips_qa/video_002100.mp4 b/hf_video_clips_qa/video_002100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03418e119a88b7b54aebb23702aec7b31f6dc7ab --- /dev/null +++ b/hf_video_clips_qa/video_002100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f166170fd3525e8cac2ad4a07c5845031ab41ca72a3ccb6b2b7cefa16a5b3024 +size 2301644 diff --git a/hf_video_clips_qa/video_002101.mp4 b/hf_video_clips_qa/video_002101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16449f63ab8333f7c2798239d117d7be0c12f85b --- /dev/null +++ b/hf_video_clips_qa/video_002101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a282c4b8838be4a362d3baa91a01c16f66e98a3c0ff7f2b712fa80c39d314962 +size 1785976 diff --git a/hf_video_clips_qa/video_002102.mp4 b/hf_video_clips_qa/video_002102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0df4516087a94704388ae8f655274c4a8ed60d39 --- /dev/null +++ b/hf_video_clips_qa/video_002102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca59dfa9b37df058a73963177ed861335d131562acbd7007a9d894b9c57a1c4 +size 2271989 diff --git a/hf_video_clips_qa/video_002103.mp4 b/hf_video_clips_qa/video_002103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5315532a4caa4d9fddb56938826c9e088600f732 --- /dev/null +++ b/hf_video_clips_qa/video_002103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cb60140d5f269fc3a8bdb0decc568c663459b19e5de90a5c6d78106562aa7f +size 1040483 diff --git a/hf_video_clips_qa/video_002104.mp4 b/hf_video_clips_qa/video_002104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decef51629ca6cb91355d9e53a3a2152fed1f445 --- /dev/null +++ b/hf_video_clips_qa/video_002104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39aeed78dd29f5db4a8d7e2fe134abca0f2f98b856df0af6752353df33b964 +size 1504459 diff --git a/hf_video_clips_qa/video_002105.mp4 b/hf_video_clips_qa/video_002105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93080a6aac129f27a139f73a734a7cff26b1c570 --- /dev/null +++ b/hf_video_clips_qa/video_002105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee40bb597440ef451577f190efc595cd293a2723cd462302b024ff1d33c3375e +size 1312332 diff --git a/hf_video_clips_qa/video_002106.mp4 b/hf_video_clips_qa/video_002106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..113926e001428630947cfa72e186599695c0fb5f --- /dev/null +++ b/hf_video_clips_qa/video_002106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c69237a7de5ef04b243573cf90eb83d4ebdfb43b266a7807756ebf315ce6efb +size 1777155 diff --git a/hf_video_clips_qa/video_002107.mp4 b/hf_video_clips_qa/video_002107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e90fca398d638bf41519acfd4ae2ebed03cc291e --- /dev/null +++ b/hf_video_clips_qa/video_002107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8a04d181c422b830cc84c8b48f3a8e2dea4ae2a842787f00994e7943c8ad65 +size 656452 diff --git a/hf_video_clips_qa/video_002108.mp4 b/hf_video_clips_qa/video_002108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9830e1a56371da4b6b4690ba8ee14ffecd45a6b5 --- /dev/null +++ b/hf_video_clips_qa/video_002108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd73d3625b62ee08f5fc4d901da71d177dfb9147d8c15fb0dc15067480d4a1f +size 1476203 diff --git a/hf_video_clips_qa/video_002109.mp4 b/hf_video_clips_qa/video_002109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..240e1e18ef2fcf3052e523b9dc4d478387a12f69 --- /dev/null +++ b/hf_video_clips_qa/video_002109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f2a4e102efbf42544c3b40490e6a00272af41b5d727a90fa36f19f899a9871 +size 441256 diff --git a/hf_video_clips_qa/video_002110.mp4 b/hf_video_clips_qa/video_002110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be5cd554dd4d692bf3064ef468edcf62ed7542d2 --- /dev/null +++ b/hf_video_clips_qa/video_002110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41616533cd82a84682ca08389d3655e1cf7481a2cc6b7fd6b3481e26b4429442 +size 3313223 diff --git a/hf_video_clips_qa/video_002111.mp4 b/hf_video_clips_qa/video_002111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a03c703cd98d0acd54b5e04faf5ffb5be9e87831 --- /dev/null +++ b/hf_video_clips_qa/video_002111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e9f7acbb23278d4159893667622ddbbe290ab0652281e3ac4bbe23009853a3 +size 1685049 diff --git a/hf_video_clips_qa/video_002112.mp4 b/hf_video_clips_qa/video_002112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3329bff1214941fb69a6446d7afb314eb93e0cb --- /dev/null +++ b/hf_video_clips_qa/video_002112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d12340dfd7225d82b72103308b01604a260c100fc41c77fd72ff81a8c877075 +size 1171176 diff --git a/hf_video_clips_qa/video_002113.mp4 b/hf_video_clips_qa/video_002113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9df410dbc360123aaf9a5474e14cfb78ddb1979e --- /dev/null +++ b/hf_video_clips_qa/video_002113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871d3b95d4a37cdde43d013cc3511808a9f2b9ed027940cf0b590a89d164dd6d +size 1795150 diff --git a/hf_video_clips_qa/video_002114.mp4 b/hf_video_clips_qa/video_002114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1906e37e18fb856c8ca1ceba98922a7cb64f416f --- /dev/null +++ b/hf_video_clips_qa/video_002114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b87f3f0732d6db3239cca875909a10c629a9f2fbd82e630290f311bbb4a2b +size 803522 diff --git a/hf_video_clips_qa/video_002115.mp4 b/hf_video_clips_qa/video_002115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4bcedbfdaf09515da2e6f1f64031a1e73408360 --- /dev/null +++ b/hf_video_clips_qa/video_002115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f139c521d5a98660a95582847c1cf6818b99aef692ee1c8ab01c003e0b0eb7e +size 1335458 diff --git a/hf_video_clips_qa/video_002116.mp4 b/hf_video_clips_qa/video_002116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04950d204b196a854eacd694c1bc5196c840652 --- /dev/null +++ b/hf_video_clips_qa/video_002116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17229c0f26faaa96be1f521858c2f27d67aa6e973fe47eee7ee4a43413f1627c +size 699201 diff --git a/hf_video_clips_qa/video_002117.mp4 b/hf_video_clips_qa/video_002117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3e491dc3d94c3285a21fb2ef4b2a8973de85e91 --- /dev/null +++ b/hf_video_clips_qa/video_002117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c07ef8524ba2d2d8834bbbb695851ae4f18b6340e4b5c55daef42712135215f +size 461334 diff --git a/hf_video_clips_qa/video_002118.mp4 b/hf_video_clips_qa/video_002118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acac9c6b7eb24ec6d163387df2bb919fdd968f6d --- /dev/null +++ b/hf_video_clips_qa/video_002118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55319519f5a9449559e6fecd150ac202fdfa2787d518b66824d11aacb2f20d8f +size 2428295 diff --git a/hf_video_clips_qa/video_002119.mp4 b/hf_video_clips_qa/video_002119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddbd67f841fe2fcf676901cb35cb4496638b6420 --- /dev/null +++ b/hf_video_clips_qa/video_002119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4247751b42944d8d04ad69381b62ccf0e8016959e28973073972841f0fc46 +size 1467122 diff --git a/hf_video_clips_qa/video_002120.mp4 b/hf_video_clips_qa/video_002120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..551c91103612a5baf243adbf0570ebf7ce69ffd0 --- /dev/null +++ b/hf_video_clips_qa/video_002120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25391e446556bd89dd23f5fa5e0cae42018116227898dc3308dc303c271319a +size 1804926 diff --git a/hf_video_clips_qa/video_002121.mp4 b/hf_video_clips_qa/video_002121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad7d165366eb2abbe3e69f5b428e513d8fa1af50 --- /dev/null +++ b/hf_video_clips_qa/video_002121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f3530dde8214d473ca9fe9d5cb33ee8286b69dd4cddf0ef56b63ae1ec62308 +size 544756 diff --git a/hf_video_clips_qa/video_002122.mp4 b/hf_video_clips_qa/video_002122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a963c4bc64485ab00573e7e08793b3b500c609 --- /dev/null +++ b/hf_video_clips_qa/video_002122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d1c8a9f84861542aab1d76caa3375b5bd749e52be716aaffcb9bfec75a33d +size 963303 diff --git a/hf_video_clips_qa/video_002123.mp4 b/hf_video_clips_qa/video_002123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a9779ce9f193893b62e6d8b34b8c791ac138ba --- /dev/null +++ b/hf_video_clips_qa/video_002123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f8d33e873bbdb0a6d64655e56ec96192cf15ea2884557315988c36c12e05b0 +size 593581 diff --git a/hf_video_clips_qa/video_002124.mp4 b/hf_video_clips_qa/video_002124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d1c25b3a53be10940d4a103ea231c82860d5b1a --- /dev/null +++ b/hf_video_clips_qa/video_002124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6a1de5633b44beb4b47992d1d37c38f70a205116df087d6085b088cb93519d +size 3204187 diff --git a/hf_video_clips_qa/video_002125.mp4 b/hf_video_clips_qa/video_002125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d7ca97ca4fcda72125d8138215969c3bf6a1045 --- /dev/null +++ b/hf_video_clips_qa/video_002125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3354dd1eb5c0e4bcf265c340d76a941fccceb533062a56aab79763d5ddee7e8 +size 1468651 diff --git a/hf_video_clips_qa/video_002126.mp4 b/hf_video_clips_qa/video_002126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5b5344b1aab7665b77891424c94577cd55d5ba --- /dev/null +++ b/hf_video_clips_qa/video_002126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248c28ead400f1e22ee7ef2f941833a7076cb4f6eb3de4b2628537e5116fcce1 +size 2135494 diff --git a/hf_video_clips_qa/video_002127.mp4 b/hf_video_clips_qa/video_002127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_002127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_002128.mp4 b/hf_video_clips_qa/video_002128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c0a02ff36d3b7d5516565c455f81b8b8ad7764 --- /dev/null +++ b/hf_video_clips_qa/video_002128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcd41842a4d41f487e11e52c051754433bc5457e6528019d778902319eba4a7 +size 1371109 diff --git a/hf_video_clips_qa/video_002129.mp4 b/hf_video_clips_qa/video_002129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1a561e1083ce72b70203c29020001621719c2fd --- /dev/null +++ b/hf_video_clips_qa/video_002129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c493b05e6855fb296f8af2e567266fe94ee3aa70f605ad60aa859b9d2e4c6b9 +size 565809 diff --git a/hf_video_clips_qa/video_002130.mp4 b/hf_video_clips_qa/video_002130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f0090611b99dd83c1badff84a1defc08b16834 --- /dev/null +++ b/hf_video_clips_qa/video_002130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6caea1271eed4c831c02824af3495db2aac7dc2080b7c974978e65b1179a540 +size 980675 diff --git a/hf_video_clips_qa/video_002131.mp4 b/hf_video_clips_qa/video_002131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98392442dd477e4f06312eac3cc84a9a8bb76564 --- /dev/null +++ b/hf_video_clips_qa/video_002131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d4406321e8fcae156fbc17fc613dcfcc1434e5fff732eee61a4759c15c5451 +size 2100787 diff --git a/hf_video_clips_qa/video_002132.mp4 b/hf_video_clips_qa/video_002132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ae9ccd749c73f7425b82cff01f987414c371339 --- /dev/null +++ b/hf_video_clips_qa/video_002132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93ea537353908e0da381cafd2617249c2558ca08bd1667d3151b1ebbce21061 +size 1594765 diff --git a/hf_video_clips_qa/video_002133.mp4 b/hf_video_clips_qa/video_002133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..531a67426dd6eff82400fb5dffd5ce9e6e8cae80 --- /dev/null +++ b/hf_video_clips_qa/video_002133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8591a878344f52bc4ed39b37252e89f870f55e8be1d0222f240135c2dc71894a +size 735196 diff --git a/hf_video_clips_qa/video_002134.mp4 b/hf_video_clips_qa/video_002134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e161eae499ee756e856038e3273c91b383862b0 --- /dev/null +++ b/hf_video_clips_qa/video_002134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d0b94c2a12ddd8017700d6db838d1b5162cdcec29417e3ac00bc0eef745cee +size 582020 diff --git a/hf_video_clips_qa/video_002135.mp4 b/hf_video_clips_qa/video_002135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31056c5372b4437436d68c9d327fd78a358288d0 --- /dev/null +++ b/hf_video_clips_qa/video_002135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44601d1c3107c7cb3c5f213852c06a57608cf8bc7a03e4d58f614c2fbfb2ae4a +size 1064208 diff --git a/hf_video_clips_qa/video_002136.mp4 b/hf_video_clips_qa/video_002136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3161c2b0a461ffd6559d422fa690e9aea8edae --- /dev/null +++ b/hf_video_clips_qa/video_002136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0146532465e858e565255c4539498c39f4a257fefd5cf3f4f4810ff92c1c5bc +size 697318 diff --git a/hf_video_clips_qa/video_002137.mp4 b/hf_video_clips_qa/video_002137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f9d7f82e8eb7360f3894740e034b890f0e9f3f1 --- /dev/null +++ b/hf_video_clips_qa/video_002137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56135b330f07e8551e768c0d662c116b8f7f7f18afb15190c767415ab8b812d +size 629715 diff --git a/hf_video_clips_qa/video_002138.mp4 b/hf_video_clips_qa/video_002138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d65c8ef107fb231ad9beddbb952881290912aac --- /dev/null +++ b/hf_video_clips_qa/video_002138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ccc0e53966744dbb4606df78485f4b65385bf426c6da108ac5daab13fc8c5 +size 1561244 diff --git a/hf_video_clips_qa/video_002139.mp4 b/hf_video_clips_qa/video_002139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c8ad58adc1639110f7deb82ace8957e75cd92c --- /dev/null +++ b/hf_video_clips_qa/video_002139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd8b866eb6337521f3bf5e8957ffe3c7e89308fa592f9321a0795e866cb036c +size 801603 diff --git a/hf_video_clips_qa/video_002140.mp4 b/hf_video_clips_qa/video_002140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf854256b36aab566b037663e2a1f1c380b63e07 --- /dev/null +++ b/hf_video_clips_qa/video_002140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516f7c811298f2faf9ea16393f748fc437c36d6ea942fe1680f0f89ca22a09e +size 767043 diff --git a/hf_video_clips_qa/video_002141.mp4 b/hf_video_clips_qa/video_002141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e4d8ef569738c1e7f74e682eabf78d94da52083 --- /dev/null +++ b/hf_video_clips_qa/video_002141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcec18233aca34618b0ab2001d78e69d47b668e652462f599b41ef902f5e4285 +size 707774 diff --git a/hf_video_clips_qa/video_002142.mp4 b/hf_video_clips_qa/video_002142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af666d7ffa315a75efe54d7156ee4135d2344905 --- /dev/null +++ b/hf_video_clips_qa/video_002142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ef236564d715a365ea29771f1dbcb4c97aa7beb77124ee8082d6ac3d6076f +size 2654653 diff --git a/hf_video_clips_qa/video_002143.mp4 b/hf_video_clips_qa/video_002143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203484fee844bb83d7f707375abfff56d755a8a0 --- /dev/null +++ b/hf_video_clips_qa/video_002143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523ff56fbcdd51d0056779475ee339d531f3c92c3b5e1e33da1b5537ca474856 +size 1740223 diff --git a/hf_video_clips_qa/video_002144.mp4 b/hf_video_clips_qa/video_002144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..685cb0d38ad3260e56e4da63b09f0c65c9f76e46 --- /dev/null +++ b/hf_video_clips_qa/video_002144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d64b254ab6ed7fdffca96106f8b314394290e915a7a4d818e0e4820e144151b +size 898239 diff --git a/hf_video_clips_qa/video_002145.mp4 b/hf_video_clips_qa/video_002145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec047e2de2f6d6ff7ffd3b571c03190dd2ca205 --- /dev/null +++ b/hf_video_clips_qa/video_002145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3cf2a2cc074d8e98ba8aadf1017a06bd7bc982aabd16de04f24ede031d9008 +size 861422 diff --git a/hf_video_clips_qa/video_002146.mp4 b/hf_video_clips_qa/video_002146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3095bb395458a656ccf39b560e3a036fbf6d52d3 --- /dev/null +++ b/hf_video_clips_qa/video_002146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0710c3d35814bb1e61c9b5276352ecde22d64cefda46303da31bfbcda556c438 +size 818243 diff --git a/hf_video_clips_qa/video_002147.mp4 b/hf_video_clips_qa/video_002147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a5a11ac774605642aa5b98f18c08fc7d3683280 --- /dev/null +++ b/hf_video_clips_qa/video_002147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b633b4662da9c26d59bda063e209311edc773b44bdaa4ba2fe3f717437ee4756 +size 1368313 diff --git a/hf_video_clips_qa/video_002148.mp4 b/hf_video_clips_qa/video_002148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0449b540f52cac38a95f2c2cb25bf2c558d9535 --- /dev/null +++ b/hf_video_clips_qa/video_002148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03800e1bbffa91d3c19ade7f0676501a210fe7e5deb209c2645f08d2d71141a5 +size 1282092 diff --git a/hf_video_clips_qa/video_002149.mp4 b/hf_video_clips_qa/video_002149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8f96ebb4ae4be86bbc450f75b288c63bae99eac --- /dev/null +++ b/hf_video_clips_qa/video_002149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37516c796b5122df630bb876880874aea3317dabd4f28adc2a00158de27dc3a3 +size 474328 diff --git a/hf_video_clips_qa/video_002150.mp4 b/hf_video_clips_qa/video_002150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c04278286ee69f12edc7f68fb8412544501bd8 --- /dev/null +++ b/hf_video_clips_qa/video_002150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e10b199a90b5fd74d7f581fe75360d47e6c6b7230f7facfbae8e8069b5a341 +size 1596842 diff --git a/hf_video_clips_qa/video_002151.mp4 b/hf_video_clips_qa/video_002151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..582ff7b24d05412891476c6051e4c7a355db26d8 --- /dev/null +++ b/hf_video_clips_qa/video_002151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa019d5b65011cfdd4b1382f09b6d21e956236883363d51b40522692fe4cc5ef +size 1603020 diff --git a/hf_video_clips_qa/video_002152.mp4 b/hf_video_clips_qa/video_002152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a7e1e9cc575fcecdc05ba69f1a9e84a787a20e --- /dev/null +++ b/hf_video_clips_qa/video_002152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c92afd692d02d1b665567347f79590232c8e150c5f83fd5913754dfdbee4db3 +size 702038 diff --git a/hf_video_clips_qa/video_002153.mp4 b/hf_video_clips_qa/video_002153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..102e4fc9ffc6da1cad81f19a169eb35b63148adc --- /dev/null +++ b/hf_video_clips_qa/video_002153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77569851974a367a571791094484b61d6e5d1238f9e23986336f68943c1d4cc +size 1959371 diff --git a/hf_video_clips_qa/video_002154.mp4 b/hf_video_clips_qa/video_002154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad50df622514558d57c99c217d31fd8635ef7ee8 --- /dev/null +++ b/hf_video_clips_qa/video_002154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c0d2e6688dbca466f9599a6095aad58d95076134d5ea2c82d425cba2a74d68 +size 441733 diff --git a/hf_video_clips_qa/video_002155.mp4 b/hf_video_clips_qa/video_002155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f99149d9e2c06cc625d2d310141f069c9d2b1fa7 --- /dev/null +++ b/hf_video_clips_qa/video_002155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a27845aedd22f53e807356504941d240158aaea50ac14ec6a2e47ba080e223 +size 725859 diff --git a/hf_video_clips_qa/video_002156.mp4 b/hf_video_clips_qa/video_002156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..914a03ba236b49fa0f2ce5270c0cf2362d219b13 --- /dev/null +++ b/hf_video_clips_qa/video_002156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9979a9b87f65a34eebbd501503c497da5f4967ea9121f654f6101a453859ce9 +size 584453 diff --git a/hf_video_clips_qa/video_002157.mp4 b/hf_video_clips_qa/video_002157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc25662c83bfa99c8a3381ad6f060ca25f682f00 --- /dev/null +++ b/hf_video_clips_qa/video_002157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9358385affd384050e1ce43493f537eb026af60149178c94cf9af57a78e7e0e +size 461659 diff --git a/hf_video_clips_qa/video_002158.mp4 b/hf_video_clips_qa/video_002158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981dfe66df382fa97194bc36dc61076e6ad8d5dd --- /dev/null +++ b/hf_video_clips_qa/video_002158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7205bf2431525b9c9975853662fa738cc51b343a492336056c3bf441d00aa88 +size 1748557 diff --git a/hf_video_clips_qa/video_002159.mp4 b/hf_video_clips_qa/video_002159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1ae33790521d8678c5dde52f033d80e74d84a4 --- /dev/null +++ b/hf_video_clips_qa/video_002159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2573677ce1f536c3bf1ebcc489a2611ac40d57ed14d8ef51ec5d9c273a6db +size 722983 diff --git a/hf_video_clips_qa/video_002160.mp4 b/hf_video_clips_qa/video_002160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299c7dc4405909012b43a64e3f7b707618c32ae3 --- /dev/null +++ b/hf_video_clips_qa/video_002160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136923d4b8448c21e28c903eb396be679d6525027b2ace6dfb0aa3d053ad8e68 +size 1882940 diff --git a/hf_video_clips_qa/video_002161.mp4 b/hf_video_clips_qa/video_002161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f1894149b05692db3d7b38c44aa98ffc4a58dd --- /dev/null +++ b/hf_video_clips_qa/video_002161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824bcf9fbcb0efe4a9265fd57ba8dc3f3e76a2316d9e706060238f7acb93627e +size 1333429 diff --git a/hf_video_clips_qa/video_002162.mp4 b/hf_video_clips_qa/video_002162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd04c50fb1e4d8a712a5a277814f1b351d97ab0c --- /dev/null +++ b/hf_video_clips_qa/video_002162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177803e123e938d1e48834bff887e60fe4f504e9e247195049626c682556de63 +size 1185891 diff --git a/hf_video_clips_qa/video_002163.mp4 b/hf_video_clips_qa/video_002163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a5b47bea9ca471498950aaacaa4999482b156f --- /dev/null +++ b/hf_video_clips_qa/video_002163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aafd01f01d983570199c262d90f4af17301663ca70d705ead2ecc7cd9924be6 +size 421404 diff --git a/hf_video_clips_qa/video_002164.mp4 b/hf_video_clips_qa/video_002164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9821c31fc6bb83da8dcfd8ff4b89512af2a7c3e4 --- /dev/null +++ b/hf_video_clips_qa/video_002164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ba0cfdbf2642cdd778d3f96faf844037f2b0c959ab7127687b80a07f087ee +size 585979 diff --git a/hf_video_clips_qa/video_002165.mp4 b/hf_video_clips_qa/video_002165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f00b660b5f3c5eff63819cdef8dca302b4f33b1d --- /dev/null +++ b/hf_video_clips_qa/video_002165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6dee82530b465a512d83a3ded8bf5ad12609fbbef3f7535d8dbb0b38ae9df0 +size 1884959 diff --git a/hf_video_clips_qa/video_002166.mp4 b/hf_video_clips_qa/video_002166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc5e28dc4ad1bf1968620c429c9076bddf80cd60 --- /dev/null +++ b/hf_video_clips_qa/video_002166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48bf1f38f7830043b7f4a7b4b7fc9c2ad680ebbeeb151a5029cb714b17273db +size 326821 diff --git a/hf_video_clips_qa/video_002167.mp4 b/hf_video_clips_qa/video_002167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c28045ffd881f3ca7e38398ef546cc4bbf36e20 --- /dev/null +++ b/hf_video_clips_qa/video_002167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2493df2cfaa167e799b61bed74121bef344e5fb29498151c2d0cf6a57219dd72 +size 2155374 diff --git a/hf_video_clips_qa/video_002168.mp4 b/hf_video_clips_qa/video_002168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57115fc0715ecda46f1fad8033199aa5c3051e7b --- /dev/null +++ b/hf_video_clips_qa/video_002168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee586fd3182100980711bb5f7de6a63c4e49e4cbec0afd1c390d773fbd5c392a +size 490520 diff --git a/hf_video_clips_qa/video_002169.mp4 b/hf_video_clips_qa/video_002169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0edd2d1047e8795796c4bcd0f64a5dbe2d643ba3 --- /dev/null +++ b/hf_video_clips_qa/video_002169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2378fd23cbbfca20fcfcc3eafad213dd79a52ff2f95c71ffd6bc00400daef42b +size 1878452 diff --git a/hf_video_clips_qa/video_002170.mp4 b/hf_video_clips_qa/video_002170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..262f231eeb1ea29b8c5d60b14766741358a8d753 --- /dev/null +++ b/hf_video_clips_qa/video_002170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ec56c3d31bfe1b819232a81ce4d63403689d1f8efe7e97a9a85ec494e7b8a6 +size 1982624 diff --git a/hf_video_clips_qa/video_002171.mp4 b/hf_video_clips_qa/video_002171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0562633740e05ed0df0df5cf4e20be49247d97c0 --- /dev/null +++ b/hf_video_clips_qa/video_002171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871592dae25a6112e08d8197a25d63bef5133fc8a14f4b081dd3fa0a026ff557 +size 2569398 diff --git a/hf_video_clips_qa/video_002172.mp4 b/hf_video_clips_qa/video_002172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97817519d76a51d64b4747ecf25f62808cb83825 --- /dev/null +++ b/hf_video_clips_qa/video_002172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a7376c83a84ac5097654b1ef287cfa8d7954ce988d55b3e3f74ec925b0223b +size 1056281 diff --git a/hf_video_clips_qa/video_002173.mp4 b/hf_video_clips_qa/video_002173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..109d52b28d55e34d0e278d9f558d675a1ba3f67f --- /dev/null +++ b/hf_video_clips_qa/video_002173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d799eac108b3b88b85a53a8c88cd1a5b5847a93d4ec6325e76990f0b84231717 +size 1125373 diff --git a/hf_video_clips_qa/video_002174.mp4 b/hf_video_clips_qa/video_002174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33944d690c2fe40113bd1c2e72233a5279f8a72d --- /dev/null +++ b/hf_video_clips_qa/video_002174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b76aa4b771a22325c1edc6b2c83f5dbca8918f6144ee16f9ae1bc4448773bc +size 627361 diff --git a/hf_video_clips_qa/video_002175.mp4 b/hf_video_clips_qa/video_002175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4c67d9b0b513dec96762d12e0e4ec8a6c6b48eb --- /dev/null +++ b/hf_video_clips_qa/video_002175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aefdcf3dc34ac5e35650b67dd72edc5838544aeb92d7e3067a252b51b12749 +size 1489569 diff --git a/hf_video_clips_qa/video_002176.mp4 b/hf_video_clips_qa/video_002176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8702727e222ed43d696fa721e6111e5b2965579 --- /dev/null +++ b/hf_video_clips_qa/video_002176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ef093e83eac513a672e14e46bbaaad6d68ad338a2f4e127c73d74e4f6e20a1 +size 1739915 diff --git a/hf_video_clips_qa/video_002177.mp4 b/hf_video_clips_qa/video_002177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faac7ce65c1f9e3dc8971041956f2238d1a1e51e --- /dev/null +++ b/hf_video_clips_qa/video_002177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441d6a9ff6872afcd7feca11066ef645f97a5ffe37dda7bc35c0dcaca340f252 +size 1220424 diff --git a/hf_video_clips_qa/video_002178.mp4 b/hf_video_clips_qa/video_002178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..067006e812717129bb6c5b425f0266f3d3ad5177 --- /dev/null +++ b/hf_video_clips_qa/video_002178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9d0f03d4e8da5b2bc21b8b667d14defbd6cad0a68b5fa675ef09104ed93a7e +size 1151918 diff --git a/hf_video_clips_qa/video_002179.mp4 b/hf_video_clips_qa/video_002179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5106e39584974451863e837f1151e162d6598478 --- /dev/null +++ b/hf_video_clips_qa/video_002179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e176234c43d2437626b56fb1121d0b1fd2e97a78af9c9dadf5f563d0e936a6 +size 1402343 diff --git a/hf_video_clips_qa/video_002180.mp4 b/hf_video_clips_qa/video_002180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36c321cdd63ca8d8d5d269f493e2186cb2bf8789 --- /dev/null +++ b/hf_video_clips_qa/video_002180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cc32f6ab794fb2d2acf52519a87fe7295dcc254170807f7a8562e90e1659f1 +size 1871577 diff --git a/hf_video_clips_qa/video_002181.mp4 b/hf_video_clips_qa/video_002181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19bcad1c64ef3a94c9a87aff034aa5b839b2d665 --- /dev/null +++ b/hf_video_clips_qa/video_002181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2477cb4dad9cb165e88a614b59a409f1ad96806e6474e04815a974f2011674c3 +size 2144794 diff --git a/hf_video_clips_qa/video_002182.mp4 b/hf_video_clips_qa/video_002182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd57823382870c2c0e5a5cb1cb15ce9fc655fea --- /dev/null +++ b/hf_video_clips_qa/video_002182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b7a72186372c2c02dee5ae4222003879ca3dccbc9299981b570d5bae390ed2 +size 522483 diff --git a/hf_video_clips_qa/video_002183.mp4 b/hf_video_clips_qa/video_002183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09864a71a174f33aba33979d8a6349f50f17e1e0 --- /dev/null +++ b/hf_video_clips_qa/video_002183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb4aea2f1a3c2e3a81bd5ff7153fc142e9fceff24a2b409b16e7bb49ecebe42 +size 2204910 diff --git a/hf_video_clips_qa/video_002184.mp4 b/hf_video_clips_qa/video_002184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..defe4a6a92571ef569e90f460cea522d1c85e72c --- /dev/null +++ b/hf_video_clips_qa/video_002184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f629bcf733a05a95b6ee376ae516f1ef6b5873647f988b72508350f1d0f06df +size 714543 diff --git a/hf_video_clips_qa/video_002185.mp4 b/hf_video_clips_qa/video_002185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b05cee9ee0b9e33a6250711bdbea11e049fffba --- /dev/null +++ b/hf_video_clips_qa/video_002185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84236d517a699a19f96e41e0ec93b4e897f4a0c4af9bd0f056026dcb1b1ac1da +size 3033371 diff --git a/hf_video_clips_qa/video_002186.mp4 b/hf_video_clips_qa/video_002186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9132224d1a3cb551877af0d9105a4f0d4f3c73 --- /dev/null +++ b/hf_video_clips_qa/video_002186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b439e7f2e19c90c221864a415b41887101ffb5b7e586bc0647a57629d4541cf1 +size 999328 diff --git a/hf_video_clips_qa/video_002187.mp4 b/hf_video_clips_qa/video_002187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198a801bd82d6fd00b8aa88d98cdded684179a3b --- /dev/null +++ b/hf_video_clips_qa/video_002187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd4aad1816a4af9206be2364f634a3e7ad837efbd6bdb6c3dd6f6c83732daff +size 681336 diff --git a/hf_video_clips_qa/video_002188.mp4 b/hf_video_clips_qa/video_002188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2b19bf111f34348d4f48ce3e9c7a46edb6268cb --- /dev/null +++ b/hf_video_clips_qa/video_002188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b6816df4d41229584a313cd454ba2cea96552c89f8bf9ba6416fc44f970814 +size 899996 diff --git a/hf_video_clips_qa/video_002189.mp4 b/hf_video_clips_qa/video_002189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c7f6bbaefd65e83397183d855d339ef85314a17 --- /dev/null +++ b/hf_video_clips_qa/video_002189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c907bc86f74308c5acd437e5fb3b3ce89d760e5f6dbae7d4bfca3b04273e46 +size 1141986 diff --git a/hf_video_clips_qa/video_002190.mp4 b/hf_video_clips_qa/video_002190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39a31ee1bfbffdcef704c4207c52f7dc8dbfc75f --- /dev/null +++ b/hf_video_clips_qa/video_002190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f282516afbce3c5627ca24897708abe658c4de1fe7e2878909e0f5ffc9c172 +size 592798 diff --git a/hf_video_clips_qa/video_002191.mp4 b/hf_video_clips_qa/video_002191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87823eadeebc9ed2d0f52f3232c0b33f34268af --- /dev/null +++ b/hf_video_clips_qa/video_002191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9a600fbbec88be1e2ac5d86036264bb14c0ddf136bc8c8ab194bf02cf0d6a +size 3304392 diff --git a/hf_video_clips_qa/video_002192.mp4 b/hf_video_clips_qa/video_002192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b92b520a632a369c1ddd896bf5d21649dc0ef6da --- /dev/null +++ b/hf_video_clips_qa/video_002192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b4bf333d127230371e531f9475fa1ae513bcb0400bad90b3b260f84f26585b +size 1553905 diff --git a/hf_video_clips_qa/video_002193.mp4 b/hf_video_clips_qa/video_002193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed19bbab9767a067ea25259380c9036e2d613368 --- /dev/null +++ b/hf_video_clips_qa/video_002193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f0ad576543462747c8776814908177c487b1e3735a32211c235bd4f9d1fa95 +size 637803 diff --git a/hf_video_clips_qa/video_002194.mp4 b/hf_video_clips_qa/video_002194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30cf3e33d32e5985632dfcaefae22fcd5949f68 --- /dev/null +++ b/hf_video_clips_qa/video_002194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b0978007183e87449c95e8fe8d84b65fefe20408321b6cad371e738e969d87 +size 891781 diff --git a/hf_video_clips_qa/video_002195.mp4 b/hf_video_clips_qa/video_002195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc4e76addf5814b7aecde420c4e80c071d67e6e8 --- /dev/null +++ b/hf_video_clips_qa/video_002195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cc0057e31963a61eb5f5d166d39e2acf3e30a9bfd3dc745f2e2fd5665e46a7 +size 1096336 diff --git a/hf_video_clips_qa/video_002196.mp4 b/hf_video_clips_qa/video_002196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c59a6a10a9a7f308c1158b721b93f62b172c837 --- /dev/null +++ b/hf_video_clips_qa/video_002196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08b1d543c6936724a097d338704e1bd790dc2c759edeae763f5e080c875f93c +size 568089 diff --git a/hf_video_clips_qa/video_002197.mp4 b/hf_video_clips_qa/video_002197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b14e7efce4ee8023db81ce04e93eab3857ee32d4 --- /dev/null +++ b/hf_video_clips_qa/video_002197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7093bf564628b6cc9c15de84ef4df3b782ac2956b886c9061267e5e84045f5 +size 617303 diff --git a/hf_video_clips_qa/video_002198.mp4 b/hf_video_clips_qa/video_002198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a33f4f5e848da1371de57a9e95eec02201ec7c --- /dev/null +++ b/hf_video_clips_qa/video_002198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ca36dd8ff42f0bd1316cda81a6a7c043630aaf69fbfda1e8f2e4c5a85e607 +size 2762182 diff --git a/hf_video_clips_qa/video_002199.mp4 b/hf_video_clips_qa/video_002199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66d5530c2970bbb7f4d74fa0f6edd228f1838a45 --- /dev/null +++ b/hf_video_clips_qa/video_002199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2b2ccf3f22c29416e10333fd299b1b45ce0bbbd9b118c4db060bb1e3add58 +size 2943238 diff --git a/hf_video_clips_qa/video_002200.mp4 b/hf_video_clips_qa/video_002200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..055063bde44abb0f3d5eda2c11280ca596b98971 --- /dev/null +++ b/hf_video_clips_qa/video_002200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5c070c454d82bfebffb4e9e2900d8c084f4bbd636078b55f37790a69215658 +size 1370630 diff --git a/hf_video_clips_qa/video_002201.mp4 b/hf_video_clips_qa/video_002201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5572a0036f173abe36ad9052b6f84508c6646d2 --- /dev/null +++ b/hf_video_clips_qa/video_002201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1618b81ea205b2bf5b676bb5ac2d7e37be5bad724893dcaf43d795e3a1edf020 +size 44949594 diff --git a/hf_video_clips_qa/video_002202.mp4 b/hf_video_clips_qa/video_002202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c03e3b12572a26e55a13a583923da7acea88b980 --- /dev/null +++ b/hf_video_clips_qa/video_002202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8591c37b4d1625e3ace42ef58b787f58e608198ecff0e4208158a11d9c0e498 +size 71868204 diff --git a/hf_video_clips_qa/video_002203.mp4 b/hf_video_clips_qa/video_002203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa8314b34bf42c11cd3c78b90cba696525121251 --- /dev/null +++ b/hf_video_clips_qa/video_002203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ed2eb6907fb912dabfa99f11feeadc719d719bb1c852a2a93203b470984eac +size 167067400 diff --git a/hf_video_clips_qa/video_002204.mp4 b/hf_video_clips_qa/video_002204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..068a3a2c059ffed3e74b889d0b9c5601b9236702 --- /dev/null +++ b/hf_video_clips_qa/video_002204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9f7168f7552e7b04c1fd5f5f1dc5905ffd0f76e6b87fa7bdd9c8da5cad3f54 +size 134478085 diff --git a/hf_video_clips_qa/video_002205.mp4 b/hf_video_clips_qa/video_002205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f8b5bead31da51792f99a2bc089030631add75 --- /dev/null +++ b/hf_video_clips_qa/video_002205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b533544026dc5ee5a6155fdab2b1ea2ef31084d8d32f39a79276edd7561b8d22 +size 43987343 diff --git a/hf_video_clips_qa/video_002206.mp4 b/hf_video_clips_qa/video_002206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ec67bfe62d7376233da65e85aeb3bdd0d039abd --- /dev/null +++ b/hf_video_clips_qa/video_002206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac2ae3693da96318806b60a27c732591206da27abf2b725012448325d31f1f3 +size 115934912 diff --git a/hf_video_clips_qa/video_002207.mp4 b/hf_video_clips_qa/video_002207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7ab4f1837e7cce7661591a372a26980cf6e6f1a --- /dev/null +++ b/hf_video_clips_qa/video_002207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324a69085d591b75029c25d473b8c41c36acb36140286cc6d2829f15858e6cc0 +size 125092200 diff --git a/hf_video_clips_qa/video_002208.mp4 b/hf_video_clips_qa/video_002208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b80fa5211150c912521abdce11fb6737804945 --- /dev/null +++ b/hf_video_clips_qa/video_002208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca1921d197dbd5af50366aac1108c6b0c2057da199e65bd5b66bdab1bd4b41e +size 84370369 diff --git a/hf_video_clips_qa/video_002209.mp4 b/hf_video_clips_qa/video_002209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..053707ea050fc2da970046a3f3a71fc3f94e05e0 --- /dev/null +++ b/hf_video_clips_qa/video_002209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f054f65e87acf74bb3d2a9c1ce1309eab537224dafe0d11cf79d9af3f881e8a +size 26776331 diff --git a/hf_video_clips_qa/video_002210.mp4 b/hf_video_clips_qa/video_002210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbf8a4628cbe4cb31da571340705202b4d5a6992 --- /dev/null +++ b/hf_video_clips_qa/video_002210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8d4a7f96cc08b93aa36c6e95e0deb8ea7ac33b1fe354f68853b7e7d1ba5a47 +size 151102078 diff --git a/hf_video_clips_qa/video_002211.mp4 b/hf_video_clips_qa/video_002211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2104603159a82a22da1c85b66762a0278d422b9e --- /dev/null +++ b/hf_video_clips_qa/video_002211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb96fde8a831cd26ec1ec4d90040e90209b221a80b3d17c6909181f72a1dca8 +size 168539025 diff --git a/hf_video_clips_qa/video_002212.mp4 b/hf_video_clips_qa/video_002212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..946c6d86e1bfebbd79ceabcf35f31f1ca1359b0e --- /dev/null +++ b/hf_video_clips_qa/video_002212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9e8c9b68d2d25ab0fc194e50c3f1ba0261c8887e151d50118e76ec0567f874 +size 1881703 diff --git a/hf_video_clips_qa/video_002213.mp4 b/hf_video_clips_qa/video_002213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b769c6470d6879d05bbda197d0587deaf98def7 --- /dev/null +++ b/hf_video_clips_qa/video_002213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb50df043ada67fb53d07e2580346b39b7cbea30d669c0a5c3a70a343bd8a1f0 +size 159858123 diff --git a/hf_video_clips_qa/video_002214.mp4 b/hf_video_clips_qa/video_002214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6335a8b94df1e03819a8c4419431fda87293bc07 --- /dev/null +++ b/hf_video_clips_qa/video_002214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5f64156c595608193c9bd2b42e625cf553d49ab09f896a49dc2b9d8d3c055d +size 1073516 diff --git a/hf_video_clips_qa/video_002215.mp4 b/hf_video_clips_qa/video_002215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22401df80ca16f32a4e93ba99eb65d327d56994f --- /dev/null +++ b/hf_video_clips_qa/video_002215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3da0cea979d58b19e15140cf7b1aeccfa01c042b4018cfad60580994616ae1 +size 131678679 diff --git a/hf_video_clips_qa/video_002216.mp4 b/hf_video_clips_qa/video_002216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d690473c6ab96bb69261d8f8058e02b5dcb7d42 --- /dev/null +++ b/hf_video_clips_qa/video_002216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32404dd5bd938bbe602cc621018960ebc68a2bfb130dba852077799ad67452d4 +size 54807205 diff --git a/hf_video_clips_qa/video_002217.mp4 b/hf_video_clips_qa/video_002217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e50d38c81f6282bb1e6181fef107bdc9a40dba --- /dev/null +++ b/hf_video_clips_qa/video_002217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b2aa8a2475721f3b327df941a4935bf31a149782d3ca600031d49e71e39cf4 +size 1652539 diff --git a/hf_video_clips_qa/video_002218.mp4 b/hf_video_clips_qa/video_002218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333866dea8455c524812172ae0463a8b3e17fb9b --- /dev/null +++ b/hf_video_clips_qa/video_002218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220d2a04e46e08d9cd264da02ab35644108051f913765087344815c678219c3e +size 151674491 diff --git a/hf_video_clips_qa/video_002219.mp4 b/hf_video_clips_qa/video_002219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e2619ff95980171fcb75f68821ba796678a1be7 --- /dev/null +++ b/hf_video_clips_qa/video_002219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f237138bd1d5710b01a22943d30a61297354031205cd6e2a6233c2adf80d27ed +size 508632 diff --git a/hf_video_clips_qa/video_002220.mp4 b/hf_video_clips_qa/video_002220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c5409d59d0b8b15a4b980f79e9e5f9f4fdb6bba --- /dev/null +++ b/hf_video_clips_qa/video_002220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a25380229b40837df05615e7e28322960fea04135d55f481722dfa375b9ec86 +size 202443318 diff --git a/hf_video_clips_qa/video_002221.mp4 b/hf_video_clips_qa/video_002221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faf70301e56e20c6f94642cbd3a09e3e7879958b --- /dev/null +++ b/hf_video_clips_qa/video_002221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d7675b6c92715204544f754750a5f4c4110dec3e1d51a8daa3f8ed0927abab +size 140371085 diff --git a/hf_video_clips_qa/video_002222.mp4 b/hf_video_clips_qa/video_002222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd0889d73c73d3a8bb8be3cac9ea9b11ab063fce --- /dev/null +++ b/hf_video_clips_qa/video_002222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680fe14f13e0f6ed0f4346f875d181fe4533fa2af0238e734521646176e0c50b +size 57279057 diff --git a/hf_video_clips_qa/video_002223.mp4 b/hf_video_clips_qa/video_002223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f3c2928f1252fadafd1ddf0f455dcadaedde1ef --- /dev/null +++ b/hf_video_clips_qa/video_002223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064f132b433f8644811d4c283bc0a9f26c00450b095d6084d3a8f20176760545 +size 55463508 diff --git a/hf_video_clips_qa/video_002224.mp4 b/hf_video_clips_qa/video_002224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba42870bccd32852ce4c1855a51e7ae472f46cb6 --- /dev/null +++ b/hf_video_clips_qa/video_002224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12891399cbcaf7a2b5ce9baf657790d0a528933d5b3a49bf68a9017d272990fa +size 291124124 diff --git a/hf_video_clips_qa/video_002225.mp4 b/hf_video_clips_qa/video_002225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..922b3cb2b7c4481da0f48520546e27fb45641dee --- /dev/null +++ b/hf_video_clips_qa/video_002225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa062caa9915a7410b6b7d7823fbd349c9867051180705bd01f3bc9e58bbb4f8 +size 33554838 diff --git a/hf_video_clips_qa/video_002226.mp4 b/hf_video_clips_qa/video_002226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..677d102e5c1c77216bca188bbe95382fd8734809 --- /dev/null +++ b/hf_video_clips_qa/video_002226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c832cd6d58cdfdef16bfdf07066644a5cd568c1f734c5f122b6a745be198751 +size 33532950 diff --git a/hf_video_clips_qa/video_002227.mp4 b/hf_video_clips_qa/video_002227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3446c8d4890933108c57881603b2cb9c393329d9 --- /dev/null +++ b/hf_video_clips_qa/video_002227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd2012b81c8ba3585a4fa2921404772485fbfac6f8afe321d3be4932ff3ccde +size 102158798 diff --git a/hf_video_clips_qa/video_002228.mp4 b/hf_video_clips_qa/video_002228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea51bbf054be336af40f5751358094f78f3ceb4b --- /dev/null +++ b/hf_video_clips_qa/video_002228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57945cf381c0d3aeac9b03cdacefc633972dc46e2c326b7bc3a29e1ba321e69a +size 152869913 diff --git a/hf_video_clips_qa/video_002229.mp4 b/hf_video_clips_qa/video_002229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd27d147a6cc7115a14e7a7eede390fb2007901 --- /dev/null +++ b/hf_video_clips_qa/video_002229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ed9ee8659ca6c4bab8c7647e2d141b0ef0f458a97e21681e874daf8f5bd3ff +size 63394668 diff --git a/hf_video_clips_qa/video_002230.mp4 b/hf_video_clips_qa/video_002230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..327d1fd0025d5ae7620422e18fd3758a94886c54 --- /dev/null +++ b/hf_video_clips_qa/video_002230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfe9a61d94a907eacac67a1cdf5267978c43ac4c8839b6e501f9e2c0d573457 +size 28824225 diff --git a/hf_video_clips_qa/video_002231.mp4 b/hf_video_clips_qa/video_002231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ce9cd40de5613785a58b720dc4e01a99690020 --- /dev/null +++ b/hf_video_clips_qa/video_002231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd745fc73f4ae647e2670f0ac95d1783c9a1632d553204d984a4647cd21c25b +size 208391961 diff --git a/hf_video_clips_qa/video_002232.mp4 b/hf_video_clips_qa/video_002232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d691cf49b7d2d107709842b80fc9947580345d4 --- /dev/null +++ b/hf_video_clips_qa/video_002232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9dae067de5cf1bdbf222c1e4c0c9021549fa87250cf928719dd066448f0f1c +size 41552287 diff --git a/hf_video_clips_qa/video_002233.mp4 b/hf_video_clips_qa/video_002233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aeff212bd8eb72a8d353f6f0f636304c7ec32c4 --- /dev/null +++ b/hf_video_clips_qa/video_002233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cd0654cfde2dcb569ab653113f83f953c8723d0252f5429caae0b69085d0b0 +size 460529 diff --git a/hf_video_clips_qa/video_002234.mp4 b/hf_video_clips_qa/video_002234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4635e91abf13dbb55c716d56a8e4f5791481656 --- /dev/null +++ b/hf_video_clips_qa/video_002234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac698bf2fc4d794e75c40a73de6c9fc3135811caf5e33dfc2ccde7a5025900d +size 13487775 diff --git a/hf_video_clips_qa/video_002235.mp4 b/hf_video_clips_qa/video_002235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e50f298b021d655ce7a7453c2c7dc91259429f8e --- /dev/null +++ b/hf_video_clips_qa/video_002235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8371401d424d8b050cdf3b0611cb781282798f5d7c77f46b1c4df651ad4cad +size 194240878 diff --git a/hf_video_clips_qa/video_002236.mp4 b/hf_video_clips_qa/video_002236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05dfd955c677a80a8309137ed2dec4c74b9a50b3 --- /dev/null +++ b/hf_video_clips_qa/video_002236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6af9919284ea0d6eb2500636327a7db9c5b1e11fd413eecd7eb305280b50bf0 +size 7911923 diff --git a/hf_video_clips_qa/video_002237.mp4 b/hf_video_clips_qa/video_002237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e689c1192e8551ebe9291e9eb6305a7d02677736 --- /dev/null +++ b/hf_video_clips_qa/video_002237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2444f332dd188302825366971eba943cec4b3e481c6bc8848fa54c5447761665 +size 582276 diff --git a/hf_video_clips_qa/video_002238.mp4 b/hf_video_clips_qa/video_002238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..801a1fdaaf1fa11e233172c58af004a4d69bde41 --- /dev/null +++ b/hf_video_clips_qa/video_002238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb58fff91500c6014756f5660cde83685538630ac399ab52f399cf9cff4802d +size 60430054 diff --git a/hf_video_clips_qa/video_002239.mp4 b/hf_video_clips_qa/video_002239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f9d09fe555141641df26099a11816490f700e7 --- /dev/null +++ b/hf_video_clips_qa/video_002239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfc1f4289e2280f5d283f7037f224c2b3f594bda31e841fa35630c105f55967 +size 14270085 diff --git a/hf_video_clips_qa/video_002240.mp4 b/hf_video_clips_qa/video_002240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df29fa938a65d5d3a29909fc5477e1931b25269 --- /dev/null +++ b/hf_video_clips_qa/video_002240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64152dd298e20534194f2ec93aaf50fbdd0f7aa4d896e9ed6e4e001cec9fe07a +size 63854281 diff --git a/hf_video_clips_qa/video_002241.mp4 b/hf_video_clips_qa/video_002241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35cdadbbfbbcaf90aee253e7b714932e6589db1f --- /dev/null +++ b/hf_video_clips_qa/video_002241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90acb53248ed9d4562df5eb1ac13098bcc23c4293e7970dbed90441e6e1e399f +size 47991930 diff --git a/hf_video_clips_qa/video_002242.mp4 b/hf_video_clips_qa/video_002242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54123af1705cf39e11f581e360569abc6eb3355b --- /dev/null +++ b/hf_video_clips_qa/video_002242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6ae7b667fe4150b3daed67007fc95f6c246ff649d91e0d6fee9aa701ffd30e +size 178791380 diff --git a/hf_video_clips_qa/video_002243.mp4 b/hf_video_clips_qa/video_002243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f52f360c01891b5f1541f9519babbfc5926e4749 --- /dev/null +++ b/hf_video_clips_qa/video_002243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdedfd0f5597145abcad2492548b6457f2577ae61a4341d16d8f3d3c57aa68ab +size 84715033 diff --git a/hf_video_clips_qa/video_002244.mp4 b/hf_video_clips_qa/video_002244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd7bf462f3b3d53bd309686958829cf0b38af46 --- /dev/null +++ b/hf_video_clips_qa/video_002244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e5e2fc1148d8eb19d3896bb6e2a67654f8bc64671a6bd2aad62802466ba3a2 +size 8182467 diff --git a/hf_video_clips_qa/video_002245.mp4 b/hf_video_clips_qa/video_002245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..873f307c0cf8031c66b9e06a6054e0647acc8d46 --- /dev/null +++ b/hf_video_clips_qa/video_002245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c30989695bc5cf75be41e2011d57bec045c5461ad949f19a9781cc4575191c +size 1315252 diff --git a/hf_video_clips_qa/video_002246.mp4 b/hf_video_clips_qa/video_002246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0039862badc018e160fec581d40bfd1c536de2b2 --- /dev/null +++ b/hf_video_clips_qa/video_002246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bf86783278891af3975caf33032a0f0d89bef95987751ca52d8f00c8dd29d0 +size 220924037 diff --git a/hf_video_clips_qa/video_002247.mp4 b/hf_video_clips_qa/video_002247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203e5d514e982240b81d2dc039dfb01067496207 --- /dev/null +++ b/hf_video_clips_qa/video_002247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b15015ed8ad471d6ed7b43ae4a71b4793db1dafe0aedf32218d832e93cfcf3 +size 149674266 diff --git a/hf_video_clips_qa/video_002248.mp4 b/hf_video_clips_qa/video_002248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cc07cfd546686129da19a330e683f2e4b21471b --- /dev/null +++ b/hf_video_clips_qa/video_002248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d43304aa875aea683235e3474e5d0b4ff0b513d5aed04c335116b9f4df3bb35 +size 29625812 diff --git a/hf_video_clips_qa/video_002249.mp4 b/hf_video_clips_qa/video_002249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1648f36795545b7480c340646cdab1d6c4359f4b --- /dev/null +++ b/hf_video_clips_qa/video_002249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbd78c9b84393b83166b61a160e693c67da77a618742a2e581824bb4152ddcb +size 251522482 diff --git a/hf_video_clips_qa/video_002250.mp4 b/hf_video_clips_qa/video_002250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc0a2b6d1f8e757d1454554e37cc837ecae73d2 --- /dev/null +++ b/hf_video_clips_qa/video_002250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59d6e5472edd7b0926050387a03f84b17de241f7df12a10827c1298f1c2b7ac +size 44648186 diff --git a/hf_video_clips_qa/video_002251.mp4 b/hf_video_clips_qa/video_002251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26eac13638c9e6f0863ce29c528bfc921bbee484 --- /dev/null +++ b/hf_video_clips_qa/video_002251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c873b9d2692d83eba0c42c6ff16b0db5a553861da9cc79a3267c35cf7087848 +size 262514641 diff --git a/hf_video_clips_qa/video_002252.mp4 b/hf_video_clips_qa/video_002252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89fc80d5330dee7366b5e011fa8e2294097117a1 --- /dev/null +++ b/hf_video_clips_qa/video_002252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a39376c78e045de77d12d5b912d5c91d23c1a6cd73250d1f6276310e2685310 +size 200103946 diff --git a/hf_video_clips_qa/video_002253.mp4 b/hf_video_clips_qa/video_002253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..424989e206bc9e112bd85acc367125317d43f532 --- /dev/null +++ b/hf_video_clips_qa/video_002253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30fe4b8f2f4f6438cdaca3931fd59183e5d5be252198923dd1842485e45c41f +size 43344828 diff --git a/hf_video_clips_qa/video_002254.mp4 b/hf_video_clips_qa/video_002254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e687b0be09d115d2648a1e3bfdb2cb4ce955d34 --- /dev/null +++ b/hf_video_clips_qa/video_002254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e2bfab95de230447000cc3a6c9505f0bc2819d3a51b675c79a0dc7b30f33ef +size 69205883 diff --git a/hf_video_clips_qa/video_002255.mp4 b/hf_video_clips_qa/video_002255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..334f160a78b35db256ec85f7c17ccc0f7934062a --- /dev/null +++ b/hf_video_clips_qa/video_002255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e96b3cd1f98c6fb777ef9ce927b84f6014ba9415242476ae114bcb20e905cf4 +size 97575924 diff --git a/hf_video_clips_qa/video_002256.mp4 b/hf_video_clips_qa/video_002256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1de91c36a8ec0304989b779cc4e3364884c406b3 --- /dev/null +++ b/hf_video_clips_qa/video_002256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483aa7409efe1d0ec3335f6ac98258713ee32cbd472f198af3bf9703636e843f +size 229298098 diff --git a/hf_video_clips_qa/video_002257.mp4 b/hf_video_clips_qa/video_002257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe639cd554a06a54e9e295f8398befc48c6fc63a --- /dev/null +++ b/hf_video_clips_qa/video_002257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc048265bc89acf693662438d614f3fd0912d6ef11ed9e45d58b7d5b30c16aea +size 52398186 diff --git a/hf_video_clips_qa/video_002258.mp4 b/hf_video_clips_qa/video_002258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3509c07e258ebebdf9d89cb5b297697ac1648617 --- /dev/null +++ b/hf_video_clips_qa/video_002258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8e3073ca909f9f8d55c4903cad68329efb69cb7bc3586e5838f398fb445177 +size 185305150 diff --git a/hf_video_clips_qa/video_002259.mp4 b/hf_video_clips_qa/video_002259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8aa6ad9da6443432de6415c1aa8bcebd827c4b --- /dev/null +++ b/hf_video_clips_qa/video_002259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b88f9b19ca70723e68244628c08527bac8844813167d05b446be669c6e491b +size 150295522 diff --git a/hf_video_clips_qa/video_002260.mp4 b/hf_video_clips_qa/video_002260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..851efb78dd1604d54067637c6d07f1411ffc2b0b --- /dev/null +++ b/hf_video_clips_qa/video_002260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb22c3c61e229df2f95cde120d83b2d3ba42523b26c5e1bb7233eac18838e5d +size 70851885 diff --git a/hf_video_clips_qa/video_002261.mp4 b/hf_video_clips_qa/video_002261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f538239cd0a59392210596faee65a774a1b3cd0 --- /dev/null +++ b/hf_video_clips_qa/video_002261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8dfc45c0f28db8c97edb8938f2e3801f004158a604cf514aaa0780f8533210 +size 20683405 diff --git a/hf_video_clips_qa/video_002262.mp4 b/hf_video_clips_qa/video_002262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c00619db431b64a9bcad549ad1f998acc72cf8d9 --- /dev/null +++ b/hf_video_clips_qa/video_002262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab79f446e5d30c265ad59925e767b4615788f61d493be57ead4568b85af95861 +size 104544649 diff --git a/hf_video_clips_qa/video_002263.mp4 b/hf_video_clips_qa/video_002263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a923d6d26c666a09fbf418fb4edb2559a58b417 --- /dev/null +++ b/hf_video_clips_qa/video_002263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7238909712209fbf22485956e6da89ea7c33983dcb39d5128d4450756ce660 +size 48753045 diff --git a/hf_video_clips_qa/video_002264.mp4 b/hf_video_clips_qa/video_002264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18e687ea957f9000baac92282a5edac13c46c29a --- /dev/null +++ b/hf_video_clips_qa/video_002264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24eb9e5f62614d816d24ba5e443f6204b6965dae1e197a9e1be04c2c7124eb6 +size 134022921 diff --git a/hf_video_clips_qa/video_002265.mp4 b/hf_video_clips_qa/video_002265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0a130c34744ea7ef2306b458e9287ac6cace786 --- /dev/null +++ b/hf_video_clips_qa/video_002265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87376f89eed6cdad36e90278ee38c2bc1a15a20d7da21b4629213fc9c0c08487 +size 8373339 diff --git a/hf_video_clips_qa/video_002266.mp4 b/hf_video_clips_qa/video_002266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b65be8721505fe4184744548c6647747b5f620 --- /dev/null +++ b/hf_video_clips_qa/video_002266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efcd19163d5185e189963666d203a527b4b0ab13f7f5cf0a8b9fb081650b58a +size 73791099 diff --git a/hf_video_clips_qa/video_002267.mp4 b/hf_video_clips_qa/video_002267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..517c6490d9abeb220fb7d214d38a96a5b0b8ce30 --- /dev/null +++ b/hf_video_clips_qa/video_002267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3443c3e252322349ba2a518857799e099a49664a743c9949238c54685ed505ec +size 51112117 diff --git a/hf_video_clips_qa/video_002268.mp4 b/hf_video_clips_qa/video_002268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85ac12312056e1eaea64e3d5784b4d65528f5a4c --- /dev/null +++ b/hf_video_clips_qa/video_002268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4360d6ddad0406e316c483334ca18d8d01fb3a1d2926e7399c75596b4976ec01 +size 62508790 diff --git a/hf_video_clips_qa/video_002269.mp4 b/hf_video_clips_qa/video_002269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faabd46f23f34ce398fe4fbfbcd019b02e52d333 --- /dev/null +++ b/hf_video_clips_qa/video_002269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b477a88778aec5219588abc09acca1f710d6eb997e2850d64b3632a66957bd60 +size 107254956 diff --git a/hf_video_clips_qa/video_002270.mp4 b/hf_video_clips_qa/video_002270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d62089a89cecc7c9eac6df23adacb6cbdf9fbc87 --- /dev/null +++ b/hf_video_clips_qa/video_002270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b83b408e89e2c6507a0bbf2e4ef2550ecd622674926e37907ca74049bf82a7f +size 355454373 diff --git a/hf_video_clips_qa/video_002271.mp4 b/hf_video_clips_qa/video_002271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35b9d99c4b7a36a3ae2df841e4b21a84ca0d499 --- /dev/null +++ b/hf_video_clips_qa/video_002271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2630cb81a19e6cf087e06b722466e664ca20cdaa63262864f4fcfd2dc5ae4a +size 58728492 diff --git a/hf_video_clips_qa/video_002272.mp4 b/hf_video_clips_qa/video_002272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced40567745263f33abafa11666baa91692e70b1 --- /dev/null +++ b/hf_video_clips_qa/video_002272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f697652d193a2206cf5270ac368429722cd743412702dd6f506ebbe751160733 +size 155608248 diff --git a/hf_video_clips_qa/video_002273.mp4 b/hf_video_clips_qa/video_002273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..604453ae0ee1ae933d9a10f3f5ca99578dad0d27 --- /dev/null +++ b/hf_video_clips_qa/video_002273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d72d383168e9169752eeaf8fff18b61f0138fd895056f75fb9b0ff879f491 +size 2706574 diff --git a/hf_video_clips_qa/video_002274.mp4 b/hf_video_clips_qa/video_002274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635ca3bdbaf4f48e2246357f240380e7e869dcb9 --- /dev/null +++ b/hf_video_clips_qa/video_002274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef53636ccd21c33622d151a9a3437d24dc711ef66b085d549ee95b4f977c001 +size 237335814 diff --git a/hf_video_clips_qa/video_002275.mp4 b/hf_video_clips_qa/video_002275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75c69ced7e2b3aa6e1f83a5c46a7c981ac832f02 --- /dev/null +++ b/hf_video_clips_qa/video_002275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0c7ea7b935be68ab139a15fcc83b7fc6166710664e5dd72e96f398cf4a12fd +size 224165485 diff --git a/hf_video_clips_qa/video_002276.mp4 b/hf_video_clips_qa/video_002276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..121e173cf8fb5019e71f35bef25dd78ad08dc378 --- /dev/null +++ b/hf_video_clips_qa/video_002276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045fd2e9c5252ccefd062c8689f1fc309e812303337adf3185d0b934c1f3eb5d +size 236985090 diff --git a/hf_video_clips_qa/video_002277.mp4 b/hf_video_clips_qa/video_002277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b120574e756f15b3945eb4cd66c40ed0e964dd19 --- /dev/null +++ b/hf_video_clips_qa/video_002277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6d1591237888e1068a9745d136835f8dfc362d96ee3b5a783a5e376c090c9d +size 97353076 diff --git a/hf_video_clips_qa/video_002278.mp4 b/hf_video_clips_qa/video_002278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5221d4d4800fbbd5abdff22246a04968ea638bc1 --- /dev/null +++ b/hf_video_clips_qa/video_002278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11472067caef5cb65ffe9aaa3d3b7a97ed9b8646c8441f79ee8edcd69f33f41e +size 239838981 diff --git a/hf_video_clips_qa/video_002279.mp4 b/hf_video_clips_qa/video_002279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..387c6b62ec5cd9515aeed54e02bc87ac1da66b43 --- /dev/null +++ b/hf_video_clips_qa/video_002279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd46a94342c669de06835e85033d883ffd8bcb3c0ac945091a20f954ac1476e +size 3500212 diff --git a/hf_video_clips_qa/video_002280.mp4 b/hf_video_clips_qa/video_002280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b369bcc11f2eba0a2bb5f381b51c50d91f3c15 --- /dev/null +++ b/hf_video_clips_qa/video_002280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db807f616fc644c3553a7016c24fc421cafb58ac2b04c4054638d6a7c8fdbdb2 +size 228632220 diff --git a/hf_video_clips_qa/video_002281.mp4 b/hf_video_clips_qa/video_002281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6192ce7cf61c89073107cbf778b5acaf681f458 --- /dev/null +++ b/hf_video_clips_qa/video_002281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af386a451754142573268182e683fec59f24ccc000151c15b5203cbd0e085dcb +size 120820212 diff --git a/hf_video_clips_qa/video_002282.mp4 b/hf_video_clips_qa/video_002282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d1f9f48335bbb81088a2630407b24133bcc74d --- /dev/null +++ b/hf_video_clips_qa/video_002282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35315a3c2f537ee736981e0195d6c2aa0a6122c8c81d5456cf02bd5e25974beb +size 52845057 diff --git a/hf_video_clips_qa/video_002283.mp4 b/hf_video_clips_qa/video_002283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaa9ae66f74daa87b5ee0dd787054ceb4dee9094 --- /dev/null +++ b/hf_video_clips_qa/video_002283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad72cd5e7da1019e564140e0da5d407615a67d3ca5dd040eaa1e08f7ca8204e +size 151505545 diff --git a/hf_video_clips_qa/video_002284.mp4 b/hf_video_clips_qa/video_002284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca4f0af7a277c3f8ae576867bc307269fc935fab --- /dev/null +++ b/hf_video_clips_qa/video_002284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e5f62560aaca4a98454ceb705a1853a645d522cec803da0d3e7bc58026e17f +size 1459379 diff --git a/hf_video_clips_qa/video_002285.mp4 b/hf_video_clips_qa/video_002285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..669ddc5f7d7130c96a715b8949f95a5c69cc1f9c --- /dev/null +++ b/hf_video_clips_qa/video_002285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69202ddc4b54e48ffc928697bdd45aea43f56e3d6048522e26d4bf35c909079 +size 3170461 diff --git a/hf_video_clips_qa/video_002286.mp4 b/hf_video_clips_qa/video_002286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684c6611feb55acce36e4e3878cbb44986fcd50b --- /dev/null +++ b/hf_video_clips_qa/video_002286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9068599425570de9320e14c6e6e2f9178390d607d095b64d1e15be2f972a47a0 +size 726399 diff --git a/hf_video_clips_qa/video_002287.mp4 b/hf_video_clips_qa/video_002287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acac9c6b7eb24ec6d163387df2bb919fdd968f6d --- /dev/null +++ b/hf_video_clips_qa/video_002287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55319519f5a9449559e6fecd150ac202fdfa2787d518b66824d11aacb2f20d8f +size 2428295 diff --git a/hf_video_clips_qa/video_002288.mp4 b/hf_video_clips_qa/video_002288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd2e571f63b6897708b9fbc30c2da1a30539c474 --- /dev/null +++ b/hf_video_clips_qa/video_002288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a8449946f8a7507c327a4587ce9fafec8a70896657275dd20b30dac2d6e992 +size 1218190 diff --git a/hf_video_clips_qa/video_002289.mp4 b/hf_video_clips_qa/video_002289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a387459d0232668ddaefbe3b9c7fe55b3409ae2 --- /dev/null +++ b/hf_video_clips_qa/video_002289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec2d907feeef55e4e19fe458965db2df522a44edb77d8c7e7b6589f87d52c8 +size 680845 diff --git a/hf_video_clips_qa/video_002290.mp4 b/hf_video_clips_qa/video_002290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203484fee844bb83d7f707375abfff56d755a8a0 --- /dev/null +++ b/hf_video_clips_qa/video_002290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523ff56fbcdd51d0056779475ee339d531f3c92c3b5e1e33da1b5537ca474856 +size 1740223 diff --git a/hf_video_clips_qa/video_002291.mp4 b/hf_video_clips_qa/video_002291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782e29984e871957f92f77f6fc798e87aad1d7a5 --- /dev/null +++ b/hf_video_clips_qa/video_002291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dfd006723e16718cab62dfe1eb95427ce9e0b37550bf4dfb0d9c25d6f084f5 +size 4161936 diff --git a/hf_video_clips_qa/video_002292.mp4 b/hf_video_clips_qa/video_002292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9056daadffcd9b893965c27b1992cf521a890f83 --- /dev/null +++ b/hf_video_clips_qa/video_002292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8367edf792e7be1b116a037170fe3c388a2a9867bf3be21af65acc1922ad51 +size 1711733 diff --git a/hf_video_clips_qa/video_002293.mp4 b/hf_video_clips_qa/video_002293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72ef85588baf2a247bf126afa9ee4d7bb3364270 --- /dev/null +++ b/hf_video_clips_qa/video_002293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151b6cf8143003aac92af9a8477ed3859699024f9d4c7b06fc5d803be3a85bf +size 6530937 diff --git a/hf_video_clips_qa/video_002294.mp4 b/hf_video_clips_qa/video_002294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..685cb0d38ad3260e56e4da63b09f0c65c9f76e46 --- /dev/null +++ b/hf_video_clips_qa/video_002294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d64b254ab6ed7fdffca96106f8b314394290e915a7a4d818e0e4820e144151b +size 898239 diff --git a/hf_video_clips_qa/video_002295.mp4 b/hf_video_clips_qa/video_002295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f66fe61ab878e10180ad6af1819cf16fa23a341 --- /dev/null +++ b/hf_video_clips_qa/video_002295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb50d3da3a509524295ea68a066cb3a0a557d6d36994090e20d67e58ea7805 +size 2538472 diff --git a/hf_video_clips_qa/video_002296.mp4 b/hf_video_clips_qa/video_002296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2acd334d42bb1a86a18b8e76d875cf105d5bd2 --- /dev/null +++ b/hf_video_clips_qa/video_002296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4a0f837f1d1db8b798f364e1c5b27a2ae88c549230a7be89af65885b155bd3 +size 1660256 diff --git a/hf_video_clips_qa/video_002297.mp4 b/hf_video_clips_qa/video_002297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9092bbfda18ddb4a1f8fc86872ae3bf19adc1a6 --- /dev/null +++ b/hf_video_clips_qa/video_002297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5947b950082845bb35318ec698d666961dd6e8daf2f1f05238ce76b37ef96987 +size 1579696 diff --git a/hf_video_clips_qa/video_002298.mp4 b/hf_video_clips_qa/video_002298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15e62b0470f7a67b8144e783a82a4d980b423bb --- /dev/null +++ b/hf_video_clips_qa/video_002298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f5a1cc61a5f12fc8c2481ff602a99a82d54644ba6495577d72b652f74eeff0 +size 1441565 diff --git a/hf_video_clips_qa/video_002299.mp4 b/hf_video_clips_qa/video_002299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec608e81d4af3f3b28832af47d9ccab11eea73c7 --- /dev/null +++ b/hf_video_clips_qa/video_002299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f18f8a6ae6e846dcfc1c34fad9070f564e9dfce9d512a5374a44b291df11b5 +size 1387762 diff --git a/hf_video_clips_qa/video_002300.mp4 b/hf_video_clips_qa/video_002300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e92d70d9445aab3b2fd7689d171a47ba512f0a --- /dev/null +++ b/hf_video_clips_qa/video_002300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73de2fa1f1ddc3083fe2cada974797c651aa5d18d5db825ec7c49b2d5791df7c +size 1188554 diff --git a/hf_video_clips_qa/video_002301.mp4 b/hf_video_clips_qa/video_002301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c04278286ee69f12edc7f68fb8412544501bd8 --- /dev/null +++ b/hf_video_clips_qa/video_002301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e10b199a90b5fd74d7f581fe75360d47e6c6b7230f7facfbae8e8069b5a341 +size 1596842 diff --git a/hf_video_clips_qa/video_002302.mp4 b/hf_video_clips_qa/video_002302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24786e8b7d2fe9906a3d63742663f0ec283c9693 --- /dev/null +++ b/hf_video_clips_qa/video_002302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113eef630594adc6871e428059bd012e1d3ad1ab6eaccbba4bed688fa7dafa6e +size 1312968 diff --git a/hf_video_clips_qa/video_002303.mp4 b/hf_video_clips_qa/video_002303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e47d07065ecd9af38407c1d70e450fa7ba790a6 --- /dev/null +++ b/hf_video_clips_qa/video_002303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e918c34025f5991842920ffb72f0311401cabe18c11c78c23620e5b560802690 +size 1584309 diff --git a/hf_video_clips_qa/video_002304.mp4 b/hf_video_clips_qa/video_002304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad7d165366eb2abbe3e69f5b428e513d8fa1af50 --- /dev/null +++ b/hf_video_clips_qa/video_002304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f3530dde8214d473ca9fe9d5cb33ee8286b69dd4cddf0ef56b63ae1ec62308 +size 544756 diff --git a/hf_video_clips_qa/video_002305.mp4 b/hf_video_clips_qa/video_002305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5106e39584974451863e837f1151e162d6598478 --- /dev/null +++ b/hf_video_clips_qa/video_002305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e176234c43d2437626b56fb1121d0b1fd2e97a78af9c9dadf5f563d0e936a6 +size 1402343 diff --git a/hf_video_clips_qa/video_002306.mp4 b/hf_video_clips_qa/video_002306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65cc1ac9704f6a7e00dd3dafbf06ac2a9d59c215 --- /dev/null +++ b/hf_video_clips_qa/video_002306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf084aff36d9f3da837d09b5c6b26820a660c57fe475d75a3b90a337251469 +size 1802134 diff --git a/hf_video_clips_qa/video_002307.mp4 b/hf_video_clips_qa/video_002307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20068320c837c2e5ecd4b1026779644b2a54dbc --- /dev/null +++ b/hf_video_clips_qa/video_002307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc32fa50376dddec9d01b0c6ca958453ab145204623a809882fa502af512925 +size 1933229 diff --git a/hf_video_clips_qa/video_002308.mp4 b/hf_video_clips_qa/video_002308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9b8878eb864950b1e41ec794002f0fc99c67923 --- /dev/null +++ b/hf_video_clips_qa/video_002308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f69beab5b0592f22bf21ae564e08456b2aea6c9442883b7ab3aed042586e72a +size 1578615 diff --git a/hf_video_clips_qa/video_002309.mp4 b/hf_video_clips_qa/video_002309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..631dc94013a3c29f42a06be99f4bda08c34b60f9 --- /dev/null +++ b/hf_video_clips_qa/video_002309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e7fedb6d06fb278975a87432cc3c2790f471ddf05943d478c1f5750d35f73d +size 1204972 diff --git a/hf_video_clips_qa/video_002310.mp4 b/hf_video_clips_qa/video_002310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da59fa5caf0f70407bd55c24146feb9032eb1945 --- /dev/null +++ b/hf_video_clips_qa/video_002310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615dff801bedf93d8c89e40bf59218649563bd4b3927bcb5b1194dced96698fe +size 1166889 diff --git a/hf_video_clips_qa/video_002311.mp4 b/hf_video_clips_qa/video_002311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a5b47bea9ca471498950aaacaa4999482b156f --- /dev/null +++ b/hf_video_clips_qa/video_002311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aafd01f01d983570199c262d90f4af17301663ca70d705ead2ecc7cd9924be6 +size 421404 diff --git a/hf_video_clips_qa/video_002312.mp4 b/hf_video_clips_qa/video_002312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..904df499a3baf8648e7fac50c436fc93b94cbcc2 --- /dev/null +++ b/hf_video_clips_qa/video_002312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0eae879f2d0d8bc250428a7bb964fba2f621c0fdbe0989cf80ee147fa19349 +size 817803 diff --git a/hf_video_clips_qa/video_002313.mp4 b/hf_video_clips_qa/video_002313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f0090611b99dd83c1badff84a1defc08b16834 --- /dev/null +++ b/hf_video_clips_qa/video_002313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6caea1271eed4c831c02824af3495db2aac7dc2080b7c974978e65b1179a540 +size 980675 diff --git a/hf_video_clips_qa/video_002314.mp4 b/hf_video_clips_qa/video_002314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1deb4c070779594644b596c3690fb07c5aa8828 --- /dev/null +++ b/hf_video_clips_qa/video_002314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df1286dec7ef5a92053add51b37076534865bfbb39dfe613071e73c5fb167f9 +size 1302295 diff --git a/hf_video_clips_qa/video_002315.mp4 b/hf_video_clips_qa/video_002315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3161c2b0a461ffd6559d422fa690e9aea8edae --- /dev/null +++ b/hf_video_clips_qa/video_002315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0146532465e858e565255c4539498c39f4a257fefd5cf3f4f4810ff92c1c5bc +size 697318 diff --git a/hf_video_clips_qa/video_002316.mp4 b/hf_video_clips_qa/video_002316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f85846522b06447109ae94ed7d6f3cc612e2a6 --- /dev/null +++ b/hf_video_clips_qa/video_002316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba8354c537ca6a8f371c068377118e0e2fb03a3ab43a5a37e96e4eb0215583c +size 1740021 diff --git a/hf_video_clips_qa/video_002317.mp4 b/hf_video_clips_qa/video_002317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decef51629ca6cb91355d9e53a3a2152fed1f445 --- /dev/null +++ b/hf_video_clips_qa/video_002317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39aeed78dd29f5db4a8d7e2fe134abca0f2f98b856df0af6752353df33b964 +size 1504459 diff --git a/hf_video_clips_qa/video_002318.mp4 b/hf_video_clips_qa/video_002318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73928488175037a71a4c400a458f04175742cc0a --- /dev/null +++ b/hf_video_clips_qa/video_002318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80540036a9a2082917859237f48bf0aa24d9aae3369972085505aca583f471 +size 1307232 diff --git a/hf_video_clips_qa/video_002319.mp4 b/hf_video_clips_qa/video_002319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84cead5d0cf18fbc7f8539e56df41aea449bcf28 --- /dev/null +++ b/hf_video_clips_qa/video_002319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0040868d61b3d2efb0ec88ea6aaf769e1dfa29e7a0babe0144b975a7d6f24a51 +size 1418550 diff --git a/hf_video_clips_qa/video_002320.mp4 b/hf_video_clips_qa/video_002320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c715cf2ba086859710b705e4b2697d4949f410 --- /dev/null +++ b/hf_video_clips_qa/video_002320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75dd7b3f3345d91423072e926d85886a25aa0a4f041baba8fab5d63ca2a1454 +size 887009 diff --git a/hf_video_clips_qa/video_002321.mp4 b/hf_video_clips_qa/video_002321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d30d960ebb9a6c70d98057d739cd618112b119 --- /dev/null +++ b/hf_video_clips_qa/video_002321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc96362d71d5905b923698e358af2de788f4c72bfacd5c393fbaf3778eddb3 +size 1307139 diff --git a/hf_video_clips_qa/video_002322.mp4 b/hf_video_clips_qa/video_002322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8c896c060fe1f74ff7ca785fbc3de786df9a152 --- /dev/null +++ b/hf_video_clips_qa/video_002322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c53fd9cd46a961bae05bbff6a9f151f53851d713cd99b7a8ef8212ca070ec2 +size 1411626 diff --git a/hf_video_clips_qa/video_002323.mp4 b/hf_video_clips_qa/video_002323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd2e571f63b6897708b9fbc30c2da1a30539c474 --- /dev/null +++ b/hf_video_clips_qa/video_002323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a8449946f8a7507c327a4587ce9fafec8a70896657275dd20b30dac2d6e992 +size 1218190 diff --git a/hf_video_clips_qa/video_002324.mp4 b/hf_video_clips_qa/video_002324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..276ea464a1dce0df63c7c8cb5582096151f514ed --- /dev/null +++ b/hf_video_clips_qa/video_002324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec7763c784493cb16aaf4743ad3a15c33aa79efea0d208289ac5a981ed084bd +size 1507575 diff --git a/hf_video_clips_qa/video_002325.mp4 b/hf_video_clips_qa/video_002325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09cbda15c9290fca372cdefa4e8bd943f4501cfb --- /dev/null +++ b/hf_video_clips_qa/video_002325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a66519d47d1b91385b1d92f9a8f5a29c448e831499561ac9d0567907507e64 +size 1396642 diff --git a/hf_video_clips_qa/video_002326.mp4 b/hf_video_clips_qa/video_002326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782e29984e871957f92f77f6fc798e87aad1d7a5 --- /dev/null +++ b/hf_video_clips_qa/video_002326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dfd006723e16718cab62dfe1eb95427ce9e0b37550bf4dfb0d9c25d6f084f5 +size 4161936 diff --git a/hf_video_clips_qa/video_002327.mp4 b/hf_video_clips_qa/video_002327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc445828174f4023db09ec957e26314eab2ffb98 --- /dev/null +++ b/hf_video_clips_qa/video_002327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edace095af984b79df0bc8b614042b9b4e35651bd7c24641bd7790ed6c31418 +size 2787573 diff --git a/hf_video_clips_qa/video_002328.mp4 b/hf_video_clips_qa/video_002328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f00b660b5f3c5eff63819cdef8dca302b4f33b1d --- /dev/null +++ b/hf_video_clips_qa/video_002328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6dee82530b465a512d83a3ded8bf5ad12609fbbef3f7535d8dbb0b38ae9df0 +size 1884959 diff --git a/hf_video_clips_qa/video_002329.mp4 b/hf_video_clips_qa/video_002329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaac069141bbf952da4b81423c9d16f3a103093c --- /dev/null +++ b/hf_video_clips_qa/video_002329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e9baab1382541b0e12608cc310309cd323385eea86763185b779e10bdb341b +size 1671004 diff --git a/hf_video_clips_qa/video_002330.mp4 b/hf_video_clips_qa/video_002330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaac069141bbf952da4b81423c9d16f3a103093c --- /dev/null +++ b/hf_video_clips_qa/video_002330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e9baab1382541b0e12608cc310309cd323385eea86763185b779e10bdb341b +size 1671004 diff --git a/hf_video_clips_qa/video_002331.mp4 b/hf_video_clips_qa/video_002331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d05888bc6ae2fe95d16fb7dcc501f7243eb109 --- /dev/null +++ b/hf_video_clips_qa/video_002331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1906d7d4599c56c7d7eb3b318cf809a3c155548e8cb8c93026c45a35152ec1 +size 2116851 diff --git a/hf_video_clips_qa/video_002332.mp4 b/hf_video_clips_qa/video_002332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7415650b7c0d40b897d7afa5066ca9cefbc785 --- /dev/null +++ b/hf_video_clips_qa/video_002332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0a534d155f8472d25ea76ab099d5aad100ab17143582b5829d8c4ea23f4baa +size 2812187 diff --git a/hf_video_clips_qa/video_002333.mp4 b/hf_video_clips_qa/video_002333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6599f4810a0e399931e976fb80f67324b98549b2 --- /dev/null +++ b/hf_video_clips_qa/video_002333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c634c72d50bd7632b24d369134d52a5539a8d010dff30627ff9af283986c5 +size 1057297 diff --git a/hf_video_clips_qa/video_002334.mp4 b/hf_video_clips_qa/video_002334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aff79feedea3919c906874f55014c2e6d2b0901a --- /dev/null +++ b/hf_video_clips_qa/video_002334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273903cae268d5b070c9f3057e64e2cc16e18510e951eb39e77b5c3f65071840 +size 1370653 diff --git a/hf_video_clips_qa/video_002335.mp4 b/hf_video_clips_qa/video_002335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1b2c51849f2e87f59ff3a4313c120f29c3f6277 --- /dev/null +++ b/hf_video_clips_qa/video_002335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac11b8114e60156595364ea3ecc315f2c0dfb21acab6745efb379dc082a55f3 +size 3155787 diff --git a/hf_video_clips_qa/video_002336.mp4 b/hf_video_clips_qa/video_002336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79bf7906a827d77c7f2a37bae990f42b90d99df3 --- /dev/null +++ b/hf_video_clips_qa/video_002336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbcd62d139381ef57edb5cac8e66240230250c904a55c061523f55945b47d4b +size 1386539 diff --git a/hf_video_clips_qa/video_002337.mp4 b/hf_video_clips_qa/video_002337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782a8310e02d4a3d3142fc93cd292f451ad98a00 --- /dev/null +++ b/hf_video_clips_qa/video_002337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42731e7e932f46da99baead467ffce4dda263c791a9f062634157bb4c83fbb80 +size 2739786 diff --git a/hf_video_clips_qa/video_002338.mp4 b/hf_video_clips_qa/video_002338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05cac2773e8463d8bc665eae7d14ba63ded14f4 --- /dev/null +++ b/hf_video_clips_qa/video_002338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3238e82ec9fd8f1aeed9320980601b3a8d1b3850c8a475235d299464d28bc50 +size 2397691 diff --git a/hf_video_clips_qa/video_002339.mp4 b/hf_video_clips_qa/video_002339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9a34010b0964943568691d90feacdd685abaf5 --- /dev/null +++ b/hf_video_clips_qa/video_002339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac252da6e3f71b31d09b0ad2f599e0881185b57bf2380760523e43061061125 +size 833097 diff --git a/hf_video_clips_qa/video_002340.mp4 b/hf_video_clips_qa/video_002340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33bda94bbbce3bb8124aea294034ef31260dd281 --- /dev/null +++ b/hf_video_clips_qa/video_002340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841f88675ecbab3b5f0b81ac581ab6356946006d17806f4363cab6104af617da +size 3739389 diff --git a/hf_video_clips_qa/video_002341.mp4 b/hf_video_clips_qa/video_002341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0666b1cb4f07792280fc1812427b6e2d9196af0 --- /dev/null +++ b/hf_video_clips_qa/video_002341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be13ae492fc802a4805e0a98da718db866f6a9bbdcf15f514ad1acde06b2023 +size 1826156 diff --git a/hf_video_clips_qa/video_002342.mp4 b/hf_video_clips_qa/video_002342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72ef85588baf2a247bf126afa9ee4d7bb3364270 --- /dev/null +++ b/hf_video_clips_qa/video_002342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151b6cf8143003aac92af9a8477ed3859699024f9d4c7b06fc5d803be3a85bf +size 6530937 diff --git a/hf_video_clips_qa/video_002343.mp4 b/hf_video_clips_qa/video_002343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_002343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_002344.mp4 b/hf_video_clips_qa/video_002344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaec164c01391719fcc2917ed9713d45347b1b97 --- /dev/null +++ b/hf_video_clips_qa/video_002344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd83e2e9bed3af6616e9fda66e7fc4791d2c9ea5978549d84c5d18f7eb68623 +size 2233245 diff --git a/hf_video_clips_qa/video_002345.mp4 b/hf_video_clips_qa/video_002345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ff89ff90c14b56c4516a1fec1ce8ccf07bee4e --- /dev/null +++ b/hf_video_clips_qa/video_002345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87712f065645ddc25afe7abe7456733cdfd66396010a3689c427a47a29cebe35 +size 3477736 diff --git a/hf_video_clips_qa/video_002346.mp4 b/hf_video_clips_qa/video_002346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d05888bc6ae2fe95d16fb7dcc501f7243eb109 --- /dev/null +++ b/hf_video_clips_qa/video_002346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1906d7d4599c56c7d7eb3b318cf809a3c155548e8cb8c93026c45a35152ec1 +size 2116851 diff --git a/hf_video_clips_qa/video_002347.mp4 b/hf_video_clips_qa/video_002347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1889c379bca20ab8c7945f6b34c5cd189a12617d --- /dev/null +++ b/hf_video_clips_qa/video_002347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946838e7249eb1ee781418fb012d78f43f0683944bf3cbc7a94aa5ebfd0758cf +size 1159489 diff --git a/hf_video_clips_qa/video_002348.mp4 b/hf_video_clips_qa/video_002348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7415650b7c0d40b897d7afa5066ca9cefbc785 --- /dev/null +++ b/hf_video_clips_qa/video_002348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0a534d155f8472d25ea76ab099d5aad100ab17143582b5829d8c4ea23f4baa +size 2812187 diff --git a/hf_video_clips_qa/video_002349.mp4 b/hf_video_clips_qa/video_002349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782a8310e02d4a3d3142fc93cd292f451ad98a00 --- /dev/null +++ b/hf_video_clips_qa/video_002349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42731e7e932f46da99baead467ffce4dda263c791a9f062634157bb4c83fbb80 +size 2739786 diff --git a/hf_video_clips_qa/video_002350.mp4 b/hf_video_clips_qa/video_002350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05cac2773e8463d8bc665eae7d14ba63ded14f4 --- /dev/null +++ b/hf_video_clips_qa/video_002350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3238e82ec9fd8f1aeed9320980601b3a8d1b3850c8a475235d299464d28bc50 +size 2397691 diff --git a/hf_video_clips_qa/video_002351.mp4 b/hf_video_clips_qa/video_002351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95ccff30ad99d15f5fbc71c48227f2bae6f63ae5 --- /dev/null +++ b/hf_video_clips_qa/video_002351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb53c5f0e43f364de95b7cd0d31a4dc292685815170897546b8464f6c5ae6992 +size 1081854 diff --git a/hf_video_clips_qa/video_002352.mp4 b/hf_video_clips_qa/video_002352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98b2bb1f3abeffb48aa5f236b36ab5bda1ed360c --- /dev/null +++ b/hf_video_clips_qa/video_002352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74ea39ee1fe4301e06e2ebc2493b62ec738f095959bd1e4c8353991514fc98f +size 953528 diff --git a/hf_video_clips_qa/video_002353.mp4 b/hf_video_clips_qa/video_002353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0666b1cb4f07792280fc1812427b6e2d9196af0 --- /dev/null +++ b/hf_video_clips_qa/video_002353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be13ae492fc802a4805e0a98da718db866f6a9bbdcf15f514ad1acde06b2023 +size 1826156 diff --git a/hf_video_clips_qa/video_002354.mp4 b/hf_video_clips_qa/video_002354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9056daadffcd9b893965c27b1992cf521a890f83 --- /dev/null +++ b/hf_video_clips_qa/video_002354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8367edf792e7be1b116a037170fe3c388a2a9867bf3be21af65acc1922ad51 +size 1711733 diff --git a/hf_video_clips_qa/video_002355.mp4 b/hf_video_clips_qa/video_002355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c28045ffd881f3ca7e38398ef546cc4bbf36e20 --- /dev/null +++ b/hf_video_clips_qa/video_002355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2493df2cfaa167e799b61bed74121bef344e5fb29498151c2d0cf6a57219dd72 +size 2155374 diff --git a/hf_video_clips_qa/video_002356.mp4 b/hf_video_clips_qa/video_002356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2c069f12a9961a345b3e25fba420ad97591cd6c --- /dev/null +++ b/hf_video_clips_qa/video_002356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aa5119b7fdecce20cc81f5e9d8d5f6f093f6e5fa9450baf4de8e70786d066e +size 1767562 diff --git a/hf_video_clips_qa/video_002357.mp4 b/hf_video_clips_qa/video_002357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4c67d9b0b513dec96762d12e0e4ec8a6c6b48eb --- /dev/null +++ b/hf_video_clips_qa/video_002357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aefdcf3dc34ac5e35650b67dd72edc5838544aeb92d7e3067a252b51b12749 +size 1489569 diff --git a/hf_video_clips_qa/video_002358.mp4 b/hf_video_clips_qa/video_002358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaac069141bbf952da4b81423c9d16f3a103093c --- /dev/null +++ b/hf_video_clips_qa/video_002358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e9baab1382541b0e12608cc310309cd323385eea86763185b779e10bdb341b +size 1671004 diff --git a/hf_video_clips_qa/video_002359.mp4 b/hf_video_clips_qa/video_002359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01443273c1fe73518cfc4cb97cffcb362f5a1fa --- /dev/null +++ b/hf_video_clips_qa/video_002359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2c143784f327f7f5152d6f003988a69fd740a88292294b863057fed6c6321 +size 662950 diff --git a/hf_video_clips_qa/video_002360.mp4 b/hf_video_clips_qa/video_002360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..639ae7a3adb4c65d3f747ee6ce89ed6fc74d298a --- /dev/null +++ b/hf_video_clips_qa/video_002360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf11971ef02dcd7f529584e4c433f77a149a21e11b775725bd4b4e41987efd70 +size 380488 diff --git a/hf_video_clips_qa/video_002361.mp4 b/hf_video_clips_qa/video_002361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684c6611feb55acce36e4e3878cbb44986fcd50b --- /dev/null +++ b/hf_video_clips_qa/video_002361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9068599425570de9320e14c6e6e2f9178390d607d095b64d1e15be2f972a47a0 +size 726399 diff --git a/hf_video_clips_qa/video_002362.mp4 b/hf_video_clips_qa/video_002362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d9bc53250b1202ec1d6589f16b942e2fd34cab5 --- /dev/null +++ b/hf_video_clips_qa/video_002362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fba71980ff0bf023edfe95165c5541f13f3a1c0df7acf4c41c08c2a6e32d029 +size 540141 diff --git a/hf_video_clips_qa/video_002363.mp4 b/hf_video_clips_qa/video_002363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a928071b7b8104d896ebf83e4892fe466d67668 --- /dev/null +++ b/hf_video_clips_qa/video_002363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad9bb3469588aa7b325ca604d655df0765890134a68efdda897111e0be2aec8 +size 575946 diff --git a/hf_video_clips_qa/video_002364.mp4 b/hf_video_clips_qa/video_002364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28524f45c7ab22c9a2a2d746cddb034bcb2ee515 --- /dev/null +++ b/hf_video_clips_qa/video_002364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42325ef2a2867d57e63444e18b02594a5a1e6b638d97dbd1921d458bcd9465d +size 925018 diff --git a/hf_video_clips_qa/video_002365.mp4 b/hf_video_clips_qa/video_002365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb90aea91cb99e98904ff3bf6b0d120642d8fd60 --- /dev/null +++ b/hf_video_clips_qa/video_002365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb923fcf560dd18a5a7902f6bba8b30cf41c585a54a1ab784f489d1ee1e58e1f +size 811313 diff --git a/hf_video_clips_qa/video_002366.mp4 b/hf_video_clips_qa/video_002366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f280d6a71d12e9424c7a8b92641cbcd94765cf92 --- /dev/null +++ b/hf_video_clips_qa/video_002366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66161b3f2034d3b868ab33d7d24b5bb282dbcc3bd637389cd67da1fdf5eb311d +size 489187 diff --git a/hf_video_clips_qa/video_002367.mp4 b/hf_video_clips_qa/video_002367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a387459d0232668ddaefbe3b9c7fe55b3409ae2 --- /dev/null +++ b/hf_video_clips_qa/video_002367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec2d907feeef55e4e19fe458965db2df522a44edb77d8c7e7b6589f87d52c8 +size 680845 diff --git a/hf_video_clips_qa/video_002368.mp4 b/hf_video_clips_qa/video_002368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ced6485afad7eb220e4472098262aa42b563a47 --- /dev/null +++ b/hf_video_clips_qa/video_002368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab30d296bf31766e408c36d092f22fc9c77f9c753a5ab08c100481a025670543 +size 577869 diff --git a/hf_video_clips_qa/video_002369.mp4 b/hf_video_clips_qa/video_002369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..109d52b28d55e34d0e278d9f558d675a1ba3f67f --- /dev/null +++ b/hf_video_clips_qa/video_002369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d799eac108b3b88b85a53a8c88cd1a5b5847a93d4ec6325e76990f0b84231717 +size 1125373 diff --git a/hf_video_clips_qa/video_002370.mp4 b/hf_video_clips_qa/video_002370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd85339527d5947c9c21b4e001910059811649e7 --- /dev/null +++ b/hf_video_clips_qa/video_002370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68d22e42c201a015963cc7be043d4d4204b78d35437d3be14fb7404b2bca0d1 +size 750545 diff --git a/hf_video_clips_qa/video_002371.mp4 b/hf_video_clips_qa/video_002371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e5705e088a67e2288b455cb33875f64eb1730b --- /dev/null +++ b/hf_video_clips_qa/video_002371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9fba8d96e05bcb0bb99e30ccc1458663d97c0c8a85a465f0f3afa7820393d6 +size 2112830 diff --git a/hf_video_clips_qa/video_002372.mp4 b/hf_video_clips_qa/video_002372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc108afd443ba903bc95bf2be72cf141c74ffdb4 --- /dev/null +++ b/hf_video_clips_qa/video_002372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62769594be843de7a1cf6ad1675a80947ccff35eb15c61c3360a8f5d2b94d74 +size 2205689 diff --git a/hf_video_clips_qa/video_002373.mp4 b/hf_video_clips_qa/video_002373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d05888bc6ae2fe95d16fb7dcc501f7243eb109 --- /dev/null +++ b/hf_video_clips_qa/video_002373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1906d7d4599c56c7d7eb3b318cf809a3c155548e8cb8c93026c45a35152ec1 +size 2116851 diff --git a/hf_video_clips_qa/video_002374.mp4 b/hf_video_clips_qa/video_002374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ada1a83e36093202e5638686b0d0456a88ac22e --- /dev/null +++ b/hf_video_clips_qa/video_002374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf669cfcb8c94899b7f81129133c86e401b2078ce089c2655750639a17bcfb27 +size 1130306 diff --git a/hf_video_clips_qa/video_002375.mp4 b/hf_video_clips_qa/video_002375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9a34010b0964943568691d90feacdd685abaf5 --- /dev/null +++ b/hf_video_clips_qa/video_002375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac252da6e3f71b31d09b0ad2f599e0881185b57bf2380760523e43061061125 +size 833097 diff --git a/hf_video_clips_qa/video_002376.mp4 b/hf_video_clips_qa/video_002376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ba01e784e65dfb462f30b476873f595d35e8378 --- /dev/null +++ b/hf_video_clips_qa/video_002376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7a02ce5539622fc40de3094ecdc9f9af85cf0042d3b7c1c222bf1e56291407 +size 2511931 diff --git a/hf_video_clips_qa/video_002377.mp4 b/hf_video_clips_qa/video_002377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33bda94bbbce3bb8124aea294034ef31260dd281 --- /dev/null +++ b/hf_video_clips_qa/video_002377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841f88675ecbab3b5f0b81ac581ab6356946006d17806f4363cab6104af617da +size 3739389 diff --git a/hf_video_clips_qa/video_002378.mp4 b/hf_video_clips_qa/video_002378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d89df84392878feb1cdcb73b75a5919be9eca41 --- /dev/null +++ b/hf_video_clips_qa/video_002378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f681295486e57cfd4e508da204a503de2d433589fc55a877100879749acf92b +size 835631 diff --git a/hf_video_clips_qa/video_002379.mp4 b/hf_video_clips_qa/video_002379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb19f47b81dea7cd490881f16a97d0a22e7cb6cd --- /dev/null +++ b/hf_video_clips_qa/video_002379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750c47f7705119accab1ee47772b626be4372ec00865044f2e051ad8c5ddcb99 +size 1278996 diff --git a/hf_video_clips_qa/video_002380.mp4 b/hf_video_clips_qa/video_002380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..604453ae0ee1ae933d9a10f3f5ca99578dad0d27 --- /dev/null +++ b/hf_video_clips_qa/video_002380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d72d383168e9169752eeaf8fff18b61f0138fd895056f75fb9b0ff879f491 +size 2706574 diff --git a/hf_video_clips_qa/video_002381.mp4 b/hf_video_clips_qa/video_002381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd85339527d5947c9c21b4e001910059811649e7 --- /dev/null +++ b/hf_video_clips_qa/video_002381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68d22e42c201a015963cc7be043d4d4204b78d35437d3be14fb7404b2bca0d1 +size 750545 diff --git a/hf_video_clips_qa/video_002382.mp4 b/hf_video_clips_qa/video_002382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73928488175037a71a4c400a458f04175742cc0a --- /dev/null +++ b/hf_video_clips_qa/video_002382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80540036a9a2082917859237f48bf0aa24d9aae3369972085505aca583f471 +size 1307232 diff --git a/hf_video_clips_qa/video_002383.mp4 b/hf_video_clips_qa/video_002383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84cead5d0cf18fbc7f8539e56df41aea449bcf28 --- /dev/null +++ b/hf_video_clips_qa/video_002383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0040868d61b3d2efb0ec88ea6aaf769e1dfa29e7a0babe0144b975a7d6f24a51 +size 1418550 diff --git a/hf_video_clips_qa/video_002384.mp4 b/hf_video_clips_qa/video_002384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc4e76addf5814b7aecde420c4e80c071d67e6e8 --- /dev/null +++ b/hf_video_clips_qa/video_002384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cc0057e31963a61eb5f5d166d39e2acf3e30a9bfd3dc745f2e2fd5665e46a7 +size 1096336 diff --git a/hf_video_clips_qa/video_002385.mp4 b/hf_video_clips_qa/video_002385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d30d960ebb9a6c70d98057d739cd618112b119 --- /dev/null +++ b/hf_video_clips_qa/video_002385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc96362d71d5905b923698e358af2de788f4c72bfacd5c393fbaf3778eddb3 +size 1307139 diff --git a/hf_video_clips_qa/video_002386.mp4 b/hf_video_clips_qa/video_002386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80498cd99467b01b9888f45250dd986c175c58f9 --- /dev/null +++ b/hf_video_clips_qa/video_002386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb9adb2bbce47926c1d17fe304108f8b8b969b719c5bf739dedcda53fb6a70a +size 1719234 diff --git a/hf_video_clips_qa/video_002387.mp4 b/hf_video_clips_qa/video_002387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e15791ce1123398ba68d300f681c5c13e009e4b --- /dev/null +++ b/hf_video_clips_qa/video_002387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3791c3fde35fa4d0b636e17f7b7e3ceb5b9f32a7f35fb4eb055cbdd5035473 +size 1818272 diff --git a/hf_video_clips_qa/video_002388.mp4 b/hf_video_clips_qa/video_002388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f66fe61ab878e10180ad6af1819cf16fa23a341 --- /dev/null +++ b/hf_video_clips_qa/video_002388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb50d3da3a509524295ea68a066cb3a0a557d6d36994090e20d67e58ea7805 +size 2538472 diff --git a/hf_video_clips_qa/video_002389.mp4 b/hf_video_clips_qa/video_002389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35b4fde4d615931e8eba562dfb2fa11f0384eb69 --- /dev/null +++ b/hf_video_clips_qa/video_002389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fddebed452f724fad4db2e7ba0c81ca9dfb4027eaa2aa4d92986e73d432a32 +size 1615212 diff --git a/hf_video_clips_qa/video_002390.mp4 b/hf_video_clips_qa/video_002390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b79ef2f048ca06a6a10f126b344754dc249af2 --- /dev/null +++ b/hf_video_clips_qa/video_002390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a737ecfe4a819a85a4e79a588a026f93cd9ec9cb870fcdbfa54b0030856aa0 +size 2703749 diff --git a/hf_video_clips_qa/video_002391.mp4 b/hf_video_clips_qa/video_002391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4fbe4ec01ee2a91263316f9e4a5360018717ece --- /dev/null +++ b/hf_video_clips_qa/video_002391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d231541b8d89c9ca3ea3ac88b97d2261c6ebbe62aec9c87a8de13e3a4df356 +size 2250792 diff --git a/hf_video_clips_qa/video_002392.mp4 b/hf_video_clips_qa/video_002392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdf7a61ad20303933dc0b177c417bbc16ead8b71 --- /dev/null +++ b/hf_video_clips_qa/video_002392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f868d7b6c48247111574da23474db9b11b2c2c5d2f03f620f8678b52a9be4 +size 1406093 diff --git a/hf_video_clips_qa/video_002393.mp4 b/hf_video_clips_qa/video_002393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..978dc2a78d6d42af786e7b6d22fa55512ba03fe3 --- /dev/null +++ b/hf_video_clips_qa/video_002393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365989120f07a1963757f37c1402ac35338e9262a19c99bef1b37aaef1a34144 +size 743182 diff --git a/hf_video_clips_qa/video_002394.mp4 b/hf_video_clips_qa/video_002394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3be0085c52cc9f22ea91f48a2d6f6726a10e6b14 --- /dev/null +++ b/hf_video_clips_qa/video_002394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada205b6536bc0b01ccfee2ebd2bdd1336c4004cd1fc707f45673e8d83ec2850 +size 757162 diff --git a/hf_video_clips_qa/video_002395.mp4 b/hf_video_clips_qa/video_002395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9821c31fc6bb83da8dcfd8ff4b89512af2a7c3e4 --- /dev/null +++ b/hf_video_clips_qa/video_002395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ba0cfdbf2642cdd778d3f96faf844037f2b0c959ab7127687b80a07f087ee +size 585979 diff --git a/hf_video_clips_qa/video_002396.mp4 b/hf_video_clips_qa/video_002396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aebac7a25fce73412004e157ff9e8423c24f02a5 --- /dev/null +++ b/hf_video_clips_qa/video_002396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d8cd98cc272d3aaec93c646c26fc0f2834ff95e8c1af4bfb948a8ad05f4349 +size 948138 diff --git a/hf_video_clips_qa/video_002397.mp4 b/hf_video_clips_qa/video_002397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c08bcfae2c88dbb0deede7dd69c775ab8cbbe51b --- /dev/null +++ b/hf_video_clips_qa/video_002397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52adc5f5887d4134b44d76701a73fc0ff7846060e5e53682dadc7da71060cc2f +size 819028 diff --git a/hf_video_clips_qa/video_002398.mp4 b/hf_video_clips_qa/video_002398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91c23ce60074550a349dcdf71bef6a208dd22a9d --- /dev/null +++ b/hf_video_clips_qa/video_002398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a769551ff5dfed1fc81734440f67a736e36525f5d05ced7052738f11e19ccdac +size 2828480 diff --git a/hf_video_clips_qa/video_002399.mp4 b/hf_video_clips_qa/video_002399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e70c572c792d70142898a25aa96f12639e2a7698 --- /dev/null +++ b/hf_video_clips_qa/video_002399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751902e54cbff1e107dc58c537b56d2d51bff766d1c141544a7e259bcbf73371 +size 679288 diff --git a/hf_video_clips_qa/video_002400.mp4 b/hf_video_clips_qa/video_002400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684420fb6acfe6fa541fffb115a2d8575d49cf98 --- /dev/null +++ b/hf_video_clips_qa/video_002400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a459dcd4867f44fa4887c6721b787dd9ed82645d4f14f407e356245159dd01b6 +size 1188100 diff --git a/hf_video_clips_qa/video_002401.mp4 b/hf_video_clips_qa/video_002401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ffe03cbdacfeb4f189c6e13137134d56266ce4 --- /dev/null +++ b/hf_video_clips_qa/video_002401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db699b49f3a95a6ee566179ca4168bd3f46afc748b4fb57bab7ef380a29afd48 +size 1369537 diff --git a/hf_video_clips_qa/video_002402.mp4 b/hf_video_clips_qa/video_002402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..531a67426dd6eff82400fb5dffd5ce9e6e8cae80 --- /dev/null +++ b/hf_video_clips_qa/video_002402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8591a878344f52bc4ed39b37252e89f870f55e8be1d0222f240135c2dc71894a +size 735196 diff --git a/hf_video_clips_qa/video_002403.mp4 b/hf_video_clips_qa/video_002403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f939961d700c4c0084a2f3cbada06e5fadaf973 --- /dev/null +++ b/hf_video_clips_qa/video_002403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2793b0421761826c5e8b0e094a2d5ca8cff851f9c35e9c3e7f518016557af86e +size 554696 diff --git a/hf_video_clips_qa/video_002404.mp4 b/hf_video_clips_qa/video_002404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dacd9f0bd006520e1f119f59972cb7b484cc486 --- /dev/null +++ b/hf_video_clips_qa/video_002404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3743d9c0c4e5a3ba9e06c8d53f5a3cff88981c84fa695e943725397cb221664 +size 938247 diff --git a/hf_video_clips_qa/video_002405.mp4 b/hf_video_clips_qa/video_002405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ef4177a462f1ae6a5bb7be89a2f63f7b36fe67d --- /dev/null +++ b/hf_video_clips_qa/video_002405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414fdd449ea54a5b5e645fd2b0d5c786b59ac42a89ed32a8324b3b16cd4ce115 +size 812161 diff --git a/hf_video_clips_qa/video_002406.mp4 b/hf_video_clips_qa/video_002406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6599f4810a0e399931e976fb80f67324b98549b2 --- /dev/null +++ b/hf_video_clips_qa/video_002406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c634c72d50bd7632b24d369134d52a5539a8d010dff30627ff9af283986c5 +size 1057297 diff --git a/hf_video_clips_qa/video_002407.mp4 b/hf_video_clips_qa/video_002407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aebac7a25fce73412004e157ff9e8423c24f02a5 --- /dev/null +++ b/hf_video_clips_qa/video_002407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d8cd98cc272d3aaec93c646c26fc0f2834ff95e8c1af4bfb948a8ad05f4349 +size 948138 diff --git a/hf_video_clips_qa/video_002408.mp4 b/hf_video_clips_qa/video_002408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f280d6a71d12e9424c7a8b92641cbcd94765cf92 --- /dev/null +++ b/hf_video_clips_qa/video_002408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66161b3f2034d3b868ab33d7d24b5bb282dbcc3bd637389cd67da1fdf5eb311d +size 489187 diff --git a/hf_video_clips_qa/video_002409.mp4 b/hf_video_clips_qa/video_002409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09cbda15c9290fca372cdefa4e8bd943f4501cfb --- /dev/null +++ b/hf_video_clips_qa/video_002409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a66519d47d1b91385b1d92f9a8f5a29c448e831499561ac9d0567907507e64 +size 1396642 diff --git a/hf_video_clips_qa/video_002410.mp4 b/hf_video_clips_qa/video_002410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cd7d6a3a6a6fa78e8ab02d76449be8a6a2a927f --- /dev/null +++ b/hf_video_clips_qa/video_002410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae004856a790cd22c9136bb4282421ccf6b50f174090f7e4ef76320d152c58d +size 811818 diff --git a/hf_video_clips_qa/video_002411.mp4 b/hf_video_clips_qa/video_002411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d8f947172277dd8f0fb93dae6a7ef714c2e47a --- /dev/null +++ b/hf_video_clips_qa/video_002411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb85cb86ba1ce1118dc16e578c03710249dedae9f08e016630f4ad82da2692c +size 748387 diff --git a/hf_video_clips_qa/video_002412.mp4 b/hf_video_clips_qa/video_002412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9083f3d3fdfa03eb0833fb76f6acaa0ffe14c560 --- /dev/null +++ b/hf_video_clips_qa/video_002412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb5cdbc0f482ca535c811dd9235cb2b0a8e109a050782db196d31cabf5c7cd +size 1149531 diff --git a/hf_video_clips_qa/video_002413.mp4 b/hf_video_clips_qa/video_002413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cce5626b3630e69c3634a30ed391687b3f3daf73 --- /dev/null +++ b/hf_video_clips_qa/video_002413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3512b1758c02f7e7a797234c8d1feb071b962500ca4f9420649db273de26e914 +size 648525