Skip to content

Commit a06569a

Browse files
committed
update README with new PaddleSeg app
1 parent 660ef87 commit a06569a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hope that they both are helpful for your work.
66
## TODO
77

88
- [x] Support inference of multi-inputs, multi-outputs
9-
- [x] Examples for famous models, like yolov3, mask-rcnn, [ultra-light-weight face detector](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB), [yolox](https://github.com/Megvii-BaseDetection/YOLOX). Might consider supporting more if requested
9+
- [x] Examples for famous models, like yolov3, mask-rcnn, [ultra-light-weight face detector](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB), [yolox](https://github.com/Megvii-BaseDetection/YOLOX), [PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.3). Might consider supporting more if requested
1010
- [ ] Batch-inference
1111

1212
## Installation ##
@@ -144,8 +144,8 @@ wget https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yo
144144
- Test inference apps
145145

146146
```bash
147-
./build/examples/semantic_segmentation_duc ./data/bisenetv2_cityscapes.onnx ./sample_city_scapes.png
148-
./build/examples/semantic_segmentation_duc ./data/bisenetv2_cityscapes.onnx ./odaiba.jpg
147+
./build/examples/semantic_segmentation_paddleseg_bisenetv2 ./data/bisenetv2_cityscapes.onnx ./sample_city_scapes.png
148+
./build/examples/semantic_segmentation_paddleseg_bisenetv2 ./data/bisenetv2_cityscapes.onnx ./odaiba.jpg
149149
```
150150

151151
- Test results:
@@ -155,7 +155,9 @@ wget https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yo
155155
![city scapes color legend](./data/images/cityscapes_legend.jpg)
156156

157157
+ test result on sample image of cityscapes dataset (this model is trained on cityscapes dataset)
158+
158159
![paddleseg city scapes](./data/images/sample_city_scapes_result.jpg)
159160

160161
+ test result on a new scene at Odaiba, Tokyo, Japan
162+
161163
![paddleseg odaiba](./data/images/odaiba_result.jpg)

0 commit comments

Comments
 (0)