ShirAmir / dino-vit-features

Official implementation for the paper "Deep ViT Features as Dense Visual Descriptors".
https://dino-vit-features.github.io
MIT License
383 stars 44 forks source link

Error in colab demo of part co-segmentation #16

Open tonyzzr opened 1 year ago

tonyzzr commented 1 year ago
image

it looks like the 'PyDenseCRF' package cannot be properly installed in colab

krishnaadithya commented 1 year ago

You can fix it by installing PyDenseCRF using this:

!pip install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git

krishnaadithya commented 1 year ago

https://github.com/lucasb-eyer/pydensecrf/issues/123#issuecomment-1644856641

Working solution:

pip3 install --force-reinstall cython==0.29.36

pip3 install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git