1 | initial version |
I also encoutered this issue. And I solved this problem via modifying the deepflow.cpp, line 155, remap funtion call in 'warpImage'
That is: change remap(input, output, mapX, mapY, interpolationType, BORDER_TRANSPARENT); to remap(input, output, mapX, mapY, interpolationType);
Hope this can sovle your problem.