anchen1011 / toflow

TOFlow: Video Enhancement with Task-Oriented Flow

Home Page:http://toflow.csail.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the box down-sample kernel

LiangbinXie opened this issue · comments

Does the box down-sample kernel mentioned in your paper can be implemented by function imresize(img_hr, 1/up_scale, 'box'), I'm not sure whether they are same?

thanks~

Sorry for the late reply. Yes, that is roughly how we generated downsampled images. Also, the model we released in this github is training on downsampled images using a cubic kernel, so it may perform worse on images downsampled by box kernels.

thanks~