Package: imageseg
Type: Package
Title: Deep Learning Models for Image Segmentation
Version: 0.5.0
Authors@R: c(
            person("Juergen", "Niedballa", email = "niedballa@izw-berlin.de", role = c("aut", "cre"),
                   comment = c(ORCID = "0000-0002-9187-2116")),
            person("Jan", "Axtner", email = "axtner@izw-berlin.de", role = c("aut"),
                   comment = c(ORCID = "0000-0003-1269-5586")),
            person("Leibniz Institute for Zoo and Wildlife Research", role = "cph")
            )
Maintainer: Juergen Niedballa <niedballa@izw-berlin.de>
Description: A general-purpose workflow for image segmentation using TensorFlow models based on the U-Net architecture by Ronneberger et al. (2015) <arXiv:1505.04597> and the U-Net++ architecture by Zhou et al. (2018) <arXiv:1807.10165>. We provide pre-trained models for assessing canopy density and understory vegetation density from vegetation photos. In addition, the package provides a workflow for easily creating model input and model architectures for general-purpose image segmentation based on grayscale or color images, both for binary and multi-class image segmentation.
License: MIT + file LICENSE
BugReports: https://github.com/EcoDynIZW/imageseg/issues
Encoding: UTF-8
Imports: grDevices, keras, magick, magrittr, methods, purrr, stats,
        tibble, foreach, parallel, doParallel, dplyr
Suggests: R.rsp, testthat
VignetteBuilder: R.rsp
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-29 10:38:56 UTC; Juergen
Author: Juergen Niedballa [aut, cre] (<https://orcid.org/0000-0002-9187-2116>),
  Jan Axtner [aut] (<https://orcid.org/0000-0003-1269-5586>),
  Leibniz Institute for Zoo and Wildlife Research [cph]
Repository: CRAN
Date/Publication: 2022-05-29 22:40:12 UTC
Built: R 4.3.0; ; 2023-07-12 01:42:07 UTC; unix
