Skip to content

Commit 04eedc4

Browse files
authored
Fix ade20k-resnet101-upernet checkpoint link
That should fix issue CSAILVision#91 I suppose. You provide a epoch_50 at http://sceneparsing.csail.mit.edu/model/pytorch/ade20k-resnet101-upernet/ and not an epoch_40
1 parent 4a80234 commit 04eedc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ade20k-resnet101-upernet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ TRAIN:
3333

3434
VAL:
3535
visualize: False
36-
checkpoint: "epoch_40.pth"
36+
checkpoint: "epoch_50.pth"
3737

3838
TEST:
39-
checkpoint: "epoch_40.pth"
39+
checkpoint: "epoch_50.pth"
4040
result: "./"
4141

4242
DIR: "ckpt/ade20k-resnet101-upernet"

0 commit comments

Comments
 (0)