Dear author:
Please tell me the correct way to set prepare_dataset.sh.
Here I set data/processed which contains the I-frames from the previous step.
However, I got:
scripts/prepare_datasets.sh: line 4: ./data/processed/: Is a directory
Moreover, could you tell me the torch vision version you used?
since the following message shows it has version conflict.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchaudio 2.3.0+cu121 requires torch==2.3.0, but you have torch 2.3.1 which is incompatible.
Successfully installed torch-2.3.1 torchvision-0.18.1 triton-2.3.1
and
Traceback (most recent call last):
File "/content/drive/MyDrive/GitClone/APISR/scripts/crop_images.py", line 16, in <module>
from degradation.ESR.usm_sharp import USMSharp
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/usm_sharp.py", line 11, in <module>
from degradation.ESR.utils import filter2D, np2tensor, tensor2np
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/utils.py", line 18, in <module>
from degradation.ESR.degradations_functionality import *
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/degradations_functionality.py", line 10, in <module>
from torchvision.transforms.functional_tensor import rgb_to_grayscale
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
Traceback (most recent call last):
File "/content/drive/MyDrive/GitClone/APISR/scripts/crop_images.py", line 16, in <module>
from degradation.ESR.usm_sharp import USMSharp
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/usm_sharp.py", line 11, in <module>
from degradation.ESR.utils import filter2D, np2tensor, tensor2np
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/utils.py", line 18, in <module>
from degradation.ESR.degradations_functionality import *
File "/content/drive/MyDrive/GitClone/APISR/degradation/ESR/degradations_functionality.py", line 10, in <module>
from torchvision.transforms.functional_tensor import rgb_to_grayscale
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
Dear author:
Please tell me the correct way to set prepare_dataset.sh.
Here I set
data/processedwhich contains the I-frames from the previous step.However, I got:
Moreover, could you tell me the torch vision version you used?
since the following message shows it has version conflict.
and