Grounded-Segment-Anything
Grounded-Segment-Anything copied to clipboard
ERROR: segment_anything/GroundingDINO is not a valid editable requirement. for grounded_sam.ipynb
When I try to run the notebook grounded_sam.ipynb
During the environment preparation:
! python -m pip install -e segment_anything
! python -m pip install -e GroundingDINO
these lines are giving the following error:
ERROR: segment_anything 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).
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).
And after these lines, I receive No module named groundingdino error.