mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +00:00
sorted imports, updated dates
This commit is contained in:
parent
a9586bf508
commit
f94f99eb1c
@ -4,15 +4,20 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Name: Waifu2x NCNN Vulkan Driver
|
Name: Waifu2x NCNN Vulkan Driver
|
||||||
Author: K4YT3X, SAT3LL
|
Author: SAT3LL
|
||||||
|
Date Created: June 26, 2019
|
||||||
|
Last Modified: June 26, 2019
|
||||||
|
|
||||||
|
Dev: K4YT3X
|
||||||
|
|
||||||
Description: This class is a high-level wrapper
|
Description: This class is a high-level wrapper
|
||||||
for waifu2x_ncnn_vulkan.
|
for waifu2x_ncnn_vulkan.
|
||||||
"""
|
"""
|
||||||
from avalon_framework import Avalon
|
from avalon_framework import Avalon
|
||||||
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import threading
|
import threading
|
||||||
import os
|
|
||||||
|
|
||||||
class Waifu2xNcnnVulkan:
|
class Waifu2xNcnnVulkan:
|
||||||
"""This class communicates with waifu2x ncnn vulkan engine
|
"""This class communicates with waifu2x ncnn vulkan engine
|
||||||
|
Loading…
Reference in New Issue
Block a user