LanguageBind
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,17 @@ license: mit
|
|
4 |
# Open-Sora-Dataset
|
5 |
|
6 |
|
7 |
-
|
8 |
|
9 |
-
We warmly welcome you to join us! Let's contribute to the open-source world together! Thank you for your support and contribution.
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
|
15 |
|
16 |
## Data Construction for Open-Sora-Plan v1.0.0
|
@@ -58,7 +62,7 @@ pip install -e .
|
|
58 |
```
|
59 |
3. Split video script
|
60 |
```
|
61 |
-
git clone https://github.com/
|
62 |
python split/no_transition.py --video_json_file /path/to/your_video /path/to/save
|
63 |
```
|
64 |
|
|
|
4 |
# Open-Sora-Dataset
|
5 |
|
6 |
|
7 |
+
Welcome to the Open-Sora-DataSet project! As part of the [Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan) project, we specifically talk about the collection and processing of data sets. To build a high-quality video dataset for the open-source world, we started this project. 💪
|
8 |
|
9 |
+
We warmly welcome you to join us! Let's contribute to the open-source world together! Thank you for your support and contribution.
|
10 |
|
11 |
+
**If you like our project, please give us a star ⭐ on [GitHub](https://github.com/PKU-YuanGroup/Open-Sora-Plan) for latest update.**
|
12 |
|
13 |
+
欢迎来到Open-Sora-DataSet项目!我们作为Open-Sora—Plan项目的一部分,详细阐述数据集的收集和处理。为给开源世界构建一个高质量的视频数据,我们发起了这个项目。💪
|
14 |
+
|
15 |
+
我们非常欢迎您的加入!让我们共同为开源的世界贡献力量!感谢您的支持和贡献。
|
16 |
+
|
17 |
+
如果你喜欢我们的项目,请为我们的[项目](https://github.com/PKU-YuanGroup/Open-Sora-Plan)支持点赞!
|
18 |
|
19 |
|
20 |
## Data Construction for Open-Sora-Plan v1.0.0
|
|
|
62 |
```
|
63 |
3. Split video script
|
64 |
```
|
65 |
+
git clone https://github.com/PKU-YuanGroup/Open-Sora-Dataset
|
66 |
python split/no_transition.py --video_json_file /path/to/your_video /path/to/save
|
67 |
```
|
68 |
|