open_vocabulary_segmentation.yaml 323 B

12345678910111213
  1. pipeline_name: open_vocabulary_segmentation
  2. SubModules:
  3. BoxPromptSegmentation:
  4. module_name: box_prompt_segmentation
  5. model_name: SAM-H_box
  6. model_dir: null
  7. batch_size: 1
  8. PointPromptSegmentation:
  9. module_name: point_prompt_segmentation
  10. model_name: SAM-H_point
  11. model_dir: null
  12. batch_size: 1