Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaofengc committed Mar 19, 2022
1 parent 1a3494b commit 41ec1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
5 changes: 1 addition & 4 deletions pyiqa/data/livechallenge_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import numpy as np
import pickle
from PIL import Image
import os
Expand All @@ -8,9 +7,7 @@
import torchvision.transforms as tf
from torchvision.transforms.functional import normalize

from pyiqa.data.data_util import read_meta_info_file
from pyiqa.data.transforms import transform_mapping, augment, paired_random_crop
from pyiqa.utils import FileClient, imfrombytes, img2tensor
from pyiqa.data.transforms import transform_mapping
from pyiqa.utils.registry import DATASET_REGISTRY


Expand Down

0 comments on commit 41ec1d9

Please sign in to comment.