Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 20, 2024
1 parent 68f38f2 commit bf659d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions notebooks/sam_finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,10 @@
"\n",
"import torch\n",
"\n",
"import torch_em\n",
"from torch_em.util.debug import check_loader\n",
"from torch_em.data import MinInstanceSampler\n",
"from torch_em.loss import DiceBasedDistanceLoss\n",
"from torch_em.util.util import get_random_colors\n",
"from torch_em.transform.label import PerObjectDistanceTransform\n",
"\n",
"from micro_sam import util\n",
"import micro_sam.training as sam_training\n",
"from micro_sam.sample_data import fetch_tracking_example_data, fetch_tracking_segmentation_data\n",
"from micro_sam.automatic_segmentation import get_predictor_and_segmenter, automatic_instance_segmentation"
Expand Down

0 comments on commit bf659d2

Please sign in to comment.