instance_segmentation.yaml 539 B

12345678910111213141516171819
  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. ######################################## Support ########################################
  9. NOTE:
  10. device:
  11. - gpu
  12. - gpu:2
  13. - cpu
  14. batch_size: "任意正整数"
  15. model:
  16. - Mask-RT-DETR-S