Skip to content

Commit

Permalink
ENH: Airway segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Mar 21, 2024
1 parent 65afdf7 commit 72d0647
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Remotes:
rstudio/keras
SystemRequirements: Keras >= 2.0 (https://keras.io)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BugReports: https://github.com/ANTsX/ANTsRNet/issues
URL: https://github.com/ANTsX/ANTsRNet
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export(layer_spatial_transformer_3d)
export(lesionSegmentation)
export(linMatchIntensity)
export(longitudinalCorticalThickness)
export(lungAirwaySegmentation)
export(lungExtraction)
export(lungPulmonaryArterySegmentation)
export(masked_mse_error)
Expand Down
2 changes: 2 additions & 0 deletions R/getPretrainedNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ getPretrainedNetwork <- function(
"protonLungMri",
"protonLobes",
"pulmonaryArteryWeights",
"pulmonaryAirwayWeights",
"sixTissueOctantBrainSegmentation",
"sixTissueOctantBrainSegmentationWithPriors1",
"sixTissueOctantBrainSegmentationWithPriors2",
Expand Down Expand Up @@ -227,6 +228,7 @@ getPretrainedNetwork <- function(
mriModalityClassification = "https://figshare.com/ndownloader/files/41691681",
protonLungMri = "https://ndownloader.figshare.com/files/13606799",
protonLobes = "https://figshare.com/ndownloader/files/30678455",
pulmonaryAirwayWeights = "https://figshare.com/ndownloader/files/45187168",
pulmonaryArteryWeights = "https://figshare.com/ndownloader/files/42918565",
sixTissueOctantBrainSegmentation = "https://ndownloader.figshare.com/files/23776025",
sixTissueOctantBrainSegmentationWithPriors1 = "https://ndownloader.figshare.com/files/28159869",
Expand Down
13 changes: 8 additions & 5 deletions man/getPretrainedNetwork.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions man/lungAirwaySegmentation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72d0647

Please sign in to comment.