sna89 commited on
Commit
72400b0
·
verified ·
1 Parent(s): 6bb8bb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -24
README.md CHANGED
@@ -1,13 +1,20 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
 
12
  ## Model Details
13
 
@@ -15,33 +22,20 @@ tags: []
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
 
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
39
 
40
  ### Direct Use
41
 
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
 
46
  ### Downstream Use [optional]
47
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - segments/sidewalk-semantic
6
+ language:
7
+ - en
8
+ base_model:
9
+ - facebook/maskformer-swin-base-coco
10
+ pipeline_tag: image-segmentation
11
  ---
12
 
13
  # Model Card for Model ID
14
 
15
+ This model is a fine-tuned version of MaskFormer-Swin-Base-Coco, trained on the Sidewalk Dataset for instance segmentation.
16
+ The original MaskFormer model is designed for dense prediction tasks like semantic segmentation and instance segmentation.
17
+ It leverages the power of the Swin Transformer, a powerful vision model, to capture both local and global contextual information for improved segmentation performance.
18
 
19
  ## Model Details
20
 
 
22
 
23
  <!-- Provide a longer summary of what this model is. -->
24
 
25
+ - **Developed by:** Bowen Cheng, Alexander G. Schwing, Alexander Kirillov
26
+ - **Model type:** Segmentation
27
+ - **Finetuned from model [optional]:** MaskFormer-Swin-Base
 
 
 
 
 
 
 
 
28
 
 
 
 
 
 
29
 
30
  ## Uses
31
 
32
+ This fine-tuned MaskFormer-Swin-Base-Coco model is optimized for instance segmentation in urban environments, specifically sidewalks.
33
+ It can be used in applications such as smart city planning, autonomous vehicles, urban mobility, and surveillance systems, where accurate detection and
34
+ segmentation of pedestrians, street furniture, and obstacles are essential for improving navigation, safety, and city infrastructure analysis.
35
 
36
  ### Direct Use
37
 
38
+ can look for https://huggingface.co/facebook/maskformer-swin-base-coco for instructions
 
 
39
 
40
  ### Downstream Use [optional]
41