zededa/stanford-cars
Preview β’ Updated β’ 11
This repository contains a pre-trained ResNet50 model, fine-tuned to classify vehicle makes, models, and years using the Stanford Cars dataset. This model is maintained and provided by ZEDEDA.
The model was evaluated on the Stanford Cars validation split and achieved the following performance metrics:
This model was trained on the Stanford Cars Dataset.
Because the model is saved in the ONNX format, it can be easily deployed using onnxruntime in various environments.
pip install onnxruntime numpy Pillow
Base model
microsoft/resnet-50