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
{{ message }}
This repository has been archived by the owner on May 8, 2021. It is now read-only.
I am running on anaconda py35 and getting this error with a large slide image.
terminate called after throwing an instance of 'std::bad_array_new_length'
what(): std::bad_array_new_length
Aborted (core dumped)
Reference Shape
(39060, 17973, 3)
Target Shape
(73838, 27392, 3)
This is an image that is bigger than openable via cv2 so I do load it in via skimage which returns the same type of array object that cv2 does so I don't know if it's unexpected behavior because this image is large.
Via reinhard, I just get memory issues on a 240gb of ram vm.
The text was updated successfully, but these errors were encountered:
dchen71
changed the title
bad_array_new_length on very large image
bad_array_new_length via vahadane on very large image
Nov 25, 2019
dchen71
changed the title
bad_array_new_length via vahadane on very large image
bad_array_new_length via vahadane/macenko on very large image
Nov 25, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running on anaconda py35 and getting this error with a large slide image.
terminate called after throwing an instance of 'std::bad_array_new_length'
what(): std::bad_array_new_length
Aborted (core dumped)
Reference Shape
(39060, 17973, 3)
Target Shape
(73838, 27392, 3)
This is an image that is bigger than openable via cv2 so I do load it in via skimage which returns the same type of array object that cv2 does so I don't know if it's unexpected behavior because this image is large.
Via reinhard, I just get memory issues on a 240gb of ram vm.
The text was updated successfully, but these errors were encountered: