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

Bug: 'ColormapRegistry' object has no attribute 'get_cmap' When using DepthAnythingV2 #224

Open
Lithinem opened this issue Dec 5, 2024 · 1 comment

Comments

@Lithinem
Copy link

Lithinem commented Dec 5, 2024

See graphdeco-inria/gaussian-splatting#1087 for Problem and Fix. Maybe relevant here as this seems to be a bug in this repo.

@LiheYoung
Copy link
Contributor

Hi, thank you for presenting it. This is related to the matplotlib version. If

cmap = matplotlib.colormaps.get_cmap('Spectral_r')

fails to work, please try:

cmap = matplotlib.colormaps['Spectral_r']

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