yuke93 / RL-Restore

Crafting a Toolchain for Image Restoration by Deep Reinforcement Learning (CVPR 2018 Spotlight)
MIT License
210 stars 48 forks source link

'noise_combination' undefined near line 17 column 13 #15

Closed dipanshumahla closed 5 years ago

dipanshumahla commented 5 years ago

'noise_combination' undefined near line 17 column 13

called from /destination/data/train/generate_train.m at line 17 column 11

yuke93 commented 5 years ago

@kevin1One You may check whether "noise_combination.m" is in the same path as "generate_train.m". Also, you need to run the code in /destination/data/train/, otherwise you have to run addpath('/destination/data/train/') before you excute the script.