FabianRei commited on
Commit
e39b728
1 Parent(s): dcbeae3

Update README on deepliif weights

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -31,6 +31,7 @@ This repository contains two critical checkpoints for the APEDIA pipeline:
31
  - `tp_pred_model_checkpoint.pth`: This model checkpoint is responsible for detecting tumor areas in PD-L1 stained Whole-Slide Image (WSI) patches.
32
 
33
  - `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.
 
34
 
35
  ## Usage
36
  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.
 
31
  - `tp_pred_model_checkpoint.pth`: This model checkpoint is responsible for detecting tumor areas in PD-L1 stained Whole-Slide Image (WSI) patches.
32
 
33
  - `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.
34
+ - `deepliif_latest_net_G1.pth`: Derived from the DeepLIIF library, this is the checkpoint of a generative adversarial network (GAN) designed to isolate the Hema (hematoxylin) component in IHC-stained slides. For more information on DeepLIIF, visit their [GitHub repository](https://github.com/nadeemlab/DeepLIIF/tree/main).
35
 
36
  ## Usage
37
  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.