Skip to content

Commit

Permalink
Modify Model name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Mar 19, 2024
1 parent ffb6c32 commit 9c35454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/brainchop/mainParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
id: 4,
type: "Atlas",
path:"./models/model30chan50cls/model.json",
modelName:"Cortical Atlas 50 (High Mem, Fast)",
modelName:"50-ROI Atlas (High Mem, Fast)",
labelsPath: "./models/model30chan50cls/labels.json",
colorsPath: "./models/model30chan50cls/colorLUT.json",
preModelId: 1,// Model run first e.g. crop the brain { null, 1, 2, .. }
Expand All @@ -198,7 +198,7 @@
id: 5,
type: "Atlas",
path:"./models/model30chan50cls/model.json",
modelName:"Cortical Atlas 50 (Low Mem, Slow)",
modelName:"50-ROI Atlas (Low Mem, Slow)",
labelsPath: "./models/model30chan50cls/labels.json",
colorsPath: "./models/model30chan50cls/colorLUT.json",
preModelId: 1,// Model run first e.g. crop the brain { null, 1, 2, .. }
Expand Down

0 comments on commit 9c35454

Please sign in to comment.