chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

ModuleNotFoundError: No module named 'groundingdino.datasets' #374

Open fengguangqin opened 1 year ago

Wang-Xiaodong1899 commented 1 year ago

Hi @fengguangqin, we have updated our code to support GroundingDINO and SAM. Please install these:

pip install git+https://github.com/IDEA-Research/GroundingDINO.git pip install git+https://github.com/facebookresearch/segment-anything.git

Thanks~

YafeiWu commented 1 year ago

Or Clone the repository and install the required packages, it works for me : git clone git@github.com:IDEA-Research/GroundingDINO.git pip install -e .