IDEA-Research / GroundingDINO

[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
https://arxiv.org/abs/2303.05499
Apache License 2.0
6.88k stars 696 forks source link

specify the version for gradio for gradio_app.py #318

Closed junxnone closed 7 months ago

junxnone commented 7 months ago

the version 3.x and 4.x use the different api (Image)

pip install gradio will install the latest gradio

also found that the #295 is for gradio 4.x api.