Thmen / EGVSR

Efficient & Generic Video Super-Resolution
MIT License
899 stars 108 forks source link

bash test.sh #19

Open JiaChenGe opened 2 years ago

JiaChenGe commented 2 years ago

Bash test How should I write the parameters after sh-- exp dir ./ experiments$ {degradation}/${model}/${expid} \ --mode test \ --model ${model} \ --opt test. yml \ --gpu id ${gpu_id} Can you give me an example? There is no problem with my path. It keeps reminding me that I can't find the file

JacoboJin commented 2 years ago

Hello, I met the same problem and I just modified the code as below: python ./codes/main.py \ --exp_dir ./experiments_BD/FRVSR/001/ \ --mode test \ --model FRVSR \ --opt test.yml \ --gpu_id ${gpu_id}