YingqianWang

Results 7 issues of YingqianWang

Thanks a lot for your released codes of DCNv2. I have the following question. For a NxN modulated deformable convolution, its mask has N^2 channels. I want to know the...

In Notebook 5, the model is loaded by using: model.load(r"C:\Users\Mathias Felix Gruber\Documents\GitHub\PConv-Keras\data\logs\imagenet_phase2\weights.26-1.07.h5", train_bn=False) But where can I download the trained model? I only want to run the test and do...

Thanks a lot for your released codes of DCNv2. I have the following question. For a NxN modulated deformable convolution, its mask has N^2 channels. I want to know the...

In Fig. 2, the authors propose a local ensemble approach to predict the RGB value of the target position based on its four nearest neighbors. However, the calculation process of...

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

Hello, I notice that an algorithm called `LFattNet_sub` was currently submitted to the HCI 4D LF benchmark and achieved top performance. I wonder how the method is modified to achieve...

Hi, It is a great work. Could you please upload the results to the HCI 4D LF Benchmark, so that I can easily compare the quatitative scores of my method...