Skip to content

Commit

Permalink
Implemented alignment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ardagoreci committed Jun 2, 2024
1 parent bbb2513 commit 5d2fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/geometry/alignment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""There is a weighted rigid alignment of the ground truth onto the denoised structure before
"""Methods for weighted rigid alignment of the ground truth onto the denoised structure before
the diffusion loss is applied."""
import torch
from src.utils.geometry.vector import Vec3Array
Expand Down

0 comments on commit 5d2fb4a

Please sign in to comment.