Anzhc commited on
Commit
32119b6
·
verified ·
1 Parent(s): 2bd1c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -116,7 +116,7 @@ Utilizes custom scale, combining default Booru sizes with quite freeform upper r
116
 
117
  | Model | Target |Classes |Dataset size|Training Resolution|
118
  | --------------------------- | --------------------- |---------------|------------|-------------------|
119
- | [Anzhcs Breast Size det cls v8.pt]()| Breasts: illustration and real |15(size range)|~16100 |640|
120
 
121
  mAPs are not displayed in table, because i think we need more complex stats for this model.
122
 
@@ -140,6 +140,8 @@ Misclassification is quite rare, and im happy with model performance in that reg
140
  Missing predictions is unfortunately over 10%, but data is highly skewed with classes 0-2, which are hard to detect.
141
  FPR for v8 is very reasonable, assuming confused detections(of 2 classes at once) are counted as FPR. Size range is smooth, and lots of cases where both classes could be applied.
142
 
 
 
143
  All ratios are calculated relative to their respective GT instance count.
144
 
145
  I will continue to use this benchmark approach for future detection models.
 
116
 
117
  | Model | Target |Classes |Dataset size|Training Resolution|
118
  | --------------------------- | --------------------- |---------------|------------|-------------------|
119
+ | [Anzhcs Breast Size det cls v8 y11m.pt](https://huggingface.co/Anzhc/Anzhcs_YOLOs/blob/main/Anzhcs%20Breast%20size%20det%20cls%20v8%20640%20y11m.pt)| Breasts: illustration and real |15(size range)|~16100 |640|
120
 
121
  mAPs are not displayed in table, because i think we need more complex stats for this model.
122
 
 
140
  Missing predictions is unfortunately over 10%, but data is highly skewed with classes 0-2, which are hard to detect.
141
  FPR for v8 is very reasonable, assuming confused detections(of 2 classes at once) are counted as FPR. Size range is smooth, and lots of cases where both classes could be applied.
142
 
143
+ Last class(unmeasurable) is used for classifying outliers that are hard to measure in currently visible area(e.g. mostly out of frame), but model will try to reasonably predict obstructed and partially visible instances.
144
+
145
  All ratios are calculated relative to their respective GT instance count.
146
 
147
  I will continue to use this benchmark approach for future detection models.