## git clone this repository
git clone https://github.com/nathan66666/HASN.git
cd HASN
# create an environment with python=3.9
conda create -n hasn python=3.9.17
conda activate hasn
pip install -r requirements.txt
You can put the HASN model in the experiments
.
You can put the testing images in the datasets/test_datasets
.
python basicsr/test.py -opt options/test/test_HASN.yml
- Download the training data from (https://github.com/XPixelGroup/BasicSR/blob/master/docs/DatasetPreparation.md)
CUDA_VISIBLE_DEVICES=0 python basicsr/train.py -opt /options/train/HASN/train_HASN.yml
This project is based on BasicSR.
If you have any questions, please feel free to contact: [email protected]