Skip to content

Commit 41ec1d9

Browse files
committed
update version
1 parent 1a3494b commit 41ec1d9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

pyiqa/data/livechallenge_dataset.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
import pickle
32
from PIL import Image
43
import os
@@ -8,9 +7,7 @@
87
import torchvision.transforms as tf
98
from torchvision.transforms.functional import normalize
109

11-
from pyiqa.data.data_util import read_meta_info_file
12-
from pyiqa.data.transforms import transform_mapping, augment, paired_random_crop
13-
from pyiqa.utils import FileClient, imfrombytes, img2tensor
10+
from pyiqa.data.transforms import transform_mapping
1411
from pyiqa.utils.registry import DATASET_REGISTRY
1512

1613

0 commit comments

Comments
 (0)