添加对floor微调

This commit is contained in:
Kevin Wong
2026-01-06 17:10:09 +08:00
parent 2c2798fe04
commit 538f987a10
2 changed files with 41 additions and 0 deletions

11
floor_finetune.md Normal file
View File

@@ -0,0 +1,11 @@
```bash
yolo segment train \
model=yolo11l-seg-indoor.pt \
data=datasets/floor/data.yaml \
epochs=10 \
freeze=20 \
amp=False \
device=1 \
project=/home/rongye/ProgramFiles/Yolo/blind_guide_project \
name=floor_finetune
```