Image Classification
Keras
LiteRT
TF-Keras
Safetensors
English
efficientnetv2-s
efficientnetv2
fgic
transfer-learning
gem-pooling
focal-loss
swa
grad-cam
calibration
temperature-scaling
computer-vision
tensorflow.js
Eval Results (legacy)
Instructions to use 0xgr3y/Arch-Building-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use 0xgr3y/Arch-Building-Image-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://0xgr3y/Arch-Building-Image-Classification") - Notebooks
- Google Colab
- Kaggle
Upload V16 class_confidence_stats.json
Browse files- class_confidence_stats.json +74 -0
class_confidence_stats.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"barn": {
|
| 3 |
+
"mean_confidence": 0.8352,
|
| 4 |
+
"std_confidence": 0.0889,
|
| 5 |
+
"p5": 0.6791,
|
| 6 |
+
"p95": 0.9142,
|
| 7 |
+
"median": 0.8574,
|
| 8 |
+
"min": 0.3257,
|
| 9 |
+
"n_samples": 168
|
| 10 |
+
},
|
| 11 |
+
"bridge": {
|
| 12 |
+
"mean_confidence": 0.7928,
|
| 13 |
+
"std_confidence": 0.1108,
|
| 14 |
+
"p5": 0.5142,
|
| 15 |
+
"p95": 0.8905,
|
| 16 |
+
"median": 0.8258,
|
| 17 |
+
"min": 0.2935,
|
| 18 |
+
"n_samples": 168
|
| 19 |
+
},
|
| 20 |
+
"castle": {
|
| 21 |
+
"mean_confidence": 0.8187,
|
| 22 |
+
"std_confidence": 0.0785,
|
| 23 |
+
"p5": 0.6236,
|
| 24 |
+
"p95": 0.8932,
|
| 25 |
+
"median": 0.8371,
|
| 26 |
+
"min": 0.4817,
|
| 27 |
+
"n_samples": 168
|
| 28 |
+
},
|
| 29 |
+
"mosque": {
|
| 30 |
+
"mean_confidence": 0.8453,
|
| 31 |
+
"std_confidence": 0.0934,
|
| 32 |
+
"p5": 0.6212,
|
| 33 |
+
"p95": 0.9247,
|
| 34 |
+
"median": 0.8751,
|
| 35 |
+
"min": 0.4403,
|
| 36 |
+
"n_samples": 168
|
| 37 |
+
},
|
| 38 |
+
"skyscraper": {
|
| 39 |
+
"mean_confidence": 0.8462,
|
| 40 |
+
"std_confidence": 0.0421,
|
| 41 |
+
"p5": 0.7913,
|
| 42 |
+
"p95": 0.897,
|
| 43 |
+
"median": 0.8528,
|
| 44 |
+
"min": 0.5761,
|
| 45 |
+
"n_samples": 168
|
| 46 |
+
},
|
| 47 |
+
"stadium": {
|
| 48 |
+
"mean_confidence": 0.8321,
|
| 49 |
+
"std_confidence": 0.1318,
|
| 50 |
+
"p5": 0.507,
|
| 51 |
+
"p95": 0.9318,
|
| 52 |
+
"median": 0.8844,
|
| 53 |
+
"min": 0.3209,
|
| 54 |
+
"n_samples": 168
|
| 55 |
+
},
|
| 56 |
+
"temple": {
|
| 57 |
+
"mean_confidence": 0.7991,
|
| 58 |
+
"std_confidence": 0.1088,
|
| 59 |
+
"p5": 0.5485,
|
| 60 |
+
"p95": 0.9076,
|
| 61 |
+
"median": 0.8319,
|
| 62 |
+
"min": 0.2516,
|
| 63 |
+
"n_samples": 168
|
| 64 |
+
},
|
| 65 |
+
"windmill": {
|
| 66 |
+
"mean_confidence": 0.8475,
|
| 67 |
+
"std_confidence": 0.0762,
|
| 68 |
+
"p5": 0.7355,
|
| 69 |
+
"p95": 0.9187,
|
| 70 |
+
"median": 0.8613,
|
| 71 |
+
"min": 0.4234,
|
| 72 |
+
"n_samples": 168
|
| 73 |
+
}
|
| 74 |
+
}
|