Skip to content

bardiakzzzz/People-Counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People-Counting-yolov5

It is my bachelor thesis and its aim is to detect people and pass them into tracking phase

Alt Text

Requirements

Python 3.8 or later with all requirements.txt dependencies installed. To install run:

$ pip install -r requirements.txt

Train

  1. open the notebook file in google colab and all details are elaborated

Test

  1. clone yolov5 repository
  2. cd yolov5
  3. pip install -r requirements.txt
  4. for detection use command below : python detect.py --source 'directory of image or video ' --weights 'directory of your pt file'
  5. go to inference/output directory in order to see the results

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published