katielink commited on
Commit
cec8453
1 Parent(s): 1e2e125

fix wrong figure url

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. configs/metadata.json +2 -1
  3. docs/README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Inference is performed on WSI in a sliding window manner with specified stride.
71
 
72
  FROC score is used for evaluating the performance of the model. After inference is done, `evaluate_froc.sh` needs to be run to evaluate FROC score based on predicted probability map (output of inference) and the ground truth tumor masks.
73
  This model achieve the ~0.91 accuracy on validation patches, and FROC of 0.685 on the 48 Camelyon testing data that have ground truth annotations available.
74
- ![model performance](<https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics.png>)
75
 
76
  # Commands example
77
 
 
71
 
72
  FROC score is used for evaluating the performance of the model. After inference is done, `evaluate_froc.sh` needs to be run to evaluate FROC score based on predicted probability map (output of inference) and the ground truth tumor masks.
73
  This model achieve the ~0.91 accuracy on validation patches, and FROC of 0.685 on the 48 Camelyon testing data that have ground truth annotations available.
74
+ ![model performance](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics.png)
75
 
76
  # Commands example
77
 
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
- "version": "0.4.2",
4
  "changelog": {
 
5
  "0.4.2": "update metadata with new metrics",
6
  "0.4.1": "Fix inference print logger and froc",
7
  "0.4.0": "add lesion FROC calculation and wsi_reader",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.4.3",
4
  "changelog": {
5
+ "0.4.3": "fix wrong figure url",
6
  "0.4.2": "update metadata with new metrics",
7
  "0.4.1": "Fix inference print logger and froc",
8
  "0.4.0": "add lesion FROC calculation and wsi_reader",
docs/README.md CHANGED
@@ -64,7 +64,7 @@ Inference is performed on WSI in a sliding window manner with specified stride.
64
 
65
  FROC score is used for evaluating the performance of the model. After inference is done, `evaluate_froc.sh` needs to be run to evaluate FROC score based on predicted probability map (output of inference) and the ground truth tumor masks.
66
  This model achieve the ~0.91 accuracy on validation patches, and FROC of 0.685 on the 48 Camelyon testing data that have ground truth annotations available.
67
- ![model performance](<https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics.png>)
68
 
69
  # Commands example
70
 
 
64
 
65
  FROC score is used for evaluating the performance of the model. After inference is done, `evaluate_froc.sh` needs to be run to evaluate FROC score based on predicted probability map (output of inference) and the ground truth tumor masks.
66
  This model achieve the ~0.91 accuracy on validation patches, and FROC of 0.685 on the 48 Camelyon testing data that have ground truth annotations available.
67
+ ![model performance](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics.png)
68
 
69
  # Commands example
70