Skip to content

Commit 5a22d74

Browse files
authored
Update README.md
1 parent 897c51f commit 5a22d74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Color encoding of semantic categories can be found here:
1818
https://docs.google.com/spreadsheets/d/1se8YEtb2detS7OuPE86fXGyD269pMycAWe2mtKUj2W8/edit?usp=sharing
1919

2020
## Updates
21-
- We use configuration files to store most options which were in argument parser. The definitions of options are detailed in ```config/defaults.py```.
2221
- HRNet model is now supported.
22+
- We use configuration files to store most options which were in argument parser. The definitions of options are detailed in ```config/defaults.py```.
23+
- We conform to Pytorch practice in data preprocessing (RGB [0, 1], substract mean, divide std).
2324

2425

2526
## Highlights
@@ -61,7 +62,7 @@ Decoder:
6162
- UPerNet (Pyramid Pooling + FPN head, see [UperNet](https://arxiv.org/abs/1807.10221) for details.)
6263

6364
## Performance:
64-
IMPORTANT: We use our self-trained base model on ImageNet. The model takes the input in BGR form (consistent with opencv) instead of RGB form as used by default implementation of PyTorch. The base model will be automatically downloaded when needed.
65+
IMPORTANT: The base ResNet in our repository is a customized (different from the one in torchvision). The base models will be automatically downloaded when needed.
6566

6667
<table><tbody>
6768
<th valign="bottom">Architecture</th>

0 commit comments

Comments
 (0)