question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support multiple chunks in label

See original GitHub issue

From @jakirkham on August 4, 2017 16:2

The current implementation of label in PR ( https://github.com/dask-image/dask-ndmeasure/pull/57 ) does not support multiple chunks, but only 1 chunk along all dimensions. This is still useful when working with individual images that fit in memory. Still to better utilize compute resources and to extend to even larger data, it would be nice to be able to support multiple chunks.

Copied from original issue: dask-image/dask-ndmeasure#58

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jnicommented, Feb 9, 2019

@ebo have a look at #94 and the graph therein. We now have distributed labeling implemented and it’s just waiting for @jakirkham to move a few functions around and replace the scikit-image utility function with a vendored implementation.

1reaction
ebocommented, Feb 15, 2019

I will take a look at this and replace or rewrite the watershed and/or other algorithms around your (how should we describe it – parallel) labeling/segmentation?

Read more comments on GitHub >

github_iconTop Results From Across the Web

14.8 Allow duplicate labels in code chunks (*) - Bookdown
By default, knitr does not allow duplicate code chunk labels in the document. Duplicate labels will result in an error when the document...
Read more >
Creating and Managing Multiple Chunks - Agisoft Metashape
UPDATED: managed to create multiple chunks. ... Now I'm getting trouble with assigning each chunk a new label based on a list:.
Read more >
Batch processing for multiple chunks in one project
Metashape allows to perform general workflow operations for multiple chunks automatically. It is useful when dealing with a large number of ...
Read more >
R knitr: Possible to programmatically modify chunk labels?
Blocks cannot have duplicate names as internally knitr references them by label. A fix could be to make knitr add the chunk number...
Read more >
all_labels: Get all chunk labels in a document in knitr - Rdrr.io
Empty code chunks are always ignored, including those chunks that are empty in the original document but filled with code using chunk options ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found