Skip to content

Crash on converting data derived from grouped #137

@alxvth

Description

@alxvth

Steps to reproduce:

  1. Load an image
  2. Load the same image again
  3. Group the two point data
  4. Compute any derived data (with at least two dimensions) based on the grouped data (e.g. analyze with PCA, t-SNE, HSNE, ...)
  5. Open one image
  6. Drag and drop the derived data on the Image Viewer

Expected outcome:

  • Like when doing the same with embeddings of not-grouped data, we would like to automatically create a derived image and re-color the original image based in the embedding positions.

Actual outcome:

  • Crash

Possible solution:

  • Disallow accepting grouped point data in the image viewer drop widget

Moments before the crash (we just drag&dropped HSNE Embedding on the image viewer:
image

Other observations:

  • The image dimensions cannot be guessed correctly (it is also not clear what those should be)
    • This probably causes a mismatch in number of points.
  • When manually setting an image size that results in the same number of points as the grouped data, there is no crash, but the recolored image is not very useful

Top: HSNE with manually set double width and unticking linked data
Bottom: PCA with manually set double width
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions