Skip to content

Commit

Permalink
Don't run initial segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jul 18, 2024
1 parent c37bf17 commit 9513725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ async function main() {
drawDrop.selectedIndex = -1
workerCheck.checked = await isChrome() // TODO: Safari does not yet support WebGL TFJS webworkers, test FireFox
// uncomment next two lines to automatically run segmentation when web page is loaded
modelSelect.selectedIndex = 11
modelSelect.onchange()
// modelSelect.selectedIndex = 11
// modelSelect.onchange()
}

main()

0 comments on commit 9513725

Please sign in to comment.