Qingyun commited on
Commit
6f2c369
1 Parent(s): aa3b0e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,7 +29,7 @@ This dataset demonstrates several advantages over its counterparts:
29
  The OmniCorpus contains three sections:
30
 
31
  - **OmniCorpus-CC**: processed from dumps in Common Crawl from 2013 to Nov./Dec. 2023.
32
- - **OmniCorpus-CW**: sourced from Chinese internet resources, will be availiable in [OpenDataLab](https://opendatalab.com/) platform.
33
  - **OmniCorpus-YT**: samples Youtube video frames as images and collects subtitles as texts.
34
 
35
  Code for pre-training, evaluating, main body extracting, and filtering have been released in the official [repository](https://github.com/OpenGVLab/OmniCorpus). A pre-trained model is availiable [here](). We are processing and uploading the rest data sections as soon as possible.
@@ -129,7 +129,7 @@ def extract_frames_with_hls(youtube_id, timestamps, output_dir='frames'):
129
  pool.starmap(extract_frame, tasks)
130
 
131
  if __name__ == "__main__":
132
- fextract_frames_with_hls("1xGiPUeevCM", [19.000000, 23.000000, 28.000000, 32.000000, 45.000000, 54.000000, 57.000000, 67.000000])
133
  ```
134
 
135
  # License
 
29
  The OmniCorpus contains three sections:
30
 
31
  - **OmniCorpus-CC**: processed from dumps in Common Crawl from 2013 to Nov./Dec. 2023.
32
+ - **OmniCorpus-CW**: sourced from Chinese internet resources, will be availiable on [OpenDataLab](https://opendatalab.com/) platform.
33
  - **OmniCorpus-YT**: samples Youtube video frames as images and collects subtitles as texts.
34
 
35
  Code for pre-training, evaluating, main body extracting, and filtering have been released in the official [repository](https://github.com/OpenGVLab/OmniCorpus). A pre-trained model is availiable [here](). We are processing and uploading the rest data sections as soon as possible.
 
129
  pool.starmap(extract_frame, tasks)
130
 
131
  if __name__ == "__main__":
132
+ extract_frames_with_hls("1xGiPUeevCM", [19.000000, 23.000000, 28.000000, 32.000000, 45.000000, 54.000000, 57.000000, 67.000000])
133
  ```
134
 
135
  # License