Yinxuan commited on
Commit
86510c2
·
1 Parent(s): 37fd1e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -1,20 +1,28 @@
1
  ---
2
  language:
3
  - en
4
- arxiv:
5
- - 2306.09682
6
  license:
7
  - cc-by-nc-4.0
8
  task_categories:
9
  - image-segmentation
10
  splits:
11
- - name: train
12
- - name: validation
13
- - name: test
14
  viewer: false
 
 
15
  ---
16
 
17
- # OCTScenes: A Versatile Real-World Dataset of Tabletop Scenes for Object-Centric Learning
 
 
 
 
 
 
 
 
18
 
19
  This is the official dataset of OCTScenes (https://arxiv.org/abs//2306.09682). OCTScenes contains 5000 tabletop scenes with a total of 15 everyday objects. Each scene is captured in 60 frames covering a 360-degree perspective.
20
 
@@ -34,5 +42,4 @@ And then decompress the file:
34
  tar xvzf image_128x128.tar.gz
35
  ```
36
 
37
- Download the segmentation annotations from `./128x128/segments_128.tar.gz`. We provide the segmentations of test scenes 3100-3199 for OCTScenes-A and 4900-4999 for OCTScenes-B. Each segmentation annotation image is named as `[scene_id]_[frame_id].png`. The int number in each pixel represents the index of the object (ranges from 1 to 10, and 0 represents the background).
38
-
 
1
  ---
2
  language:
3
  - en
 
 
4
  license:
5
  - cc-by-nc-4.0
6
  task_categories:
7
  - image-segmentation
8
  splits:
9
+ - name: train
10
+ - name: validation
11
+ - name: test
12
  viewer: false
13
+ tags:
14
+ - object-centric learning
15
  ---
16
 
17
+ # OCTScenes: A Versatile Real-World Dataset of Tabletop Scenes for Object-Centric Learning
18
+
19
+ ## Dataset Description
20
+
21
+ - **Paper:** [OCTScenes: A Versatile Real-World Dataset of Tabletop Scenes for Object-Centric Learning](https://arxiv.org/abs/2306.09682)
22
+ - **Team:** [FudanVI](https://github.com/FudanVI)
23
+ - **Point of Contact:** [Yinxuan Huang](yxhuang22@m.fudan.edu.cn)
24
+
25
+ ### Dataset Summary
26
 
27
  This is the official dataset of OCTScenes (https://arxiv.org/abs//2306.09682). OCTScenes contains 5000 tabletop scenes with a total of 15 everyday objects. Each scene is captured in 60 frames covering a 360-degree perspective.
28
 
 
42
  tar xvzf image_128x128.tar.gz
43
  ```
44
 
45
+ Download the segmentation annotations from `./128x128/segments_128.tar.gz`. We provide the segmentations of test scenes 3100-3199 for OCTScenes-A and 4900-4999 for OCTScenes-B. Each segmentation annotation image is named as `[scene_id]_[frame_id].png`. The int number in each pixel represents the index of the object (ranges from 1 to 10, and 0 represents the background).