Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLy-Journey committed Oct 20, 2019
1 parent f36cb35 commit caaa272
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

Segmentation is what you need. Support deeplapv3 plus now.

|Model|Backbone|Datasets|TrainSet|EvalSet|eval size|epochs|Mean IoU(paper)|Mean IoU(this repo)|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|DeepLabv3_plus|xception65|cityscape|train|val|(1025,2049)|60|78.8|78.5|

![](./demo.png)

## Model zoo

|Model|Backbone|Datasets|eval size|Mean IoU(paper)|Mean IoU(this repo)|
|:-:|:-:|:-:|:-:|:-:|:-:|
|DeepLabv3_plus|xception65|cityscape(val)|(1025,2049)|78.8|78.5|

## Environments

- OS: Ubuntu16.04
Expand All @@ -17,13 +19,11 @@ Segmentation is what you need. Support deeplapv3 plus now.
- pyyaml
- Pillow
- numpy
- tqdm
- requests


## Dataset prepare

Goto[Cityscape](https://www.cityscapes-dataset.com)register a account and download datasets.
Goto [Cityscape](https://www.cityscapes-dataset.com) register a account and download datasets.
put cityscape data as follow:
```
datasets/cityscape/
Expand Down

0 comments on commit caaa272

Please sign in to comment.