--- license: mit language: - en --- # EgoPlan-Test - Videos: We trim videos in [EgoPlan](https://github.com/ChenYi99/EgoPlan?tab=readme-ov-file#data) test set by the `start_frame` and `end_frame` - Text: we add "video_path" key to the original json file. After downloading video files, run following script to get the videos: ```bash cat egoplan.zip.part-* > egoplan.zip unzip egoplan.zip ```