praeclarumjj3
commited on
Commit
•
5adea52
1
Parent(s):
064ab92
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ OneFormer model trained on the ADE20k dataset (large-sized version, Dinat backbo
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
OneFormer is the first multi-task universal image segmentation framework
|
26 |
|
27 |
![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/oneformer_architecture.png)
|
28 |
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
OneFormer is the first multi-task universal image segmentation framework. It needs to be trained only once with a single universal architecture, a single model, and on a single dataset, to outperform existing specialized models across semantic, instance, and panoptic segmentation tasks. OneFormer uses a task token to condition the model on the task in focus, making the architecture task-guided for training, and task-dynamic for inference, all with a single model.
|
26 |
|
27 |
![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/oneformer_architecture.png)
|
28 |
|