test.py --config_path ./configs/test/SRGAN_x4-SRGAN_ImageNet-Set5.yaml
Traceback (most recent call last):
File "test.py", line 26, in
from dataset import CUDAPrefetcher, PairedImageDataset
File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/dataset.py", line 25, in
from imgproc import image_to_tensor, image_resize
File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/imgproc.py", line 514, in
center: tuple[(int, int)] = None,
TypeError: 'type' object is not subscriptable
test.py --config_path ./configs/test/SRGAN_x4-SRGAN_ImageNet-Set5.yaml
Traceback (most recent call last):
File "test.py", line 26, in
from dataset import CUDAPrefetcher, PairedImageDataset
File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/dataset.py", line 25, in
from imgproc import image_to_tensor, image_resize
File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/imgproc.py", line 514, in
center: tuple[(int, int)] = None,
TypeError: 'type' object is not subscriptable