We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df06e69 + db809f2 commit 6782c9dCopy full SHA for 6782c9d
README.md
@@ -56,7 +56,7 @@ For training and Testing, it's same like yolov5.
56
2. check out configs/model_*.yaml, choose backbone. and change nc to your dataset. please refer support_backbone in models.backbone.__init__.py
57
3.
58
```shell script
59
-$ python scripts/train.py --batch 16 --epochs 5 --data configs/data.yaml --cfg confgis/model_XXX.yaml
+$ python scripts/train.py --batch 16 --epochs 5 --data configs/data.yaml --cfg configs/model_XXX.yaml
60
```
61
62
A google colab demo in train_demo.ipynb
0 commit comments