Skip to content

Commit 0e8a9c1

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

File tree

1 file changed

+6
-7
lines changed
  • packages/tasks/src/tasks/mask-generation

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 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: [
@@ -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;

0 commit comments

Comments
 (0)