IanYeung / RealVSR

Dataset and Code for ICCV 2021 paper "Real-world Video Super-resolution: A Benchmark Dataset and A Decomposition based Learning Scheme"
Apache License 2.0
109 stars 7 forks source link

About image registration #8

Open Wenju-Huang opened 2 years ago

Wenju-Huang commented 2 years ago

您好,请教几个关于数据对齐的问题 1、请问图像配准是直接用Real-SR项目中代码做吗,有没有做了什么改进. 2、Real-SR中提到图像要先经过ps进行镜头矫正后再进行迭代配准,请问本文数据是否也同样做了矫正呢? 3、请问你们配准成功率大概多少? 谢谢了

Hello, I have some questions about data alignment

  1. Is the image registration done directly with the code in the Real-SR project?
  2. In Real-SR, the images were import into PS to correct the lens distortion before the image registration. Does the data in this paper also has lens distortion?
  3. What is the registration success rate? Thanks
IanYeung commented 2 years ago

您好,请教几个关于数据对齐的问题 1、请问图像配准是直接用Real-SR项目中代码做吗,有没有做了什么改进. 2、Real-SR中提到图像要先经过ps进行镜头矫正后再进行迭代配准,请问本文数据是否也同样做了矫正呢? 3、请问你们配准成功率大概多少? 谢谢了

Hello, I have some questions about data alignment

  1. Is the image registration done directly with the code in the Real-SR project?
  2. In Real-SR, the images were import into PS to correct the lens distortion before the image registration. Does the data in this paper also has lens distortion?
  3. What is the registration success rate? Thanks
  1. Directly applying the image registration of RealSR project would be fine. We additionally select the best match from several neighboring frames.
  2. We did not correct the distortion in this work.
  3. Generally the registration success is quite high, as long as the object is not so close, in that case, there may be some parallax problems.
dzz416 commented 2 years ago

您好,请教几个关于数据对齐的问题 1、请问图像配准是直接用Real-SR项目中代码做吗,有没有做了什么改进. 2、Real-SR中提到图像要先经过ps进行镜头矫正后再进行迭代配准,请问本文数据是否也同样做了矫正呢? 3、请问你们配准成功率大概多少? 谢谢了

Hello, I have some questions about data alignment

  1. Is the image registration done directly with the code in the Real-SR project?
  2. In Real-SR, the images were import into PS to correct the lens distortion before the image registration. Does the data in this paper also has lens distortion?
  3. What is the registration success rate? Thanks

你好,我也正在关注真实世界图像配准的问题,请问能加一下您的联系方式吗