tuggeluk / DeepScoresExamples

Classification CNN and FullyConvolutional Network examples for DeepScores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please use DeepScoresV2 this repository is no longer supported.

DeepScoresExamples

Requires:

  • tensorflow
  • pandas
  • scipy
  • numpy

Usage

Download the DeepScores classification dataset, expand into some directory. Download the class names description file "class_names.csv" and place it into the dataset directory.

Make sure '--data_dir' points to the correct folder and execute python Example_Classification.py

Configured as a toy example - for real training batch size and training time have to be increased.

About

Classification CNN and FullyConvolutional Network examples for DeepScores

License:MIT License


Languages

Language:Python 100.0%