This document proposes a multi-view object tracking system using deep learning to track objects from multiple camera views. It uses the YOLO v3 algorithm to map segmented object groups between camera views to share knowledge. A two-pass regression framework is also presented for multi-view object tracking. Key steps include preprocessing images, extracting features, detecting and tracking objects between views using blob matching, and counting objects over time by maintaining tracks. The approach aims to improve object counting accuracy by exploiting information from multiple camera views.