AutoLens Vehicle Body Classification
Collection
Vehicle body classification models comparing CNNs and DINOv3 ViTs, exported to ONNX/safetensors with calibration artifacts. โข 6 items โข Updated
Baseline CNN model for 8-class vehicle body type classification.
baseline_0_resnet18_20260509_092916checkpoints/baseline_0_resnet18_20260509_092916/best-12-0.8414.ckptmodel.safetensors plus metadata.json, with ONNX for deployment[0.4429, 0.4354, 0.437][0.2456, 0.2421, 0.2449]Evaluated on held-out internal test set (3170 samples, no data leakage).
| Class | Precision | Recall | F1-score | Support |
|---|---|---|---|---|
| SUV | 0.9104 | 0.9104 | 0.9104 | 670 |
| VAN | 0.9165 | 0.9165 | 0.9165 | 455 |
| STATION WAGON | 0.6212 | 0.6212 | 0.6212 | 66 |
| MICRO | 0.7727 | 0.7727 | 0.7727 | 22 |
| OPEN WHEEL / F1 | 0.9949 | 0.9949 | 0.9949 | 586 |
| SEDAN | 0.8800 | 0.9031 | 0.8914 | 836 |
| HATCHBACK | 0.7306 | 0.7444 | 0.7374 | 266 |
| PICK UP | 0.9328 | 0.8253 | 0.8757 | 269 |
model.safetensors: 42.698 MBmodel.onnx: 42.642 MBmodel.safetensors โ weights-only model artifactmetadata.json โ architecture, classes, preprocessing, source run, and artifact metadatamodel.onnx โ ONNX Runtime inference artifactmodel.simplified.onnx โ optional simplified ONNX graph when availablesize_report.json / size_check.json โ artifact size and ONNX smoke evidenceEducational demo and report evidence for classifying uploaded vehicle images into the 8 AutoLens body-type classes.
The dataset is assembled from public/open sources and may contain domain bias. Similar body styles such as hatchback, station wagon, and sedan can be ambiguous. The merged raw dataset is not redistributed in this model repository.