- Implemented object detection and tracking using YOLOv3 and Deep SORT.
- YOLOv3 uses a convolutional neural network for object detection,and Deep SORT combines this with motion data for accurate tracking.
- This can be used for various applications such as
- Drone
- Robots
- Plane
- Self-driving cars
- Sensor fusion
#Tensorflow CPU
conda env create -f conda-cpu.yml
conda activate tracker-cpu
#Tensorflow CPU
pip install -r requirements.txt