semantic_segmentation.yaml 534 B

12345678910111213141516171819
  1. Global:
  2. pipeline_name: semantic_segmentation
  3. input: https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_image_classification_001.jpg
  4. ######################################## Setting ########################################
  5. # Please select the model from bellow `Support`
  6. Pipeline:
  7. model: PP-LiteSeg-T
  8. ######################################## Support ########################################
  9. NOTE:
  10. device:
  11. - gpu
  12. - gpu:2
  13. - cpu
  14. batch_size: "任意正整数"
  15. model:
  16. - PP-LiteSeg-T