Skip to content

Commit d3081b8

Browse files
authored
Update README.md
1 parent e369e2f commit d3081b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a PyTorch implementation of semantic segmentation models on MIT ADE20K s
55
ADE20K is the largest open source dataset for semantic segmentation and scene parsing, released by MIT Computer Vision team. Follow the link below to find the repository for our dataset and implementations on Caffe and Torch7:
66
https://github.com/CSAILVision/sceneparsing
77

8-
If you simply want to play with our demo, please try this link: http://scenesegmentation.csail.mit.edu You can upload your own photo and segment it!
8+
If you simply want to play with our demo, please try this link: http://scenesegmentation.csail.mit.edu You can upload your own photo and parse it!
99

1010
All pretrained models can be found at:
1111
http://sceneparsing.csail.mit.edu/model/pytorch
@@ -19,6 +19,7 @@ https://docs.google.com/spreadsheets/d/1se8YEtb2detS7OuPE86fXGyD269pMycAWe2mtKUj
1919

2020
## Updates
2121
- We use configuration files to store most options which were in argument parser. The definitions of options are detailed in ```config/defaults.py```.
22+
- HRNet model is now supported.
2223

2324

2425
## Highlights

0 commit comments

Comments
 (0)