knazeri / edge-informed-sisr

Edge-Informed Single Image Super-Resolution, ICCVW 2019 https://arxiv.org/abs/1909.05305
Other
78 stars 20 forks source link

Added missing requirements #7

Open DaGuT opened 4 years ago

DaGuT commented 4 years ago

There were pytorch and torchvision missing in requirements, but they were imported in many files, e.g. main.py (model loading) and dataset.py (data preparation for training/testing), which are necessary to work.