Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Model Description
|
| 3 |
+
This model detects dogs in images and catorgizes them into small, meddium, 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 meddium and greater than 50lbs for large dogs.
|
| 4 |
+
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.
|
| 5 |
+
***
|
| 6 |
+
# Training Data
|
| 7 |
+
This model is trained using the follow roboflow dataset: [Link](https://universe.roboflow.com/igor-romanica-gmail-com/stanford-dogs-0pff9).
|
| 8 |
+
The roboflow page is using a subset of the [Standford Dogs Dataset](http://vision.stanford.edu/aditya86/ImageNetDogs/). The subset consits of images of 60 breeds across 9884 images, about half the breed and image count of the orginal dataset.
|
| 9 |
+
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](https://en.wikipedia.org/wiki/Xoloitzcuintle) are usually broken into three sub-breeds with different sizes but they are labeled in the dataset under on catogry.
|
| 10 |
+
***
|
| 11 |
+
# Training Prcedure
|
| 12 |
+
***
|
| 13 |
+
# Evaluation Resuls
|
| 14 |
+
### *Comprehensive Metrics*
|
| 15 |
+
### *Detailed Per-Class Breakdown*
|
| 16 |
+
### *Examples Of Classes*
|
| 17 |
+
### *Visualizations*
|
| 18 |
+
### *Performance Analysis*
|
| 19 |
+
***
|
| 20 |
+
# Limitations and Biases
|
| 21 |
+
### *Known failure cases*
|
| 22 |
+
### *Poor performing classes*
|
| 23 |
+
### *Data biases*
|
| 24 |
+
### *Environmental/contextual limitations*
|
| 25 |
+
### *Inappropriate use cases*
|
| 26 |
+
### *Ethical considerations*
|
| 27 |
+
### *Sample size limitations*
|