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
Committing labels into a source with blocks missing at lower mipmap levels takes forever at the label-to-block-lookup update. Not sure if this is an artifact of the missing blocks or something else. Needs to be investigated.
The text was updated successfully, but these errors were encountered:
I believe the issue here was that when downsampling, the RandomAccessibleInterval over the non-existent blocks still iterates over all entries. This was improved for performance in #546, and in the corresponding imglib2-label-multisets update saalfeldlab/imglib2-label-multisets#34
This instead allows us to skip over cells that are non-existent.
Committing labels into a source with blocks missing at lower mipmap levels takes forever at the label-to-block-lookup update. Not sure if this is an artifact of the missing blocks or something else. Needs to be investigated.
The text was updated successfully, but these errors were encountered: