FabianRei
commited on
Commit
•
6ce2d7e
1
Parent(s):
09ed78e
Added model checkpoints and updated README
Browse files- LICENSE +21 -0
- README.md +22 -3
- seg_model_checkpoint.pth +3 -0
- tp_pred_model_checkpoint.pth +3 -0
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2024 Fabian Reith
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# APEDIA Model Weights
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
This repository hosts the model weights for [APEDIA](https://github.com/Kainmueller-Lab/APEDIA) (Angiosarcoma PD-L1 Expression DIAgnostics with Deep Learning), a deep learning tool designed to assist pathologists in assessing PD-L1 expression in angiosarcoma through the calculation of the Tumor Proportion Score (TPS) from whole-slide images (WSIs).
|
5 |
+
|
6 |
+
APEDIA aims to enhance decision-making quality in the pathology of angiosarcoma by automating the detection of tumor areas and the classification of cell types based on PD-L1 expression.
|
7 |
+
|
8 |
+
## Model Checkpoints
|
9 |
+
This repository contains two critical checkpoints for the APEDIA pipeline:
|
10 |
+
|
11 |
+
- `tp_pred_model_checkpoint.pth`: This model checkpoint is responsible for detecting tumor areas in PD-L1 stained Whole-Slide Image (WSI) patches.
|
12 |
+
|
13 |
+
- `seg_model_checkpoint.pth`: This checkpoint powers the detection and classification of cell types within tumor patches, distinguishing between background, non-tumor cells, PD-L1 positive cells, and PD-L1 negative cells.
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
The model weights will be automatically downloaded by the APEDIA library when executing predictions to calculate the Tumor Proportion Score (TPS). Ensure that you have the latest version of APEDIA installed to use these models effectively.
|
17 |
+
|
18 |
+
For detailed instructions on integrating these model weights with APEDIA and running the prediction pipeline, please refer to the [APEDIA repository](https://github.com/Kainmueller-Lab/APEDIA).
|
19 |
+
|
20 |
+
## License
|
21 |
+
The model weights are available under the MIT License. For more details, see the [LICENSE](LICENSE) file in this repository.
|
22 |
+
|
seg_model_checkpoint.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c668f589226e549d5dd5c7e9cea6f3a86df3d7b75922c02a6e969ae925393d9
|
3 |
+
size 367668807
|
tp_pred_model_checkpoint.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c4048566452a489a07bd032b44168aa84c79aef1c0df7dc9b286e6d4dddc6f
|
3 |
+
size 663296855
|