DeepLearning
DeepLearning
Hi, 请问,如果通道不分组,是不是用以下代码就可以? > def get_dct_filter(self, tile_size_x, tile_size_y, mapper_x, mapper_y, channel): > dct_filter = torch.zeros(channel, tile_size_x, tile_size_y) > for i in range(channel): > for _, (u_x, v_y) in enumerate(zip(mapper_x, mapper_y)): >...
Hi, how do you get the Real-World Degradation samples? It is not using bicubic downsampling method? (2) How do you retrained the ResLF? Thans a lot.
Hi, I have a question to ask you. Are all the compared methods needs to retrained on the same datasets as your paper stated? How to compute the biscubic and...
Dear Yingqian, Thanks for your work. I download the test code and your test datasets & pretrained model. But when I run the code, The computer will crashed. The PC...
Hi, I can't download the evaluation data from this link: https://raw.githubusercontent.com/monaen/LightFieldReconstruction/storage/data/evaluation/buddha.mat. Any suggestion about this? Thanks.