Skip to content

Commit

Permalink
Reorder csbdeep import (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 authored Aug 28, 2024
1 parent cee5403 commit 35ab27c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed active_plugins/cpij/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion active_plugins/runstardist.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from skimage.transform import resize
from stardist.models import StarDist2D, StarDist3D
from csbdeep.utils import normalize
from csbdeep.models.pretrained import get_registered_models
from numba import cuda
import tensorflow as tf

Expand All @@ -24,7 +25,6 @@
from cellprofiler_core.setting.choice import Choice
from cellprofiler_core.setting.do_something import DoSomething
from cellprofiler_core.setting.text import Integer, ImageName, Directory, Float
from csbdeep.models.pretrained import get_registered_models

__doc__ = f"""\
RunStardist
Expand Down

0 comments on commit 35ab27c

Please sign in to comment.