All Projects → YeongHyeon → CNN_Own_Dataset

YeongHyeon / CNN_Own_Dataset

Licence: MIT license
CNN example for training your own datasets.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CNN Own Dataset

Easy.logger
A modern, high performance cross platform wrapper for Log4Net.
Stars: ✭ 118 (+372%)
Mutual labels:  easy-to-use, easy
Easy.messagehub
No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
Stars: ✭ 208 (+732%)
Mutual labels:  easy-to-use, easy
Seahorse
A minimal CLI framework written in Rust
Stars: ✭ 132 (+428%)
Mutual labels:  easy-to-use, easy
Tic Tac
Client not paid ? This is the solution of your problem
Stars: ✭ 29 (+16%)
Mutual labels:  easy-to-use, easy
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+18688%)
Mutual labels:  easy-to-use, easy
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+3988%)
Mutual labels:  easy-to-use, easy
Django Easy Timezones
Easy timezones for Django based on GeoIP
Stars: ✭ 195 (+680%)
Mutual labels:  easy-to-use, easy
Easywall
Web interface for easy use of the IPTables firewall on Linux systems written in Python3.
Stars: ✭ 172 (+588%)
Mutual labels:  easy-to-use, easy
easymail
Easy way to install a mail server.
Stars: ✭ 60 (+140%)
Mutual labels:  easy-to-use, easy
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+176%)
Mutual labels:  easy-to-use, easy
Easy.common
A set of useful utilities and helpers used across Easy.* projects.
Stars: ✭ 306 (+1124%)
Mutual labels:  easy-to-use, easy
Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-40%)
Mutual labels:  easy-to-use, easy
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+960%)
Mutual labels:  easy-to-use, easy
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+4004%)
Mutual labels:  easy-to-use, easy
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+140%)
Mutual labels:  easy-to-use, easy
discord.json
Discord.json | Make your own discord bot with json !
Stars: ✭ 27 (+8%)
Mutual labels:  easy-to-use, easy
DM-BOT
📧 DM-BOT is discord bot that can record direct messages. One of us! You can also reply to those messages! DM-BOT is easy to use & understand! I decided to use Discord.js, it's literally the best.
Stars: ✭ 31 (+24%)
Mutual labels:  easy-to-use, easy
ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
Stars: ✭ 43 (+72%)
Mutual labels:  tutorials
play-slick3-steps
Example app using scala Play Framework and Slick
Stars: ✭ 64 (+156%)
Mutual labels:  tutorials
mnist-challenge
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner]
Stars: ✭ 68 (+172%)
Mutual labels:  mnist

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].