A Roboflow-maintained fork of Grounding DINO, a state-of-the-art open-set object detector that can detect arbitrary objects based on text prompts. Version 0.3.0 combines image and text encoders with a transformer-based fusion approach. Release cadence is irregular; actively maintained.
pip install rf-groundingdinoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load the model and run inference on an image with text prompts.
Change imports: 'import groundingdino' -> 'from rf_groundingdino import groundingdino'
Use format: 'cat . dog . person' (note the spaces around the dot).
Download weights from https://github.com/roboflow/GroundingDINO/releases and provide the path.
Uninstall old package and install rf-groundingdino: pip install rf-groundingdino