Skip to content

Improvement: Cannot load datasets containing large numbers of 2D files #124

Description

@BoyuShen2004

There are two related limitations in the current file loading workflow:

  1. Cannot select a folder in “Upload from Local”

The file dialog does not allow selecting an entire directory.
While it is possible to select multiple .tif files manually (e.g., using Shift + click), selecting a folder directly is not supported.

Image Image
  1. Downstream features only allow single-file selection

For:

  • Visualization
  • Model training
  • Worm error handling
  • Other processing steps
    Only a single file can be selected at a time.
Image

Impact

When working with datasets that contain thousands of 2D image files, these limitations make it effectively impossible to load and process the dataset efficiently.

Manually selecting thousands of files is not scalable, and loading them one-by-one is not feasible.

Expected behavior

  • Allow selecting a directory containing image files.
  • Allow loading a folder as a dataset.
  • Support batch loading of multiple files across relevant features.
  • Allow folder and subfolders to exist under our file management system, so that we can select a whole folder for training image/ask (right now images and masks are paired together in the same folder, so we see one image, one mask, ... This very hard for selecting files (if we get thousands of them) for training/error handling).

This would enable practical workflows for large 2D datasets.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions