{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/9"}],"enrichment":{"capability":"Grounding DINO is an open-set object detector that identifies and locates objects in images using natural language descriptions, without requiring training data for specific object classes.","skillfed_tags":["object-detection","vision-language","zero-shot"],"use_cases":["Automated dataset annotation: use natural language prompts to label objects across large image collections without manual annotation","Image editing workflows: identify specific objects by description to segment or edit them in combination with tools like Stable Diffusion or SAM","Visual search and retrieval: find objects matching text descriptions across image databases without retraining for new object types","Accessibility tools: describe what you want to find in an image and get bounding boxes for screen readers or assistive systems","Content moderation: detect problematic objects or scenes by describing them in text without maintaining separate classifiers"],"what_it_does":"Grounding DINO combines vision and language understanding to detect objects in images by their natural language descriptions. Unlike traditional object detectors that recognize only pre-trained classes, it can identify any object you describe in text, making it an open-set detector. The model outputs bounding boxes for detected objects along with confidence scores for each word in your text prompt, allowing you to filter results by similarity threshold.\n\nThe package is designed for research and production use in computer vision tasks where you need flexible, language-driven object detection. It accepts image-text pairs as input and outputs up to 900 candidate boxes by default, each scored against all input words. The implementation supports both GPU and CPU inference, though GPU is strongly recommended for practical use. Model weights must be downloaded separately from the GitHub releases.","worth_installing":"No. While the model itself is capable, the PyPI package is problematic: it has been dormant since December 2023 with no maintenance, installation requires compiling native code with high friction, and the fact sheet lists zero runtime dependencies despite being a deep learning model\u2014suggesting the package metadata is incomplete or the PyPI distribution is not the intended installation path. The GitHub repository is the canonical source; install from there directly if you need this model."},"id":"groundingdino-py","links":{"html":"https://skillfed.io/packages/groundingdino-py","md":"https://skillfed.io/packages/groundingdino-py.md","pypi":"https://pypi.org/project/groundingdino-py/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-05-23","license_spdx":null,"license_treatment":"permissive","name":"groundingdino-py","python_support":"unspecified","summary":"open-set object detector"},"popularity":{"monthly_downloads":133313,"position":11520,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
