Skip to content

Commit

Permalink
GradICON requires the itk_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
curiale committed Dec 20, 2023
1 parent 50d2cba commit 452764f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions src/icon_registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
from icon_registration.losses import (
LNCC,
LNCCOnlyInterpolated,
BlurredSSD,
GradientICON,
InverseConsistentNet,
gaussian_blur,
ssd_only_interpolated,
ssd,
SSDOnlyInterpolated,
SSD,
NCC
)
from icon_registration.losses import (LNCC, LNCCOnlyInterpolated, BlurredSSD,
GradientICON, InverseConsistentNet,
gaussian_blur, ssd_only_interpolated,
ssd, SSDOnlyInterpolated, SSD, NCC)
from icon_registration.network_wrappers import (
DownsampleRegistration,
FunctionFromMatrix,
Expand All @@ -19,3 +10,5 @@
TwoStepRegistration,
)
from icon_registration.train import train_batchfunction, train_datasets

import icon_registration.itk_wrapper

0 comments on commit 452764f

Please sign in to comment.