Skip to content

Commit 3740c35

Browse files
committed
Add Changelog, remove changelog from Readme
1 parent 01cc020 commit 3740c35

File tree

2 files changed

+40
-19
lines changed

2 files changed

+40
-19
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [0.9.3] 2024-10-04
8+
9+
### Added
10+
11+
- evaluation script for YOLOv8 models
12+
- "YOLOv8m vs Faster R-CNN" evaluation results to Releases
13+
- models used in evaluation to Releases
14+
- pretrained OLA model to releases
15+
16+
## [0.9.2] 2024-09
17+
18+
### Added
19+
20+
- `seed` option for dataset creation, enables reproducibility
21+
- random shuffling to train/test split
22+
- citation for each image used in MZKBlank
23+
24+
### Changed
25+
26+
- unpublished MZKBlank
27+
28+
### Fixed
29+
30+
- missing equality for `Label` class
31+
32+
## [0.9.1] 2024-08
33+
34+
### Added
35+
36+
- harmonized datasets to Releases
37+
38+
### Changed
39+
40+
- moved trained models from repository to Releases

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ For best training results 1-10\% of images in the dataset should be background i
4545

4646
MZKBlank contains 1 006 semi-randomly chosen images that are related to sheet music but do not contain any sheet music. The numbers of representatives of one label are relative to the total number of pages.
4747

48-
## Tools
49-
50-
In addition to this dataset, multiple tools are provided
51-
52-
- [`MZK scraper`](https://github.com/v-dvorak/mzkscraper), automatic retrieval of documents from MZK based on search query
53-
54-
- [`PianoMaker`](app/PianoMaker/README.md) and `PianoAnnotator`, a small app that allows staff system and grand staff labels to be added into an already existing dataset
55-
5648
## Formal project specification
5749

5850
Version in Czech is [here](docs/project_specification.pdf).
@@ -104,14 +96,3 @@ Gotham, M. R. H.; and Jonas, P. The OpenScore Lieder Corpus. In Münnich, S.; an
10496
Muscima++ takes empty staves as valid staves, we only consider staves with some music to be valid, this lead to multiple problems while working with M++ - empty staves are marked as valid. This has to be fixed mostly manually.
10597

10698
System are mainly created by looking at system staves at approximately the same height that are than connected to one (system) bounding box. Because M++ is handwritten, not all system measures end at the end of their respectable staves, this leads to a creation of systems, that may exclude a part of stave, that in reality is a part of the system.
107-
108-
## Changelog
109-
110-
- **September 2024**
111-
- added random shuffling to train/test split
112-
- added `seed` option
113-
- unpublished MZKBlank
114-
115-
- **August 2024**
116-
- complete dataset made public in Releases
117-
- moved trained models from repository to Releases

0 commit comments

Comments
 (0)