Skip to content

Commit db809f2

Browse files
authored
Update README.md
1 parent 5b9db2b commit db809f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For training and Testing, it's same like yolov5.
5656
2. check out configs/model_*.yaml, choose backbone. and change nc to your dataset. please refer support_backbone in models.backbone.__init__.py
5757
3.
5858
```shell script
59-
$ python scripts/train.py --batch 16 --epochs 5 --data configs/data.yaml --cfg confgis/model_XXX.yaml
59+
$ python scripts/train.py --batch 16 --epochs 5 --data configs/data.yaml --cfg configs/model_XXX.yaml
6060
```
6161

6262
A google colab demo in train_demo.ipynb

0 commit comments

Comments
 (0)