Jason

Results 30 comments of Jason

I'm going to defer this for a later stage.

Not quite convinced that it's an Opencv-related error. Must be a silly bug in the code. Tested this out on the `transforms` module of my Vision library [`caer`](http://github.com/jasmcaus/caer) and didn't...

What do you mean?

Without importing scipy, could you please paste the full traceback you get?

We don't use Scipy in the tutorial. Could you do this though? 1. Uninstall scipy from your machine 2. Run the script where you got an error before 3. If...

Seems to be an issue here: https://github.com/apple/tensorflow_macos/issues/87 If you install (but not import) Scipy in your Virtual Environment, does this error go away?

Hmm, currently no. I suppose this is a very niche use case (to create an entirely separate macro). Are you tests working like this with this implementation?

I see. I guess it makes sense to introduce a LOOP check then, but it'll be very restricted to just ints or max, floats. Interested in making a PR for...