NinaKarine commited on
Commit
21b9000
·
verified ·
1 Parent(s): ae70909

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,4 +1,7 @@
1
- # Scene-Decoupled Video Dataset
 
 
 
2
 
3
  TL;DR: The Scene-Decoupled Video Dataset, introduced in CineScene, is a large-scale synthetic dataset for **video generation with decoupled scene**, which encompasses diverse scenes, subjects, and camera movements. This dataset contains camera trajectories, equirectangular panorama (scene image), and videos with/without dynamic subject. The data is organized into "With Human" (whuman) and "Without Human" (wohuman) categories, while panoramas are scene-decoupled and shared across both.
4
 
@@ -52,10 +55,10 @@ TL;DR: The Scene-Decoupled Video Dataset, introduced in CineScene, is a large-sc
52
 
53
  ## 3. Dataset Construction
54
 
55
- We follow the asset collection pipeline established by **RecamMaster**, but introduce three significant enhancements to support more complex generative tasks:
56
 
57
  1. **Decoupled Scenes**: We provide static 360° panoramic images (Equirectangular) for every scene. This allows for explicit background conditioning and facilitates novel view synthesis from any angle.
58
- 2. **Extended Camera Range**: Our dataset covers significantly larger view changes (approx. **75°**) compared to the 5–60° range provided in previous datasets [1].
59
  3. **Paired Subject/Background Data**: Every scene includes both "with-subject" (*whuman*) and "background-only" (*wohuman*) video sequences. This paired data is ideal for training models on subject-background decoupling, motion transfer, and cinematic composition.
60
 
61
  ## 4. useful script
@@ -65,7 +68,7 @@ We follow the asset collection pipeline established by **RecamMaster**, but intr
65
  ```bash
66
  sudo apt-get install git-lfs
67
  git lfs install
68
- git clone https://huggingface.co/datasets/KwaiVGI/Scene-Decoupled-Video-Dataset
69
  cat Scene-Decoupled-Video-Dataset.part* > Scene-Decoupled-Video-Dataset.tar.gz
70
  tar -xvf Scene-Decoupled-Video-Dataset.tar.gz
71
  ```
@@ -82,6 +85,3 @@ To extract perspective frames from the panoramic images:
82
  ```
83
 
84
 
85
-
86
- References
87
- [1] Bai J, Xia M, Fu X, et al. Recammaster: Camera-controlled generative rendering from a single video[J]. arXiv preprint arXiv:2503.11647, 2025.
 
1
+ # CineScene: Implicit 3D as Effective Scene Representation for Cinematic Video Generation
2
+ CVPR 2026: [Arxiv](https://arxiv.org/pdf/2602.06959) | [Project Page](https://karine-huang.github.io/CineScene/)
3
+
4
+ ## Scene-Decoupled Video Dataset
5
 
6
  TL;DR: The Scene-Decoupled Video Dataset, introduced in CineScene, is a large-scale synthetic dataset for **video generation with decoupled scene**, which encompasses diverse scenes, subjects, and camera movements. This dataset contains camera trajectories, equirectangular panorama (scene image), and videos with/without dynamic subject. The data is organized into "With Human" (whuman) and "Without Human" (wohuman) categories, while panoramas are scene-decoupled and shared across both.
7
 
 
55
 
56
  ## 3. Dataset Construction
57
 
58
+ We follow the asset collection pipeline established by [**RecamMaster**](https://arxiv.org/pdf/2503.11647), but introduce three significant enhancements to support more complex generative tasks:
59
 
60
  1. **Decoupled Scenes**: We provide static 360° panoramic images (Equirectangular) for every scene. This allows for explicit background conditioning and facilitates novel view synthesis from any angle.
61
+ 2. **Extended Camera Range**: Our dataset covers significantly larger view changes (approx. **75°**) compared to the 5–60° range provided in [previous datasets](https://huggingface.co/datasets/KlingTeam/MultiCamVideo-Dataset).
62
  3. **Paired Subject/Background Data**: Every scene includes both "with-subject" (*whuman*) and "background-only" (*wohuman*) video sequences. This paired data is ideal for training models on subject-background decoupling, motion transfer, and cinematic composition.
63
 
64
  ## 4. useful script
 
68
  ```bash
69
  sudo apt-get install git-lfs
70
  git lfs install
71
+ git clone https://huggingface.co/datasets/KlingTeam/Scene-Decoupled-Video-Dataset
72
  cat Scene-Decoupled-Video-Dataset.part* > Scene-Decoupled-Video-Dataset.tar.gz
73
  tar -xvf Scene-Decoupled-Video-Dataset.tar.gz
74
  ```
 
85
  ```
86
 
87