WenhaoWang
commited on
Commit
•
8e176e5
1
Parent(s):
02145a6
Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ It can easily be read by
|
|
99 |
|
100 |
```
|
101 |
import pandas
|
102 |
-
df = pd.read_csv(VidProM_unique.csv)
|
103 |
```
|
104 |
|
105 |
Below are three rows from ``VidProM_unique.csv``:
|
@@ -128,7 +128,7 @@ def read_descriptors(filename):
|
|
128 |
uuid, features = read_descriptors('VidProM_embed.hdf5')
|
129 |
```
|
130 |
|
131 |
-
``original_files`` are the HTML files collected by DiscordChatExporter.
|
132 |
|
133 |
``pika_videos``, ``vc2_videos``, ``t2vz_videos``, and ``ms_videos`` are the generated videos by 4 state-of-the-art text-to-video diffusion models. Each contains 30 tar files.
|
134 |
|
|
|
99 |
|
100 |
```
|
101 |
import pandas
|
102 |
+
df = pd.read_csv("VidProM_unique.csv")
|
103 |
```
|
104 |
|
105 |
Below are three rows from ``VidProM_unique.csv``:
|
|
|
128 |
uuid, features = read_descriptors('VidProM_embed.hdf5')
|
129 |
```
|
130 |
|
131 |
+
``original_files`` are the HTML files from [official Pika Discord](https://discord.com/invite/pika) collected by [DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter). You can do whatever you want with it under [CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/deed.en).
|
132 |
|
133 |
``pika_videos``, ``vc2_videos``, ``t2vz_videos``, and ``ms_videos`` are the generated videos by 4 state-of-the-art text-to-video diffusion models. Each contains 30 tar files.
|
134 |
|