File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 < header >
1313 < button id ="openBtn "> Open Lesion Map</ button >
1414 < label for ="cocLetters "> letters CoC (-1..1)</ label >
15- < input style ="width: 7em " type ="number " id ="cocLetters " min ="-1 " value ="0.3 " max ="1 "/>
15+ < input style ="width: 7em " type ="number " id ="cocLetters " min ="-1 " value ="0.87 " max ="1 "/>
1616 < label for ="cocBells "> bells CoC (-1..1)</ label >
17- < input style ="width: 7em " type ="number " id ="cocBells " min ="-1 " value ="0.2 " max ="1 "/>
17+ < input style ="width: 7em " type ="number " id ="cocBells " min ="-1 " value ="0.81 " max ="1 "/>
1818 < label for ="copyScore "> copying score (0..8)</ label >
1919 < input style ="width: 7em " type ="number " id ="copyScore " min ="0 " value ="2 " max ="8 "/>
2020 < button id ="predictBtn "> Prediction</ button >
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ async function main() {
306306 { url : './betsct1_unsmooth.nii.gz' } ,
307307 { url : './mask_noCoC.nii.gz' , colormap : "green" } ,
308308 { url : './mask.nii.gz' , colormap : "blue" } ,
309- { url : './M2095_lesion .nii.gz' , colormap : "red" } ,
309+ { url : './example_lesion .nii.gz' , colormap : "red" } ,
310310 ] )
311311 maskSlider . oninput ( )
312312 lesionSlider . oninput ( )
You can’t perform that action at this time.
0 commit comments