constantinpape / torch-em

Deep-learning based semantic and instance segmentation for 3D Electron Microscopy and other bioimage analysis problems based on pytorch.
MIT License
66 stars 17 forks source link

Add random colors wrapper for plotting instance segmentation #233

Open anwai98 opened 3 months ago

anwai98 commented 3 months ago

Would be nice to have a function wrapper to generate random colors for displaying instance segmentation with matplotlib (not sure if we have one already). I have a function which I use often, I'll refactor it and take care of it.

anwai98 commented 2 months ago

Updated at https://github.com/constantinpape/torch-em/pull/244