|
|
@@ -30,7 +30,7 @@ class DealCutout:
|
|
|
save_root_path = ""
|
|
|
for image_data in self.need_cutout_images:
|
|
|
num += 1
|
|
|
- save_root_path = "{}/已扣图".format(image_data["root_path"])
|
|
|
+ save_root_path = image_data["root_path"]
|
|
|
upload_pic_dict = {}
|
|
|
upload_pic_dict = DealOneImageBeforehand(
|
|
|
image_data=image_data,
|
|
|
@@ -58,7 +58,7 @@ class DealCutout:
|
|
|
save_root_path = ""
|
|
|
for image_data in self.need_cutout_images:
|
|
|
num += 1
|
|
|
- save_root_path = "{}/已扣图".format(image_data["root_path"])
|
|
|
+ save_root_path = image_data["root_path"]
|
|
|
result = DealOneImageBeforehand(
|
|
|
image_data=image_data,
|
|
|
lock=self.lock,
|
|
|
@@ -93,7 +93,7 @@ class DealCloths:
|
|
|
save_root_path = ""
|
|
|
for image_data in self.need_cutout_images:
|
|
|
num += 1
|
|
|
- save_root_path = "{}/已扣图".format(image_data["root_path"])
|
|
|
+ save_root_path = image_data["root_path"]
|
|
|
upload_pic_dict = {}
|
|
|
hand = DealOneImageBeforehand(
|
|
|
image_data=image_data,
|