Coder Social home page Coder Social logo

wuunet_firesegm's Introduction

wUUNet_fireSegm

The PyTorch and Keras implementations of wUUNet model designed for multiclass fire segmentation For more information read the paper

Installation

The model is tested on Ubuntu 18.04 workstation with NVidia RTX2070

You need to install cuda before installing python packages

sudo python3 ./setup.py install

We have collected a custom dataset of 6250 samples. You can extract it via:

python3 ./dataset.py

Using

In order to train the models run:

python3 ./train_wuunet.py

or

python3 ./train_unet.py

the parameters of training are hardcoded and you can change them directly in training scripts

In order to use *.ipynb evaluation notebooks run jupyter server, e.g.:

jupyter notebook

the source code is reusable for wide range of segmentation tasks as well as extendable by introducing new CNN models to solve the multiclass fire-segmentation task.

Optimization

Training and evaluation procedures are tightly coupled with storing to/getting data from Filesystem since those files are stored into

${project_root}/output

folder you can increase the perfomance of such tasks via linking the output directory manually to the appropriate dir located in SSD e.g.:

sudo ln -s /ssd/output ${project_root}/output

Results

Model Binary Jaccard Multiclass Jaccard
UNet FS 224 non-int 87.43 % 78.26 %
UNet FS 224 Gauss 87.96 % 79.15 %
UUNet FS 224 Gauss 89.92 % 79.91 %
wUUNet FS 224 Gauss 91.35 % 80.23 %

wUUNet wUUNet

wuunet_firesegm's People

Contributors

vsbochkov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.