From 31c05d7bc59447c606ff921693f9eab828f79d03 Mon Sep 17 00:00:00 2001 From: Kwanghyun Moon Date: Fri, 12 Apr 2019 09:26:51 +0900 Subject: [PATCH] update readme Quick Start parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f12387b..912eb1e23 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A Keras implementation of YOLOv3 (Tensorflow backend) inspired by [allanzelener/ wget https://pjreddie.com/media/files/yolov3.weights python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5 python yolo_video.py [OPTIONS...] --image, for image detection mode, OR -python yolo_video.py [video_path] [output_path (optional)] +python yolo_video.py --input [video_path] --output [output_path (optional)] ``` For Tiny YOLOv3, just do in a similar way, just specify model path and anchor path with `--model model_file` and `--anchors anchor_file`.