/DeepScoresExamples

Classification CNN and FullyConvolutional Network examples for DeepScores

Primary LanguagePythonMIT LicenseMIT

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.