Ayesha-Majeed commited on
Commit
269676c
·
verified ·
1 Parent(s): 91dbc41

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -657,11 +657,12 @@ with gr.Blocks(theme=theme, title="Car Window Segmentation") as demo:
657
  9. SAM + YOLO (Strategy 3: Direct Mask Prompting)
658
 
659
  **Pretrained Zero-Shot Models:**
660
- <ol start="10">
661
- <li>Grounding DINO</li>
662
- <li>Grounded SAM</li>
663
- <li>Intelliarts Car Parts</li>
664
- </ol>
 
665
 
666
  **Our Findings:** SegFormer and YOLO11x deliver the best performance with significantly sharper edge precision.
667
  """)
 
657
  9. SAM + YOLO (Strategy 3: Direct Mask Prompting)
658
 
659
  **Pretrained Zero-Shot Models:**
660
+
661
+ 10\. Grounding DINO
662
+
663
+ 11\. Grounded SAM
664
+
665
+ 12\. Intelliarts Car Parts
666
 
667
  **Our Findings:** SegFormer and YOLO11x deliver the best performance with significantly sharper edge precision.
668
  """)