main
黄海 1 year ago
parent 9758bdf1f8
commit e60f04d74d

@ -9,7 +9,7 @@
}, },
{ {
"key": "98,inputs,image", "key": "98,inputs,image",
"value": "./Image/C22/pose_1.png" "value": "./Image/22/pose_1.png"
} }
], ],
"3": { "3": {

@ -9,7 +9,7 @@
}, },
{ {
"key": "98,inputs,image", "key": "98,inputs,image",
"value": "./Image/C22/pose_2.png" "value": "./Image/22/pose_2.png"
} }
], ],
"3": { "3": {

@ -9,7 +9,7 @@
}, },
{ {
"key": "98,inputs,image", "key": "98,inputs,image",
"value": "./Image/C22/pose_3.png" "value": "./Image/22/pose_3.png"
} }
], ],
"3": { "3": {

@ -9,7 +9,7 @@
}, },
{ {
"key": "98,inputs,image", "key": "98,inputs,image",
"value": "./Image/C22/pose_4.png" "value": "./Image/22/pose_4.png"
} }
], ],
"3": { "3": {

@ -9,7 +9,7 @@
}, },
{ {
"key": "98,inputs,image", "key": "98,inputs,image",
"value": "./Image/C22/pose_5.png" "value": "./Image/22/pose_5.png"
} }
], ],
"3": { "3": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

@ -376,8 +376,8 @@ if __name__ == '__main__':
finish_task(v_task_id, v_target_img_urls) finish_task(v_task_id, v_target_img_urls)
elif v_task_id == 0: elif v_task_id == 0:
# 本轮没有任务 # 本轮没有任务
time.sleep(3) time.sleep(1)
except Exception as err: except Exception as err:
printf("发生异常,将休息3秒后重试..." + str(err)) printf("发生异常,将休息1秒后重试..." + str(err))
time.sleep(3) time.sleep(3)

Loading…
Cancel
Save