Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CNN Own Dataset

Try your data instead of MNIST data in CNN tutorials.

Before run the source code

You must prepare the dataset like following.

The root directory of your own dataset.

  • Class 1
    • image 1-1
    • image 1-2 ...
    • image 1-n
  • Class 2
    • image 2-1
    • image 2-2
      ...
    • image 2-n
  • Class 3
    ...
  • Class N

How to run?

Enter the commend on your terminal like following.

$ python run.py

...

Enter the path where the images are located.
>> {Enter the path where root directory of your own dataset.}

And following commend will help you when you run the source code.

$ python run.py -h



First commit: May.24.2017
Developed by YeongHyeon Park (Korea)

About

CNN example for training your own datasets.

Topics

Resources

Stars

24 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages