GroundingDINO icon indicating copy to clipboard operation
GroundingDINO copied to clipboard

how to install the repo ?

Open ucas010 opened this issue 1 year ago • 4 comments

hi,dear as the title ,could I install it with pip ? such as pip install git+https://github.com/IDEA-Research/GroundingDINO

ucas010 avatar Apr 10 '23 06:04 ucas010

or the bug ?

# python -m pip install -e GroundingDINO
ERROR: GroundingDINO is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

ucas010 avatar Apr 10 '23 06:04 ucas010

See our instructions here: https://github.com/IDEA-Research/GroundingDINO#hammer_and_wrench-install

SlongLiu avatar Apr 10 '23 12:04 SlongLiu

See our instructions here: https://github.com/IDEA-Research/GroundingDINO#hammer_and_wrench-install

not clear

yier2333 avatar Apr 11 '23 06:04 yier2333

pytorch1.8.0, torchvision0.9.0, cudatoolkit10.1,pip install -e . does not work. RuntimeError: Error compiling objects for extension [end of output]

GlennCGL avatar Apr 13 '23 01:04 GlennCGL

You can look at this pull request #76

ahmedosman2001 avatar Apr 26 '23 13:04 ahmedosman2001

@ucas010 Try this easy and quick inference on Google Colab. GroundingDINO-Inference

HassanBinHaroon avatar May 04 '23 13:05 HassanBinHaroon