ajabri / videowalk

Repository for "Space-Time Correspondence as a Contrastive Random Walk" (NeurIPS 2020)

Home Page:http://ajabri.github.io/videowalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this the mentioned Bug location?

maoyunyao opened this issue · comments

Thank you for your great work!
Here I have a small question. Is the bug you mentioned in the README.md related to the following code(line 153):

AAs.append((f"l{i}", aal) if self.flip else (f"r{i}", aar))

Thanks~ :)

Yep!