Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix errors in example commands
  • Loading branch information
SkalskiP authored May 7, 2024
1 parent d3b845f commit d7b6af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/time_in_zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Script to run object detection on a video stream using the Roboflow Inference mo
- `--iou_threshold`: IOU threshold for non-max suppression. Default is `0.7`.

```bash
python inference_file_example.py \
python inference_stream_example.py \
--zone_configuration_path "data/checkout/config.json" \
--rtsp_url "rtsp://localhost:8554/live0.stream" \
--model_id "yolov8x-640" \
Expand All @@ -167,7 +167,7 @@ python inference_file_example.py \
```

```bash
python inference_file_example.py \
python inference_stream_example.py \
--zone_configuration_path "data/traffic/config.json" \
--rtsp_url "rtsp://localhost:8554/live0.stream" \
--model_id "yolov8x-640" \
Expand Down

0 comments on commit d7b6af8

Please sign in to comment.