Skip to content

This is a project for my university course for Software Development Processes. It is a human detection in the video file based on OpenCV and TensorFlow.

Notifications You must be signed in to change notification settings

simonloach/Human-On-Video-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IO2020

Prerequisities

  1. Python (3.8.6 - 3.9 were using during implementation)
  2. pip (Should get installed with Python on default)
  3. Git

Instalation

To start do steps listed below assuming you are familiar with usage of GitBash. If not here is a Git manual

  1. git clone https://github.com/simonloach/IO2020.git

  2. cd IO2020

  3. python -m venv venv

  4. Depending if you use powershell, cmd or gitbash accordingly use (order maintained):

    ./venv/Scripts/activate.ps1
    ./venv/Scripts/activate.bat
    . venv/Scripts/activate
  5. pip install -r requirements.txt

  6. Download YOLOv3 weights yolov3.weights file: https://pjreddie.com/media/files/yolov3.weights

  7. Make sure your folder looks like that:

IO2020
    |   backend.py
    |   gui.py
    |   README.md
    |   requirements.txt
    |   yolov3.cfg
    |   yolov3.weights 
    |   coco.names
    +---venv 
python gui.py

About

This is a project for my university course for Software Development Processes. It is a human detection in the video file based on OpenCV and TensorFlow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages