yinboc / liif

Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
https://yinboc.github.io/liif/
BSD 3-Clause "New" or "Revised" License
1.28k stars 145 forks source link

Regarding local ensemble #39

Open YingqianWang opened 3 years ago

YingqianWang commented 3 years ago

您好,

LIIF模型在进行local_ensemble的过程中,设置了两个变量vx和vy,另其分别取值-1和1以改变query的位置,使其最近邻插值到不同的区域。然而我感觉按照代码这样运行并不能实现论文图2所示的local ensemble,而是生成了一个类似于麻将中五筒的邻域(因为vx和vy都不会取0值)。请问这个地方是我理解错误了吗?还是论文和代码没对上?期待您的回复。