Skip to content

ConcordiaNAVlab/early_wildfire_perception

Repository files navigation

Early wildfire point perception methods

preception trajectory

Preception Methods ooverview

overview

expr real

In this work, we implemented several functions based on DJI M300 Drone and H20T camera for the early wildfire point preception applications:

  • The wildfire point is firstly segmented by CNN-based networks to provide the semantic information for the other submodules in the framework.

  • After the indoor calibration, the precise camera trajectory with correct scale is recoveried by ORB-SLAM2 and the drone platform navigation information. Then the depth is estimated.

  • A model-based visible-infrared images registration is proposed to fuse the two types of information to reduce the false positive alram further.

Features

features
Attention gate U-net wildfire segmentation path
Trianglulation-based wildfire point depth estimation path
Visible-infrared camera system calibration path
Model-based wide fire point registration path

Realted Works

Hardware

Software

How to build

For each submodules:

  1. cd <submodules>
  2. mkdir -p build&&cd build
  3. cmake cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Release ..

The executable file will be generated under <submodules>/bin directory.

Copyright

Copyright (C) 2022 Concordia NAVlab. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published