Spaces:
Sleeping
Sleeping
update display layout
Browse files
app.py
CHANGED
@@ -7,10 +7,9 @@ yolov8_result = os.path.join(os.getcwd(), "data/xai/yolov8.png")
|
|
7 |
yolov5_dff = os.path.join(os.getcwd(), "data/xai/yolov5_dff.png")
|
8 |
yolov8_dff = os.path.join(os.getcwd(), "data/xai/yolov8_dff.png")
|
9 |
|
10 |
-
|
11 |
description_yolov5 = """
|
12 |
### Feature Focus Comparison
|
13 |
-
| Feature |
|
14 |
|-------------------|-----------------------------------|-------------------------------|
|
15 |
| **Face & Snout** | Eyes, nose, and mouth for recognition | Sharp eyes, whiskers |
|
16 |
| **Ears** | Pointed or floppy shapes | Pointed for identification |
|
@@ -26,9 +25,6 @@ description_yolov5 = """
|
|
26 |
- Visualizations help identify key traits and potential classification biases.
|
27 |
"""
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
description_yolov8 = """
|
33 |
### Feature Focus Comparison
|
34 |
|
|
|
7 |
yolov5_dff = os.path.join(os.getcwd(), "data/xai/yolov5_dff.png")
|
8 |
yolov8_dff = os.path.join(os.getcwd(), "data/xai/yolov8_dff.png")
|
9 |
|
|
|
10 |
description_yolov5 = """
|
11 |
### Feature Focus Comparison
|
12 |
+
| Feature | <span style="color: maroon;"><strong>Dogs</strong></span> | <span style="color: maroon;"><strong>Cats</strong></span> |
|
13 |
|-------------------|-----------------------------------|-------------------------------|
|
14 |
| **Face & Snout** | Eyes, nose, and mouth for recognition | Sharp eyes, whiskers |
|
15 |
| **Ears** | Pointed or floppy shapes | Pointed for identification |
|
|
|
25 |
- Visualizations help identify key traits and potential classification biases.
|
26 |
"""
|
27 |
|
|
|
|
|
|
|
28 |
description_yolov8 = """
|
29 |
### Feature Focus Comparison
|
30 |
|