Skip to content

Commit

Permalink
[fix] updating script to work with shape_embed package
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 1, 2024
1 parent d130dda commit a3321d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/shape_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@

torch.multiprocessing.set_sharing_strategy("file_system")

from bioimage_embed import shapes
from shape_embed import shapes
import bioimage_embed
from pytorch_lightning import loggers as pl_loggers
from torchvision import transforms
from bioimage_embed.lightning import DataModule

from torchvision import datasets
from bioimage_embed.shapes.transforms import (
from shape_embed.shapes.transforms import (
ImageToCoords,
CropCentroidPipeline,
DistogramToCoords,
Expand Down

0 comments on commit a3321d8

Please sign in to comment.