Skielex / structure-tensor

Structure tensor 2D and 3D implementation for Python.
MIT License
47 stars 14 forks source link

WARNING:root:Could not load CuPy: No module named 'cupy' #10

Closed RobbeRamon closed 1 year ago

RobbeRamon commented 1 year ago

I am calling the structure_tensor_2d function but I do get the error that cupy is not found. I thought this was only necessary for 3D? Do you know what the solution is? I am working on a mac computer so no nvidia graphics card is available.

RobbeRamon commented 1 year ago

Seems to be only a warning so I guess I can just ignore this

Skielex commented 1 year ago

Yeah, you can safely ignore that warning. I probably shouldn't have chosen to import parallel_structure_tensor_analysis in the init file.