Datasets:
Upload dataset.yaml with huggingface_hub
Browse files- dataset.yaml +9 -0
dataset.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YOLO Dataset Configuration
|
| 2 |
+
path: /content/drive/MyDrive/data
|
| 3 |
+
train: images
|
| 4 |
+
val: images
|
| 5 |
+
# Number of classes
|
| 6 |
+
nc: 26
|
| 7 |
+
|
| 8 |
+
# Class names
|
| 9 |
+
names: ['Torticollis', 'Oculonasal Discharge', 'Facial Swelling', 'Conjunctival Hemorrhage', 'Tracheal Congestion', 'Proventricular Hemorrhage', 'Breast Muscle Congestion', 'Pulmonary Congestion', 'Intestinal Hemorrhage', 'Bursal Edema', 'Ovarian Follicle Congestion', 'Intestinal Congestion', 'Intestinal Necrosis', 'Cecal Core', 'Enlarged Cecum', 'Pericardial Hemorrhage', 'Cutaneous Nodules', 'Periocular Hyperemia', 'Oral & Pharyngeal Plaques', 'Tracheal Fibrinous Exudate', 'Splenic Congestion', 'Scab Formation', 'Ceca Hemorrhage', 'Liver Congestion', 'Congested Lung', 'Cyanotic comb_and_wattle']
|