Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Camera Clone Dataset
|
| 2 |
|
| 3 |
## 1. Dataset Introduction
|
| 4 |
|
| 5 |
-
**TL;DR:** The Camera Clone Dataset, introduced in [CamCloneMaster](https://arxiv.org/pdf/2506.03140), is a large-scale synthetic dataset designed for camera clone learning, encompassing diverse scenes, subjects, and camera movements. It consists of triple video sets: a camera motion reference video
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
[Project Page](https://luo0207.github.io/CamCloneMaster/)
|
| 6 |
+
|
| 7 |
+
[Paper](https://arxiv.org/abs/2506.03140)
|
| 8 |
+
|
| 9 |
# Camera Clone Dataset
|
| 10 |
|
| 11 |
## 1. Dataset Introduction
|
| 12 |
|
| 13 |
+
**TL;DR:** The Camera Clone Dataset, introduced in [CamCloneMaster](https://arxiv.org/pdf/2506.03140), is a large-scale synthetic dataset designed for camera clone learning, encompassing diverse scenes, subjects, and camera movements. It consists of triple video sets: a camera motion reference video \\(V_{cam}\\), a content reference video \\(V_{cont}\\), and a target video \\(V\\), which recaptures the scene in \\(V_{cont}\\) with the same camera movement as \\(V_{cam}\\).
|
| 14 |
|
| 15 |
+
<!-- <div align="center">
|
| 16 |
+
<video controls autoplay style="width: 70%;" src=""></video>
|
| 17 |
+
</div>
|
| 18 |
+
-->
|