Object-tracing-with-YOLOv5

Various operations like path tracking, counting, etc by using yolov5

Before you run the tracker/counter:

  1. Clone the repository recursively:

git clone --recurse-submodules https://github.com/Pawan-Valluri/Object-tracing-with-YOLOv5.git

If you already cloned and forgot to use --recurse-submodules you can run git submodule update --init

  1. Make sure that you fulfill all the requirements: Python 3.8 or later with all requirements.txt dependencies installed, including torch==1.9.0 (with cuda 11.3 for better peformance). To install, run:

pip install -r requirements.txt

GitHub

View Github