Skip to content

Commit

Permalink
Add model_seg_rabbit_axon-myelin_bf for download
Browse files Browse the repository at this point in the history
  • Loading branch information
hermancollin committed Oct 17, 2023
1 parent 4f79a2d commit cf4cfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'contrasts': ['TEM'],
},
'model_seg_rabbit_axon-myelin_bf': {
'url': None,
'url': 'https://github.com/axondeepseg/model_seg_rabbit_axon-myelin_bf/releases/download/r20231017a/model-nn_seg_rabbit_axon-myelin_bf.zip',
'description': 'Axon and myelin segmentation on Toluidine Blue stained BF images (rabbit)',
'contrasts': ['BF'],
},
Expand Down
2 changes: 1 addition & 1 deletion nn_axondeepseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def main():
try:
tmp_dir.mkdir()
except FileExistsError:
delete_dir(tmpr_dir)
delete_dir(tmp_dir)
tmp_dir.mkdir()
for fname in Path(args.path_dataset).glob('*.png'):
target_fname = f'{fname.stem}_0000{fname.suffix}'
Expand Down

0 comments on commit cf4cfa3

Please sign in to comment.