Skip to content

Commit

Permalink
Merge pull request #100 from Kohulan/initial-seed-pixel-determination…
Browse files Browse the repository at this point in the history
…-improvement

Validation results have confirmed a significant improvement.
  • Loading branch information
OBrink authored Nov 20, 2023
2 parents 3114028 + 3ec8239 commit 77bc624
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 501 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:


title: "DECIMER-Image-Segmentation"
version: 1.2.3
version: 1.3.0
doi: 10.5281/zenodo.7299334
date-released: 2021-05-03
url: "https://github.com/OBrink/DECIMER-Image-Segmentation"
Expand Down
44 changes: 15 additions & 29 deletions DECIMER_Segmentation_notebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ conda install -c conda-forge poppler
$ pip install decimer-segmentation
```

### The Mask-RCNN Model is available at: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7228583.svg)](https://doi.org/10.5281/zenodo.7228583)
### The Mask-RCNN Model is available at: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10142866.svg)](https://doi.org/10.5281/zenodo.10142866)

## How to use DECIMER-Segmentation
- The repository contains a script that can be used for the segmentation of chemical structures from an image of a scanned page or from a pdf document:
Expand Down
2 changes: 1 addition & 1 deletion decimer_segmentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
please raise an issue on our GitHub repository.
"""

__version__ = "1.2.5"
__version__ = "1.3.0"

__all__ = [
"decimer_segmentation",
Expand Down
Loading

0 comments on commit 77bc624

Please sign in to comment.