Skip to content

Dym03/Bachelors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic sign detection using CNN

This repository is a part of a bachelor thesis, below will be stated how to install and run. Also short description of each script will be given.

Installation

    git clone https://github.com/Dym03/Bachelors.git
    python -m venv env
    source env/bin/activate
    pip install -r requirements.txt

Running scripts

All of the scripts are now written so that they should be run from the root directory, not from the src directory.

For testing this script might be most usefull, the model name is specified inside the src/video.py file the video can be specified from the cmd as an argument.

    source env/bin/activate
    python src/video.py {VIDEO_PATH}

Project tree

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published