ShenGroup commited on
Commit
4ac5776
·
verified ·
1 Parent(s): d5d0981

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -3
README.md CHANGED
@@ -1,3 +1,70 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: SceneTrans
6
+ size_categories:
7
+ - 10K<n<100K
8
+ task_categories:
9
+ - image-to-text
10
+ - visual-question-answering
11
+ - image-feature-extraction
12
+ tags:
13
+ - change-detection
14
+ - scene-difference
15
+ - spot-the-difference
16
+ - synthetic
17
+ - isaac-sim
18
+ - image-pair
19
+ - robotics
20
+ ---
21
+
22
+ # SceneTrans
23
+
24
+ **SceneTrans** is a synthetic dataset of paired indoor scene images (A/B pairs) for
25
+ **scene change detection / "spot-the-difference"** research. Each pair shows the *same* scene
26
+ before and after an object-level edit — an object being **added**, **moved**, **removed**, or
27
+ left **unchanged** — together with a natural-language description and the corresponding action.
28
+
29
+ All scenes are rendered with **NVIDIA Isaac Sim 5.1.0** from USD assets, and come with RGB, depth,
30
+ and segmentation modalities plus ground-truth metadata about what changed.
31
+
32
+ > 💻 Generation scripts, annotation notebooks, and full documentation are on GitHub:
33
+ > **[ShenGroup/SceneTrans](https://github.com/ShenGroup/SceneTrans)**.
34
+
35
+ ## Example
36
+
37
+ A snapshot of representative scenes and A/B pairs in the dataset:
38
+
39
+ ![Dataset overview](dataset.png)
40
+
41
+ ## Scenes
42
+
43
+ The data is distributed as per-scene `.zip` archives (the number in each filename is the number of
44
+ A/B pairs), spanning **8 indoor scenes** and roughly **14,605** pairs in total.
45
+
46
+ | Archive | Scene | A/B pairs |
47
+ | --- | --- | --- |
48
+ | `kitchen_sim_2300.zip` | Kitchen | 2,300 |
49
+ | `studyroom_desk_sim_2400.zip` | Study room – desk | 2,400 |
50
+ | `bedroom1_bed_sim_2390.zip` | Bedroom – bed | 2,390 |
51
+ | `livingroom_sim_1990.zip` | Living room | 1,990 |
52
+ | `livingroom_shelf_sim_1925.zip` | Living room – shelf | 1,925 |
53
+ | `childrenroom_desk_sim_1660.zip` | Children room – desk | 1,660 |
54
+ | `diningroom_sim_1140.zip` | Dining room | 1,140 |
55
+ | `bedroom1_shelf_sim_800.zip` | Bedroom – shelf | 800 |
56
+ | `assets.zip` | USD scene/object assets (source environments) | – |
57
+
58
+ ## Change Types
59
+
60
+ Every pair belongs to one of four object-level transformations:
61
+
62
+ - **Add** — an object absent in frame A is present in frame B.
63
+ - **Move** — an object is relocated (and possibly re-oriented) between the two frames.
64
+ - **Remove** — an object present in frame A is absent in frame B.
65
+ - **Unchanged** — both frames come from the same rendered state (a valid no-change sample).
66
+
67
+ ## License
68
+
69
+ Released under the
70
+ [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).