DeepLabCut / napari-deeplabcut

a napari plugin for labeling and refining keypoint data within DeepLabCut projects
GNU Lesser General Public License v3.0
51 stars 22 forks source link

napari doesn't show any images (visibility toggle option is not available) #113

Closed mirramezani closed 6 months ago

mirramezani commented 7 months ago

When I try to open an image in napari the icon comes (with visibility toggle unavailable) but nothing is shown in the main panel. The images was extracted by deeplabcut (so I'm sure they're supported by napari). My napari is not able to show any images. I want to know what's wrong with that! Untitled

jeylau commented 6 months ago

Hello! Try loading the entire folder of images (i.e., one found under /labeled-data) as explained in the Workflow, rather than the image files directly.

MMathisLab commented 6 months ago

The icon is actually deactivated (not sure why)

jeylau commented 6 months ago

@MMathisLab, some slight incompatibility with pyside6 left in napari (the icon does not toggle, though it is functional).

mirramezani commented 6 months ago

Thank you so much for responce @jeylau @MMathisLab . I did as you said but it's still the same. I don't know what to do.

MMathisLab commented 6 months ago

can you try to update the app @mirramezani ? How many images do you have, as I don't see the usual scroll bar on the bottom either...

mirramezani commented 6 months ago

@MMathisLab I just updated to the version 4.19.0 and still the same. I've tried both single and multiple like 10 images, but no difference, nothing is shown.

jeylau commented 6 months ago

@mirramezani, stay with napari==0.4.18, we haven't tested napari's newest version. Make sure though that you install the latest version of our labeling plugin with pip install -U napari-deeplabcut.

mirramezani commented 6 months ago

@jeylau oh I see, ok I'll downgrade to 4.18.0 and will be waiting for further solution.