instance_segmentation.yaml 572 B

1234567891011121314151617181920
  1. Global:
  2. pipeline_name: instance_segmentation
  3. input: https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_instance_segmentation_004.png
  4. ######################################## Setting ########################################
  5. # Please select the model from bellow `Support`
  6. Pipeline:
  7. model: Mask-RT-DETR-S
  8. batch_size: 1
  9. device: "gpu:0"
  10. ######################################## Support ########################################
  11. NOTE:
  12. device:
  13. - gpu
  14. - gpu:2
  15. - cpu
  16. batch_size: "任意正整数"
  17. model:
  18. - Mask-RT-DETR-S