Skip to content

Commit

Permalink
📦 v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Feb 2, 2022
1 parent e2d8384 commit c9f3c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2022-02-02
### Fixed
- `make deps`: fix CUDA detection and allow CPU as fallback

Expand All @@ -18,4 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2022-01-21

<!-- link-labels -->
[unreleased]: ../../compare/v0.1.0...master
[unreleased]: ../../compare/v0.1.1...master
[0.1.1]: ../../compare/v0.1.0...v0.1.1
4 changes: 2 additions & 2 deletions ocrd_detectron2/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"git_url": "https://github.com/bertsky/ocrd_detectron2",
"version": "0.1.0",
"version": "0.1.1",
"tools": {
"ocrd-detectron2-segment": {
"executable": "ocrd-detectron2-segment",
"categories": ["Layout analysis"],
"steps": ["layout/segmentation/region"],
"description": "Detect regions with Detectron2",
"description": "Detect regions with Detectron2 models",
"input_file_grp": [
"OCR-D-IMG"
],
Expand Down

0 comments on commit c9f3c93

Please sign in to comment.