Skip to content
Snippets Groups Projects
Commit 32125733 authored by Lucia D. Hradecka's avatar Lucia D. Hradecka
Browse files

fix crop_keypoints()

parent f25ae506
No related branches found
No related tags found
1 merge request!12Make version 1.3.2 default
......@@ -362,7 +362,7 @@ def crop_keypoints(keypoints,
pad_dims,
keep_all: bool):
(px, _), (py, _), (pz, _) = pad_dims
px, _, py, _, pz, _ = pad_dims
pad = np.array((px, py, pz))
res = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment