File size: 440 Bytes
ccb6b03
 
e9b19b9
 
 
ccb6b03
e9b19b9
ccb6b03
e9b19b9
 
 
ccb6b03
e9b19b9
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
library_name: transformers
tags:
- climate
pipeline_tag: image-classification
---
The purpose of this model is to detect wildfires / forest fires in satellite imagery for early wildfire detection. It has been trained on a custom dataset from kaggle.

Outputs are encoded as follows:
- LABEL_0: Fire
- LABEL_1: No Fire

References:
- [`Kaggle Notebook`](https://www.kaggle.com/code/gurveersinghvirk/fire-detection-vit) (Dataset in input)