Skip to content

Latest commit

 

History

History

groundingdino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Grounding DINO

1. 模型简介

Paddle implementation of Grounding DINO, a stronger open-set object detector.

2. Demo

2.1 prepare

#Multi-scale deformable attention custom OP compilation
cd /paddlemix/models/groundingdino/csrc/
python setup_ms_deformable_attn_op.py install

2.2 dynamic inference

python run_predict.py \
--input_image image_you_want_to_detect.jpg \
--prompt "cat" \