Skip to content

Commit 63f601a

Browse files
Update README.md
Signed-off-by: ChristofHenkel <[email protected]>
1 parent 14bf966 commit 63f601a

File tree

1 file changed

+3
-1
lines changed
  • competitions/kaggle/Cryo-ET/1st_place_solution

1 file changed

+3
-1
lines changed

competitions/kaggle/Cryo-ET/1st_place_solution/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ For convenience we provide a file ```train_folded_v1.csv``` which contains the o
6060

6161
We solve the competition with a 3D-segmentation approach leveraging [MONAI's FlexibleUNet](https://docs.monai.io/en/stable/networks.html#flexibleunet) architecture. Compared to the original implementation we adjusted the network to output more featuremap and enable deep-supervision. The following illustrates the resulting architecture at a high level:
6262

63-
![alt text](figures/partly_Unet.png "Partly UNet")
63+
<p align="center">
64+
<img src="partly_Unet.png" alt="figure of a Partly UNet")
65+
</p>
6466

6567
We provide three different configurations which differ only in the used backbone and output feature maps. The configuration files are .py files and located under ```configs``` and share all other hyper-parameters. Each hyperparameter can be overwriten by adding a flag to the training command. To train a resnet34 version of our segmentation model simply run
6668

0 commit comments

Comments
 (0)