mirror of
https://github.com/kerberos-io/heatmap.git
synced 2025-09-26 20:31:14 +08:00
3e4e008b8211865d5d0f204ede876250bf14ae6c
Heatmap
Description
Using video recordings from a paddel playingfield we are trying to map the locations players have walked. First we capture there movement and later on we convert the coordinates and plot them onto an image of the playingfield. This will give us insight in where people mostly walk and what areas are left unattended.
Packages
Packages |
---|
python 3.8 |
OpenCV |
datetime |
numpy |
collections - Defaultdict |
pandas |
imutils |
Explanation of the app
- The video gets imported and gets read frame by frame.
- MobileNetSSD recognizes a human.
- BoundingBoxes get placed around the person.
- Non max surpression merges overlapping bbox into one.
- The coordinates of the bbox get saved and converted using homography transformation.
Description
Languages
Python
100%