update the workflow figure
Browse files- README.md +1 -1
- configs/metadata.json +2 -1
- docs/README.md +1 -1
README.md
CHANGED
|
@@ -19,7 +19,7 @@ The model is trained to simultaneous segment and classify nuclei. Training is do
|
|
| 19 |
|
| 20 |
`PRETRAIN_MODEL_URL` is "https://drive.google.com/u/1/uc?id=1KntZge40tAHgyXmHYVqZZ5d2p_4Qr2l5&export=download" which can be used in bash code below.
|
| 21 |
|
| 22 |
-

|
| 23 |
|
| 24 |
## Data
|
| 25 |
|
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_hovernet_20221124.json",
|
| 3 |
-
"version": "0.1.
|
| 4 |
"changelog": {
|
|
|
|
| 5 |
"0.1.1": "update to use monai 1.1.0",
|
| 6 |
"0.1.0": "complete the model package"
|
| 7 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_hovernet_20221124.json",
|
| 3 |
+
"version": "0.1.2",
|
| 4 |
"changelog": {
|
| 5 |
+
"0.1.2": "update the workflow figure",
|
| 6 |
"0.1.1": "update to use monai 1.1.0",
|
| 7 |
"0.1.0": "complete the model package"
|
| 8 |
},
|
docs/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The model is trained to simultaneous segment and classify nuclei. Training is do
|
|
| 12 |
|
| 13 |
`PRETRAIN_MODEL_URL` is "https://drive.google.com/u/1/uc?id=1KntZge40tAHgyXmHYVqZZ5d2p_4Qr2l5&export=download" which can be used in bash code below.
|
| 14 |
|
| 15 |
-

|
| 16 |
|
| 17 |
## Data
|
| 18 |
|