Skip to content

Commit

Permalink
fix(): fix configs and READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ideas-man committed Jul 21, 2020
1 parent 76569e9 commit d1f20a6
Show file tree
Hide file tree
Showing 15 changed files with 156 additions and 156 deletions.
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_hb_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_icbin_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_itodd_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_lm_upright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_tless_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_tudl_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_challenge/config_ycbv_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_object_on_surface_sampling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,15 @@ To aggregate data and labels over multiple scenes, simply run the script multipl
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_object_on_surface_sampling/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_object_physics_positioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ To aggregate data and labels over multiple scenes, simply run the script multipl
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions examples/bop_object_physics_positioning/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@
}
},
"mode": "once_for_all",
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 1
"randomization_level": 1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand Down
34 changes: 17 additions & 17 deletions examples/front_3d_with_improved_mat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ These will be later used to replace the materials in the 3D-Front scenes.
"name": "Floor.*"
}
},
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
},
"cf_randomize_materials": {
"randomization_level": 0.95
"randomization_level": 0.95,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True
}
}
}
}
},
Expand All @@ -106,16 +106,16 @@ A further example is:
"name": "Wall.*"
}
},
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True,
"cp_asset_name": "Marble.*"
}
},
"cf_randomize_materials": {
"randomization_level": 0.1
"randomization_level": 0.1,
"materials_to_replace_with": {
"provider": "getter.Material",
"random_samples": 1,
"conditions": {
"cp_is_cc_texture": True,
"cp_asset_name": "Marble.*"
}
}
}
}
},
Expand Down
Loading

0 comments on commit d1f20a6

Please sign in to comment.