Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Feb 2, 2024
1 parent e83bf51 commit 64665f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/brainchop/mainParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@
type: "Atlas",
path:"./models/model11_50class/model.json",
modelName:"Cortical Atlas 50",
labelsPath: "./models/model30chan50cls/labels.json",
colorsPath: "./models/model30chan50cls/colorLUT.json",
labelsPath: "./models/model11_50class/labels.json",
colorsPath: "./models/model11_50class/colorLUT.json",
preModelId: 5,// Model run first e.g. crop the brain { null, 1, 2, .. }
isBatchOverlapEnable: false, //create extra overlap batches for inference
numOverlapBatches: 200, //Number of extra overlap batches for inference
Expand All @@ -253,8 +253,8 @@
type: "Atlas",
path:"./models/model11_50class/model.json",
modelName:"Cortical Atlas 50 (failsafe)",
labelsPath: "./models/model30chan50cls/labels.json",
colorsPath: "./models/model30chan50cls/colorLUT.json",
labelsPath: "./models/model11_50class/labels.json",
colorsPath: "./models/model11_50class/colorLUT.json",
preModelId: 5,// Model run first e.g. crop the brain { null, 1, 2, .. }
isBatchOverlapEnable: false, //create extra overlap batches for inference
numOverlapBatches: 200, //Number of extra overlap batches for inference
Expand Down

0 comments on commit 64665f7

Please sign in to comment.