Skip to content
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

segmentation of non-timelapse datasets #140

Open
brunicardoso opened this issue Sep 16, 2024 · 1 comment
Open

segmentation of non-timelapse datasets #140

brunicardoso opened this issue Sep 16, 2024 · 1 comment

Comments

@brunicardoso
Copy link

Hello,

I wonder if Ultrack could be used for segmentation of non-timelapse datasets and if that is possible how that could be done?

Thanks!

@JoOkuma
Copy link
Member

JoOkuma commented Sep 21, 2024

hey @brunicardoso

Yes, but I don't know how useful it will be.

To do that, I recommend creating an artificial time-lapse and setting the max_noise parameter to create some variation between frames -- ultrack over-segments when frames are identical and without noise.

video = np.stack([image] * 5)  # creating 5 frames videos

config.segmentation_config.max_noise = 0.01
...  # set other configurations as usual and compute foreground and contour maps

# run ultrack on foreground and video contour maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants