Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace int(np.max(label_image)) with len(predictionlist) in generate…
…_cluster_image function * int(np.max(label_image)) could lead to an index out of bounds error, in case where a single timeframe does not contain all labels of the complete timelapse
- Loading branch information