issues
search
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.83k
stars
693
forks
source link
Fix gradio demo
#295
Open
Skwarson96
opened
9 months ago
Skwarson96
commented
9 months ago
Hello! I added a few changes to gradio_app.py:
update gradio stuff to newest version (4.19.1)
add argparse for all parameters & add global
change default device to cuda
little clean up & black reformat
Hello! I added a few changes to gradio_app.py: