feat 取消超分所有应用服务

fix
This commit is contained in:
zhouchengrong
2024-08-26 13:09:16 +08:00
parent c294a22220
commit 49e31f43c5

View File

@@ -25,10 +25,10 @@ class DesignPreprocessing:
bounding_box_sketches_list = self.bounding_box(sketches_list) bounding_box_sketches_list = self.bounding_box(sketches_list)
logging.info("bounding box image success") 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") # 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") logging.info("infer image success")
result = self.composing_image(infer_sketches_list) result = self.composing_image(infer_sketches_list)