You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
544 B
Markdown

7 months ago
7 months ago
Example
7 months ago
```
5 months ago
python train.py --model SRNetR90
5 months ago
python test.py --test_datasets Set5,Set14,B100,Urban100,Manga109
7 months ago
7 months ago
python transfer_to_lut.py
7 months ago
python train.py --model_path /wd/lut_reproduce/models/last_transfered_lut.pth --total_iter 2000
5 months ago
python test.py --test_datasets Set5,Set14,B100,Urban100,Manga109
7 months ago
python image_demo.py
```
Help
```
python train.py --help
5 months ago
python test.py --help
7 months ago
python transfer_to_lut.py --help
python image_demo.py --help
7 months ago
```
7 months ago
Requirements:
5 months ago
```
pip install shedulefree tensorboard opencv-python-headless scipy pandas
5 months ago
```