This commit is contained in:
yooooger 2025-09-02 11:08:02 +08:00
parent 16a353b1ee
commit 4ee4d26e48

View File

@ -311,7 +311,6 @@ async def yolo_train_progress(request, project_name):
"mAP50-95": 0.42
}
}
'''
run_time = request.args.get("run_time") # 可选参数
result = await asyncio.to_thread(query_progress, project_name, run_time)