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.
2 parents abe7c4c + 4a79fdf commit 2825176Copy full SHA for 2825176
pydensecrf/utils.py
@@ -55,7 +55,7 @@ def create_pairwise_gaussian(sdims, shape):
55
"""
56
# create mesh
57
hcord_range = [range(s) for s in shape]
58
- mesh = np.array(np.meshgrid(*cord_range, indexing='ij'), dtype=np.float32)
+ mesh = np.array(np.meshgrid(*hcord_range, indexing='ij'), dtype=np.float32)
59
60
# scale mesh accordingly
61
for i, s in enumerate(sdims):
0 commit comments