We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2743787 commit a4b88b2Copy full SHA for a4b88b2
napari_cellseg3d/models/model_TRAILMAP.py
@@ -7,7 +7,7 @@
7
8
def get_weights_file():
9
uutils.DownloadModel(modelname, target_dir)
10
- return "TRAILMAP_PyTorch.pth" #original model form Luo lab, transfered to pytroch
+ return "TRAILMAP_PyTorch.pth" #original model from Liqun Luo lab, transfered to pytorch
11
12
13
def get_net():
0 commit comments