Skip to content

Commit 5c2e9f6

Browse files
authored
Merge pull request CSAILVision#191 from CSAILVision/hang
Update HRNet config, model and performance
2 parents 215617d + e5aa2fc commit 5c2e9f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Encoder:
5252
- ResNet18/ResNet18dilated
5353
- ResNet50/ResNet50dilated
5454
- ResNet101/ResNet101dilated
55-
- HRNet (HRNetV2-W48)
55+
- HRNetV2 (W48)
5656

5757
Decoder:
5858
- C1 (one convolution module)
@@ -144,12 +144,12 @@ IMPORTANT: The base ResNet in our repository is a customized (different from the
144144
<td>2.3</td>
145145
</tr>
146146
<tr>
147-
<td rowspan="2">HRNetV2-W48</td>
148-
<td>No</td><td>41.74</td><td>80.59</td><td>61.17</td>
147+
<td rowspan="2">HRNetV2</td>
148+
<td>No</td><td>42.03</td><td>80.77</td><td>61.40</td>
149149
<td>5.8</td>
150150
</tr>
151151
<tr>
152-
<td>Yes</td><td>42.99</td><td>81.25</td><td>62.12</td>
152+
<td>Yes</td><td>43.20</td><td>81.47</td><td>62.34</td>
153153
<td>1.9</td>
154154
</tr>
155155

config/ade20k-hrnetv2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MODEL:
1616

1717
TRAIN:
1818
batch_size_per_gpu: 2
19-
num_epoch: 20
19+
num_epoch: 30
2020
start_epoch: 0
2121
epoch_iters: 5000
2222
optim: "SGD"
@@ -33,10 +33,10 @@ TRAIN:
3333

3434
VAL:
3535
visualize: False
36-
checkpoint: "epoch_20.pth"
36+
checkpoint: "epoch_30.pth"
3737

3838
TEST:
39-
checkpoint: "epoch_20.pth"
39+
checkpoint: "epoch_30.pth"
4040
result: "./"
4141

4242
DIR: "ckpt/ade20k-hrnetv2-c1"

0 commit comments

Comments
 (0)