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

Support for timeseries image stacks #50

Open
system123 opened this issue Nov 10, 2019 · 1 comment
Open

Support for timeseries image stacks #50

system123 opened this issue Nov 10, 2019 · 1 comment

Comments

@system123
Copy link

I have an application where I need to label time-series imagery, I cannot simply convert the images to single images and label those as I am trying to track differences between images in the time series stack (even between pairs of images would be fine for now).

I envision an interface like (https://www.cssscript.com/demo/view-before-after-images-reveal/) where the two images can be compared, with annotation taking place on top of that interface. So far the issue in implementing this seems to be that LOST only fetches a single image from a folder at a time, and the interface only expects a single image.

I am willing to have a go at implementing this, but could you provide some guidance on the best approach and relevant parts of LOST which will need to be updated? I was thinking that instead of relying on flask to fetch the data directly from a folder, perhaps a data loader like interface (as PyTorch etc have) might be the most flexible way to go.

@jaeger-j
Copy link
Collaborator

Hi @system123,
that's a nice idea. We will prepare a frontend development guide for you.
Best, Jonas

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

No branches or pull requests

3 participants