Skip to content

Commit a4b88b2

Browse files
authored
Update model_TRAILMAP.py
1 parent 2743787 commit a4b88b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/models/model_TRAILMAP.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def get_weights_file():
99
uutils.DownloadModel(modelname, target_dir)
10-
return "TRAILMAP_PyTorch.pth" #original model form Luo lab, transfered to pytroch
10+
return "TRAILMAP_PyTorch.pth" #original model from Liqun Luo lab, transfered to pytorch
1111

1212

1313
def get_net():

0 commit comments

Comments
 (0)