Closed tonyyu0822 closed 6 months ago
FlowMap is designed to run on video sequences, so it assumes that all frames have the same dimensions. It can't directly be used with differing image dimensions for three reasons:
In theory, FlowMap could be adapted to use "video-like" data from several different cameras, but you would probably have to use point tracking/classical feature matching to establish correspondence and learn one focal length per camera or per image.
hi, im trying to run flowmap on custom data. I wonder what config i need to change to do that? I am getting RuntimeError: stack expects each tensor to be equal size, but got [3, 1008, 756] at entry 0 and [3, 864, 1152] at entry 1
when I simply use dataset: images
Thanks