File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/tasks/src/tasks/mask-generation Expand file tree Collapse file tree 1 file changed +5
-5
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 : [
@@ -29,7 +29,7 @@ const taskData: TaskDataCustom = {
2929 {
3030 description : "IoU is used to measure the overlap between predicted mask and the ground truth mask." ,
3131 id : "Intersection over Union (IoU)" ,
32- }
32+ } ,
3333 ] ,
3434 models : [
3535 {
You can’t perform that action at this time.
0 commit comments