praeclarumjj3
commited on
Commit
•
c71d44b
1
Parent(s):
695c75c
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ OneFormer model trained on the Cityscapes dataset (large-sized version, Dinat ba
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
OneFormer is the first multi-task universal image segmentation framework
|
22 |
|
23 |
![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/oneformer_architecture.png)
|
24 |
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
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.
|
22 |
|
23 |
![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/oneformer_architecture.png)
|
24 |
|