Skip to content

Commit

Permalink
Fix imports segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Dec 15, 2023
1 parent 1bb9f5a commit fcd907c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/autoseg/postprocess/segment_mws.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# UTILIZES RUSTY_MWS, HGLOM FOR ALL SEGMENTATION, ORIGINALLY WRITTEN BY BRIAN REICHER (2023)
import torch
import rusty_mws
import hglom

from ..utils import neighborhood
from ..predict.network_predictions import predict_task
from ..networks.FLibUNet import setup_unet
from ..networks import *
from ..models import *
from ..losses import *


def _setup_model(network=setup_unet(), model=MTLSDModel):
Expand Down

0 comments on commit fcd907c

Please sign in to comment.