| 1234567891011121314151617181920 |
- Global:
- pipeline_name: semantic_segmentation
- input: https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/application/semantic_segmentation/makassaridn-road_demo.png
-
- ######################################## Setting ########################################
- # Please select the model from bellow `Support`
- Pipeline:
- model: PP-LiteSeg-T
- batch_size: 1
- device: "gpu:0"
- ######################################## Support ########################################
- NOTE:
- device:
- - gpu
- - gpu:2
- - cpu
- batch_size: "任意正整数"
- model:
- - PP-LiteSeg-T
|