Open tlkvstepan opened 7 years ago
Do you have re-implemented the CRL network in Pytorch? I am trying to do the same thing. But I don't konw how to implement the "Remap_layer". Do you have some ideas? Thank you.
Hi, If “remap” is left image warping according to the disparity then you can use pytoch interpolation layer called grid_sample.
On 29 May 2018, at 08:52, EmptyCity1995 notifications@github.com wrote:
Do you have re-implemented the CRL network in Pytorch? I am trying to do the same thing. But I don't konw how to implement the "Remap_layer". Do you have some ideas? Thank you.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello, I am currently trying to re-implement your network in PyTorch. Could you possibly list what kind of data augmentation (with parameters) you use, so that I could reproduce it. You did not mention it in the paper so it is a bit confusing.. Thank you!