Skip to content
/ CNND Public

A pytorch implementation of paper "Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery"

Notifications You must be signed in to change notification settings

yuchaoY/CNND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNND

This is a pytorch implementation of the paper 'Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery'. The author didn't provide their source code, so I was asked to reproduce the algorithm in this paper by my co-supervisor for his experiments.

Envirement

  • pytorch 1.3
  • numpy
  • scipy
  • sklearn

Datasets

This implementation only support dataset with a format like A.mat and A should have two key like data = A['data'] groundtruth = A['gt']/A['ground_truth'] to sotre data and labels respectively.

Here are the datasets using in this implementation:

Usage

You can train it directly using python train.py or test you datasets using python eval.py for the default setting. You should change the data path if you wana using other datasets.

Performance

About

A pytorch implementation of paper "Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages