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
File .venv/lib/python3.10/site-packages/pipra/pipra.py", line 1005, in export
masks = self.stack.getMasks().astype(np.uint8).transpose(0,2,1)*255
AttributeError: 'list' object has no attribute 'astype'
The text was updated successfully, but these errors were encountered:
Export to
mp4
only works for videos.I get this error while trying to export the mask.
The text was updated successfully, but these errors were encountered: