feat 取消超分所有应用服务
fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user