File size: 569 Bytes
edcb323 |
1 2 3 4 5 6 7 8 9 10 11 |
This is the based scarecrow application with the back-end and the scarecrow communication setup.
Inside the huggingface face application, as a demo, there is only the back-end part with some visualisation setup.
- a.mp3 -> predator sound for human
- b.mp3 -> predator sound for cell_phone
- coco.names -> labels for yolo to use
- scarecrow.py -> the application that collect video and send the stream to the back-end
- backend.py -> the application which run the model to detect animals
- yolov3.cfg & yolov3.weights -> can't be included inside huggingface as binary |