File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
packages/tasks/src/tasks/mask-generation Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ const taskData: TaskDataCustom = {
66 description : "Widely used benchmark dataset for multiple Vision tasks." ,
77 id : "merve/coco2017" ,
88 } ,
9- {
10- description : "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks" ,
11- id : "rocky93/BraTS_segmentation"
12- }
9+ {
10+ description : "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks" ,
11+ id : "rocky93/BraTS_segmentation"
12+ }
1313 ] ,
1414 demo : {
1515 inputs : [
@@ -27,8 +27,7 @@ const taskData: TaskDataCustom = {
2727 } ,
2828 metrics : [
2929 {
30- description :
31- "IoU is used to measure the overlap between predicted mask and the ground truth mask." ,
30+ description : "IoU is used to measure the overlap between predicted mask and the ground truth mask." ,
3231 id : "Intersection over Union (IoU)" ,
3332 }
3433 ] ,
@@ -67,4 +66,4 @@ const taskData: TaskDataCustom = {
6766 youtubeId : "" ,
6867} ;
6968
70- export default taskData ;
69+ export default taskData ;
You can’t perform that action at this time.
0 commit comments