dongchangxi 4 months ago
parent
commit
e9a9ac0d3f
  1. 3
      apps/auto_convert3d_new.py
  2. 5
      timer/test_external_order.py

3
apps/auto_convert3d_new.py

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

5
timer/test_external_order.py

@ -335,7 +335,10 @@ if __name__ == '__main__':
# order_ids = [866533] # order_ids = [866533]
arrData = { arrData = {
#"300862":873459, #"300862":873459,
"303994":875152 #"306763":876607,
"306931":876719,
"306933":876721,
"307131":876835,
} }
for k in arrData: for k in arrData:

Loading…
Cancel
Save