-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
force detect_foreground to pick up small cells #166
Comments
Hi @jazberna1, if they are smaller than Sorry for the delay, I was on vacation. |
Hi @JoOkuma, Thanks for answering back to me. I have tried with Should I change something else in the configuration to avoid the error? Thanks |
@jazberna1 could you increase the |
Hello @JoOkuma , I got it to work with Thanks for your help |
@jazberna1 Since you're detecting other small objects, I think they are not being selected because the ILP considers them false objects. Have you checked if the movement is within We provide some guidelines here, https://royerlab.github.io/ultrack/optimizing.html |
Hi @JoOkuma, Yes, I agree I am detecting objects that seem to be as small as the ones that I don't detect. I undestood however that cells not included in the detection layer are not tracked no matter how I set the tracking parameters, right? Nevertheless I checked the movement is within my setting of Then I made more negative the appear, disappear and division tracking weights. I see those changes altered the tracking of the already detected cells but still have most of them undetected. Is there any other place you could think I am missing those cells? Any advice will be much appreciated. Thanks |
Hello,
This not really an issue. It happens to me that I have very small objects that are not picked up by the
detect_foreground
function.Is there a way to force that smaller cells are detected? I have played with different values of
sigma
andmin_foreground
but that made of effect on picking up those small objects. This is a Napari screenshot of my data there I mark a detected cell (blue arrow) and non-detected cell (red arrow).Thanks!!!
Jorge
The text was updated successfully, but these errors were encountered: