From ffc925707af2078255145ddab0d67b94a4e1a3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E1?= Date: Fri, 25 Apr 2025 18:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0lanesegnet=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model_examples/LaneSegNet/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/model_examples/LaneSegNet/README.md b/model_examples/LaneSegNet/README.md index 1a37b4b0..f11d1943 100644 --- a/model_examples/LaneSegNet/README.md +++ b/model_examples/LaneSegNet/README.md @@ -230,10 +230,13 @@ data/OpenLane-V2 | NAME | Backbone | 训练方式 | Epoch | mAP | FPS | |-------------|-------------------|-----------------|---------------|--------------|--------------| | 8p-竞品A | R50 | FP32 | 24 | 32.27 | 23.75 | -| 8p-Atlas 800T A2 | R50 | FP32 | 24 | 32.44 | 14.25 | +| 8p-Atlas 800T A2 | R50 | FP32 | 24 | 32.44 | 13.76 | ## 变更 + +2025.04.25:更新模型性能数据。 + 2025.04.24:优化模型性能。 2025.02.5:更新模型性能数据。 -- Gitee