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.26k stars 650 forks source link

how to inference a video? #233

Open IronmanVsThanos opened 11 months ago

IronmanVsThanos commented 11 months ago

how to inference a video?

rentainhe commented 11 months ago

You can extract each frame of the video and use Grounding-DINO to detect every frame, or you can try to use the open-world tracking model like DEVA to track objects on video data