1
This commit is contained in:
parent
16a353b1ee
commit
4ee4d26e48
@ -311,7 +311,6 @@ async def yolo_train_progress(request, project_name):
|
|||||||
"mAP50-95": 0.42
|
"mAP50-95": 0.42
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
'''
|
'''
|
||||||
run_time = request.args.get("run_time") # 可选参数
|
run_time = request.args.get("run_time") # 可选参数
|
||||||
result = await asyncio.to_thread(query_progress, project_name, run_time)
|
result = await asyncio.to_thread(query_progress, project_name, run_time)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user