You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
417 B
7 lines
417 B
2 months ago
|
SETLOCAL
|
||
|
SET PATH=%PATH%;..\external\opencv\bin;
|
||
|
REM Use --show to show the output in a window or use --out_file=<filename> to write output to file
|
||
|
UpscalePipelineApp.exe --in_file=..\input\input1.jpg --ar_mode=0 --upscale_strength=0 --resolution=1080 --show --out_file=ar_sr_0.png
|
||
|
UpscalePipelineApp.exe --in_file=..\input\input1.jpg --ar_mode=0 --upscale_strength=1 --resolution=1080 --show --out_file=ar_sr_1.png
|
||
|
|