Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandermode committed Jun 7, 2019
0 parents commit 6908b8c
Show file tree
Hide file tree
Showing 27 changed files with 3,124 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.vscode
*.pyc
*.pth
__pycache__
checkpoints
result
runs
.ssh*
.rsyncignore
bak
*.zip
hsi_denoising_complex.py
hsi_denoising_gauss.py
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# QRNN3D

The implementation of "3D Quasi-Recurrent Neural Network for Hyperspectral Image Denoising" (only testing code is available now)

## Prerequisites
* Python >=3.5, PyTorch >= 0.4.1
* Requirements: opencv-python, tensorboardX, caffe
* Platforms: Ubuntu 16.04, cuda-8.0


## Quick Start

### 1. Preparing your training/testing datasets

#### Training dataset

#### Testing dataset


### 2. Playing with QRNN3D

#### Testing


#### Training


### 3. Define your own network


## Citation


## Acknowledgments
Loading

0 comments on commit 6908b8c

Please sign in to comment.