Browse Source

Update README.md

v1
Teoge 3 years ago
parent
commit
88b77e3c3c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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.

Loading…
Cancel
Save