From 678b88899d6583bb8a796e577479e3235b8b5a14 Mon Sep 17 00:00:00 2001 From: Prarthana Date: Thu, 28 May 2026 21:38:35 +0530 Subject: [PATCH] fix(imports):resolve detection startup command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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