Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gauenk/stnls
Browse files Browse the repository at this point in the history
  • Loading branch information
gauenk committed Dec 2, 2023
2 parents 0234029 + fb5e704 commit 14f2784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stnls/agg/stack_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def forward(self,vid,weights,flows):
stack = self.stacker(vid,weights,flows)
stack = rearrange(stack,'b hd k t c h w -> b t k (hd c) h w')
vid = self.run_projection(stack)
# print("[stack_conv] vid.shape: ",vid.shape)
return vid

def run_projection(self,stack):
Expand Down

0 comments on commit 14f2784

Please sign in to comment.