It is my bachelor thesis and its aim is to detect people and pass them into tracking phase
Python 3.8 or later with all requirements.txt dependencies installed. To install run:
$ pip install -r requirements.txt
- open the notebook file in google colab and all details are elaborated
- clone yolov5 repository
- cd yolov5
- pip install -r requirements.txt
- for detection use command below : python detect.py --source 'directory of image or video ' --weights 'directory of your pt file'
- go to inference/output directory in order to see the results