Zhuokai Zhao

Results 2 issues of Zhuokai Zhao

Based on one simple test I found that the `tf_warp(image, flow)` produced different result than `tfa.dense_image_warp(image, flow)`. (https://www.tensorflow.org/addons/api_docs/python/tfa/image/dense_image_warp) Would you please verify if they should be producing the same results?...

I am wondering why would we need `module_feat()` within `matching()`? More specifically I did not find any reference from the original paper that says we need to apply a convolutional...