lliuz / ARFlow

The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".
MIT License
251 stars 50 forks source link

Typo in code #46

Open shuaiyuan1996 opened 1 year ago

shuaiyuan1996 commented 1 year ago

https://github.com/lliuz/ARFlow/blob/e92a8bbe66f0ced244267f43e3e55ad0fe46ff3e/transforms/ar_transforms/sp_transfroms.py#L312

should be

min_rotate=self.cfg.rotate[2], max_rotate=self.cfg.rotate[3],