Datasets:
Update README.md
Browse files
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
|
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 |
-
|
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
|