File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Encoder:
5252- ResNet18/ResNet18dilated
5353- ResNet50/ResNet50dilated
5454- ResNet101/ResNet101dilated
55- - HRNet (HRNetV2- W48)
55+ - HRNetV2 ( W48)
5656
5757Decoder:
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
Original file line number Diff line number Diff line change 1616
1717TRAIN :
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
3434VAL :
3535 visualize : False
36- checkpoint : " epoch_20 .pth"
36+ checkpoint : " epoch_30 .pth"
3737
3838TEST :
39- checkpoint : " epoch_20 .pth"
39+ checkpoint : " epoch_30 .pth"
4040 result : " ./"
4141
4242DIR : " ckpt/ade20k-hrnetv2-c1"
You can’t perform that action at this time.
0 commit comments