- 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
!wget https://pjreddie.com/media/files/yolov3.weights
python3 main.py --projected
python3 main.py --projected --HeatMap --Animated_HeatMap
python3 main.py --Bonus