Skip to content

Commit

Permalink
bicsrx4_cv2 --> bicsrx4_opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
zsyOAOA committed Dec 3, 2023
1 parent 2775dd1 commit 92ca23c
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 @@ -55,7 +55,7 @@ CUDA_VISIBLE_DEVICES=gpu_id python inference_resshift.py -i [image folder/image
```
#### :lion: Bicubic (resize by Opencv) image super-resolution
```
CUDA_VISIBLE_DEVICES=gpu_id python inference_resshift.py -i [image folder/image path] -o [result folder] --scale 4 --task bicsrx4_cv2 --chop_size 512
CUDA_VISIBLE_DEVICES=gpu_id python inference_resshift.py -i [image folder/image path] -o [result folder] --scale 4 --task bicsrx4_opencv --chop_size 512
```
#### :lion: Bicubic (resize by Matlab) image super-resolution
```
Expand Down

0 comments on commit 92ca23c

Please sign in to comment.