Datasets:

Modalities:
Text
Video
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
yawenluo commited on
Commit
037517c
·
verified ·
1 Parent(s): c641b94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -69,12 +69,21 @@ Camera-Clone-Dataset
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
 
80
- [Yawen Luo](https://luo0207.github.io/yawenluo/)
 
 
69
  ```
70
 
71
  ## 4. Use Dataset
72
+ ```bash
73
  sudo apt-get install git-lfs
74
  git lfs install
75
  git clone https://huggingface.co/datasets/KwaiVGI/CameraClone-Dataset
76
  cat CamCloneDataset.part* > CamCloneDataset.tar.gz
77
  tar -xzvf CamCloneDataset.tar.gz
78
+ ```
79
+
80
+ The "Triple Sets" information is located in the [CamCloneDataset.csv](https://huggingface.co/datasets/KwaiVGI/CameraClone-Dataset/blob/main/CamCloneDataset.csv) file, which contains the following columns:
81
+ * video_path: The path to the target video.
82
+ * caption: A description of the target video.
83
+ * ref_video_path: The path to the camera reference video.
84
+ * content_video_path: The path to the content reference video.
85
 
86
  ## Contact
87
 
88
+ [Yawen Luo](https://luo0207.github.io/yawenluo/)
89
+ luo0207@gmail.com