We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8f99a commit d7ef371Copy full SHA for d7ef371
backend/webserver/util/dextr.py
@@ -1,6 +1,6 @@
1
from dextr import DEXTR
2
-from ..config import Config
+from config import Config
3
4
5
model = DEXTR(nb_classes=1, resnet_layers=101, input_shape=(512, 512), weights_path=Config.DEXTR_FILE,
6
- num_input_channels=4, classifier='psp', sigmoid=True)
+ num_input_channels=4, classifier='psp', sigmoid=True)
0 commit comments