We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a01ce commit c9cb6d6Copy full SHA for c9cb6d6
NeuFlow/neuflow.py
@@ -67,7 +67,7 @@ def init_bhwd(self, batch_size, height, width, device, amp=True):
67
self.refine_s16.init_bhwd(batch_size, height//16, width//16, device, amp)
68
self.refine_s8.init_bhwd(batch_size, height//8, width//8, device, amp)
69
70
- def forward(self, img0, img1, iters_s16=3, iters_s8=4):
+ def forward(self, img0, img1, iters_s16=1, iters_s8=6):
71
72
flow_list = []
73
0 commit comments