mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
updated default driver settings
This commit is contained in:
parent
d468d6d93f
commit
562aaee056
@ -42,7 +42,7 @@ def process_arguments():
|
|||||||
|
|
||||||
# video options
|
# video options
|
||||||
general_options = parser.add_argument_group('General Options')
|
general_options = parser.add_argument_group('General Options')
|
||||||
general_options.add_argument('-d', '--driver', help='driver to download and configure', action='store', choices=['all', 'waifu2x_caffe', 'waifu2x_converter'], required=True)
|
general_options.add_argument('-d', '--driver', help='driver to download and configure', action='store', choices=['all', 'waifu2x_caffe', 'waifu2x_converter'], default='all')
|
||||||
|
|
||||||
# parse arguments
|
# parse arguments
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user