ColorfulAI commited on
Commit
95d2c57
1 Parent(s): a520d24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -9,3 +9,10 @@ language:
9
  - 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`
10
  - Text: we add "video_path" key to the original json file.
11
 
 
 
 
 
 
 
 
 
9
  - 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`
10
  - Text: we add "video_path" key to the original json file.
11
 
12
+ After downloading video files, run following script to get the videos:
13
+ ```bash
14
+ cat egoplan.zip.part-* > egoplan.zip
15
+ unzip egoplan.zip
16
+ ```
17
+
18
+