Skip to content

DaielChom/German-Traffic-Signs-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiwi Challenge

This is a repository for implement a solution for Kiwi Challenge

Usage

  1. Download and extract dataset

     $ python app.py download
    
  2. For train model

     $ python app.py train -m LRSL -d ./images/train/
    
  3. For test model

     $ python app.py test -m LRSL -d ./images/test/
    
  4. For infer a image

     $ python app.py infer -m LRSL -d ./images/test/0000003.ppm
    

About

Implement a solution for Kiwi Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages