-
Notifications
You must be signed in to change notification settings - Fork 554
📝 Update Mask Generation Task #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
926512b
8e4f1d9
7aaac2d
976a0f8
ee5d58f
220522e
0e8a9c1
af34de0
ad5568a
3e1c40c
37d2187
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,11 @@ | ||||||
| ## Use Cases | ||||||
|
|
||||||
| ### Medical Imaging | ||||||
|
|
||||||
| Mask Generation is used in medical imaging in aiding in the segmentation and analysis of specific regions. | ||||||
|
||||||
| Mask Generation is used in medical imaging in aiding in the segmentation and analysis of specific regions. | |
| Mask generation models are used in medical imaging to aid in segmenting and analyzing specific regions. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Mask Generation is used to create segments and masks for obstacles and other objects in view. | |
| Mask generation models are used to create segments and masks for obstacles and other objects in view. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This page was written by [Raj Aryan](https://huggingface.co/thatrajaryan) | |
| This page was made possible thanks to the efforts of [Raj Aryan](https://huggingface.co/thatrajaryan). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| import type { TaskDataCustom } from ".."; | ||
|
|
||
| const taskData: TaskDataCustom = { | ||
| datasets: [ | ||
| { | ||
| 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" | ||
| } | ||
pcuenca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ], | ||
| demo: { | ||
| inputs: [ | ||
|
|
||
| ], | ||
| outputs: [ | ||
|
|
||
| ], | ||
| }, | ||
| metrics: [ | ||
| { | ||
| description: | ||
| "IoU is used to measure the overlap between predicted mask and the ground truth mask.", | ||
pcuenca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| id: "Intersection over Union (IoU)", | ||
| } | ||
pcuenca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ], | ||
| 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: "", | ||
| }; | ||
|
|
||
| export default taskData; | ||
pcuenca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ## Use Cases | ||
|
|
||
| ### Prototyping | ||
|
|
||
| Text to 3D can help reduce the time and cost of prototyping and making modifications to them. | ||
|
|
||
| This page was written by [Raj Aryan](https://huggingface.co/thatrajaryan) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,30 @@ | ||||||
| import type { TaskDataCustom } from ".."; | ||||||
|
|
||||||
| const taskData: TaskDataCustom = { | ||||||
| datasets: [ | ||||||
| { | ||||||
| description: "3D-Future is a dataset designed to generate 3D images from textual descriptions.", | ||||||
| id: "3D-Future", | ||||||
|
||||||
| } | ||||||
| ], | ||||||
| demo: { | ||||||
| inputs: [ | ||||||
|
|
||||||
|
||||||
| ], | ||||||
| outputs: [ | ||||||
|
|
||||||
| ], | ||||||
| }, | ||||||
| metrics: [ | ||||||
| ], | ||||||
| models: [ | ||||||
| ], | ||||||
| spaces: [ | ||||||
|
|
||||||
| ], | ||||||
| summary:"Text-to-3D is to generate a 3D image from a text prompt. It is similar to generating a 2D image but involves an extended complexity of depth perception.", | ||||||
|
||||||
| summary:"Text-to-3D is to generate a 3D image from a text prompt. It is similar to generating a 2D image but involves an extended complexity of depth perception.", | |
| 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.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this file altogether?