This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to v0.1.1, add model zoo
- Loading branch information
1 parent
3803787
commit 7695932
Showing
5 changed files
with
64 additions
and
15 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,24 @@ | ||
AI for Oncology Core for Computational Pathology | ||
================================================ | ||
|
||
.. image:: https://github.com/NKI-AI/ahcore/actions/workflows/precommit_checks.yml/badge.svg | ||
:target: https://github.com/NKI-AI/ahcore/actions/workflows/precommit_checks.yml | ||
|
||
.. image:: https://codecov.io/gh/NKI-AI/ahcore/branch/main/graph/badge.svg?token=OIJ7F9G7OO | ||
:target: https://codecov.io/gh/NKI-AI/ahcore | ||
|
||
Ahcore are the `AI for Oncology <https://aiforoncology.nl>`_ core components for computational pathology. It provides a set of tools for working with pathology images and annotations. It also offers standard computational pathology algorithms. | ||
|
||
Check the `full documentation <https://docs.aiforoncology.nl/ahcore>`_ for more details on how to use ahcore. | ||
|
||
License and Usage | ||
----------------- | ||
|
||
Ahcore is not intended for clinical use. It is licensed under the `Apache License 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_. | ||
|
||
Included Models | ||
--------------- | ||
|
||
Ahcore comes with several models included, check the `model zoo <https://docs.aiforoncology.nl/ahcore/model_zoo.html>`_ for more information: | ||
|
||
- Tissue/background segmentation in H&Es |
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ AI for Oncology Core for Computational Pathology | |
|
||
cli | ||
configuration | ||
model_zoo | ||
contributing | ||
modules | ||
|
||
|
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,38 @@ | ||
.. role:: raw-html-m2r(raw) | ||
:format: html | ||
|
||
|
||
Model Zoo and Baselines | ||
======================= | ||
|
||
Introduction | ||
------------ | ||
|
||
This file documents models associated with the ahcore project. You can download the parameters and weights of these | ||
models, provided as a zip file. | ||
|
||
License | ||
------- | ||
|
||
All models made available through this page are licensed under the\ :raw-html-m2r:`<br>` | ||
`Creative Commons Attribution-ShareAlike 3.0 license <https://creativecommons.org/licenses/by-sa/3.0/>`_. | ||
|
||
Baselines | ||
--------- | ||
|
||
Segmentation models | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - Model | ||
- Tissue type | ||
- Staining | ||
- Checkpoint | ||
- Version | ||
* - U-net | ||
- pancancer | ||
- H&E | ||
- `download <https://files.aiforoncology.nl/ahcore/v0.1.1/tissue_background.zip>`_ | ||
- v0.1.1 |
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