|
|
|
@ -214,9 +214,10 @@ def main(pid, experience=False, makeloop=True,task_distributed_id="",isNoColorTe |
|
|
|
r = create_redis_connection() |
|
|
|
r = create_redis_connection() |
|
|
|
print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} {pid} 方形影棚数据推入到重建队列用新的建模方式') |
|
|
|
print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} {pid} 方形影棚数据推入到重建队列用新的建模方式') |
|
|
|
r.rpush('ai:ai_repeat_for_align_info',pid) |
|
|
|
r.rpush('ai:ai_repeat_for_align_info',pid) |
|
|
|
|
|
|
|
libs_db.finish_task({"task_type": "make", "task_key": pid}) |
|
|
|
time.sleep(3) |
|
|
|
time.sleep(3) |
|
|
|
continue |
|
|
|
continue |
|
|
|
|
|
|
|
|
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
else: |
|
|
|
else: |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
|