suriya-it19 / People-Counting-Yolov3-SSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

People-Counting-Yolov3-SSD

YoloV3

Run using the command

python yolov3_copy.py --input videos/example.mp4 --weights weights/yolov3-608.weights --config weights/yolov3-608.cfg --size 608

Note: Download the weights file,

and store the weights inside the weights folder. Create a folder name videos and store any example video for demo

SSD

Run using the command

python SSD.py --input videos/example.mp4 --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel

Note: Create a folder name videos and store any example video for demo

About


Languages

Language:Python 100.0%