Skip to content

Commit

Permalink
Merge pull request #139 from hci-unihd/fix_zenodo_models
Browse files Browse the repository at this point in the history
Fix incorrect model weights on Zenodo
  • Loading branch information
wolny authored Apr 6, 2023
2 parents 160f864 + 10d4f83 commit 83723a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plantseg/resources/models_zoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Aliases for best performing networks for confocal and light-sheet
generic_confocal_3D_unet:
model_url: https://zenodo.org/record/7768223/files/unet3d-arabidopsis-ovules-confocal-ds2x.pytorch
model_url: https://zenodo.org/record/7805434/files/unet3d-arabidopsis-ovules-confocal-ds2x.pytorch
resolution: [0.235, 0.150, 0.150]
description: "Unet trained on confocal images of Arabidopsis Ovules on 1/2-resolution in XY with BCEDiceLoss."
generic_light_sheet_3D_unet:
Expand All @@ -17,7 +17,7 @@ confocal_3D_unet_ovules_ds1x:
resolution: [0.235, 0.075, 0.075]
description: "Unet trained on confocal images of Arabidopsis Ovules on original resolution with BCEDiceLoss."
confocal_3D_unet_ovules_ds2x:
model_url: https://zenodo.org/record/7768223/files/unet3d-arabidopsis-ovules-confocal-ds2x.pytorch
model_url: https://zenodo.org/record/7805434/files/unet3d-arabidopsis-ovules-confocal-ds2x.pytorch
resolution: [0.235, 0.150, 0.150]
description: "Unet trained on confocal images of Arabidopsis Ovules on 1/2-resolution in XY with BCEDiceLoss."
confocal_3D_unet_ovules_ds3x:
Expand Down

0 comments on commit 83723a1

Please sign in to comment.