04.04.2025, 22:15
Problem: Can't get it working in Hybrids portable Python 3.12 environment.
Inside the Vapoursynth folder, I called:
then, I extracted pretrained_models.zip into the folder DeepEnhancer folder.
Since the side didn't mention and dependencies I called:
which returned:
So I installed it ('python -m pip install basicvsr'), called the test_demoy.py again, and got
which is a problem since distutils was removed in Python 3.12 which is required for Vapoursynth R70 (upcoming R71 will require 3.13).
(see: https://docs.python.org/3/library/distutils.html)
Cu Selur
Inside the Vapoursynth folder, I called:
git clone https://github.com/jiangqin567/DeepEnhancer.git
Since the side didn't mention and dependencies I called:
SET CUDA_VISIBLE_DEVICES=0 python Lib\site-packages\DeepEnhancer\test_demo.py
Traceback (most recent call last):
File "f:\Hybrid\64bit\Vapoursynth\Lib\site-packages\DeepEnhancer\test_demo.py", line 14, in <module>
from basicsr.data.film_dataset import resize_240_short_side
ModuleNotFoundError: No module named 'basicsr'
Traceback (most recent call last):
File "f:\Hybrid\64bit\Vapoursynth\Lib\site-packages\DeepEnhancer\test_demo.py", line 14, in <module>
from basicsr.data.film_dataset import resize_240_short_side
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\basicsr\__init__.py", line 3, in <module>
from .archs import *
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\basicsr\archs\__init__.py", line 16, in <module>
_arch_modules = [importlib.import_module(f'basicsr.archs.{file_name}') for file_name in arch_filenames]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib\__init__.py", line 90, in import_module
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\basicsr\archs\basicvsrpp_arch.py", line 7, in <module>
from basicsr.archs.arch_util import flow_warp
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\basicsr\archs\arch_util.py", line 6, in <module>
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
(see: https://docs.python.org/3/library/distutils.html)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.