Brightsun10 commited on
Commit
1b1e5a0
·
verified ·
1 Parent(s): 40c7c46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,4 +4,5 @@ colorFrom: blue
4
  colorTo: green
5
  sdk: gradio
6
  app_file: app.py
7
- 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.
 
 
4
  colorTo: green
5
  sdk: gradio
6
  app_file: app.py
7
+ pinned: false
8
+ Advanced 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.