Skip to content

Hsc 2025 #27

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Hsc 2025 #27

wants to merge 6 commits into from

Conversation

lufre1
Copy link
Contributor

@lufre1 lufre1 commented May 26, 2025

Update repo for HSC and add ex3:

ToDo

stardist cannot be tested at the moment (server down)

  • test the following
    • micro-sam
    • synapse_net
    • cellpose
    • stardist
  • exercise 3
    • 2d cell segmentation
      • with micro-sam / cellpose
    • 2d nucleus segmentation
      • with micro-sam
      • cellpose
      • stardist
    • 3d light microscopy segmentation
      • with micro-sam / cellpose
      • find fitting dataset (e.g. torch_em data?)
        owncloud-link
    • tracking
      • 2d cell segmentation with time
        • use micro-sam / cellpose for segmentation
        • use trackastra for actual tracking
      • reuse micro-sam sample data?

reviewed ex1 and ex2 and updated env_cpu.yaml

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@lufre1
Copy link
Contributor Author

lufre1 commented May 26, 2025

starting napari throws a depency error to snypase_net:

(hsc_course) [u17096@agq004 u17096]$ napari
[VGL] NOTICE: Replacing dlopen("libGL.so.1") with dlopen("libvglfaker.so")
[VGL] Shared memory segment ID for vglconfig: 1081351
[VGL] VirtualGL v3.1.2 64-bit (Build 20250106)
WARNING: Qt: Session management error: None of the authentication protocols specified are supported
16:18:47 : WARNING : MainThread : Qt: Session management error: None of the authentication protocols specified are supported
[VGL] Opening EGL device /dev/dri/card4
16:18:48 : ERROR : MainThread : napari.manifest -> 'synapse_net' could not be imported: Could not find file 'napari.yaml' in module 'synapse_net'

starting cellpose crashes

python -m cellpose

(cellpose) [u17096@agq003 dl-for-micro]$ python -m cellpose
Welcome to CellposeSAM, cellpose v
cellpose version: 4.0.4
platform: linux
python version: 3.11.12
torch version: 2.7.0+cu126! The neural network component of
CPSAM is much larger than in previous versions and CPU excution is slow.
We encourage users to use GPU/MPS if available.
GUI ERROR: No module named 'qtpy'
GUI FAILED: GUI dependencies may not be installed, to install, run
pip install 'cellpose[gui]'

stardist not in stardist-env

(stardist) [u17096@agq002 u17096]$ micromamba list | grep stardist
List of packages in environment: "/root/micromamba/envs/stardist"

@schilling40
Copy link

schilling40 commented May 27, 2025

Thanks for the feedback! The issues should have been fixed.

2025-05-27_napari_synapse-net
Import of synapse-net should work.

2025-05-27_cellpose
Import of Cellpose works.

2025-05-27_stardist
Stardist function throws warning but should work. Needs further testing.")
Import of Stardist function throws warning but should work. Needs further testing.

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

Successfully merging this pull request may close these issues.

2 participants