Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandermode committed May 24, 2020
1 parent c007539 commit 48e6bec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ Download ICVL hyperspectral image database from [here](http:https://icvl.cs.bgu.ac.il/
```python hsi_test.py -a qrnn3d -p gauss -r -rp checkpoints/qrnn3d/gauss/model_epoch_50_118454.pth```

* [Mixture noise removal]:
```python hsi_eval.py -a qrnn3d -p complex -r -rp checkpoints/qrnn3d/complex/model_epoch_100_159904.pth```
```python hsi_eval.py -a qrnn3d -p complex -r -rp checkpoints/qrnn3d/complex/model_epoch_100_159904.pth```
```python hsi_test.py -a qrnn3d -p complex -r -rp checkpoints/qrnn3d/complex/model_epoch_100_159904.pth```

Note ```hsi_eval.py``` is for evaluation purpose (w. ground truth provided), while ```hsi_test``` is for testing purpose (w.o. GT)

### 3. Training from scratch

* Training a blind Gaussian model firstly by
Expand Down

0 comments on commit 48e6bec

Please sign in to comment.