Update README.md
Browse files
README.md
CHANGED
|
@@ -36,9 +36,9 @@ In total, Camera Clone Dataset comprises 391K visually authentic videos shooting
|
|
| 36 |
## 2. Statistics and Configurations
|
| 37 |
|
| 38 |
Dataset Statistics:
|
| 39 |
-
| Number of Dynamic Scenes | Camera per Scene | Total Videos |
|
| 40 |
-
|
| 41 |
-
| 39,100 | 10 | 391,000 |
|
| 42 |
|
| 43 |
Video Configurations:
|
| 44 |
|
|
@@ -49,11 +49,31 @@ Video Configurations:
|
|
| 49 |
|
| 50 |
Note: You can use 'center crop' to adjust the video's aspect ratio to fit your video generation model, such as 16:9, 9:16, 4:3, or 3:4.
|
| 51 |
|
| 52 |
-
Camera Configurations:
|
| 53 |
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
## Contact
|
| 59 |
|
|
|
|
| 36 |
## 2. Statistics and Configurations
|
| 37 |
|
| 38 |
Dataset Statistics:
|
| 39 |
+
| Number of Dynamic Scenes | Camera per Scene | Total Videos | Number of Triple Sets |
|
| 40 |
+
|:------------------------:|:----------------:|:------------:|:------------:|
|
| 41 |
+
| 39,100 | 10 | 391,000 |1154,819 |
|
| 42 |
|
| 43 |
Video Configurations:
|
| 44 |
|
|
|
|
| 49 |
|
| 50 |
Note: You can use 'center crop' to adjust the video's aspect ratio to fit your video generation model, such as 16:9, 9:16, 4:3, or 3:4.
|
| 51 |
|
|
|
|
| 52 |
|
| 53 |
+
## 3. File Structure
|
| 54 |
+
```
|
| 55 |
+
Camera-Clone-Dataset
|
| 56 |
+
├──data
|
| 57 |
+
├── 0316
|
| 58 |
+
│ └── traj_1_01
|
| 59 |
+
│ ├── scene1_01.mp4
|
| 60 |
+
│ ├── scene550_01.mp4
|
| 61 |
+
│ ├── scene935_01.mp4
|
| 62 |
+
│ └── scene1224_01.mp4
|
| 63 |
+
├── 0317
|
| 64 |
+
├── 0401
|
| 65 |
+
├── 0402
|
| 66 |
+
├── 0404
|
| 67 |
+
├── 0407
|
| 68 |
+
└── 0410
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## 4. Use Dataset
|
| 72 |
+
sudo apt-get install git-lfs
|
| 73 |
+
git lfs install
|
| 74 |
+
git clone https://huggingface.co/datasets/KwaiVGI/CameraClone-Dataset
|
| 75 |
+
cat CamCloneDataset.part* > CamCloneDataset.tar.gz
|
| 76 |
+
tar -xzvf CamCloneDataset.tar.gz
|
| 77 |
|
| 78 |
## Contact
|
| 79 |
|