Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.26 KB

Fire Load Detection

Indoor fire load detection using deep learning-based instance segmentation.

This repo contains the dataset, codes, and documents for the following paper:
Y. -C. Zhou, Z. -Z. Hu, K. -X. Yan and J. -R. Lin, "Deep Learning-Based Instance Segmentation for Indoor Fire Load Recognition," in IEEE Access, vol. 9, pp. 148771-148782, 2021, doi: 10.1109/ACCESS.2021.3124831.

example-predictions

Dataset Information

The data/indoor-scene/trainval1k.zip is the dataset containing all images with annotations developed in this research.

Setup & Usage

git clone https://github.com/Zhou-Yucheng/fire-load-detection.git
cd fire-load-detection/src
  • Unzip the dataset trainval1k.zip in data/indoor-scene

  • Run python3 train.py --help for more information about usage

  • Run train.py with arguments, for example:

python3 train.py -m R50 -b 4 -l 2e-3 -i 6k --step 4k