tuvovan / MIRNet-Keras

Keras Implementation of MIRNet - SoTA in Image Denoising, Super Resolution and Image Enhancement - CVPR 2020
MIT License
24 stars 7 forks source link

realSR class not available #9

Open maxmars1 opened 3 years ago

maxmars1 commented 3 years ago

did you miss it?

maxmars1 commented 3 years ago

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.