Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect model weights on Zenodo #139

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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