dinov2 icon indicating copy to clipboard operation
dinov2 copied to clipboard

Fix pip install command error by changing URL in notebooks

Open masaishi opened this issue 8 months ago • 0 comments

pip install command of notebooks makes error because REPO_URL = "https://github.com/facebookresearch/dinov2[extras]" is not a valid editable requirement.

Thus, changed to REPO_URL = "git+https://github.com/facebookresearch/dinov2.git#egg=dinov2"

masaishi avatar Oct 06 '23 02:10 masaishi