We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b3b6a commit ddf7619Copy full SHA for ddf7619
torchcam/utils.py
@@ -6,8 +6,8 @@
6
from typing import cast
7
8
import numpy as np
9
-from matplotlib.colormaps import get_cmap
10
from matplotlib.colors import Colormap
+from matplotlib.pyplot import get_cmap
11
from PIL.Image import Image, Resampling, fromarray
12
13
0 commit comments