You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully run the cellpose demo without cupy which means i downloaded cellpose.onnx and segmented cell.png with it successully according to cellpose-planer.py.
However,when i set cupy as backend: import cupy planer.core(cupy)
Error informations occurs because read_onnx function in planer/io.py using numpy everywhere ( just like the following shows ) complicts with demo after i set cupy as backend in demo. v_inv=1/np.sqrt(...)
The text was updated successfully, but these errors were encountered:
I have successfully run the cellpose demo without cupy which means i downloaded cellpose.onnx and segmented cell.png with it successully according to cellpose-planer.py.
However,when i set cupy as backend:
import cupy planer.core(cupy)
Error informations occurs because read_onnx function in planer/io.py using numpy everywhere ( just like the following shows ) complicts with demo after i set cupy as backend in demo.
v_inv=1/np.sqrt(...)
The text was updated successfully, but these errors were encountered: