Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -577,7 +577,7 @@ with gr.Blocks(theme=theme, title="Car Window Segmentation") as demo:
|
|
| 577 |
|
| 578 |
# ββ TAB 3: Comprehensive Evaluation ββ
|
| 579 |
with gr.Tab("Comprehensive Evaluation"):
|
| 580 |
-
gr.Markdown("###
|
| 581 |
gr.Markdown("""**The following models will run and display their results below:**
|
| 582 |
|
| 583 |
**Custom Trained Models:**
|
|
@@ -597,7 +597,7 @@ with gr.Blocks(theme=theme, title="Car Window Segmentation") as demo:
|
|
| 597 |
10. Grounded SAM
|
| 598 |
11. Intelliarts Car Parts
|
| 599 |
|
| 600 |
-
**
|
| 601 |
""")
|
| 602 |
|
| 603 |
with gr.Row():
|
|
|
|
| 577 |
|
| 578 |
# ββ TAB 3: Comprehensive Evaluation ββ
|
| 579 |
with gr.Tab("Comprehensive Evaluation"):
|
| 580 |
+
gr.Markdown("### Comprehensive Evaluation: Results from All Trained and Pretrained Models")
|
| 581 |
gr.Markdown("""**The following models will run and display their results below:**
|
| 582 |
|
| 583 |
**Custom Trained Models:**
|
|
|
|
| 597 |
10. Grounded SAM
|
| 598 |
11. Intelliarts Car Parts
|
| 599 |
|
| 600 |
+
**Our Findings:** SegFormer and YOLO11x deliver the best performance with significantly sharper edge precision.
|
| 601 |
""")
|
| 602 |
|
| 603 |
with gr.Row():
|