Forest-Fire-Detection is a vision-language encoder model fine-tuned from google/siglip2-base-patch16-512 for multi-class image classification. It is trained to detect whether an image contains fire, smoke, or a normal (non-fire) scene. The model uses the SiglipForImageClassification architecture.
[!note]
SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features : https://arxiv.org/pdf/2502.14786
py
1Classification Report:2 precision recall f1-score support
34 Fire 0.99600.98960.992820205 Normal 0.99020.99600.993120206 Smoke 0.99951.00000.9998202078 accuracy 0.995260609 macro avg 0.99520.99520.9952606010weighted avg 0.99520.99520.99526060