GroundingDINO-T.yaml 369 B

12345678910111213
  1. Global:
  2. model: GroundingDINO-T
  3. mode: predict # only support predict
  4. device: gpu:0
  5. output: "output"
  6. Predict:
  7. batch_size: 1
  8. model_dir: "/path/to/GroundingDINO-T"
  9. input: "https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/open_vocabulary_detection.jpg"
  10. prompt: "bus . walking man . rearview mirror ."
  11. kernel_option:
  12. run_mode: paddle