diff --git a/README.md b/README.md index f19b5a9..b943542 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ ollama pull llava:latest ### 6. Run detection on a sample video ```bash -python services/detection/detection.py --source data/sample_videos/sample.mp4 +python -m services.detection.detection --source data/sample_videos/sample.mp4 ``` ### Detection Demo