Closed LiorPytowski closed 1 year ago
Hi @guijacquemet ,
Is there anything I can do to help with this pull request?
Note that I believe that there is now another independent issue with the Cellpose Notebook (sections 5.2, 6.1 & 6.2)
TypeError: imwrite() got an unexpected keyword argument 'compress'
Thanks a lot
Hi @LiorPytowski , Thanks for tagging me and for the fix. I did not see your PR. I have now fixed both issues in the latest update! Cheers Guillaume
Hi,
I updated the numba imports for section 6.2 (3D predictions) because jitclass needs to be imported from numba.experimental otherwise we get the error message below:
ImportError Traceback (most recent call last)