-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Changelog, remove changelog from Readme
- Loading branch information
Showing
2 changed files
with
40 additions
and
19 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,40 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.9.3] 2024-10-04 | ||
|
||
### Added | ||
|
||
- evaluation script for YOLOv8 models | ||
- "YOLOv8m vs Faster R-CNN" evaluation results to Releases | ||
- models used in evaluation to Releases | ||
- pretrained OLA model to releases | ||
|
||
## [0.9.2] 2024-09 | ||
|
||
### Added | ||
|
||
- `seed` option for dataset creation, enables reproducibility | ||
- random shuffling to train/test split | ||
- citation for each image used in MZKBlank | ||
|
||
### Changed | ||
|
||
- unpublished MZKBlank | ||
|
||
### Fixed | ||
|
||
- missing equality for `Label` class | ||
|
||
## [0.9.1] 2024-08 | ||
|
||
### Added | ||
|
||
- harmonized datasets to Releases | ||
|
||
### Changed | ||
|
||
- moved trained models from repository to 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