82f1c1c Add function docs & explanations where not obvious
~krystianch pushed to ~krystianch/webdetect git
A demonstration of object detection in concurrent real-time video streams.
See requirements.txt for required Python packages.
Download model and weights. Any darknet-compatible model should work, but YOLOv3-tiny is recommended.
wget -P models https://pjreddie.com/media/files/yolov3-tiny.weights
Run the server.
python3 server.py models/yolov3-tiny.cfg models/yolov3-tiny.weights models/coco.names
Open http://localhost:8080 in your browser. Press START and allow access to your webcam. You'll see a video feed and after a while, an overlay with green bounding boxes.
Send patches to the mailing list, report bugs on the issue tracker.
GPLv3, see LICENSE.
Copyright (C) 2024 Krystian ChachuĊa