ShirAmir / dino-vit-features

Official implementation for the paper "Deep ViT Features as Dense Visual Descriptors".

Home Page:https://dino-vit-features.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in colab demo of part co-segmentation

tonyzzr opened this issue · comments

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

You can fix it by installing PyDenseCRF using this:

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

lucasb-eyer/pydensecrf#123 (comment)

Working solution:

pip3 install --force-reinstall cython==0.29.36

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