Update README.md

This commit is contained in:
Sai Subhakar T 2022-07-22 13:30:03 +02:00 committed by GitHub
parent 4a09153033
commit 1325fa6394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ People Counting in Real-Time using live video stream/IP camera in OpenCV.
``` ```
pip install -r requirements.txt 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: - 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 python run.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --input videos/example_01.mp4