autodistill / autodistill-grounding-dino

Grounding DINO module for use with Autodistill.
https://docs.autodistill.com
Apache License 2.0
18 stars 12 forks source link

readme base_model error #1

Closed yance-dev closed 1 year ago

yance-dev commented 1 year ago

Quickstart for GroundingDINO but use GroundedSAM:

base_model = GroundedSAM(ontology=CaptionOntology({"shipping container": "container"}))

change to GroundingDINO may be better :

base_model = GroundingDINO(ontology=CaptionOntology({"shipping container": "container"}))
capjamesg commented 1 year ago

This has now been fixed. Thank you!