Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 873 Bytes

File metadata and controls

21 lines (19 loc) · 873 Bytes

Satellite view

alt text

All views

alt text

Multi-Camera-surveillance-System

  • Projected view of all three cameras on one plane
  • Object detection [car,person] in video by Yolo darknet framework
  • Projection of bounding box on orthographic view
  • Visualization of live heatmap
  • Live Animated heat map
  • Trip wire (Counting of car) by Centroid tracker and dlib

Download yolo weights and put in Weights folder

!wget https://pjreddie.com/media/files/yolov3.weights

For all projected videos

python3 main.py --projected

For heat map and animated heat map

python3 main.py --projected --HeatMap --Animated_HeatMap

For Counting cars in video

python3 main.py --Bonus