chxy95 / HDRTVNet

ICCV2021 - A New Journey from SDRTV to HDRTV.
MIT License
126 stars 22 forks source link

module 'data.util' has no attribute 'read_npy' #13

Open feimengjuan opened 2 years ago

feimengjuan commented 2 years ago

In data/LQGT_hallucination_dataset.py", line 45, in getitem mask = util.read_npy(mask_path)

AttributeError: module 'data.util' has no attribute 'read_npy'

chxy95 commented 2 years ago

@feimengjuan I have just fixed this bug in the latest commit a47204e .