Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-biswas0412 committed Apr 25, 2020
1 parent db896c4 commit b9ef7fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ This is a people counter program that detects the number of people in a single i

[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ayan-biswas0412/JonoGunti?logo=github)](https://github.com/ayan-biswas0412/JonoGunti) [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ayan-biswas0412/JonoGunti?color=bluevoilet&logo=github)](https://github.com/ayan-biswas0412/JonoGunti/commits/) [![GitHub repo size](https://img.shields.io/github/repo-size/ayan-biswas0412/JonoGunti?logo=github)](https://github.com/ayan-biswas0412/JonoGunti)

Requirements
------------
* Python3 (my version of development is Python 3.7.5 64-bit)
* Pyimagesearch
* Imutils
* argparse
* time
* dlib
* scipy
* Numpy
* Matplotlib
* OpenCV

**To use my programme this requirements have to be fulfilled in your machine**

**To test my program just follow this steps .**

* First Clone/Download this repository to your computer.
Expand Down
Binary file added output.avi
Binary file not shown.
2 changes: 2 additions & 0 deletions people_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
# if a video path was not supplied, grab a reference to the ipcamera from any device
if not args.get("input", False):
print("[INFO] starting video stream...")
print("[INFO] All Set...")
url = raw_input("Please enter the address of the IP webcam : ")
finalurl = "http://"+url+"/video"
vs = VideoStream(finalurl).start()
Expand All @@ -59,6 +60,7 @@
# otherwise, grab a reference to the video file
else:
print("[INFO] opening video file...")
print("[INFO] All are ok you can now connect IP Camera....")
vs = cv2.VideoCapture(args["input"])


Expand Down

0 comments on commit b9ef7fc

Please sign in to comment.