Closed jeremy43 closed 6 years ago
The input blobs are assembled here. You can change that code to stack multiple image pairs into one batch. Note that you'll also need to change the output code accordingly.
If you are concerned about speed, you might want to try what https://github.com/lmb-freiburg/flownet2/issues/105 suggested first.
(closed due to inactivity)
Hi, when I try to run run-flownet-many, the batch size is one pair img (img0, img1,.flo), and took about 1s per pair. Ss there any way to change to batch size when testing? Thanks!