Quinten 6194df78c9 Update README.md
explanation of what the program does
2022-01-25 14:42:19 +01:00
2022-01-03 16:47:31 +01:00
2022-01-03 16:47:31 +01:00
2022-01-25 14:21:12 +01:00
2022-01-25 14:42:19 +01:00

Heatmap

Description

Using video recordings from a paddel playingfield we are trying to map the locations players have walked.

Packages

Packages
python 3.8
OpenCV
datetime
numpy
collections - Defaultdict
pandas
imutils

Explanation of the app

  1. The video gets imported and gets read frame by frame.
  2. MobileNetSSD recognizes a human.
  3. BoundingBoxes get placed around the person.
  4. Non max surpression merges overlapping bbox into one.
  5. The coordinates of the bbox get saved and converted using homography transformation.
Description
基于视频记录创建热图,突出显示了在静态场景中移动的感兴趣对象的出现。
Readme 21 MiB
Languages
Python 100%