Instructions to use superflash41/fire-chad-detector-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use superflash41/fire-chad-detector-v1.0 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://superflash41/fire-chad-detector-v1.0") - Notebooks
- Google Colab
- Kaggle
Fire Classification Models
These Keras models were developed by CPSquad as part of a wildfire detection project at PUCP. We trained them on the FLAME dataset, which provides UAV-based imagery of wildfires.
- DenseNet:
densenet_final.keras - ResNet:
resnet_final.keras - Xception:
xception_final.keras - Ensemble:
ensemble_model.keras
Hyperparameter Tuning
Using Keras Tuner, we optimized:
- Dropout rate
- L2 regularization factor
- Number of layers unfrozen
- Learning rate
These improvements helped boost performance metrics such as accuracy and F1-score, allowing us to reach SOTA results on FLAME’s fire/no-fire classification task.
GitHub repo: https://github.com/superflash41/isaFIRE-wildifire-detection-project
- Downloads last month
- 13