|
|
|
@ -142,7 +142,8 @@ def team_check(r): |
|
|
|
print("开始处理白色提纯,门店id",shopId) |
|
|
|
print("开始处理白色提纯,门店id",shopId) |
|
|
|
#white_purification.white_purification_utils(imagePath) |
|
|
|
#white_purification.white_purification_utils(imagePath) |
|
|
|
if shopId == "240": |
|
|
|
if shopId == "240": |
|
|
|
os.system(f'python D:\\make2\\apps\\remove_light_fix_up_shadow_dream_tech.py -input_path {imagePath} -output_path {imagePath}') |
|
|
|
pass |
|
|
|
|
|
|
|
#os.system(f'python D:\\make2\\apps\\remove_light_fix_up_shadow_dream_tech.py -input_path {imagePath} -output_path {imagePath}') |
|
|
|
else: |
|
|
|
else: |
|
|
|
os.system(f'python D:\\make2\\apps\\white_purification.py -i {imagePath}') |
|
|
|
os.system(f'python D:\\make2\\apps\\white_purification.py -i {imagePath}') |
|
|
|
|
|
|
|
|
|
|
|
|