Skip to content

Commit af34de0

Browse files
authored
Apply suggestions from code review
1 parent 0e8a9c1 commit af34de0

File tree

1 file changed

+5
-5
lines changed
  • packages/tasks/src/tasks/mask-generation

1 file changed

+5
-5
lines changed

packages/tasks/src/tasks/mask-generation/data.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)