tuvovan / MIRNet-Keras

Keras Implementation of MIRNet - SoTA in Image Denoising, Super Resolution and Image Enhancement - CVPR 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realSR class not available

maxmars1 opened this issue · comments

did you miss it?

in train_super.py
train_ds = RealSR(subset='train').dataset(repeat_count=1)
valid_ds = RealSR(subset='valid').dataset(repeat_count=1)

RealSR class is not available.