Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/mask-generation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Mask generation models are used in medical imaging to aid in segmenting and anal

Mask generation models are used to create segments and masks for obstacles and other objects in view.

This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan).
This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan).
22 changes: 11 additions & 11 deletions packages/tasks/src/tasks/mask-generation/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ const taskData: TaskDataCustom = {
description: "Widely used benchmark dataset for multiple Vision tasks.",
id: "merve/coco2017",
},
{
description: "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks",
id: "rocky93/BraTS_segmentation"
}
{
description: "Medical Imaging dataset of the Human Brain for segmentation and mask generating tasks",
id: "rocky93/BraTS_segmentation",
},
],
demo: {
inputs: [],
outputs: [],
},
metrics: [
{
description:
"IoU is used to measure the overlap between predicted mask and the ground truth mask.",
description: "IoU is used to measure the overlap between predicted mask and the ground truth mask.",
id: "Intersection over Union (IoU)",
}
},
],
models: [],
spaces: [],
summary:"Mask generation task involves generating masks for meaningful segments in a given image. It could be zero-shot or based on training data.",
widgetModels: [],
youtubeId: "",
summary:
"Mask generation task involves generating masks for meaningful segments in a given image. It could be zero-shot or based on training data.",
widgetModels: [],
youtubeId: "",
};

export default taskData;
export default taskData;
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/text-to-3d/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Text-to-3D models can help reduce the time and cost of prototyping and making modifications to them.

This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan).
This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan).
9 changes: 5 additions & 4 deletions packages/tasks/src/tasks/text-to-3d/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ const taskData: TaskDataCustom = {
metrics: [],
models: [],
spaces: [],
summary:"Text-to-3D is the task of generating a 3D image from a text prompt. It is similar to generating a 2D image with an extension of depth perception.",
widgetModels: [],
youtubeId: "",
summary:
"Text-to-3D is the task of generating a 3D image from a text prompt. It is similar to generating a 2D image with an extension of depth perception.",
widgetModels: [],
youtubeId: "",
};

export default taskData;
export default taskData;