Skip to content

Commit

Permalink
Update mermaidlite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HastingsGreer authored May 24, 2024
1 parent e1af57e commit dc0e66f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icon_registration/mermaidlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def scale_map(map, sz, spacing):
scales = torch.tensor(scales).float().to(map.device)
shifts = torch.tensor(shifts).float().to(map.device)

print(scales, shifts)

if ndim == 3:
scales= scales[:, None, None, None]
shifts = shifts[:, None, None, None]
Expand Down

0 comments on commit dc0e66f

Please sign in to comment.