Update demo.py
This commit is contained in:
parent
2eff9c00b1
commit
0a0665e682
1 changed files with 1 additions and 1 deletions
2
demo.py
2
demo.py
|
@ -78,7 +78,7 @@ def track(opt):
|
|||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(prog='demo.py')
|
||||
parser.add_argument('--cfg', type=str, default='cfg/yolov3.cfg', help='cfg file path')
|
||||
parser.add_argument('--cfg', type=str, default='cfg/yolov3_1088x608.cfg', help='cfg file path')
|
||||
parser.add_argument('--weights', type=str, default='weights/latest.pt', help='path to weights file')
|
||||
parser.add_argument('--iou-thres', type=float, default=0.5, help='iou threshold required to qualify as detected')
|
||||
parser.add_argument('--conf-thres', type=float, default=0.5, help='object confidence threshold')
|
||||
|
|
Loading…
Reference in a new issue