amir-kazemi commited on
Commit
1ed45e0
·
1 Parent(s): 11f5a12

edit readme

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -76,6 +76,29 @@ While the dataset improves access to diverse and well-annotated vehicle imagery,
76
 
77
  The root directory contains the augmented dataset, curated by manually excluding rare generation failures to ensure aesthetic quality and realism, and organized into train, val, and test splits. In contrast, the datasets.zip archive contains the benchmarking datasets used in the paper, structured for reproducibility. It includes real_raw, which holds the original manually classified images grouped by vehicle type; real, a YOLO-formatted selection of these images with corresponding labels and a configuration file (real.yaml); and augmented, which extends the real set with AI-generated outpainted images and labels, accompanied by augmented.yaml.
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ## Dataset Creation
80
 
81
  ### Curation Rationale
 
76
 
77
  The root directory contains the augmented dataset, curated by manually excluding rare generation failures to ensure aesthetic quality and realism, and organized into train, val, and test splits. In contrast, the datasets.zip archive contains the benchmarking datasets used in the paper, structured for reproducibility. It includes real_raw, which holds the original manually classified images grouped by vehicle type; real, a YOLO-formatted selection of these images with corresponding labels and a configuration file (real.yaml); and augmented, which extends the real set with AI-generated outpainted images and labels, accompanied by augmented.yaml.
78
 
79
+ ### Vehicle Classification and Subcategories
80
+
81
+ | ID | Vehicle Class | Subcategories |
82
+ |----|---------------|----------------------------------------------------------------|
83
+ | 0 | COUPE | Coupe, Convertible, Cabriolet, or other two-door passenger cars |
84
+ | 1 | SEDAN | Sedan, or other four-door passenger cars |
85
+ | 2 | SUV | SUV or Crossover |
86
+ | 3 | MINIVAN | Minivan or Wagon |
87
+ | 4 | MINIBUS | Minibus, Shuttles, or large passenger vans |
88
+ | 5 | BUS | City, Coach, Double-Decker, Articulated, or School Bus |
89
+ | 6 | VAN | Work, Camper, or Conversion Van |
90
+ | 7 | PICKUP | Regular, Crew Cab, or Extended Cab Pickup Truck |
91
+ | 8 | TRUCK | Single Unit, Trailer, Articulated, Dump, Tanker, or Mixer Truck |
92
+
93
+ ### Split Summary (image/object counts per class)
94
+
95
+ | split | background | bus | coupe | minibus | minivan | pickup | sedan | suv | truck | van | TOTAL |
96
+ |-------|------------|------|-------|---------|---------|--------|-------|------|-------|-----|-------|
97
+ | train | 784 | 1715 | 1209 | 330 | 350 | 356 | 1642 | 726 | 1071 | 269 | 8452 |
98
+ | val | 98 | 214 | 152 | 40 | 45 | 44 | 205 | 91 | 134 | 32 | 1055 |
99
+ | test | 98 | 213 | 150 | 41 | 43 | 44 | 205 | 91 | 133 | 33 | 1051 |
100
+
101
+
102
  ## Dataset Creation
103
 
104
  ### Curation Rationale