webknossos-libs
webknossos-libs copied to clipboard
Heuristic to determine batch_size and number of parallel jobs
Detailed Description
- Affected library: webknossos
- Conversion of large image stacks can lead to OOM issues. The defaults for
batch_sizeand the number of processes used for parallelization should depend on the input image size and the available RAM. Currently the example scripts shown on our official documentation fail in cases like #1146. Instead, the examples should work out of the box.