pcchenm commited on
Commit
925052f
·
1 Parent(s): 176e58e

Update dataset card and config

Browse files
README.md CHANGED
@@ -28,7 +28,6 @@ The dataset contains rendered object variants with paired RGB images, material p
28
  ```text
29
  MatPredict/
30
  material_segmentation_map.yaml
31
- material_segmentation_train_config.yaml
32
  config/
33
  object_disjoint_v1.yaml
34
  variance_disjoint_v1.yaml
@@ -77,3 +76,16 @@ Target:
77
  ```text
78
  label/*.png
79
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ```text
29
  MatPredict/
30
  material_segmentation_map.yaml
 
31
  config/
32
  object_disjoint_v1.yaml
33
  variance_disjoint_v1.yaml
 
76
  ```text
77
  label/*.png
78
  ```
79
+
80
+ ## Splits
81
+
82
+ The dataset includes two split files:
83
+
84
+ - `config/object_disjoint_v1.yaml`: train, validation, and test sets use disjoint object identities.
85
+ - `config/variance_disjoint_v1.yaml`: train, validation, and test sets use disjoint material/rendering variants.
86
+
87
+ Both split files store relative sample ids in the form:
88
+
89
+ ```text
90
+ <object_name>/<variant_name>/<frame_id>
91
+ ```
config/object_disjoint_v1.yaml CHANGED
@@ -5,7 +5,6 @@ ratios:
5
  train: 0.7
6
  val: 0.15
7
  test: 0.15
8
- dataset_root: /mnt/datadrive/gpu3_datasets/pcchenm/data/multimat
9
  counts:
10
  train: 13287
11
  val: 2828
 
5
  train: 0.7
6
  val: 0.15
7
  test: 0.15
 
8
  counts:
9
  train: 13287
10
  val: 2828
config/variance_disjoint_v1.yaml CHANGED
@@ -5,7 +5,6 @@ ratios:
5
  train: 0.7
6
  val: 0.15
7
  test: 0.15
8
- dataset_root: /mnt/datadrive/gpu3_datasets/pcchenm/data/multimat
9
  counts:
10
  train: 13262
11
  val: 2765
 
5
  train: 0.7
6
  val: 0.15
7
  test: 0.15
 
8
  counts:
9
  train: 13262
10
  val: 2765
material_segmentation_train_config.yaml DELETED
@@ -1,6 +0,0 @@
1
- dataset_root: /mnt/datadrive/gpu3_datasets/pcchenm/data/multimat
2
- task_mode: material
3
- material_num_classes: 8
4
- material_ignore_background: false
5
- material_weight: 1.0
6
- material_map_file: /mnt/datadrive/gpu3_datasets/pcchenm/data/multimat/material_segmentation_map.yaml