0xgr3y commited on
Commit
faa7bfd
·
verified ·
1 Parent(s): b31a1f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -46,7 +46,7 @@ model-index:
46
  name: TTA Accuracy
47
  ---
48
 
49
- ![Arch-Building-Image-Classification](results/greyscope-labs-arch-building-classification-hunggingface-cnn-densenet121.png)
50
 
51
  # Fine-Grained Image Classification of World Architecture: A DenseNet121 Transfer Learning Approach with Layered Regularization
52
 
@@ -496,7 +496,6 @@ print(f"Predicted: {LABELS[np.argmax(preds)]} ({np.max(preds)*100:.1f}%)")
496
  - Trained on Pexels stock photography — performance may differ on user-generated or field photographs
497
  - Limited to 8 architectural classes (barn, bridge, castle, mosque, skyscraper, stadium, temple, windmill)
498
  - Confusion pair analysis found **0 significant pairs** (threshold >5%) — all 8 classes are well-distinguished by the model; see `confusion_pairs.json` for details
499
- - Barn and windmill share 3 cross-class duplicates (0.02% of dataset) — left as-is due to negligible impact
500
  - Inference confidence can be low on atypical examples
501
 
502
  ![Misclassification Examples](results/misclassification_examples.png)
 
46
  name: TTA Accuracy
47
  ---
48
 
49
+ ![Arch-Building-Image-Classification](results/greyscope-labs-architecture-classification-cnn-transferlearning.PNG)
50
 
51
  # Fine-Grained Image Classification of World Architecture: A DenseNet121 Transfer Learning Approach with Layered Regularization
52
 
 
496
  - Trained on Pexels stock photography — performance may differ on user-generated or field photographs
497
  - Limited to 8 architectural classes (barn, bridge, castle, mosque, skyscraper, stadium, temple, windmill)
498
  - Confusion pair analysis found **0 significant pairs** (threshold >5%) — all 8 classes are well-distinguished by the model; see `confusion_pairs.json` for details
 
499
  - Inference confidence can be low on atypical examples
500
 
501
  ![Misclassification Examples](results/misclassification_examples.png)