From 6930d007052b51aa283a69cf5e552e31cfc14b54 Mon Sep 17 00:00:00 2001 From: Antoine Jacquet Date: Tue, 7 May 2024 15:47:23 +0000 Subject: [PATCH] fix: rename sketch options in examples --- examples/example_cm_noglasses2glasses.json | 4 ++-- examples/example_ddpm_SEN2VEN.json | 4 ++-- examples/example_ddpm_mapillary.json | 4 ++-- examples/example_ddpm_mario.json | 4 ++-- examples/example_ddpm_noglasses2glasses.json | 4 ++-- examples/example_ddpm_unetref_viton.json | 4 ++-- examples/example_ddpm_viton_tutorial.json | 4 ++-- examples/example_ddpm_xview.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/example_cm_noglasses2glasses.json b/examples/example_cm_noglasses2glasses.json index bcad5659f..8a3e6360c 100644 --- a/examples/example_cm_noglasses2glasses.json +++ b/examples/example_cm_noglasses2glasses.json @@ -76,7 +76,7 @@ "num_steps": 1000000 }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_SEN2VEN.json b/examples/example_ddpm_SEN2VEN.json index b9011d60e..c3724ebb2 100644 --- a/examples/example_ddpm_SEN2VEN.json +++ b/examples/example_ddpm_SEN2VEN.json @@ -73,7 +73,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_mapillary.json b/examples/example_ddpm_mapillary.json index 08b98e8e5..5edd3df4f 100644 --- a/examples/example_ddpm_mapillary.json +++ b/examples/example_ddpm_mapillary.json @@ -74,7 +74,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny" ], "cond_embed_dim": 32, @@ -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 ], diff --git a/examples/example_ddpm_mario.json b/examples/example_ddpm_mario.json index 9534c6a49..21e20fc30 100644 --- a/examples/example_ddpm_mario.json +++ b/examples/example_ddpm_mario.json @@ -74,7 +74,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_noglasses2glasses.json b/examples/example_ddpm_noglasses2glasses.json index 576fd448a..7434ec3e6 100644 --- a/examples/example_ddpm_noglasses2glasses.json +++ b/examples/example_ddpm_noglasses2glasses.json @@ -77,7 +77,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_unetref_viton.json b/examples/example_ddpm_unetref_viton.json index 635f4df5f..8a599b05f 100644 --- a/examples/example_ddpm_unetref_viton.json +++ b/examples/example_ddpm_unetref_viton.json @@ -74,7 +74,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_viton_tutorial.json b/examples/example_ddpm_viton_tutorial.json index 82a7c7d78..08700c600 100644 --- a/examples/example_ddpm_viton_tutorial.json +++ b/examples/example_ddpm_viton_tutorial.json @@ -74,7 +74,7 @@ "sampling_method": "ddpm", }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ], @@ -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 ], diff --git a/examples/example_ddpm_xview.json b/examples/example_ddpm_xview.json index df00da360..62e6ea492 100644 --- a/examples/example_ddpm_xview.json +++ b/examples/example_ddpm_xview.json @@ -45,7 +45,7 @@ "sampling_method": "ddpm" }, "diffusion": { - "computed_sketch_list": [ + "cond_computed_sketch_list": [ "canny", "hed" ],