From 88b77e3c3c7e3c14b58db29e4810bc586d0a6896 Mon Sep 17 00:00:00 2001 From: Teoge Date: Sat, 12 Dec 2020 13:44:13 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d23cc91..b0c5340 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ The [pre-trained weights](https://drive.google.com/open?id=1OuyF8bGttA11-CKJ4Mj3 * Image inference ```(shell) - python inference.py --mode image --detector_weights $DETECTOR_WEIGHTS + python inference.py --mode image --detector_weights $DETECTOR_WEIGHTS --inference_slot ``` * Video inference ```(shell) - python inference.py --mode video --detector_weights $DETECTOR_WEIGHTS --video $VIDEO + python inference.py --mode video --detector_weights $DETECTOR_WEIGHTS --video $VIDEO --inference_slot ``` Argument `DETECTOR_WEIGHTS` is the trained weights of detector.