mattpoggi / depthstillation

Demo code for paper "Learning optical flow from still images", CVPR 2021.
MIT License
152 stars 11 forks source link

Typo in the comment #5

Closed 07hyx06 closed 3 years ago

07hyx06 commented 3 years ago

https://github.com/mattpoggi/depthstillation/blob/a2fafcc8d78d55e77f831777c78f82e105a5f3f1/depthstillation.py#L186

I think it should be Random angles in -pi/18,pi/18, excluding -pi/36,pi/36 to avoid zeros / very small rotations.

mattpoggi commented 3 years ago

Right, good catch :)