Add heads/cofiber_threshold/conv_deep/eval.json
Browse files
heads/cofiber_threshold/conv_deep/eval.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"head": "conv_deep_256h_10b",
|
| 3 |
+
"params": 911960,
|
| 4 |
+
"step": 12000,
|
| 5 |
+
"architecture": "768->256 stem + 10 residual ConvBlocks (pointwise+GELU+DWConv3x3+GroupNorm) + output heads",
|
| 6 |
+
"n_images": 5000,
|
| 7 |
+
"mAP_0.5_0.95": 0.1721,
|
| 8 |
+
"mAP_0.50": 0.2563,
|
| 9 |
+
"mAP_0.75": 0.1921,
|
| 10 |
+
"mAP_medium": 0.293,
|
| 11 |
+
"mAP_large": 0.27,
|
| 12 |
+
"AR_100": 0.483,
|
| 13 |
+
"AR_large": 0.768
|
| 14 |
+
}
|