Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

robzwolf/computer-vision-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Coursework

by vzbf32 for Software, Systems and Applications III

Requirements

Directory Structure

Make sure you have the following directory structure:

project-root/
    README.md
    code/
        app.py
        disparity_engine.py
        helpers.py
        preprocessor.py
        yolo_engine.py
        (coco.names)
        (yolov3.cfg)
        (yolov3.weights)
    (TTBB-durham-02-10-17-sub10/)
        ...

Items surrounded in parentheses (e.g. (coco.names)) above are not included as part of the source code for this coursework and must be added manually.

You can modify the location of the dataset by updating the master_path_to_dataset variable at the top of app.py.

Python and OpenCV Versions

  • Python 3.7.x
  • OpenCV 4.1.x

Quick Start

On macOS

cd code/
pip3 install opencv-python
python3 app.py

On Linux

cd code/
opencv4.1.1.init
python3 app.py

On Windows (Durham University CIS Machines)

  1. Open Python 3.7.4 with OpenCV 4.1.1 from DU App Hub.
  2. In IDLE, go to File > Open > code/app.py
  3. In IDLE, go to Run > Run Module (F5)

Video

Is called CV Video.mp4 and is located in the top directory of this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages