elliottwu / DeepHDR

This is the implementation for Deep High Dynamic Range Imaging with Large Foreground Motions (ECCV'18)
MIT License
186 stars 38 forks source link

i have two question about the code #6

Closed GentlemanWally closed 5 years ago

GentlemanWally commented 5 years ago

Thank you for your work. I have two question about the code. 1.In your paper, you have trained data by GPU.But when I run the code which you provide,the GPU is not work. 2.I don`t know how to align my pictures use homography transformation,can you provide to me your code?

elliottwu commented 5 years ago

Thanks for your interest.

  1. What was the error? I think the code should be fine. It might be related to your environment configuation. Could you provide more details?
  2. I have lost track of the original code, but we used OpenCV for homography registration. You can find lots of examples online, here is one: https://www.learnopencv.com/image-alignment-feature-based-using-opencv-c-python/.