diff --git a/BaiHu/JSON/22/22_1.json b/BaiHu/JSON/22/22_1.json index a659ef98..0038cf9d 100644 --- a/BaiHu/JSON/22/22_1.json +++ b/BaiHu/JSON/22/22_1.json @@ -9,7 +9,7 @@ }, { "key": "98,inputs,image", - "value": "./Image/C22/pose_1.png" + "value": "./Image/22/pose_1.png" } ], "3": { diff --git a/BaiHu/JSON/22/22_2.json b/BaiHu/JSON/22/22_2.json index 0629ffcd..d738f2ff 100644 --- a/BaiHu/JSON/22/22_2.json +++ b/BaiHu/JSON/22/22_2.json @@ -9,7 +9,7 @@ }, { "key": "98,inputs,image", - "value": "./Image/C22/pose_2.png" + "value": "./Image/22/pose_2.png" } ], "3": { diff --git a/BaiHu/JSON/22/22_3.json b/BaiHu/JSON/22/22_3.json index 58071756..f18035bb 100644 --- a/BaiHu/JSON/22/22_3.json +++ b/BaiHu/JSON/22/22_3.json @@ -9,7 +9,7 @@ }, { "key": "98,inputs,image", - "value": "./Image/C22/pose_3.png" + "value": "./Image/22/pose_3.png" } ], "3": { diff --git a/BaiHu/JSON/22/22_4.json b/BaiHu/JSON/22/22_4.json index 503b482f..83f1b21e 100644 --- a/BaiHu/JSON/22/22_4.json +++ b/BaiHu/JSON/22/22_4.json @@ -9,7 +9,7 @@ }, { "key": "98,inputs,image", - "value": "./Image/C22/pose_4.png" + "value": "./Image/22/pose_4.png" } ], "3": { diff --git a/BaiHu/JSON/22/22_5.json b/BaiHu/JSON/22/22_5.json index 902ad431..fb15311b 100644 --- a/BaiHu/JSON/22/22_5.json +++ b/BaiHu/JSON/22/22_5.json @@ -9,7 +9,7 @@ }, { "key": "98,inputs,image", - "value": "./Image/C22/pose_5.png" + "value": "./Image/22/pose_5.png" } ], "3": { diff --git a/BaiHu/Temp/58bd5f0e-d563-2949-50e7-63924da3f3a2.jpg b/BaiHu/Temp/58bd5f0e-d563-2949-50e7-63924da3f3a2.jpg new file mode 100644 index 00000000..5e36c6de Binary files /dev/null and b/BaiHu/Temp/58bd5f0e-d563-2949-50e7-63924da3f3a2.jpg differ diff --git a/BaiHu/doTask.py b/BaiHu/doTask.py index cd15d12f..e68a1592 100644 --- a/BaiHu/doTask.py +++ b/BaiHu/doTask.py @@ -376,8 +376,8 @@ if __name__ == '__main__': finish_task(v_task_id, v_target_img_urls) elif v_task_id == 0: # 本轮没有任务 - time.sleep(3) + time.sleep(1) except Exception as err: - printf("发生异常,将休息3秒后重试..." + str(err)) + printf("发生异常,将休息1秒后重试..." + str(err)) time.sleep(3)