Skip to content

Commit

Permalink
fix: rename sketch options in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
royale authored and beniz committed May 9, 2024
1 parent cd14116 commit 6930d00
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions examples/example_cm_noglasses2glasses.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"num_steps": 1000000
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -98,7 +98,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_SEN2VEN.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -99,7 +99,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_mapillary.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny"
],
"cond_embed_dim": 32,
Expand All @@ -99,7 +99,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
100,
400
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_mario.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -100,7 +100,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_noglasses2glasses.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -99,7 +99,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_unetref_viton.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -100,7 +100,7 @@
"sam_redundancy_threshold": 0.62,
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
4 changes: 2 additions & 2 deletions examples/example_ddpm_viton_tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sampling_method": "ddpm",
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand All @@ -98,7 +98,7 @@
"sam_sobel_threshold": 0.7,
"sam_use_gaussian_filter": false,
"sampling_method": "ddpm",
"sketch_canny_range": [
"cond_sketch_canny_range": [
0,
765
],
Expand Down
2 changes: 1 addition & 1 deletion examples/example_ddpm_xview.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"sampling_method": "ddpm"
},
"diffusion": {
"computed_sketch_list": [
"cond_computed_sketch_list": [
"canny",
"hed"
],
Expand Down

0 comments on commit 6930d00

Please sign in to comment.