Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonghui Guo committed Jan 19, 2022
1 parent c34b128 commit b717e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CUDA_VISIBLE_DEVICES=0 python test.py --model retinexltifpm --name retinexltifp
CUDA_VISIBLE_DEVICES=0 python test.py --model retinexltifpm --name experiment --dataset_root <dataset_dir> --dataset_name IHD --batch_size xx --init_port xxxx
```
## Evaluation
We provide the code in ih_evaluation.py. Run:
We provide the code in `ih_evaluation.py`. Run:
```bash
CUDA_VISIBLE_DEVICES=0 python evaluation/ih_evaluation.py --dataroot <dataset_dir> --result_root results/experiment/test_latest/images/ --evaluation_type our --dataset_name ALL
```
Expand Down

0 comments on commit b717e90

Please sign in to comment.