Skip to content

Final Project of course cs 436 computer vision offered in lums

Notifications You must be signed in to change notification settings

Coder1221/Multi-Camera-System

Repository files navigation

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

About

Final Project of course cs 436 computer vision offered in lums

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages