File size: 186 Bytes
8d3311c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from __future__ import annotations

from .blocks import VolumeEncoder


class CTEncoder(VolumeEncoder):
    """3D CT crop encoder. MedicalNet/MONAI weights can be loaded externally."""