Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in colab demo of part co-segmentation #16

Open
tonyzzr opened this issue Jul 18, 2023 · 2 comments
Open

Error in colab demo of part co-segmentation #16

tonyzzr opened this issue Jul 18, 2023 · 2 comments

Comments

@tonyzzr
Copy link

tonyzzr commented Jul 18, 2023

image it looks like the 'PyDenseCRF' package cannot be properly installed in colab
@krishnaadithya
Copy link

You can fix it by installing PyDenseCRF using this:

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

@krishnaadithya
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants