chexnet | R Documentation |
ANTsXNet reproduction of https://arxiv.org/pdf/1711.05225.pdf. This includes our own network architecture and training (including data augmentation).
chexnet(
image,
lungMask = NULL,
checkImageOrientation = FALSE,
useANTsXNetVariant = TRUE,
includeTuberculosisDiagnosis = FALSE,
verbose = FALSE
)
image |
input 3-D lung image. |
lungMask |
ANTsImage. If None is specified, one is estimated. |
checkImageOrientation |
Check the correctness of image orientation, i.e., flipped left-right, up-down, or both. If TRUE, attempts to correct before prediction. |
useANTsXNetVariant |
Use an extension of the original chexnet approach by adding a left/right lung masking and including those two masked regions in the red and green channels, respectively. |
includeTuberculosisDiagnosis |
Include the output of an additional network trained on TB data but using the ANTsXNet variant chexnet data as the initial weights. |
verbose |
print progress. |
Includes a network for checking the correctness of image orientation, i.e., flipped left-right, up-down, or both.
Disease categories: Atelectasis Cardiomegaly Consolidation Edema Effusion Emphysema Fibrosis Hernia Infiltration Mass No Finding Nodule Pleural Thickening Pneumonia Pneumothorax
classification scores for each of the 14 or 15 categories.
Tustison NJ
## Not run:
library( ANTsRNet )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.