update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# GenProp (Generative Video Propagation) - Test Dataset
|
2 |
+
|
3 |
+
This dataset contains a set of test data for the GenProp (Generative Video Propagation). The goal is to allow video editing by modifying only the first frame and propagating the changes throughout the entire video.
|
4 |
+
|
5 |
+
## Dataset Description
|
6 |
+
|
7 |
+
- Each pair of files consists of a video file (`xxx.mp4`) and its corresponding first frame image (`xxx.png`).
|
8 |
+
- `xxx.mp4` is the original video.
|
9 |
+
- `xxx.png` is a manually edited image of the first frame of the corresponding video.
|
10 |
+
|
11 |
+
## License
|
12 |
+
|
13 |
+
Licensed with CC-BY-NC 4.0 License.
|