Skip to content

Commit 6782c9d

Browse files
authored
Merge pull request #100 from Marco-Nguyen/patch-2
Update README.md
2 parents df06e69 + db809f2 commit 6782c9d

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)