villanuevab
villanuevab
If the output is a N-d numpy array `arr` with values within [0., 1.], then you can do something like: ``` threshold, upper, lower = 0.5, 1, 0 mask =...
Are you sure it is a memory issue? Can you share the stacktrace or output stderr to some log file? Errors may have been printed to stderr but not to...
I get a similar error when attempting to use the example code. ``` *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow should only be instantiated on the main...