You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
H-MRCNN introduces fast algorithms to analyze large-area hyper-spectral information and methods to autonomously represent and detect CH4 plumes. This repo contains 2 methods for processing different type of data, Single detector works on 4-channels data and Ensemble detectors works on 432-channels raw hyperspectral data recorded from AVIRIS-NG instrument.
Source code of single-detector and ensemble detectors(H-MRCNN) built on Mask-RCNN.
Training code for single-detector and ensemble detectors(H-MRCNN)
Pre-trained ms-coco weights of Mask-RCNN
Annotation generator to read-convert mask annotation into json.
Modified spectral library of python
Example of training on your own dataset
The whole repo folder structure follows the same style as written in the paper for easy reproducibility and easy to extend. If you use it in your research, please consider citing our paper (bibtex below)
Citing
If this work is useful to you, please consider citing our paper:
@inproceedings{kumar2020deep,
title={Deep Remote Sensing Methods for Methane Detection in Overhead Hyperspectral Imagery},
author={Kumar, Satish and Torres, Carlos and Ulutan, Oytun and Ayasse, Alana and Roberts, Dar and Manjunath, BS},
booktitle={2020 IEEE Winter Conference on Applications of Computer Vision (WACV)},
pages={1765--1774},
year={2020},
organization={IEEE}
}
Requirements
Linux or macOS with Python ≥ 3.6
Tensorflow <= 1.8
CUDA 9.0
cudNN (compatible to CUDA)
Installation
Clone this repository
Install dependencies
pip install -r requirements.txt
Single-detector
Running single-detector is quite simple. Follow the README.md in single_detector folder
single_detector/README.md
Ensemble-detector
For Running ensemble-detector we need some pre-processing. Follow the README.md in emsemble_detector folder
ensemble_detector/README.md
About
Deep Learning based Remote Sensing Methods for Methane Detection in Airborne Hyperspectral Imagery