From 1325fa6394a20a02865190b5b44eeaf5e0f522da Mon Sep 17 00:00:00 2001 From: Sai Subhakar T <36569367+saimj7@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:30:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b577a2..a2aab10 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ People Counting in Real-Time using live video stream/IP camera in OpenCV. ``` pip install -r requirements.txt ``` -> The requirements will be updated timely, but note that there can always be verion conflicts between the dependenceies themselves and other factors like OS, hardware etc. +> The requirements will be updated timely, but note that there can always be version conflicts between the dependencies themselves and other factors like OS, hardware etc. - To run inference on a test video file, head into the directory/use the command: ``` python run.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --input videos/example_01.mp4