This is implementation of LWRDA Net "Light Weight Residual Dense Attention Net for Spectral Reconstruction from RGB Images by K.Uma et .2020"
- Python 3.6.1
- Anaconda 5.0.1
- Ubuntu 16.04 or Windows10
Unzip the downloaded folder
Open the powershell or terminal
$cd yourpathtoLightWeightModel
$pwd
> ~/LightWeightModel
$pip install --upgrade -r requirements.txt
$python test.py --testImagePath=yourpathtoimages
Data size | Data | MRAE | SSIM |
---|---|---|---|
400 | Training Data | 0.02372 | 0.9899 |
50 | Validation Data | 0.04497 | 0.9827 |
10 | Testing Data1 | 0.05478 | - |
10 | Testing Data2 | 0.04577 | - |