mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-11-03 06:01:02 +01:00
Merge pull request #644 from plambe/master
Fixed interpolation algorithms list
This commit is contained in:
commit
d236131134
@ -545,7 +545,7 @@ def parse_arguments() -> argparse.Namespace:
|
|||||||
interpolate.add_argument(
|
interpolate.add_argument(
|
||||||
"-a",
|
"-a",
|
||||||
"--algorithm",
|
"--algorithm",
|
||||||
choices=UPSCALING_ALGORITHMS,
|
choices=INTERPOLATION_ALGORITHMS,
|
||||||
help="algorithm to use for upscaling",
|
help="algorithm to use for upscaling",
|
||||||
default=INTERPOLATION_ALGORITHMS[0],
|
default=INTERPOLATION_ALGORITHMS[0],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user