| from __future__ import annotations | |
| from .blocks import VolumeEncoder | |
| class CTEncoder(VolumeEncoder): | |
| """3D CT crop encoder. MedicalNet/MONAI weights can be loaded externally.""" | |
| from __future__ import annotations | |
| from .blocks import VolumeEncoder | |
| class CTEncoder(VolumeEncoder): | |
| """3D CT crop encoder. MedicalNet/MONAI weights can be loaded externally.""" | |