06.02.2025, 21:01
Okay, aside from Deep-Remaster all other DeepEx Models fail in my setup now.
ColorMNet: Failed to initialize ColorMNet[remote] try ColorMNet[local] (reinstalled the spatial_correlation_sampler_backend I attached before, but that doesn't work either)
Deep-Exemplar: AttributeError: module 'cv2' has no attribute 'ximgproc'
opencv-python is already installed
Okay, uinstalling it and installing opencv-contrib-python:
Seems to have fixed it. (no clue whether that now broke something else.)
So only ColorMNet is broken.
ColorMNet: Failed to initialize ColorMNet[remote] try ColorMNet[local] (reinstalled the spatial_correlation_sampler_backend I attached before, but that doesn't work either)
Deep-Exemplar: AttributeError: module 'cv2' has no attribute 'ximgproc'
opencv-python is already installed
python -m pip install opencv-python
Requirement already satisfied: opencv-python in f:\hybrid\64bit\vapoursynth\lib\site-packages (4.11.0.86)
Requirement already satisfied: numpy>=1.21.2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from opencv-python) (1.26.4)
F:\Hybrid\64bit\Vapoursynth>python -m pip uninstall opencv-contrib-python
WARNING: Skipping opencv-contrib-python as it is not installed.
F:\Hybrid\64bit\Vapoursynth>python -m pip uninstall opencv-python
Found existing installation: opencv-python 4.11.0.86
Uninstalling opencv-python-4.11.0.86:
Would remove:
f:\hybrid\64bit\vapoursynth\lib\site-packages\cv2\*
f:\hybrid\64bit\vapoursynth\lib\site-packages\opencv_python-4.11.0.86.dist-info\*
Proceed (Y/n)?
Successfully uninstalled opencv-python-4.11.0.86
WARNING: Failed to remove contents in a temporary directory 'F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\~v2'.
You can safely remove it manually.
F:\Hybrid\64bit\Vapoursynth>python -m pip install opencv-contrib-python
Collecting opencv-contrib-python
Using cached opencv_contrib_python-4.11.0.86-cp37-abi3-win_amd64.whl.metadata (20 kB)
Requirement already satisfied: numpy>=1.21.2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from opencv-contrib-python) (1.26.4)
Using cached opencv_contrib_python-4.11.0.86-cp37-abi3-win_amd64.whl (46.2 MB)
Installing collected packages: opencv-contrib-python
Successfully installed opencv-contrib-python-4.11.0.86
So only ColorMNet is broken.
----
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.