Project to create a webapp which detects and counts human in images and videos.
Currently experimenting with YOLO 2 ML models: Pointrend (ResNet backbone) & OpenCV's HOG descriptor
pip install -r requirements.txt
Download the yolov3.weights from here and place it in humancounter/
folder
-
Please download the respective chromedriver from this link and place it in
humancounter/
folder -
The image being used for automation is
humancounter/upload_test.jpg
. Please replace this with your choice of image and change its name to the one mentioned before. -
Run
python automate_selenium.py
python manage.py runserver
- Run
docker run -d --name myapp ncmohit/capstoneproject -p 8000:8000 myapp