mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-13 16:44:47 +08:00
Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5db2cfd2a3 | ||
|
|
652b9f34bd | ||
|
|
f3c50ea728 | ||
|
|
880087241d | ||
|
|
067e17290a | ||
|
|
fc675e7899 | ||
|
|
2d81270e44 | ||
|
|
3ace2447c2 | ||
|
|
30b0e2c7bf | ||
|
|
d54fea0310 | ||
|
|
332055a4e5 | ||
|
|
19e17b1a8f | ||
|
|
9e745fb747 | ||
|
|
fd5edead7e | ||
|
|
aa7c0b3f12 | ||
|
|
65cc4c6afb | ||
|
|
bd2da021bd | ||
|
|
7e888db7b2 | ||
|
|
7726a86e35 | ||
|
|
a0595136ab | ||
|
|
5c93a5a73b | ||
|
|
7b9b87fa9b | ||
|
|
cb255da65c | ||
|
|
d503325a62 | ||
|
|
954233c238 | ||
|
|
95416f68a8 | ||
|
|
dce778b3bf | ||
|
|
c537dd726c | ||
|
|
b1918a4a8a | ||
|
|
7ae9618785 | ||
|
|
eb3d29103c | ||
|
|
a188f6ebda | ||
|
|
fd67dfca11 | ||
|
|
b1f29f1098 | ||
|
|
fe7c0c840d | ||
|
|
dc2410d4da | ||
|
|
91ac512d57 | ||
|
|
732288f075 | ||
|
|
e812c228c3 | ||
|
|
9841fa9577 | ||
|
|
5391f59847 |
35
README.md
35
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Official Discussion Group (Telegram): https://t.me/video2x
|
### Official Discussion Group (Telegram): https://t.me/video2x
|
||||||
|
|
||||||
## Download Builds
|
## Download Builds (Windows)
|
||||||
|
|
||||||
You can go to the [releases page](https://github.com/k4yt3x/video2x/releases) to download the latest builds of `Video2X`. The exe files will require no Python or Python module installation.
|
You can go to the [releases page](https://github.com/k4yt3x/video2x/releases) to download the latest builds of `Video2X`. The exe files will require no Python or Python module installation.
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ The **`light`** package provides only the most basic functions of `Video2X`. Onl
|
|||||||
|
|
||||||
Component names that are **bolded** can be automatically downloaded and configured with the `video2x_setup.py` script.
|
Component names that are **bolded** can be automatically downloaded and configured with the `video2x_setup.py` script.
|
||||||
|
|
||||||
1. Operating System: Windows
|
1. Operating System: Windows / Linux
|
||||||
2. AMD GPU / Nvidia GPU
|
2. AMD GPU / Nvidia GPU
|
||||||
3. AMD GPU driver / Nvidia GPU driver / Nvidia CUDNN
|
3. AMD GPU driver / Nvidia GPU driver / Nvidia CUDNN
|
||||||
4. [**FFmpeg**](https://ffmpeg.zeranoe.com/builds/)
|
4. [**FFmpeg**](https://ffmpeg.zeranoe.com/builds/)
|
||||||
@@ -26,6 +26,13 @@ Component names that are **bolded** can be automatically downloaded and configur
|
|||||||
|
|
||||||
## Recent Changes
|
## Recent Changes
|
||||||
|
|
||||||
|
### 3.0.0 (November 26, 2019)
|
||||||
|
|
||||||
|
- Linux compatibility
|
||||||
|
- Configuration file changed to YAML format
|
||||||
|
- You may still use a JSON-formatted config file. To do so, please specify `-c video2x.json`.
|
||||||
|
- Other code clean-up and optimization
|
||||||
|
|
||||||
### 2.10.0 (August 16, 2019)
|
### 2.10.0 (August 16, 2019)
|
||||||
|
|
||||||
- **Added support for [Anime4K](https://github.com/bloc97/Anime4K)**
|
- **Added support for [Anime4K](https://github.com/bloc97/Anime4K)**
|
||||||
@@ -36,18 +43,10 @@ Component names that are **bolded** can be automatically downloaded and configur
|
|||||||
- Removed f_string dependency and support for legacy versions of Python
|
- Removed f_string dependency and support for legacy versions of Python
|
||||||
- Organized file import statements
|
- Organized file import statements
|
||||||
|
|
||||||
### 2.8.1 (July 9, 2019)
|
### Setup Script 1.6.0 (November 26, 2019)
|
||||||
|
|
||||||
- Added automatic pixel format detection
|
- Added compatibility for new YAML configuration file
|
||||||
- Added automatic color bit depth detection
|
- Added better exception handling
|
||||||
|
|
||||||
### 2.8.0 (June 25, 2019)
|
|
||||||
|
|
||||||
- **Added support for [waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan)**
|
|
||||||
|
|
||||||
### Setup Script 1.5.0 (August 16, 2019)
|
|
||||||
|
|
||||||
- Added automatic installation support for `Anime4K`
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
@@ -176,6 +175,14 @@ python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m gpu -r 2 -d waifu2
|
|||||||
python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m gpu -r 2 -d waifu2x_ncnn_vulkan
|
python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m gpu -r 2 -d waifu2x_ncnn_vulkan
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Anime4K
|
||||||
|
|
||||||
|
Enlarge the video by 2 times using Anime4K. **Remember to install and configure [JRE 12](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase12-5440181.html) path in the configuration file.**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python video2x.py -i sample_input.mp4 -o sample_output.mp4 -r 2 -d anime4k
|
||||||
|
```
|
||||||
|
|
||||||
### CPU
|
### CPU
|
||||||
|
|
||||||
Enlarge the video to 1920x1080 using the CPU. You may also use the `-r/--ratio` option. **waifu2x-based upscalers potentially run much slower than using a GPU, but Anime4K is more CPU-dependant**. The configuration file for this method is similar to the previous methods.
|
Enlarge the video to 1920x1080 using the CPU. You may also use the `-r/--ratio` option. **waifu2x-based upscalers potentially run much slower than using a GPU, but Anime4K is more CPU-dependant**. The configuration file for this method is similar to the previous methods.
|
||||||
@@ -241,7 +248,7 @@ https://www.gnu.org/licenses/gpl-3.0.txt
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
(C) 2018-2019 K4YT3X
|
(C) 2018-2020 K4YT3X
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|||||||
1
_config.yml
Normal file
1
_config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme: jekyll-theme-slate
|
||||||
10
bin/anime4k.py → src/anime4k.py
Normal file → Executable file
10
bin/anime4k.py → src/anime4k.py
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
Name: Anime4K Driver
|
Name: Anime4K Driver
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: August 15, 2019
|
Date Created: August 15, 2019
|
||||||
Last Modified: August 15, 2019
|
Last Modified: November 15, 2019
|
||||||
|
|
||||||
Description: This class is a high-level wrapper
|
Description: This class is a high-level wrapper
|
||||||
for Anime4k.
|
for Anime4k.
|
||||||
@@ -27,8 +27,8 @@ class Anime4k:
|
|||||||
the upscale function.
|
the upscale function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, waifu2x_settings):
|
def __init__(self, driver_settings):
|
||||||
self.waifu2x_settings = waifu2x_settings
|
self.driver_settings = driver_settings
|
||||||
self.print_lock = threading.Lock()
|
self.print_lock = threading.Lock()
|
||||||
|
|
||||||
def upscale(self, input_directory, output_directory, scale_ratio, upscaler_exceptions, push_strength=None, push_grad_strength=None):
|
def upscale(self, input_directory, output_directory, scale_ratio, upscaler_exceptions, push_strength=None, push_grad_strength=None):
|
||||||
@@ -57,9 +57,9 @@ class Anime4k:
|
|||||||
for image in extracted_frame_files:
|
for image in extracted_frame_files:
|
||||||
|
|
||||||
execute = [
|
execute = [
|
||||||
self.waifu2x_settings['java_path'],
|
self.driver_settings['java_path'],
|
||||||
'-jar',
|
'-jar',
|
||||||
self.waifu2x_settings['anime4k_path'],
|
self.driver_settings['path'],
|
||||||
str(image.absolute()),
|
str(image.absolute()),
|
||||||
str(output_directory / image.name),
|
str(output_directory / image.name),
|
||||||
str(scale_ratio)
|
str(scale_ratio)
|
||||||
0
bin/exceptions.py → src/exceptions.py
Normal file → Executable file
0
bin/exceptions.py → src/exceptions.py
Normal file → Executable file
10
bin/ffmpeg.py → src/ffmpeg.py
Normal file → Executable file
10
bin/ffmpeg.py → src/ffmpeg.py
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
Name: Video2X FFmpeg Controller
|
Name: Video2X FFmpeg Controller
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: Feb 24, 2018
|
Date Created: Feb 24, 2018
|
||||||
Last Modified: August 15, 2019
|
Last Modified: November 15, 2019
|
||||||
|
|
||||||
Description: This class handles all FFmpeg related operations.
|
Description: This class handles all FFmpeg related operations.
|
||||||
"""
|
"""
|
||||||
@@ -30,8 +30,8 @@ class Ffmpeg:
|
|||||||
self.ffmpeg_settings = ffmpeg_settings
|
self.ffmpeg_settings = ffmpeg_settings
|
||||||
|
|
||||||
self.ffmpeg_path = pathlib.Path(self.ffmpeg_settings['ffmpeg_path'])
|
self.ffmpeg_path = pathlib.Path(self.ffmpeg_settings['ffmpeg_path'])
|
||||||
self.ffmpeg_binary = self.ffmpeg_path / 'ffmpeg.exe'
|
self.ffmpeg_binary = self.ffmpeg_path / 'ffmpeg'
|
||||||
self.ffmpeg_probe_binary = self.ffmpeg_path / 'ffprobe.exe'
|
self.ffmpeg_probe_binary = self.ffmpeg_path / 'ffprobe'
|
||||||
self.image_format = image_format
|
self.image_format = image_format
|
||||||
self.pixel_format = None
|
self.pixel_format = None
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ class Ffmpeg:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# print pixel formats for debugging
|
# print pixel formats for debugging
|
||||||
Avalon.debug_info(pixel_formats)
|
Avalon.debug_info(str(pixel_formats))
|
||||||
|
|
||||||
return pixel_formats
|
return pixel_formats
|
||||||
|
|
||||||
@@ -284,4 +284,4 @@ class Ffmpeg:
|
|||||||
|
|
||||||
Avalon.debug_info(f'Executing: {execute}')
|
Avalon.debug_info(f'Executing: {execute}')
|
||||||
|
|
||||||
return subprocess.run(execute, shell=True, check=True).returncode
|
return subprocess.run(execute, check=True).returncode
|
||||||
0
bin/image_cleaner.py → src/image_cleaner.py
Normal file → Executable file
0
bin/image_cleaner.py → src/image_cleaner.py
Normal file → Executable file
@@ -2,5 +2,6 @@ avalon_framework
|
|||||||
colorama
|
colorama
|
||||||
GPUtil
|
GPUtil
|
||||||
psutil
|
psutil
|
||||||
|
pyyaml
|
||||||
requests
|
requests
|
||||||
tqdm
|
tqdm
|
||||||
16
bin/upscaler.py → src/upscaler.py
Normal file → Executable file
16
bin/upscaler.py → src/upscaler.py
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
Name: Video2X Upscaler
|
Name: Video2X Upscaler
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: December 10, 2018
|
Date Created: December 10, 2018
|
||||||
Last Modified: August 21, 2019
|
Last Modified: December 11, 2019
|
||||||
|
|
||||||
Dev: SAT3LL
|
Dev: SAT3LL
|
||||||
|
|
||||||
@@ -51,12 +51,12 @@ class Upscaler:
|
|||||||
ArgumentError -- if argument is not valid
|
ArgumentError -- if argument is not valid
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, input_video, output_video, method, waifu2x_settings, ffmpeg_settings):
|
def __init__(self, input_video, output_video, method, driver_settings, ffmpeg_settings):
|
||||||
# mandatory arguments
|
# mandatory arguments
|
||||||
self.input_video = input_video
|
self.input_video = input_video
|
||||||
self.output_video = output_video
|
self.output_video = output_video
|
||||||
self.method = method
|
self.method = method
|
||||||
self.waifu2x_settings = waifu2x_settings
|
self.driver_settings = driver_settings
|
||||||
self.ffmpeg_settings = ffmpeg_settings
|
self.ffmpeg_settings = ffmpeg_settings
|
||||||
|
|
||||||
# optional arguments
|
# optional arguments
|
||||||
@@ -82,7 +82,7 @@ class Upscaler:
|
|||||||
"""delete temp directories when done
|
"""delete temp directories when done
|
||||||
"""
|
"""
|
||||||
if not self.preserve_frames:
|
if not self.preserve_frames:
|
||||||
for directory in [self.extracted_frames, self.upscaled_frames]:
|
for directory in [self.extracted_frames, self.upscaled_frames, self.video2x_cache_directory]:
|
||||||
try:
|
try:
|
||||||
# avalon framework cannot be used if python is shutting down
|
# avalon framework cannot be used if python is shutting down
|
||||||
# therefore, plain print is used
|
# therefore, plain print is used
|
||||||
@@ -165,7 +165,7 @@ class Upscaler:
|
|||||||
# it's easier to do multi-threading with waifu2x_converter
|
# it's easier to do multi-threading with waifu2x_converter
|
||||||
# the number of threads can be passed directly to waifu2x_converter
|
# the number of threads can be passed directly to waifu2x_converter
|
||||||
if self.waifu2x_driver == 'waifu2x_converter':
|
if self.waifu2x_driver == 'waifu2x_converter':
|
||||||
w2 = Waifu2xConverter(self.waifu2x_settings, self.model_dir)
|
w2 = Waifu2xConverter(self.driver_settings, self.model_dir)
|
||||||
|
|
||||||
progress_bar = threading.Thread(target=self._progress_bar, args=([self.extracted_frames],))
|
progress_bar = threading.Thread(target=self._progress_bar, args=([self.extracted_frames],))
|
||||||
progress_bar.start()
|
progress_bar.start()
|
||||||
@@ -222,7 +222,7 @@ class Upscaler:
|
|||||||
|
|
||||||
# create a separate w2 instance for each thread
|
# create a separate w2 instance for each thread
|
||||||
if self.waifu2x_driver == 'waifu2x_caffe':
|
if self.waifu2x_driver == 'waifu2x_caffe':
|
||||||
w2 = Waifu2xCaffe(copy.deepcopy(self.waifu2x_settings), self.method, self.model_dir, self.bit_depth)
|
w2 = Waifu2xCaffe(copy.deepcopy(self.driver_settings), self.method, self.model_dir, self.bit_depth)
|
||||||
if self.scale_ratio:
|
if self.scale_ratio:
|
||||||
thread = threading.Thread(target=w2.upscale,
|
thread = threading.Thread(target=w2.upscale,
|
||||||
args=(thread_info[0],
|
args=(thread_info[0],
|
||||||
@@ -244,7 +244,7 @@ class Upscaler:
|
|||||||
|
|
||||||
# if the driver being used is waifu2x_ncnn_vulkan
|
# if the driver being used is waifu2x_ncnn_vulkan
|
||||||
elif self.waifu2x_driver == 'waifu2x_ncnn_vulkan':
|
elif self.waifu2x_driver == 'waifu2x_ncnn_vulkan':
|
||||||
w2 = Waifu2xNcnnVulkan(copy.deepcopy(self.waifu2x_settings))
|
w2 = Waifu2xNcnnVulkan(copy.deepcopy(self.driver_settings))
|
||||||
thread = threading.Thread(target=w2.upscale,
|
thread = threading.Thread(target=w2.upscale,
|
||||||
args=(thread_info[0],
|
args=(thread_info[0],
|
||||||
self.upscaled_frames,
|
self.upscaled_frames,
|
||||||
@@ -253,7 +253,7 @@ class Upscaler:
|
|||||||
|
|
||||||
# if the driver being used is anime4k
|
# if the driver being used is anime4k
|
||||||
elif self.waifu2x_driver == 'anime4k':
|
elif self.waifu2x_driver == 'anime4k':
|
||||||
w2 = Anime4k(copy.deepcopy(self.waifu2x_settings))
|
w2 = Anime4k(copy.deepcopy(self.driver_settings))
|
||||||
thread = threading.Thread(target=w2.upscale,
|
thread = threading.Thread(target=w2.upscale,
|
||||||
args=(thread_info[0],
|
args=(thread_info[0],
|
||||||
self.upscaled_frames,
|
self.upscaled_frames,
|
||||||
103
bin/video2x.py → src/video2x.py
Normal file → Executable file
103
bin/video2x.py → src/video2x.py
Normal file → Executable file
@@ -11,17 +11,17 @@ __ __ _ _ ___ __ __
|
|||||||
|
|
||||||
|
|
||||||
Name: Video2X Controller
|
Name: Video2X Controller
|
||||||
Author: K4YT3X
|
Creator: K4YT3X
|
||||||
Date Created: Feb 24, 2018
|
Date Created: Feb 24, 2018
|
||||||
Last Modified: August 29, 2019
|
Last Modified: January 4, 2020
|
||||||
|
|
||||||
Dev: BrianPetkovsek
|
Editor: BrianPetkovsek
|
||||||
Dev: SAT3LL
|
Editor: SAT3LL
|
||||||
|
|
||||||
Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
||||||
available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
(C) 2018-2019 K4YT3X
|
(C) 2018 - 2020 K4YT3X
|
||||||
|
|
||||||
Video2X is free software: you can redistribute it and/or modify
|
Video2X is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -50,7 +50,6 @@ from upscaler import Upscaler
|
|||||||
# built-in imports
|
# built-in imports
|
||||||
import argparse
|
import argparse
|
||||||
import contextlib
|
import contextlib
|
||||||
import json
|
|
||||||
import pathlib
|
import pathlib
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
@@ -58,13 +57,15 @@ import sys
|
|||||||
import tempfile
|
import tempfile
|
||||||
import time
|
import time
|
||||||
import traceback
|
import traceback
|
||||||
|
import yaml
|
||||||
|
|
||||||
# third-party imports
|
# third-party imports
|
||||||
from avalon_framework import Avalon
|
from avalon_framework import Avalon
|
||||||
import GPUtil
|
import GPUtil
|
||||||
import psutil
|
import psutil
|
||||||
|
|
||||||
VERSION = '2.10.0'
|
|
||||||
|
VERSION = '3.0.0'
|
||||||
|
|
||||||
LEGAL_INFO = f'''Video2X Version: {VERSION}
|
LEGAL_INFO = f'''Video2X Version: {VERSION}
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
@@ -87,7 +88,7 @@ SYS_MEM_PER_THREAD = 2.5
|
|||||||
GPU_MEM_PER_THREAD = 3.5
|
GPU_MEM_PER_THREAD = 3.5
|
||||||
|
|
||||||
|
|
||||||
def process_arguments():
|
def parse_arguments():
|
||||||
"""Processes CLI arguments
|
"""Processes CLI arguments
|
||||||
|
|
||||||
This function parses all arguments
|
This function parses all arguments
|
||||||
@@ -107,7 +108,7 @@ def process_arguments():
|
|||||||
upscaler_options.add_argument('-d', '--driver', help='upscaling driver', action='store', default='waifu2x_caffe', choices=AVAILABLE_DRIVERS)
|
upscaler_options.add_argument('-d', '--driver', help='upscaling driver', action='store', default='waifu2x_caffe', choices=AVAILABLE_DRIVERS)
|
||||||
upscaler_options.add_argument('-y', '--model_dir', type=pathlib.Path, help='directory containing model JSON files', action='store')
|
upscaler_options.add_argument('-y', '--model_dir', type=pathlib.Path, help='directory containing model JSON files', action='store')
|
||||||
upscaler_options.add_argument('-t', '--threads', help='number of threads to use for upscaling', action='store', type=int, default=1)
|
upscaler_options.add_argument('-t', '--threads', help='number of threads to use for upscaling', action='store', type=int, default=1)
|
||||||
upscaler_options.add_argument('-c', '--config', type=pathlib.Path, help='video2x config file location', action='store', default=pathlib.Path(sys.argv[0]).parent.absolute() / 'video2x.json')
|
upscaler_options.add_argument('-c', '--config', type=pathlib.Path, help='video2x config file location', action='store', default=pathlib.Path(sys.argv[0]).parent.absolute() / 'video2x.yaml')
|
||||||
upscaler_options.add_argument('-b', '--batch', help='enable batch mode (select all default values to questions)', action='store_true')
|
upscaler_options.add_argument('-b', '--batch', help='enable batch mode (select all default values to questions)', action='store_true')
|
||||||
|
|
||||||
# scaling options
|
# scaling options
|
||||||
@@ -144,7 +145,7 @@ def check_memory():
|
|||||||
|
|
||||||
# check if Nvidia-smi is available
|
# check if Nvidia-smi is available
|
||||||
# GPUtil requires nvidia-smi.exe to interact with GPU
|
# GPUtil requires nvidia-smi.exe to interact with GPU
|
||||||
if args.method == 'gpu' or args.method == 'cudnn':
|
if args.method in ['gpu', 'cudnn']:
|
||||||
if not (shutil.which('nvidia-smi') or
|
if not (shutil.which('nvidia-smi') or
|
||||||
pathlib.Path(r'C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe').is_file()):
|
pathlib.Path(r'C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe').is_file()):
|
||||||
# Nvidia System Management Interface not available
|
# Nvidia System Management Interface not available
|
||||||
@@ -186,14 +187,18 @@ def check_memory():
|
|||||||
Avalon.warning('Proceed with caution')
|
Avalon.warning('Proceed with caution')
|
||||||
|
|
||||||
|
|
||||||
def read_config(config_file):
|
def read_config(config_file: pathlib.Path) -> dict:
|
||||||
""" Reads configuration file
|
""" read video2x configurations from config file
|
||||||
|
|
||||||
Returns a dictionary read by JSON.
|
Arguments:
|
||||||
|
config_file {pathlib.Path} -- video2x configuration file pathlib.Path
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
dict -- dictionary of video2x configuration
|
||||||
"""
|
"""
|
||||||
with open(config_file, 'r') as raw_config:
|
|
||||||
config = json.load(raw_config)
|
with open(config_file, 'r') as config:
|
||||||
return config
|
return yaml.load(config, Loader=yaml.FullLoader)
|
||||||
|
|
||||||
|
|
||||||
def absolutify_paths(config):
|
def absolutify_paths(config):
|
||||||
@@ -248,13 +253,13 @@ if __name__ != '__main__':
|
|||||||
# print video2x logo
|
# print video2x logo
|
||||||
print_logo()
|
print_logo()
|
||||||
|
|
||||||
# process CLI arguments
|
# parse command line arguments
|
||||||
args = process_arguments()
|
args = parse_arguments()
|
||||||
|
|
||||||
# display version and lawful informaition
|
# display version and lawful informaition
|
||||||
if args.version:
|
if args.version:
|
||||||
print(LEGAL_INFO)
|
print(LEGAL_INFO)
|
||||||
exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
# arguments sanity check
|
# arguments sanity check
|
||||||
if not args.input:
|
if not args.input:
|
||||||
@@ -266,7 +271,7 @@ if not args.output:
|
|||||||
if (args.driver in ['waifu2x_converter', 'waifu2x_ncnn_vulkan', 'anime4k']) and args.width and args.height:
|
if (args.driver in ['waifu2x_converter', 'waifu2x_ncnn_vulkan', 'anime4k']) and args.width and args.height:
|
||||||
Avalon.error('Selected driver accepts only scaling ratio')
|
Avalon.error('Selected driver accepts only scaling ratio')
|
||||||
raise ArgumentError('selected driver supports only scaling ratio')
|
raise ArgumentError('selected driver supports only scaling ratio')
|
||||||
if args.driver == 'waifu2x_ncnn_vulkan' and (args.ratio > 2 or not args.ratio.is_integer()):
|
if args.driver == 'waifu2x_ncnn_vulkan' and args.ratio is not None and (args.ratio > 2 or not args.ratio.is_integer()):
|
||||||
Avalon.error('Scaling ratio must be 1 or 2 for waifu2x_ncnn_vulkan')
|
Avalon.error('Scaling ratio must be 1 or 2 for waifu2x_ncnn_vulkan')
|
||||||
raise ArgumentError('scaling ratio must be 1 or 2 for waifu2x_ncnn_vulkan')
|
raise ArgumentError('scaling ratio must be 1 or 2 for waifu2x_ncnn_vulkan')
|
||||||
if (args.width or args.height) and args.ratio:
|
if (args.width or args.height) and args.ratio:
|
||||||
@@ -283,48 +288,38 @@ if args.driver in ['waifu2x_caffe', 'waifu2x_converter', 'waifu2x_ncnn_vulkan']:
|
|||||||
# anime4k runs significantly faster with more threads
|
# anime4k runs significantly faster with more threads
|
||||||
if args.driver == 'anime4k' and args.threads <= 1:
|
if args.driver == 'anime4k' and args.threads <= 1:
|
||||||
Avalon.warning('Anime4K runs significantly faster with more threads')
|
Avalon.warning('Anime4K runs significantly faster with more threads')
|
||||||
if Avalon.ask('Use more threads of Anime4K?', True):
|
if Avalon.ask('Use more threads of Anime4K?', default=True, batch=args.batch):
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
threads = Avalon.gets('Amount of threads to use [5]: ')
|
threads = Avalon.gets('Amount of threads to use [5]: ', default=5, batch=args.batch)
|
||||||
args.threads = int(threads)
|
args.threads = int(threads)
|
||||||
break
|
break
|
||||||
except ValueError:
|
except ValueError:
|
||||||
if threads == '':
|
if threads == '':
|
||||||
args.threads = 5
|
args.threads = 5
|
||||||
break
|
break
|
||||||
else:
|
Avalon.error(f'{threads} is not a valid integer')
|
||||||
Avalon.error(f'{threads} is not a valid integer')
|
|
||||||
|
|
||||||
# read configurations from JSON
|
# read configurations from configuration file
|
||||||
config = read_config(args.config)
|
config = read_config(args.config)
|
||||||
config = absolutify_paths(config)
|
|
||||||
|
# config = absolutify_paths(config)
|
||||||
|
|
||||||
# load waifu2x configuration
|
# load waifu2x configuration
|
||||||
if args.driver == 'waifu2x_caffe':
|
driver_settings = config[args.driver]
|
||||||
waifu2x_settings = config['waifu2x_caffe']
|
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_caffe_path']).is_file():
|
# check if driver path exists
|
||||||
Avalon.error('Specified waifu2x-caffe directory doesn\'t exist')
|
if not pathlib.Path(driver_settings['path']).is_file():
|
||||||
|
if not pathlib.Path(f'{driver_settings["path"]}.exe').is_file():
|
||||||
|
Avalon.error('Specified driver executable directory doesn\'t exist')
|
||||||
Avalon.error('Please check the configuration file settings')
|
Avalon.error('Please check the configuration file settings')
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_caffe_path'])
|
raise FileNotFoundError(driver_settings['path'])
|
||||||
elif args.driver == 'waifu2x_converter':
|
|
||||||
waifu2x_settings = config['waifu2x_converter']
|
# if the driver is Anime4K, check if JDK 12 is installed
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_converter_path']).is_dir():
|
if args.driver == 'anime4k':
|
||||||
Avalon.error('Specified waifu2x-converter-cpp directory doesn\'t exist')
|
if not pathlib.Path('C:/Program Files/Java/jdk-12.0.2/bin/java.exe').is_file():
|
||||||
Avalon.error('Please check the configuration file settings')
|
Avalon.warning('Cannot find JDK 12 at its default installation location')
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_converter_path'])
|
Avalon.warning('Please ensure you have JDK 12 installed and configured')
|
||||||
elif args.driver == 'waifu2x_ncnn_vulkan':
|
|
||||||
waifu2x_settings = config['waifu2x_ncnn_vulkan']
|
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_ncnn_vulkan_path']).is_file():
|
|
||||||
Avalon.error('Specified waifu2x_ncnn_vulkan directory doesn\'t exist')
|
|
||||||
Avalon.error('Please check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_ncnn_vulkan_path'])
|
|
||||||
elif args.driver == 'anime4k':
|
|
||||||
waifu2x_settings = config['anime4k']
|
|
||||||
if not pathlib.Path(waifu2x_settings['anime4k_path']).is_file():
|
|
||||||
Avalon.error('Specified anime4k directory doesn\'t exist')
|
|
||||||
Avalon.error('Please check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['anime4k_path'])
|
|
||||||
|
|
||||||
# read FFmpeg configuration
|
# read FFmpeg configuration
|
||||||
ffmpeg_settings = config['ffmpeg']
|
ffmpeg_settings = config['ffmpeg']
|
||||||
@@ -385,7 +380,7 @@ try:
|
|||||||
Avalon.error('Suffix must be specified for FFmpeg')
|
Avalon.error('Suffix must be specified for FFmpeg')
|
||||||
raise Exception('No suffix specified')
|
raise Exception('No suffix specified')
|
||||||
|
|
||||||
upscaler = Upscaler(input_video=args.input, output_video=args.output, method=args.method, waifu2x_settings=waifu2x_settings, ffmpeg_settings=ffmpeg_settings)
|
upscaler = Upscaler(input_video=args.input, output_video=args.output, method=args.method, driver_settings=driver_settings, ffmpeg_settings=ffmpeg_settings)
|
||||||
|
|
||||||
# set optional options
|
# set optional options
|
||||||
upscaler.waifu2x_driver = args.driver
|
upscaler.waifu2x_driver = args.driver
|
||||||
@@ -413,7 +408,7 @@ try:
|
|||||||
|
|
||||||
for input_video in [f for f in args.input.iterdir() if f.is_file()]:
|
for input_video in [f for f in args.input.iterdir() if f.is_file()]:
|
||||||
output_video = args.output / input_video.name
|
output_video = args.output / input_video.name
|
||||||
upscaler = Upscaler(input_video=input_video, output_video=output_video, method=args.method, waifu2x_settings=waifu2x_settings, ffmpeg_settings=ffmpeg_settings)
|
upscaler = Upscaler(input_video=input_video, output_video=output_video, method=args.method, driver_settings=driver_settings, ffmpeg_settings=ffmpeg_settings)
|
||||||
|
|
||||||
# set optional options
|
# set optional options
|
||||||
upscaler.waifu2x_driver = args.driver
|
upscaler.waifu2x_driver = args.driver
|
||||||
@@ -435,9 +430,15 @@ try:
|
|||||||
raise FileNotFoundError(f'{args.input} is neither file nor directory')
|
raise FileNotFoundError(f'{args.input} is neither file nor directory')
|
||||||
|
|
||||||
Avalon.info(f'Program completed, taking {round((time.time() - begin_time), 5)} seconds')
|
Avalon.info(f'Program completed, taking {round((time.time() - begin_time), 5)} seconds')
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
Avalon.error('An exception has occurred')
|
Avalon.error('An exception has occurred')
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
|
# try cleaning up temp directories
|
||||||
|
with contextlib.suppress(Exception):
|
||||||
|
upscaler.cleanup_temp_directories()
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
# remove Video2X cache directory
|
# remove Video2X cache directory
|
||||||
with contextlib.suppress(FileNotFoundError):
|
with contextlib.suppress(FileNotFoundError):
|
||||||
89
src/video2x.yaml
Normal file
89
src/video2x.yaml
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
---
|
||||||
|
waifu2x_caffe:
|
||||||
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-caffe\waifu2x-caffe-cui
|
||||||
|
input_extention_list:
|
||||||
|
output_extention:
|
||||||
|
mode: noise_scale
|
||||||
|
scale_ratio:
|
||||||
|
scale_width:
|
||||||
|
scale_height:
|
||||||
|
noise_level: 3
|
||||||
|
process: gpu
|
||||||
|
crop_size: 128
|
||||||
|
output_quality: -1
|
||||||
|
output_depth: 8
|
||||||
|
batch_size: 1
|
||||||
|
gpu: 0
|
||||||
|
tta: 0
|
||||||
|
input_path:
|
||||||
|
output_path:
|
||||||
|
model_dir:
|
||||||
|
crop_w:
|
||||||
|
crop_h:
|
||||||
|
waifu2x_converter:
|
||||||
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-converter-cpp
|
||||||
|
output-format:
|
||||||
|
png-compression:
|
||||||
|
image-quality:
|
||||||
|
block-size:
|
||||||
|
disable-gpu:
|
||||||
|
force-OpenCL:
|
||||||
|
processor:
|
||||||
|
jobs:
|
||||||
|
model-dir:
|
||||||
|
scale-ratio:
|
||||||
|
noise-level: 3
|
||||||
|
mode: noise-scale
|
||||||
|
silent: true
|
||||||
|
output:
|
||||||
|
input:
|
||||||
|
waifu2x_ncnn_vulkan:
|
||||||
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-ncnn-vulkan\waifu2x-ncnn-vulkan
|
||||||
|
v:
|
||||||
|
i:
|
||||||
|
o:
|
||||||
|
n: 2
|
||||||
|
s: 2
|
||||||
|
t: 400
|
||||||
|
m: models-cunet
|
||||||
|
g: 0
|
||||||
|
j: "1:2:2"
|
||||||
|
anime4k:
|
||||||
|
path: C:\Users\K4YT3X\AppData\Local\video2x\anime4k\Anime4K.jar
|
||||||
|
java_path: C:\Program Files\Java\jdk-12.0.2\bin\java.exe
|
||||||
|
ffmpeg:
|
||||||
|
ffmpeg_path: C:\Users\K4YT3X\AppData\Local\video2x\ffmpeg-latest-win64-static\bin
|
||||||
|
video_to_frames:
|
||||||
|
output_options:
|
||||||
|
"-qscale:v":
|
||||||
|
"-pix_fmt": rgba64be
|
||||||
|
"-hwaccel": auto
|
||||||
|
"-y": true
|
||||||
|
frames_to_video:
|
||||||
|
input_options:
|
||||||
|
"-qscale:v":
|
||||||
|
"-qscale:a":
|
||||||
|
"-f": image2
|
||||||
|
output_options:
|
||||||
|
"-vcodec": libx264
|
||||||
|
"-crf": 17
|
||||||
|
"-b:v":
|
||||||
|
"-pix_fmt":
|
||||||
|
"-hwaccel": auto
|
||||||
|
"-y": true
|
||||||
|
migrating_tracks:
|
||||||
|
output_options:
|
||||||
|
"-map":
|
||||||
|
- 0:v?
|
||||||
|
- 1:a?
|
||||||
|
- 1:s?
|
||||||
|
- 1:d?
|
||||||
|
- 1:t?
|
||||||
|
"-c": copy
|
||||||
|
"-pix_fmt":
|
||||||
|
"-hwaccel": auto
|
||||||
|
"-y": true
|
||||||
|
video2x:
|
||||||
|
video2x_cache_directory:
|
||||||
|
image_format: png
|
||||||
|
preserve_frames: false
|
||||||
252
bin/video2x_gui.py → src/video2x_gui.py
Normal file → Executable file
252
bin/video2x_gui.py → src/video2x_gui.py
Normal file → Executable file
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Name: Video2x GUI
|
Creator: Video2X GUI
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: July 27, 2019
|
Date Created: July 27, 2019
|
||||||
Last Modified: August 17, 2019
|
Last Modified: December 11, 2019
|
||||||
|
|
||||||
Description: GUI for Video2X
|
Description: A simple GUI for Video2X made with tkinter.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# local imports
|
# local imports
|
||||||
@@ -18,13 +18,17 @@ from tkinter import *
|
|||||||
from tkinter import messagebox
|
from tkinter import messagebox
|
||||||
from tkinter import ttk
|
from tkinter import ttk
|
||||||
from tkinter.filedialog import *
|
from tkinter.filedialog import *
|
||||||
import json
|
import contextlib
|
||||||
import pathlib
|
import pathlib
|
||||||
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
import yaml
|
||||||
|
|
||||||
VERSION = '1.1.1'
|
VERSION = '1.1.3'
|
||||||
|
|
||||||
|
VIDEO2X_CONFIG = pathlib.Path(sys.argv[0]).parent.absolute() / 'video2x.yaml'
|
||||||
|
|
||||||
LEGAL_INFO = f'''Video2X GUI Version: {VERSION}
|
LEGAL_INFO = f'''Video2X GUI Version: {VERSION}
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
@@ -48,6 +52,46 @@ AVAILABLE_DRIVERS = {
|
|||||||
|
|
||||||
IMAGE_FORMATS = {'PNG', 'JPG'}
|
IMAGE_FORMATS = {'PNG', 'JPG'}
|
||||||
|
|
||||||
|
DEMUXER_EXTENSIONS = {'3dostr', '4xm', 'aa', 'aac', 'ac3', 'acm', 'act',
|
||||||
|
'adf', 'adp', 'ads', 'adx', 'aea', 'afc', 'aiff', 'aix', 'alaw',
|
||||||
|
'alias_pix', 'alsa', 'amr', 'amrnb', 'amrwb', 'anm', 'apc', 'ape',
|
||||||
|
'apng', 'aptx', 'aptx_hd', 'aqtitle', 'asf', 'asf_o', 'ass', 'ast',
|
||||||
|
'au', 'avi', 'avisynth', 'avr', 'avs', 'avs2', 'bethsoftvid', 'bfi',
|
||||||
|
'bfstm', 'bin', 'bink', 'bit', 'bmp_pipe', 'bmv', 'boa', 'brender_pix',
|
||||||
|
'brstm', 'c93', 'caf', 'cavsvideo', 'cdg', 'cdxl', 'cine', 'codec2',
|
||||||
|
'codec2raw', 'concat', 'dash', 'data', 'daud', 'dcstr', 'dds_pipe',
|
||||||
|
'dfa', 'dirac', 'dnxhd', 'dpx_pipe', 'dsf', 'dsicin', 'dss', 'dts',
|
||||||
|
'dtshd', 'dv', 'dvbsub', 'dvbtxt', 'dxa', 'ea', 'ea_cdata', 'eac3',
|
||||||
|
'epaf', 'exr_pipe', 'f32be', 'f32le', 'f64be', 'f64le', 'fbdev',
|
||||||
|
'ffmetadata', 'film_cpk', 'filmstrip', 'fits', 'flac', 'flic', 'flv',
|
||||||
|
'frm', 'fsb', 'g722', 'g723_1', 'g726', 'g726le', 'g729', 'gdv', 'genh',
|
||||||
|
'gif', 'gsm', 'gxf', 'h261', 'h263', 'h264', 'hevc', 'hls', 'applehttp',
|
||||||
|
'hnm', 'ico', 'idcin', 'idf', 'iec61883', 'iff', 'ilbc', 'image2',
|
||||||
|
'image2pipe', 'ingenient', 'ipmovie', 'ircam', 'iss', 'iv8', 'ivf',
|
||||||
|
'ivr', 'j2k_pipe', 'jack', 'jacosub', 'jpeg_pipe', 'jpegls_pipe',
|
||||||
|
'jv', 'kmsgrab', 'lavfi', 'libcdio', 'libdc1394', 'libgme', 'libopenmpt',
|
||||||
|
'live_flv', 'lmlm4', 'loas', 'lrc', 'lvf', 'lxf', 'm4v', 'matroska', 'webm',
|
||||||
|
'mgsts', 'microdvd', 'mjpeg', 'mjpeg_2000', 'mlp', 'mlv', 'mm', 'mmf',
|
||||||
|
'mov', 'mp4', 'm4a', '3gp', '3g2', 'mj2', 'mp3', 'mpc', 'mpc8', 'mpeg',
|
||||||
|
'mpegts', 'mpegtsraw', 'mpegvideo', 'mpjpeg', 'mpl2', 'mpsub', 'msf',
|
||||||
|
'msnwctcp', 'mtaf', 'mtv', 'mulaw', 'musx', 'mv', 'mvi', 'mxf', 'mxg',
|
||||||
|
'nc', 'nistsphere', 'nsp', 'nsv', 'nut', 'nuv', 'ogg', 'oma', 'openal',
|
||||||
|
'oss', 'paf', 'pam_pipe', 'pbm_pipe', 'pcx_pipe', 'pgm_pipe', 'pgmyuv_pipe',
|
||||||
|
'pictor_pipe', 'pjs', 'pmp', 'png_pipe', 'ppm_pipe', 'psd_pipe', 'psxstr',
|
||||||
|
'pulse', 'pva', 'pvf', 'qcp', 'qdraw_pipe', 'r3d', 'rawvideo', 'realtext',
|
||||||
|
'redspark', 'rl2', 'rm', 'roq', 'rpl', 'rsd', 'rso', 'rtp', 'rtsp',
|
||||||
|
's16be', 's16le', 's24be', 's24le', 's32be', 's32le', 's337m', 's8',
|
||||||
|
'sami', 'sap', 'sbc', 'sbg', 'scc', 'sdp', 'sdr2', 'sds', 'sdx', 'ser',
|
||||||
|
'sgi_pipe', 'shn', 'siff', 'sln', 'smjpeg', 'smk', 'smush', 'sndio',
|
||||||
|
'sol', 'sox', 'spdif', 'srt', 'stl', 'subviewer', 'subviewer1', 'sunrast_pipe',
|
||||||
|
'sup', 'svag', 'svg_pipe', 'swf', 'tak', 'tedcaptions', 'thp', 'tiertexseq',
|
||||||
|
'tiff_pipe', 'tmv', 'truehd', 'tta', 'tty', 'txd', 'ty', 'u16be', 'u16le',
|
||||||
|
'u24be', 'u24le', 'u32be', 'u32le', 'u8', 'v210', 'v210x', 'vag', 'vc1',
|
||||||
|
'vc1test', 'vidc', 'video4linux2', 'v4l2', 'vivo', 'vmd', 'vobsub', 'voc',
|
||||||
|
'vpk', 'vplayer', 'vqf', 'w64', 'wav', 'wc3movie', 'webm_dash_manifest',
|
||||||
|
'webp_pipe', 'webvtt', 'wsaud', 'wsd', 'wsvqa', 'wtv', 'wv', 'wve', 'x11grab',
|
||||||
|
'xa', 'xbin', 'xmv', 'xpm_pipe', 'xvag', 'xwd_pipe', 'xwma', 'yop', 'yuv4mpegpipe'}
|
||||||
|
|
||||||
|
|
||||||
class Video2xGui():
|
class Video2xGui():
|
||||||
|
|
||||||
@@ -161,7 +205,7 @@ class Video2xGui():
|
|||||||
|
|
||||||
# preserve frames
|
# preserve frames
|
||||||
self.preserve_frames = BooleanVar(self.options_left)
|
self.preserve_frames = BooleanVar(self.options_left)
|
||||||
self.preserve_frames.set(True)
|
self.preserve_frames.set(False)
|
||||||
Label(self.options_right, text='Preserve Frames', relief=RIDGE, width=15).grid(row=3, column=0, padx=2, pady=3)
|
Label(self.options_right, text='Preserve Frames', relief=RIDGE, width=15).grid(row=3, column=0, padx=2, pady=3)
|
||||||
preserve_frames_menu = OptionMenu(self.options_right, self.preserve_frames, *{True, False})
|
preserve_frames_menu = OptionMenu(self.options_right, self.preserve_frames, *{True, False})
|
||||||
preserve_frames_menu.grid(row=3, column=1, padx=2, pady=3, sticky=W)
|
preserve_frames_menu.grid(row=3, column=1, padx=2, pady=3, sticky=W)
|
||||||
@@ -224,108 +268,104 @@ class Video2xGui():
|
|||||||
|
|
||||||
def _upscale(self):
|
def _upscale(self):
|
||||||
|
|
||||||
# start timer
|
try:
|
||||||
begin_time = time.time()
|
# start timer
|
||||||
|
begin_time = time.time()
|
||||||
|
|
||||||
# read configuration file
|
# read configuration file
|
||||||
config = read_config('video2x.json')
|
config = read_config(VIDEO2X_CONFIG)
|
||||||
config = absolutify_paths(config)
|
config = absolutify_paths(config)
|
||||||
|
|
||||||
input_file = pathlib.Path(self.input_file.get())
|
input_file = pathlib.Path(self.input_file.get())
|
||||||
output_file = pathlib.Path(self.output_file.get())
|
output_file = pathlib.Path(self.output_file.get())
|
||||||
driver = AVAILABLE_DRIVERS[self.driver.get()]
|
driver = AVAILABLE_DRIVERS[self.driver.get()]
|
||||||
|
|
||||||
if driver == 'waifu2x_caffe':
|
# load specified driver's config into driver_settings
|
||||||
waifu2x_settings = config['waifu2x_caffe']
|
driver_settings = config[driver]
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_caffe_path']).is_file():
|
|
||||||
messagebox.showerror('Error', 'Specified waifu2x-caffe directory doesn\'t exist\nPlease check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_caffe_path'])
|
|
||||||
elif driver == 'waifu2x_converter':
|
|
||||||
waifu2x_settings = config['waifu2x_converter']
|
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_converter_path']).is_dir():
|
|
||||||
messagebox.showerror('Error', 'Specified waifu2x-converter-cpp directory doesn\'t exist\nPlease check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_converter_path'])
|
|
||||||
elif driver == 'waifu2x_ncnn_vulkan':
|
|
||||||
waifu2x_settings = config['waifu2x_ncnn_vulkan']
|
|
||||||
if not pathlib.Path(waifu2x_settings['waifu2x_ncnn_vulkan_path']).is_file():
|
|
||||||
messagebox.showerror('Error', 'Specified waifu2x_ncnn_vulkan directory doesn\'t exist\nPlease check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['waifu2x_ncnn_vulkan_path'])
|
|
||||||
elif driver == 'anime4k':
|
|
||||||
waifu2x_settings = config['anime4k']
|
|
||||||
if not pathlib.Path(waifu2x_settings['anime4k_path']).is_file():
|
|
||||||
messagebox.showerror('Error', 'Specified Anime4K directory doesn\'t exist\nPlease check the configuration file settings')
|
|
||||||
raise FileNotFoundError(waifu2x_settings['anime4k_path'])
|
|
||||||
|
|
||||||
# read FFmpeg configuration
|
# if executable doesn't exist, show warning
|
||||||
ffmpeg_settings = config['ffmpeg']
|
if not pathlib.Path(driver_settings['path']).is_file() and not pathlib.Path(f'{driver_settings["path"]}.exe').is_file():
|
||||||
|
messagebox.showerror('Error', 'Specified driver directory doesn\'t exist\nPlease check the configuration file settings')
|
||||||
|
raise FileNotFoundError(driver_settings['path'])
|
||||||
|
|
||||||
# load video2x settings
|
# read FFmpeg configuration
|
||||||
image_format = config['video2x']['image_format'].lower()
|
ffmpeg_settings = config['ffmpeg']
|
||||||
preserve_frames = config['video2x']['preserve_frames']
|
|
||||||
|
|
||||||
# load cache directory
|
# load video2x settings
|
||||||
if isinstance(config['video2x']['video2x_cache_directory'], str):
|
image_format = config['video2x']['image_format'].lower()
|
||||||
video2x_cache_directory = pathlib.Path(config['video2x']['video2x_cache_directory'])
|
preserve_frames = config['video2x']['preserve_frames']
|
||||||
else:
|
|
||||||
video2x_cache_directory = pathlib.Path(tempfile.gettempdir()) / 'video2x'
|
|
||||||
|
|
||||||
if video2x_cache_directory.exists() and not video2x_cache_directory.is_dir():
|
# load cache directory
|
||||||
messagebox.showerror('Error', 'Specified cache directory is a file/link')
|
if isinstance(config['video2x']['video2x_cache_directory'], str):
|
||||||
raise FileExistsError('Specified cache directory is a file/link')
|
video2x_cache_directory = pathlib.Path(config['video2x']['video2x_cache_directory'])
|
||||||
|
|
||||||
elif not video2x_cache_directory.exists():
|
|
||||||
# try creating the cache directory
|
|
||||||
if messagebox.askyesno('Question', f'Specified cache directory {video2x_cache_directory} does not exist\nCreate directory?'):
|
|
||||||
try:
|
|
||||||
video2x_cache_directory.mkdir(parents=True, exist_ok=True)
|
|
||||||
|
|
||||||
# there can be a number of exceptions here
|
|
||||||
# PermissionError, FileExistsError, etc.
|
|
||||||
# therefore, we put a catch-them-all here
|
|
||||||
except Exception as e:
|
|
||||||
messagebox.showerror('Error', f'Unable to create {video2x_cache_directory}\nAborting...')
|
|
||||||
raise e
|
|
||||||
else:
|
else:
|
||||||
raise FileNotFoundError('Could not create cache directory')
|
video2x_cache_directory = pathlib.Path(tempfile.gettempdir()) / 'video2x'
|
||||||
|
|
||||||
# load more settings from gui
|
if video2x_cache_directory.exists() and not video2x_cache_directory.is_dir():
|
||||||
width = self.width.get()
|
messagebox.showerror('Error', 'Specified cache directory is a file/link')
|
||||||
height = self.height.get()
|
raise FileExistsError('Specified cache directory is a file/link')
|
||||||
scale_ratio = self.scale_ratio.get()
|
|
||||||
image_format = self.image_format.get()
|
|
||||||
threads = self.threads.get()
|
|
||||||
method = AVAILABLE_METHODS[self.method.get()]
|
|
||||||
preserve_frames = self.preserve_frames.get()
|
|
||||||
|
|
||||||
self.upscaler = Upscaler(input_video=input_file, output_video=output_file, method=method, waifu2x_settings=waifu2x_settings, ffmpeg_settings=ffmpeg_settings)
|
elif not video2x_cache_directory.exists():
|
||||||
|
# try creating the cache directory
|
||||||
|
if messagebox.askyesno('Question', f'Specified cache directory {video2x_cache_directory} does not exist\nCreate directory?'):
|
||||||
|
try:
|
||||||
|
video2x_cache_directory.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
# set optional options
|
# there can be a number of exceptions here
|
||||||
self.upscaler.waifu2x_driver = driver
|
# PermissionError, FileExistsError, etc.
|
||||||
self.upscaler.scale_width = width
|
# therefore, we put a catch-them-all here
|
||||||
self.upscaler.scale_height = height
|
except Exception as e:
|
||||||
self.upscaler.scale_ratio = scale_ratio
|
messagebox.showerror('Error', f'Unable to create {video2x_cache_directory}\nAborting...')
|
||||||
self.upscaler.model_dir = None
|
raise e
|
||||||
self.upscaler.threads = threads
|
else:
|
||||||
self.upscaler.video2x_cache_directory = video2x_cache_directory
|
raise FileNotFoundError('Could not create cache directory')
|
||||||
self.upscaler.image_format = image_format
|
|
||||||
self.upscaler.preserve_frames = preserve_frames
|
|
||||||
|
|
||||||
# run upscaler
|
# load more settings from gui
|
||||||
self.upscaler.create_temp_directories()
|
width = self.width.get()
|
||||||
|
height = self.height.get()
|
||||||
|
scale_ratio = self.scale_ratio.get()
|
||||||
|
image_format = self.image_format.get()
|
||||||
|
threads = self.threads.get()
|
||||||
|
method = AVAILABLE_METHODS[self.method.get()]
|
||||||
|
preserve_frames = self.preserve_frames.get()
|
||||||
|
|
||||||
# start progress bar
|
self.upscaler = Upscaler(input_video=input_file, output_video=output_file, method=method, driver_settings=driver_settings, ffmpeg_settings=ffmpeg_settings)
|
||||||
progress_bar = threading.Thread(target=self._progress_bar)
|
|
||||||
progress_bar.start()
|
|
||||||
|
|
||||||
# start upscaling
|
# set optional options
|
||||||
self.upscaler.run()
|
self.upscaler.waifu2x_driver = driver
|
||||||
self.upscaler.cleanup_temp_directories()
|
self.upscaler.scale_width = width
|
||||||
|
self.upscaler.scale_height = height
|
||||||
|
self.upscaler.scale_ratio = scale_ratio
|
||||||
|
self.upscaler.model_dir = None
|
||||||
|
self.upscaler.threads = threads
|
||||||
|
self.upscaler.video2x_cache_directory = video2x_cache_directory
|
||||||
|
self.upscaler.image_format = image_format
|
||||||
|
self.upscaler.preserve_frames = preserve_frames
|
||||||
|
|
||||||
|
# run upscaler
|
||||||
|
self.upscaler.create_temp_directories()
|
||||||
|
|
||||||
|
# start progress bar
|
||||||
|
progress_bar = threading.Thread(target=self._progress_bar)
|
||||||
|
progress_bar.start()
|
||||||
|
|
||||||
|
# start upscaling
|
||||||
|
self.upscaler.run()
|
||||||
|
self.upscaler.cleanup_temp_directories()
|
||||||
|
|
||||||
|
# show message when upscaling completes
|
||||||
|
messagebox.showinfo('Info', f'Upscaling Completed\nTime Taken: {round((time.time() - begin_time), 5)} seconds')
|
||||||
|
self.progress_bar['value'] = 100
|
||||||
|
self.running = False
|
||||||
|
self.start_button_text.set('Start')
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
messagebox.showerror('Error', f'Upscaler ran into an error:\n{e}')
|
||||||
|
|
||||||
|
# try cleaning up temp directories
|
||||||
|
with contextlib.suppress(Exception):
|
||||||
|
self.upscaler.cleanup_temp_directories()
|
||||||
|
|
||||||
# show message when upscaling completes
|
|
||||||
messagebox.showinfo('Info', f'Upscaling Completed\nTime Taken: {round((time.time() - begin_time), 5)} seconds')
|
|
||||||
self.progress_bar['value'] = 100
|
|
||||||
self.running = False
|
|
||||||
self.start_button_text.set('Start')
|
|
||||||
|
|
||||||
def _progress_bar(self):
|
def _progress_bar(self):
|
||||||
""" This method prints a progress bar
|
""" This method prints a progress bar
|
||||||
@@ -350,12 +390,18 @@ class Video2xGui():
|
|||||||
def _select_input(self):
|
def _select_input(self):
|
||||||
self.input_file.set(askopenfilename(title='Select Input File'))
|
self.input_file.set(askopenfilename(title='Select Input File'))
|
||||||
|
|
||||||
|
# remove input file extension
|
||||||
|
input_filename = str(self.input_file.get())
|
||||||
|
for extension in DEMUXER_EXTENSIONS:
|
||||||
|
if input_filename.endswith(f'.{extension}'):
|
||||||
|
input_filename = input_filename[:-1 - len(extension)]
|
||||||
|
|
||||||
# try to set an output file name automatically
|
# try to set an output file name automatically
|
||||||
output_file = pathlib.Path(f'{self.input_file.get()}_output.mp4')
|
output_file = pathlib.Path(f'{input_filename}_output.mp4')
|
||||||
|
|
||||||
output_file_id = 0
|
output_file_id = 0
|
||||||
while output_file.is_file() and output_file_id <= 10:
|
while output_file.is_file() and output_file_id <= 10:
|
||||||
output_file = pathlib.Path(f'{self.input_file.get()}_output_{output_file_id}.mp4')
|
output_file = pathlib.Path(f'{input_filename}_output_{output_file_id}.mp4')
|
||||||
output_file_id += 1
|
output_file_id += 1
|
||||||
|
|
||||||
if not output_file.exists():
|
if not output_file.exists():
|
||||||
@@ -368,10 +414,10 @@ class Video2xGui():
|
|||||||
def read_config(config_file):
|
def read_config(config_file):
|
||||||
""" Reads configuration file
|
""" Reads configuration file
|
||||||
|
|
||||||
Returns a dictionary read by JSON.
|
Returns a dictionary read by parsing Video2X config.
|
||||||
"""
|
"""
|
||||||
with open(config_file, 'r') as raw_config:
|
with open(config_file, 'r') as raw_config:
|
||||||
config = json.load(raw_config)
|
config = yaml.load(raw_config, Loader=yaml.FullLoader)
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
@@ -390,16 +436,16 @@ def absolutify_paths(config):
|
|||||||
current_directory = pathlib.Path(sys.argv[0]).parent.absolute()
|
current_directory = pathlib.Path(sys.argv[0]).parent.absolute()
|
||||||
|
|
||||||
# check waifu2x-caffe path
|
# check waifu2x-caffe path
|
||||||
if not re.match('^[a-z]:', config['waifu2x_caffe']['waifu2x_caffe_path'], re.IGNORECASE):
|
if not re.match('^[a-z]:', config['waifu2x_caffe']['path'], re.IGNORECASE):
|
||||||
config['waifu2x_caffe']['waifu2x_caffe_path'] = current_directory / config['waifu2x_caffe']['waifu2x_caffe_path']
|
config['waifu2x_caffe']['path'] = current_directory / config['waifu2x_caffe']['path']
|
||||||
|
|
||||||
# check waifu2x-converter-cpp path
|
# check waifu2x-converter-cpp path
|
||||||
if not re.match('^[a-z]:', config['waifu2x_converter']['waifu2x_converter_path'], re.IGNORECASE):
|
if not re.match('^[a-z]:', config['waifu2x_converter']['path'], re.IGNORECASE):
|
||||||
config['waifu2x_converter']['waifu2x_converter_path'] = current_directory / config['waifu2x_converter']['waifu2x_converter_path']
|
config['waifu2x_converter']['path'] = current_directory / config['waifu2x_converter']['path']
|
||||||
|
|
||||||
# check waifu2x_ncnn_vulkan path
|
# check waifu2x_ncnn_vulkan path
|
||||||
if not re.match('^[a-z]:', config['waifu2x_ncnn_vulkan']['waifu2x_ncnn_vulkan_path'], re.IGNORECASE):
|
if not re.match('^[a-z]:', config['waifu2x_ncnn_vulkan']['path'], re.IGNORECASE):
|
||||||
config['waifu2x_ncnn_vulkan']['waifu2x_ncnn_vulkan_path'] = current_directory / config['waifu2x_ncnn_vulkan']['waifu2x_ncnn_vulkan_path']
|
config['waifu2x_ncnn_vulkan']['path'] = current_directory / config['waifu2x_ncnn_vulkan']['path']
|
||||||
|
|
||||||
# check ffmpeg path
|
# check ffmpeg path
|
||||||
if not re.match('^[a-z]:', config['ffmpeg']['ffmpeg_path'], re.IGNORECASE):
|
if not re.match('^[a-z]:', config['ffmpeg']['ffmpeg_path'], re.IGNORECASE):
|
||||||
91
bin/video2x_setup.py → src/video2x_setup.py
Normal file → Executable file
91
bin/video2x_setup.py → src/video2x_setup.py
Normal file → Executable file
@@ -2,17 +2,12 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Name: Video2X Setup Script
|
Name: Video2X Setup Script
|
||||||
Author: K4YT3X
|
Creator: K4YT3X
|
||||||
Author: BrianPetkovsek
|
|
||||||
Date Created: November 28, 2018
|
Date Created: November 28, 2018
|
||||||
Last Modified: August 20, 2019
|
Last Modified: January 4, 2020
|
||||||
|
|
||||||
Dev: SAT3LL
|
Editor: BrianPetkovsek
|
||||||
|
Editor: SAT3LL
|
||||||
Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
|
||||||
available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
|
||||||
|
|
||||||
(C) 2018-2019 K4YT3X
|
|
||||||
|
|
||||||
Description: This script helps installing all dependencies of video2x
|
Description: This script helps installing all dependencies of video2x
|
||||||
and generates a configuration for it.
|
and generates a configuration for it.
|
||||||
@@ -26,9 +21,9 @@ Installation Details:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# built-in imports
|
# built-in imports
|
||||||
|
from datetime import timedelta
|
||||||
import argparse
|
import argparse
|
||||||
import contextlib
|
import contextlib
|
||||||
import json
|
|
||||||
import os
|
import os
|
||||||
import pathlib
|
import pathlib
|
||||||
import re
|
import re
|
||||||
@@ -36,6 +31,7 @@ import shutil
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
import time
|
||||||
import traceback
|
import traceback
|
||||||
import urllib
|
import urllib
|
||||||
import zipfile
|
import zipfile
|
||||||
@@ -45,14 +41,15 @@ import zipfile
|
|||||||
# later in the script.
|
# later in the script.
|
||||||
# import requests
|
# import requests
|
||||||
|
|
||||||
VERSION = '1.5.0'
|
VERSION = '1.6.1'
|
||||||
|
|
||||||
# global static variables
|
# global static variables
|
||||||
LOCALAPPDATA = pathlib.Path(os.getenv('localappdata'))
|
LOCALAPPDATA = pathlib.Path(os.getenv('localappdata'))
|
||||||
|
VIDEO2X_CONFIG = pathlib.Path(sys.argv[0]).parent.absolute() / 'video2x.yaml'
|
||||||
DRIVER_OPTIONS = ['all', 'waifu2x_caffe', 'waifu2x_converter', 'waifu2x_ncnn_vulkan', 'anime4k']
|
DRIVER_OPTIONS = ['all', 'waifu2x_caffe', 'waifu2x_converter', 'waifu2x_ncnn_vulkan', 'anime4k']
|
||||||
|
|
||||||
|
|
||||||
def process_arguments():
|
def parse_arguments():
|
||||||
"""Processes CLI arguments
|
"""Processes CLI arguments
|
||||||
"""
|
"""
|
||||||
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||||
@@ -227,34 +224,35 @@ class Video2xSetup:
|
|||||||
def _generate_config(self):
|
def _generate_config(self):
|
||||||
""" Generate video2x config
|
""" Generate video2x config
|
||||||
"""
|
"""
|
||||||
# Open current video2x.json file as template
|
import yaml
|
||||||
with open('video2x.json', 'r') as template:
|
|
||||||
template_dict = json.load(template)
|
# open current video2x configuration file as template
|
||||||
|
with open(VIDEO2X_CONFIG, 'r') as template:
|
||||||
|
template_dict = yaml.load(template, Loader=yaml.FullLoader)
|
||||||
template.close()
|
template.close()
|
||||||
|
|
||||||
# configure only the specified drivers
|
# configure only the specified drivers
|
||||||
if self.driver == 'all':
|
if self.driver == 'all':
|
||||||
template_dict['waifu2x_caffe']['waifu2x_caffe_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-caffe' / 'waifu2x-caffe-cui.exe')
|
template_dict['waifu2x_caffe']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-caffe' / 'waifu2x-caffe-cui.exe')
|
||||||
template_dict['waifu2x_converter']['waifu2x_converter_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-converter-cpp')
|
template_dict['waifu2x_converter']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-converter-cpp')
|
||||||
template_dict['waifu2x_ncnn_vulkan']['waifu2x_ncnn_vulkan_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-ncnn-vulkan' / 'waifu2x-ncnn-vulkan.exe')
|
template_dict['waifu2x_ncnn_vulkan']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-ncnn-vulkan' / 'waifu2x-ncnn-vulkan.exe')
|
||||||
template_dict['anime4k']['anime4k_path'] = str(LOCALAPPDATA / 'video2x' / 'anime4k' / 'Anime4K.jar')
|
template_dict['anime4k']['path'] = str(LOCALAPPDATA / 'video2x' / 'anime4k' / 'Anime4K.jar')
|
||||||
elif self.driver == 'waifu2x_caffe':
|
elif self.driver == 'waifu2x_caffe':
|
||||||
template_dict['waifu2x_caffe']['waifu2x_caffe_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-caffe' / 'waifu2x-caffe-cui.exe')
|
template_dict['waifu2x_caffe']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-caffe' / 'waifu2x-caffe-cui.exe')
|
||||||
elif self.driver == 'waifu2x_converter':
|
elif self.driver == 'waifu2x_converter':
|
||||||
template_dict['waifu2x_converter']['waifu2x_converter_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-converter-cpp')
|
template_dict['waifu2x_converter']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-converter-cpp')
|
||||||
elif self.driver == 'waifu2x_ncnn_vulkan':
|
elif self.driver == 'waifu2x_ncnn_vulkan':
|
||||||
template_dict['waifu2x_ncnn_vulkan']['waifu2x_ncnn_vulkan_path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-ncnn-vulkan' / 'waifu2x-ncnn-vulkan.exe')
|
template_dict['waifu2x_ncnn_vulkan']['path'] = str(LOCALAPPDATA / 'video2x' / 'waifu2x-ncnn-vulkan' / 'waifu2x-ncnn-vulkan.exe')
|
||||||
elif self.driver == 'anime4k':
|
elif self.driver == 'anime4k':
|
||||||
template_dict['anime4k']['anime4k_path'] = str(LOCALAPPDATA / 'video2x' / 'anime4k' / 'Anime4K.jar')
|
template_dict['anime4k']['path'] = str(LOCALAPPDATA / 'video2x' / 'anime4k' / 'Anime4K.jar')
|
||||||
|
|
||||||
template_dict['ffmpeg']['ffmpeg_path'] = str(LOCALAPPDATA / 'video2x' / 'ffmpeg-latest-win64-static' / 'bin')
|
template_dict['ffmpeg']['ffmpeg_path'] = str(LOCALAPPDATA / 'video2x' / 'ffmpeg-latest-win64-static' / 'bin')
|
||||||
template_dict['video2x']['video2x_cache_directory'] = None
|
template_dict['video2x']['video2x_cache_directory'] = None
|
||||||
template_dict['video2x']['preserve_frames'] = False
|
template_dict['video2x']['preserve_frames'] = False
|
||||||
|
|
||||||
# Write configuration into file
|
# write configuration into file
|
||||||
with open('video2x.json', 'w') as config:
|
with open(VIDEO2X_CONFIG, 'w') as config:
|
||||||
json.dump(template_dict, config, indent=2)
|
yaml.dump(template_dict, config)
|
||||||
config.close()
|
|
||||||
|
|
||||||
|
|
||||||
def download(url, save_path, chunk_size=4096):
|
def download(url, save_path, chunk_size=4096):
|
||||||
@@ -321,7 +319,20 @@ def pip_install(file):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
args = process_arguments()
|
# set default exit code
|
||||||
|
EXIT_CODE = 0
|
||||||
|
|
||||||
|
# get start time
|
||||||
|
start_time = time.time()
|
||||||
|
|
||||||
|
# check platform
|
||||||
|
if sys.platform != 'win32':
|
||||||
|
print('This script is currently only compatible with Windows')
|
||||||
|
EXIT_CODE = 1
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
# parse command line arguments
|
||||||
|
args = parse_arguments()
|
||||||
print('Video2X Setup Script')
|
print('Video2X Setup Script')
|
||||||
print(f'Version: {VERSION}')
|
print(f'Version: {VERSION}')
|
||||||
|
|
||||||
@@ -335,8 +346,20 @@ if __name__ == '__main__':
|
|||||||
setup = Video2xSetup(args.driver, download_python_modules)
|
setup = Video2xSetup(args.driver, download_python_modules)
|
||||||
setup.run()
|
setup.run()
|
||||||
print('\nScript finished successfully')
|
print('\nScript finished successfully')
|
||||||
except Exception:
|
|
||||||
|
|
||||||
|
except SystemExit:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# if PermissionError is raised
|
||||||
|
# user needs to run this with higher privilege
|
||||||
|
except PermissionError:
|
||||||
|
traceback.print_exc()
|
||||||
|
print('You might have insufficient privilege for this script to run')
|
||||||
|
print('Try running this script with Administrator privileges')
|
||||||
|
EXIT_CODE = 1
|
||||||
|
|
||||||
|
# for any exception in the script
|
||||||
|
except Exception:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print('An error has occurred')
|
print('An error has occurred')
|
||||||
print('Video2X Automatic Setup has failed')
|
print('Video2X Automatic Setup has failed')
|
||||||
@@ -348,4 +371,12 @@ if __name__ == '__main__':
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print('An error occurred while trying to cleanup files')
|
print('An error occurred while trying to cleanup files')
|
||||||
|
|
||||||
exit(1)
|
EXIT_CODE = 1
|
||||||
|
|
||||||
|
# regardless if script finishes successfully or not
|
||||||
|
# print script execution summary
|
||||||
|
finally:
|
||||||
|
print('Script finished')
|
||||||
|
print(f'Time taken: {timedelta(seconds=round(time.time() - start_time))}')
|
||||||
|
input('Press [ENTER] to exit script')
|
||||||
|
sys.exit(EXIT_CODE)
|
||||||
32
bin/waifu2x_caffe.py → src/waifu2x_caffe.py
Normal file → Executable file
32
bin/waifu2x_caffe.py → src/waifu2x_caffe.py
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
Name: Waifu2x Caffe Driver
|
Name: Waifu2x Caffe Driver
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: Feb 24, 2018
|
Date Created: Feb 24, 2018
|
||||||
Last Modified: August 3, 2019
|
Last Modified: October 6, 2019
|
||||||
|
|
||||||
Description: This class is a high-level wrapper
|
Description: This class is a high-level wrapper
|
||||||
for waifu2x-caffe.
|
for waifu2x-caffe.
|
||||||
@@ -27,11 +27,11 @@ class Waifu2xCaffe:
|
|||||||
the upscale function.
|
the upscale function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, waifu2x_settings, process, model_dir, bit_depth):
|
def __init__(self, driver_settings, process, model_dir, bit_depth):
|
||||||
self.waifu2x_settings = waifu2x_settings
|
self.driver_settings = driver_settings
|
||||||
self.waifu2x_settings['process'] = process
|
self.driver_settings['process'] = process
|
||||||
self.waifu2x_settings['model_dir'] = model_dir
|
self.driver_settings['model_dir'] = model_dir
|
||||||
self.waifu2x_settings['output_depth'] = bit_depth
|
self.driver_settings['output_depth'] = bit_depth
|
||||||
|
|
||||||
# arguments passed through command line overwrites config file values
|
# arguments passed through command line overwrites config file values
|
||||||
self.process = process
|
self.process = process
|
||||||
@@ -50,16 +50,16 @@ class Waifu2xCaffe:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# overwrite config file settings
|
# overwrite config file settings
|
||||||
self.waifu2x_settings['input_path'] = input_directory
|
self.driver_settings['input_path'] = input_directory
|
||||||
self.waifu2x_settings['output_path'] = output_directory
|
self.driver_settings['output_path'] = output_directory
|
||||||
|
|
||||||
if scale_ratio:
|
if scale_ratio:
|
||||||
self.waifu2x_settings['scale_ratio'] = scale_ratio
|
self.driver_settings['scale_ratio'] = scale_ratio
|
||||||
elif scale_width and scale_height:
|
elif scale_width and scale_height:
|
||||||
self.waifu2x_settings['scale_width'] = scale_width
|
self.driver_settings['scale_width'] = scale_width
|
||||||
self.waifu2x_settings['scale_height'] = scale_height
|
self.driver_settings['scale_height'] = scale_height
|
||||||
|
|
||||||
self.waifu2x_settings['output_extention'] = image_format
|
self.driver_settings['output_extention'] = image_format
|
||||||
|
|
||||||
# print thread start message
|
# print thread start message
|
||||||
self.print_lock.acquire()
|
self.print_lock.acquire()
|
||||||
@@ -68,14 +68,14 @@ class Waifu2xCaffe:
|
|||||||
|
|
||||||
# list to be executed
|
# list to be executed
|
||||||
# initialize the list with waifu2x binary path as the first element
|
# initialize the list with waifu2x binary path as the first element
|
||||||
execute = [str(self.waifu2x_settings['waifu2x_caffe_path'])]
|
execute = [str(self.driver_settings['path'])]
|
||||||
|
|
||||||
for key in self.waifu2x_settings.keys():
|
for key in self.driver_settings.keys():
|
||||||
|
|
||||||
value = self.waifu2x_settings[key]
|
value = self.driver_settings[key]
|
||||||
|
|
||||||
# is executable key or null or None means that leave this option out (keep default)
|
# is executable key or null or None means that leave this option out (keep default)
|
||||||
if key == 'waifu2x_caffe_path' or value is None or value is False:
|
if key == 'path' or value is None or value is False:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
if len(key) == 1:
|
if len(key) == 1:
|
||||||
30
bin/waifu2x_converter.py → src/waifu2x_converter.py
Normal file → Executable file
30
bin/waifu2x_converter.py → src/waifu2x_converter.py
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
Name: Waifu2x Converter CPP Driver
|
Name: Waifu2x Converter CPP Driver
|
||||||
Author: K4YT3X
|
Author: K4YT3X
|
||||||
Date Created: February 8, 2019
|
Date Created: February 8, 2019
|
||||||
Last Modified: August 3, 2019
|
Last Modified: October 6, 2019
|
||||||
|
|
||||||
Description: This class is a high-level wrapper
|
Description: This class is a high-level wrapper
|
||||||
for waifu2x-converter-cpp.
|
for waifu2x-converter-cpp.
|
||||||
@@ -28,9 +28,9 @@ class Waifu2xConverter:
|
|||||||
the upscale function.
|
the upscale function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, waifu2x_settings, model_dir):
|
def __init__(self, driver_settings, model_dir):
|
||||||
self.waifu2x_settings = waifu2x_settings
|
self.driver_settings = driver_settings
|
||||||
self.waifu2x_settings['model_dir'] = model_dir
|
self.driver_settings['model_dir'] = model_dir
|
||||||
self.print_lock = threading.Lock()
|
self.print_lock = threading.Lock()
|
||||||
|
|
||||||
def upscale(self, input_directory, output_directory, scale_ratio, jobs, image_format, upscaler_exceptions):
|
def upscale(self, input_directory, output_directory, scale_ratio, jobs, image_format, upscaler_exceptions):
|
||||||
@@ -46,16 +46,16 @@ class Waifu2xConverter:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# overwrite config file settings
|
# overwrite config file settings
|
||||||
self.waifu2x_settings['input'] = input_directory
|
self.driver_settings['input'] = input_directory
|
||||||
self.waifu2x_settings['output'] = output_directory
|
self.driver_settings['output'] = output_directory
|
||||||
self.waifu2x_settings['scale-ratio'] = scale_ratio
|
self.driver_settings['scale-ratio'] = scale_ratio
|
||||||
self.waifu2x_settings['jobs'] = jobs
|
self.driver_settings['jobs'] = jobs
|
||||||
self.waifu2x_settings['output-format'] = image_format
|
self.driver_settings['output-format'] = image_format
|
||||||
|
|
||||||
# models_rgb must be specified manually for waifu2x-converter-cpp
|
# models_rgb must be specified manually for waifu2x-converter-cpp
|
||||||
# if it's not specified in the arguments, create automatically
|
# if it's not specified in the arguments, create automatically
|
||||||
if self.waifu2x_settings['model-dir'] is None:
|
if self.driver_settings['model-dir'] is None:
|
||||||
self.waifu2x_settings['model-dir'] = pathlib.Path(self.waifu2x_settings['waifu2x_converter_path']) / 'models_rgb'
|
self.driver_settings['model-dir'] = pathlib.Path(self.driver_settings['waifu2x_converter_path']) / 'models_rgb'
|
||||||
|
|
||||||
# print thread start message
|
# print thread start message
|
||||||
self.print_lock.acquire()
|
self.print_lock.acquire()
|
||||||
@@ -64,14 +64,14 @@ class Waifu2xConverter:
|
|||||||
|
|
||||||
# list to be executed
|
# list to be executed
|
||||||
# initialize the list with waifu2x binary path as the first element
|
# initialize the list with waifu2x binary path as the first element
|
||||||
execute = [str(pathlib.Path(self.waifu2x_settings['waifu2x_converter_path']) / 'waifu2x-converter-cpp.exe')]
|
execute = [str(pathlib.Path(self.driver_settings['path']) / 'waifu2x-converter-cpp.exe')]
|
||||||
|
|
||||||
for key in self.waifu2x_settings.keys():
|
for key in self.driver_settings.keys():
|
||||||
|
|
||||||
value = self.waifu2x_settings[key]
|
value = self.driver_settings[key]
|
||||||
|
|
||||||
# the key doesn't need to be passed in this case
|
# the key doesn't need to be passed in this case
|
||||||
if key == 'waifu2x_converter_path':
|
if key == 'path':
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# null or None means that leave this option out (keep default)
|
# null or None means that leave this option out (keep default)
|
||||||
27
bin/waifu2x_ncnn_vulkan.py → src/waifu2x_ncnn_vulkan.py
Normal file → Executable file
27
bin/waifu2x_ncnn_vulkan.py → src/waifu2x_ncnn_vulkan.py
Normal file → Executable file
@@ -2,11 +2,12 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Name: Waifu2x NCNN Vulkan Driver
|
Name: Waifu2x NCNN Vulkan Driver
|
||||||
Author: SAT3LL
|
Creator: SAT3LL
|
||||||
Date Created: June 26, 2019
|
Date Created: June 26, 2019
|
||||||
Last Modified: August 3, 2019
|
Last Modified: November 15, 2019
|
||||||
|
|
||||||
Dev: K4YT3X
|
Editor: K4YT3X
|
||||||
|
Last Modified: January 4, 2020
|
||||||
|
|
||||||
Description: This class is a high-level wrapper
|
Description: This class is a high-level wrapper
|
||||||
for waifu2x_ncnn_vulkan.
|
for waifu2x_ncnn_vulkan.
|
||||||
@@ -30,14 +31,14 @@ class Waifu2xNcnnVulkan:
|
|||||||
the upscale function.
|
the upscale function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, waifu2x_settings):
|
def __init__(self, driver_settings):
|
||||||
self.waifu2x_settings = waifu2x_settings
|
self.driver_settings = driver_settings
|
||||||
|
|
||||||
# arguments passed through command line overwrites config file values
|
# arguments passed through command line overwrites config file values
|
||||||
|
|
||||||
# waifu2x_ncnn_vulkan can't find its own model directory if its not in the current dir
|
# waifu2x_ncnn_vulkan can't find its own model directory if its not in the current dir
|
||||||
# so change to it
|
# so change to it
|
||||||
os.chdir(os.path.join(self.waifu2x_settings['waifu2x_ncnn_vulkan_path'], '..'))
|
os.chdir(os.path.join(self.driver_settings['path'], '..'))
|
||||||
|
|
||||||
self.print_lock = threading.Lock()
|
self.print_lock = threading.Lock()
|
||||||
|
|
||||||
@@ -52,9 +53,9 @@ class Waifu2xNcnnVulkan:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# overwrite config file settings
|
# overwrite config file settings
|
||||||
self.waifu2x_settings['i'] = input_directory
|
self.driver_settings['i'] = input_directory
|
||||||
self.waifu2x_settings['o'] = output_directory
|
self.driver_settings['o'] = output_directory
|
||||||
self.waifu2x_settings['s'] = scale_ratio
|
self.driver_settings['s'] = int(scale_ratio)
|
||||||
|
|
||||||
# print thread start message
|
# print thread start message
|
||||||
self.print_lock.acquire()
|
self.print_lock.acquire()
|
||||||
@@ -63,14 +64,14 @@ class Waifu2xNcnnVulkan:
|
|||||||
|
|
||||||
# list to be executed
|
# list to be executed
|
||||||
# initialize the list with waifu2x binary path as the first element
|
# initialize the list with waifu2x binary path as the first element
|
||||||
execute = [str(self.waifu2x_settings['waifu2x_ncnn_vulkan_path'])]
|
execute = [str(self.driver_settings['path'])]
|
||||||
|
|
||||||
for key in self.waifu2x_settings.keys():
|
for key in self.driver_settings.keys():
|
||||||
|
|
||||||
value = self.waifu2x_settings[key]
|
value = self.driver_settings[key]
|
||||||
|
|
||||||
# is executable key or null or None means that leave this option out (keep default)
|
# is executable key or null or None means that leave this option out (keep default)
|
||||||
if key == 'waifu2x_ncnn_vulkan_path' or value is None or value is False:
|
if key == 'path' or value is None or value is False:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
if len(key) == 1:
|
if len(key) == 1:
|
||||||
Reference in New Issue
Block a user