Attached is the data I used which is a series of TIF files, which only contains one channel 2. I also attached the code here.
The first question I encountered is after I created sequences, corrected motion, did segmentation, I ran roi_buddy.py to see how the segmentation worked, but there was no ROIs circuled with different colors, and in cmd, I got this 'sima.ROI.Nonbooleanmask: unable to convert a non-boolean mask to polygons'. (these are done by question1.py)
Then I manually circled one ROI, and plot the signal for that ROI using question2.py. The second question is that even if I used show(), I cannot see the figure, I think this may be due to some issue with the matplotlib rather than sima package. So I save the signals arrary and load it in python3 which I can plot the signals, it worked.
My third question is that what segmentation method do you recommend for my case?
Thank you so much.
Eric