Skip to content

Commit

Permalink
Fixed config import
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored Apr 6, 2019
1 parent 5d8f99a commit d7ef371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/webserver/util/dextr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dextr import DEXTR
from ..config import Config
from config import Config


model = DEXTR(nb_classes=1, resnet_layers=101, input_shape=(512, 512), weights_path=Config.DEXTR_FILE,
num_input_channels=4, classifier='psp', sigmoid=True)
num_input_channels=4, classifier='psp', sigmoid=True)

0 comments on commit d7ef371

Please sign in to comment.