I get error "TypeError: Argument angle should be int or float" on step with image rotation · Issue #1 · galprz/ZSSR-pytorch · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I tried to run your project's file "experiment.ipynb", i got an error on dataset.show_pairs() step. It says "TypeError: Argument angle should be int or float". What can be reason and did it really worked like that? The problem occurs on step return F.rotate(hr, angle, self.resample, self.expand, self.center), \ F.rotate(lr, angle, self.resample, self.expand, self.center) in file transform.py.
Thanks in advance)
Edgar
The text was updated successfully, but these errors were encountered:
Hello,
when I tried to run your project's file "experiment.ipynb", i got an error on
dataset.show_pairs()
step. It says "TypeError: Argument angle should be int or float". What can be reason and did it really worked like that? The problem occurs on stepreturn F.rotate(hr, angle, self.resample, self.expand, self.center), \ F.rotate(lr, angle, self.resample, self.expand, self.center)
in file transform.py.Thanks in advance)
Edgar
The text was updated successfully, but these errors were encountered: