YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
Model Description
This model detects dogs in images and catorgizes them into small, medium, and large based on average weight of an adult of that breed. The weight classes generall follow: less than 30lbs for small doges, between 30lbs and 50lbs for medium and greater than 50lbs for large dogs. Training was done by fine tunning the yolov11 model. Due to the large physical differences between dog breed, this model is intended to be used to determine counts of each type in order to better meet the needs to the group in the area.
Training Data
This model is trained using the follow roboflow dataset: Link.
The roboflow page is using a subset of the Standford Dogs Dataset. The subset consits of images of 60 breeds across 9884 images, about half the breed and image count of the orginal dataset.
Annotations included manually sorting each of the 60 breeds into a catagory based on weight(as detailed above). Additionally, some classes were deleted due to the large wieght ranges of the breed. For example, Xoloitzcuintle are usually broken into three sub-breeds with different sizes but they are labeled in the dataset under one cateogry.
Class Breakdown
| Metric | Small | Medium | Large |
|---|---|---|---|
| Percent | 39% | 37% | 24% |
| Count | 4,058 | 3,860 | 2,524 |
Training Split
| Metric | Train | Validate | Test |
|---|---|---|---|
| Percent | 87% | 8% | 4% |
| Count | 20,731 | 1,975 | 988 |