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
In the code the method takes the following definition: io.masks_flows_to_seg(imgs, masks, flows,files, diams,channels) , with file names as the 4th parameter. However in the notebook example here ait states to use: io.masks_flows_to_seg(imgs, masks, flows,diams,files,channels) . This gives the error: TypeError: expected str, bytes or os.PathLike object, not numpy.float64 . It needs to be changed to match the function definition
The text was updated successfully, but these errors were encountered:
In the code the method takes the following definition: io.masks_flows_to_seg(imgs, masks, flows,files, diams,channels) , with file names as the 4th parameter. However in the notebook example here ait states to use: io.masks_flows_to_seg(imgs, masks, flows,diams,files,channels) . This gives the error: TypeError: expected str, bytes or os.PathLike object, not numpy.float64 . It needs to be changed to match the function definition
The text was updated successfully, but these errors were encountered: