File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77target_dir = os .path .join ("models" ,"pretrained" )
88
99def get_weights_file ():
10- utils .DownloadModel (model , train_dir )
10+ utils .DownloadModel (modelname , target_dir )
1111 return "TRAILMAP_MS_best_metric_epoch_26.pth" #model additionally trained on Mathis/Wyss mesoSPIM data
1212
1313
Original file line number Diff line number Diff line change 66target_dir = os .path .join ("models" ,"pretrained" )
77
88def get_weights_file ():
9- utils .DownloadModel (model , train_dir )
9+ uutils .DownloadModel (modelname , target_dir )
1010 return "TRAILMAP_PyTorch.pth" #original model form Luo lab, transfered to pytroch
1111
1212
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def get_net():
1111
1212
1313def get_weights_file ():
14- utils .DownloadModel (model , train_dir )
14+ utils .DownloadModel (modelname , target_dir )
1515 return "VNet_40e.pth"
1616
1717
You can’t perform that action at this time.
0 commit comments