Skip to content

Commit f0dd4db

Browse files
authored
Update README.md
1 parent d414110 commit f0dd4db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ Before training the model, make sure the path to the data in the `meta.yaml` fil
147147
yolo train model=yolov8n.pt data=./GRAZPEDWRI-DX/data/meta.yaml epochs=100 batch=16 imgsz=640 save=True device=0 workers=4 pretrained=yolov8n.pt optimizer=SGD lr0=0.01
148148
```
149149

150-
### Validate
150+
### Trained Model
151+
Use gdown to download the trained model from our GitHub:
151152
```
152-
yolo val model="/path/to/best.pt" data=meta.yaml
153+
gdown https://github.com/RuiyangJu/Bone_Fracture_Detection_YOLOv8/releases/download/Trained_Model/trained_model.zip
153154
```
154155

155-
## Trained Model
156-
Use gdown to download the trained model from our GitHub:
156+
### Validate
157157
```
158-
gdown https://github.com/RuiyangJu/Bone_Fracture_Detection_YOLOv8/releases/download/Trained_Model/trained_model.zip
158+
yolo val model="/path/to/best.pt" data=meta.yaml
159159
```
160160

161161
## Experimental Results

0 commit comments

Comments
 (0)