feat 取消超分所有应用服务

fix
This commit is contained in:
zhouchengrong
2024-08-26 13:09:16 +08:00
parent 1d299e9ad1
commit e30ede517d

View File

@@ -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)