Spaces:
Sleeping
Sleeping
updated desc
Browse files
app.py
CHANGED
@@ -58,31 +58,21 @@ description_yolov5 = """
|
|
58 |
description_yolov8 = """
|
59 |
|
60 |
#### **1. Feature Focus for Dogs:**
|
61 |
-
- **Facial Features:**
|
62 |
-
|
63 |
-
- **
|
64 |
-
- Highlights distinctive **fluffy or smooth fur patterns** and **ear shapes** (pointed or floppy).
|
65 |
-
- **Body and Legs:**
|
66 |
-
- Focus on the **overall contour, legs, and tails**, distinguishing body structures of breeds like poodles and corgis.
|
67 |
|
68 |
#### **2. Feature Focus for Cats:**
|
69 |
-
- **Face and Eyes:**
|
70 |
-
|
71 |
-
- **
|
72 |
-
- Emphasizes the **compact size and tail curvature**.
|
73 |
-
- **Paws and Posture:**
|
74 |
-
- Captures sitting postures and detailed paw structures.
|
75 |
|
76 |
#### **3. Incorrect Focus or Ambiguity:**
|
77 |
-
- **Background Highlights:**
|
78 |
-
|
79 |
-
- **
|
80 |
-
- Overlapping fur patterns and body structures between dogs and cats occasionally result in misclassification risks.
|
81 |
-
- **Edge and Border Effects:**
|
82 |
-
- Emphasis on **image boundaries** could reflect dataset biases during training.
|
83 |
|
84 |
#### **4. Insights:**
|
85 |
-
- These heatmaps offer insights into **feature importance** for classification tasks and **model weaknesses** related to ambiguous regions.
|
86 |
- Refinements, such as **attention-based mechanisms**, can improve focus on discriminative features and reduce errors.
|
87 |
"""
|
88 |
|
@@ -107,7 +97,7 @@ yolov8_url = "https://netron.app/?url=https://huggingface.co/spaces/BhumikaMak/N
|
|
107 |
|
108 |
custom_css = """
|
109 |
body {
|
110 |
-
background-color: #
|
111 |
background-size: 1800px 1800px;
|
112 |
height: 100%;
|
113 |
margin: 0;
|
|
|
58 |
description_yolov8 = """
|
59 |
|
60 |
#### **1. Feature Focus for Dogs:**
|
61 |
+
- **Facial Features:** Strong emphasis on **eyes, nose, and mouth**, aiding in species identification.
|
62 |
+
- **Ears and Fur Texture:** Highlights distinctive **fluffy or smooth fur patterns** and **ear shapes** (pointed or floppy).
|
63 |
+
- **Body and Legs:** Focus on the **overall contour, legs, and tails**, distinguishing body structures of breeds like poodles and corgis.
|
|
|
|
|
|
|
64 |
|
65 |
#### **2. Feature Focus for Cats:**
|
66 |
+
- **Face and Eyes:** Sharp focus on **eyes and whiskers**, key characteristics of feline features.
|
67 |
+
- **Body Shape and Tail:** Emphasizes the **compact size and tail curvature**.
|
68 |
+
- **Paws and Posture:** Captures sitting postures and detailed paw structures.
|
|
|
|
|
|
|
69 |
|
70 |
#### **3. Incorrect Focus or Ambiguity:**
|
71 |
+
- **Background Highlights:** Some heatmaps show attention to **background regions**, leading to irrelevant feature extraction.
|
72 |
+
- **Shared Features:** Overlapping fur patterns and body structures between dogs and cats occasionally result in misclassification risks.
|
73 |
+
- **Edge and Border Effects:** Emphasis on **image boundaries** could reflect dataset biases during training.
|
|
|
|
|
|
|
74 |
|
75 |
#### **4. Insights:**
|
|
|
76 |
- Refinements, such as **attention-based mechanisms**, can improve focus on discriminative features and reduce errors.
|
77 |
"""
|
78 |
|
|
|
97 |
|
98 |
custom_css = """
|
99 |
body {
|
100 |
+
background-color: #fcf4ee;
|
101 |
background-size: 1800px 1800px;
|
102 |
height: 100%;
|
103 |
margin: 0;
|