tiatoolbox . models . architecture . idars . IDaRS
tiatoolbox
models
architecture
idars
IDaRS
Retrieve the model and add custom preprocessing used in IDaRS paper.
backbone (str) – Model name.
num_classes (int) – Number of classes output by model.
Methods
preproc
Define preprocessing steps.
Attributes
img (np.ndarray) – An image of shape HWC.
An image of shape HWC.
img (torch.Tensor)