diff --git a/Ai_tottle/ai_tottle_api.py b/Ai_tottle/ai_tottle_api.py index 315055f..c733f80 100644 --- a/Ai_tottle/ai_tottle_api.py +++ b/Ai_tottle/ai_tottle_api.py @@ -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)