diff --git a/app/service/design_pre_processing/service.py b/app/service/design_pre_processing/service.py index 42cfd6b..a5b3a40 100644 --- a/app/service/design_pre_processing/service.py +++ b/app/service/design_pre_processing/service.py @@ -28,10 +28,10 @@ class DesignPreprocessing: bounding_box_sketches_list = self.bounding_box(sketches_list) # logging.info("bounding box image success") - super_resolution_list = self.super_resolution(bounding_box_sketches_list) + # super_resolution_list = self.super_resolution(bounding_box_sketches_list) # logging.info("super_resolution_list image success") - infer_sketches_list = self.infer_image(super_resolution_list) + infer_sketches_list = self.infer_image(bounding_box_sketches_list) # logging.info("infer image success") result = self.composing_image(infer_sketches_list)