--- a +++ b/mediaug/variables.py @@ -0,0 +1,3 @@ +# colors for parts of the mask RGB +COLOR_CYTO_MASK = (51, 51, 51) +COLOR_NUC_MASK = (170, 170, 170)