victorca25 / traiNNer

traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video dataloader crashes at 1x scale

joeyballentine opened this issue · comments

Caused by it assuming that since the LR and HR datasets are the same size it should generate LR on the fly.

This should be an easy fix, I'll make a PR for it later.