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
"An application that combines a mask generation model with an image embedding model for open-vocabulary image segmentation.",
34
+
id: "SkalskiP/SAM_and_MetaCLIP",
35
+
},
36
+
{
37
+
description: "An application that compares the performance of a large and a small mask generation model.",
38
+
id: "merve/slimsam",
39
+
},
40
+
{
41
+
description: "An application based on an improved mask generation model.",
42
+
id: "linfanluntan/Grounded-SAM",
43
+
},
44
+
{
45
+
description: "An application to remove objects from videos using mask generation models.",
46
+
id: "SkalskiP/SAM_and_ProPainter",
47
+
},
48
+
],
12
49
summary:
13
-
"Mask generation is creating a binary image that identifies a specific object or region of interest in an input image. Masks are often used in segmentation tasks, where they provide a precise way to isolate the object of interest for further processing or analysis.",
50
+
"Mask generation is the task of generating masks that identify a specific object or region of interest in a given image. Masks are often used in segmentation tasks, where they provide a precise way to isolate the object of interest for further processing or analysis.",
description: "A demo to try the state-of-the-art zero-shot object detection model, OWLv2.",
53
+
id: "merve/owlv2",
54
+
},
55
+
],
51
56
summary:
52
57
"Zero-shot object detection is a computer vision task to detect objects and their classes in images, without any prior training or knowledge of the classes. Zero-shot object detection models receive an image as input, as well as a list of candidate classes, and output the bounding boxes and labels where the objects have been detected.",
0 commit comments