You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Depth Estimation](/depth-estimation)|`depth-estimation`| Predicting the depth of objects present in an image. | ❌ |
168
-
|[Image Classification](/image-classification)|`image-classification`| Assigning a label or class to an entire image. | ✅ |
169
-
|[Zero-Shot Image Classification](/zero-shot-image-classification)|`zero-shot-image`| Classifying images into classes that are unseen during training. | ✅ |
170
-
|[Image Segmentation](/image-segmentation)|`image-segmentation`| Divides an image into segments where each pixel is mapped to an object. This task has multiple variants such as instance segmentation, panoptic segmentation and semantic segmentation. | ❌ |
171
-
|[Image-to-Image](/image-to-image)|`image-to-image`| Transforming a source image to match the characteristics of a target image or a target image domain. | ✅ |
172
-
|[Mask Generation](/mask-generation)|`mask-generation`| Generate masks for the objects in an image. | ❌ |
173
-
|[Object Detection](/object-detection)|`object-detection`| Identify objects of certain defined classes within an image. | ✅ |
174
-
|[Zero-Shot Object Detection](/zero-shot-object-detection)|`zero-shot-object`| Detecting objects in images that are unseen during training. | ✅ |
|[Depth Estimation](https://huggingface.co/tasks/depth-estimation)|`depth-estimation`| Predicting the depth of objects present in an image. | ❌ |
168
+
|[Image Classification](/image-classification)|`image-classification`| Assigning a label or class to an entire image. | ✅ |
169
+
|[Zero-Shot Image Classification](/zero-shot-image-classification)|`zero-shot-image`| Classifying images into classes that are unseen during training. | ✅ |
170
+
|[Image Segmentation](https://huggingface.co/tasks/image-segmentation)|`image-segmentation`| Divides an image into segments where each pixel is mapped to an object. This task has multiple variants such as instance segmentation, panoptic segmentation and semantic segmentation. | ❌ |
171
+
|[Image-to-Image](/image-to-image)|`image-to-image`| Transforming a source image to match the characteristics of a target image or a target image domain. | ✅ |
172
+
|[Mask Generation](https://huggingface.co/tasks/mask-generation)|`mask-generation`| Generate masks for the objects in an image. | ❌ |
173
+
|[Object Detection](/object-detection)|`object-detection`| Identify objects of certain defined classes within an image. | ✅ |
174
+
|[Zero-Shot Object Detection](/zero-shot-object-detection)|`zero-shot-object`| Detecting objects in images that are unseen during training. | ✅ |
0 commit comments