Prasad Naik
Prasad Naik
I rewrote the PyTorch Correlation Block as follows: ``` class PytorchAlternateCorrBlock1D: def __init__(self, fmap1, fmap2, num_levels=4, radius=4): self.num_levels = num_levels self.radius = radius self.corr_pyramid = [] self.fmap1 = fmap1 self.fmap2...
Hi, can I work on this issue? I will refer to the blog post and implement the different techniques and submit a pull request accordingly.
Facing same issue. Were you able to fix it?