Brightsun10 commited on
Commit
fb457a7
·
verified ·
1 Parent(s): 320875d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -32
README.md CHANGED
@@ -1,32 +1,8 @@
1
- title: Advanced Instance Segmentation emoji: 🖼️✨ colorFrom: blue colorTo: green sdk: gradio sdk_version: 4.28.3 app_file: app.py pinned: false
2
- Advanced Instance Segmentation with Mask2Former
3
- This Hugging Face Space provides an interactive demo for Instance Segmentation, a computer vision task that locates and delineates each distinct object of interest in an image.
4
-
5
- This application uses the powerful Mask2Former model (facebook/mask2former-swin-large-coco-instance), a state-of-the-art architecture for panoptic, instance, and semantic segmentation.
6
-
7
- How to Use
8
- Upload an image using the panel on the left. You can also drag and drop a file.
9
-
10
- If you don't have an image, simply click one of the example images provided below the upload box.
11
-
12
- The model will process the image and display the output on the right. Each detected object will have:
13
-
14
- A colored mask overlay.
15
-
16
- A bounding box.
17
-
18
- A label with its confidence score.
19
-
20
- Target Classes
21
- The model is configured to specifically detect the following classes:
22
-
23
- Vehicles: car, truck, bus
24
-
25
- People: person
26
-
27
- Animals: cat, dog
28
-
29
- Limitations
30
- Building Detection: The COCO dataset, on which this model was trained, does not have a generic "building" class. Therefore, buildings will not be segmented. To detect buildings, the model would need to be fine-tuned on a dataset that includes them (e.g., ADE20K).
31
-
32
- Performance: This is a large model. Processing on free CPU hardware can take 20-40 seconds. For real-time performance, upgrading the Space to GPU hardware is recommended.
 
1
+ title: Advanced Instance Segmentation
2
+ emoji: 🖼️✨
3
+ colorFrom: blue
4
+ colorTo: green
5
+ sdk: gradio
6
+ sdk_version: 4.28.3
7
+ app_file: app.py
8
+ pinned: falseAdvanced Instance Segmentation with Mask2FormerThis Hugging Face Space provides an interactive demo for Instance Segmentation, a computer vision task that locates and delineates each distinct object of interest in an image.This application uses the powerful Mask2Former model (facebook/mask2former-swin-large-coco-instance), a state-of-the-art architecture for panoptic, instance, and semantic segmentation.How to UseUpload an image using the panel on the left. You can also drag and drop a file.If you don't have an image, simply click one of the example images provided below the upload box.The model will process the image and display the output on the right. Each detected object will have:A colored mask overlay.A bounding box.A label with its confidence score.Target ClassesThe model is configured to specifically detect the following classes:Vehicles: car, truck, busPeople: personAnimals: cat, dogLimitationsBuilding Detection: The COCO dataset, on which this model was trained, does not have a generic "building" class. Therefore, buildings will not be segmented. To detect buildings, the model would need to be fine-tuned on a dataset that includes them (e.g., ADE20K).Performance: This is a large model. Processing on free CPU hardware can take 20-40 seconds. For real-time performance, upgrading the Space to GPU hardware is recommended.