cellpose icon indicating copy to clipboard operation
cellpose copied to clipboard

Inverting LUT in GUI for self-training

Open skeltoh opened this issue 3 years ago • 1 comments

I'm using cellpose to segment brightfield sections (DAB stained). All of the pretrained models seem to want the LUT inverted, which is easy enough to do for training data, and cyto2 in particular seems to be decent.

However, it does need some correction, so I was planning to do that and train a new model. It is very challenging to identify the cells with an inverted LUT within the cellpose GUI. Is there a way to (re)invert the LUT in the GUI, or some other way I can train manually?

skeltoh avatar Jul 19 '22 19:07 skeltoh

we can add back an invert option but this will take some time to implement. if you label them in the GUI or another place, you can save the masks and then use the inverted images to train in our colab notebook: https://colab.research.google.com/github/MouseLand/cellpose/blob/main/notebooks/run_cellpose_2.ipynb

carsen-stringer avatar Aug 11 '22 21:08 carsen-stringer

this is implemented on the dev branch, going to close this

carsen-stringer avatar May 09 '23 18:05 carsen-stringer