We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e5f4 commit 298e133Copy full SHA for 298e133
yolo/train.py
@@ -2,7 +2,7 @@
2
import argparse
3
4
def main(opt):
5
- model = YOLO()
+ model = YOLO(opt.model)
6
model.train(cfg='./custom.yaml', **vars(opt))
7
8
def parse_opt():
0 commit comments