Atom Scott

Results 4 issues of Atom Scott

Following the steps in [eval/readme.md](https://github.com/timothybrooks/motion-blur/blob/master/eval/README.md), raises the following error. ``` bash Traceback (most recent call last): File "evaluate.py", line 29, in from cvx2 import latest as cv2 ModuleNotFoundError: No module...

Issues in #38 and #45 should that numpy should be updated to 1.18.1. I had the same problems and updating numpy to 1.20.1 fixed it.

Was `pip3 -r install requirements.txt`, but should be `pip3 install -r requirements.txt`. The `-r` comes after `pip3 install` right?