Skip to contents

This function gets a table of available pre-trained computer vision models for predicting visual signal strength.

Usage

list_keras_model()

Value

A tibble of available model names and paths.

Examples


list_keras_model()
#> # A tibble: 6 × 7
#>   model_name  path  input_height input_width input_channels auxiliary_input_size
#>   <chr>       <chr>        <int>       <int>          <int>                <int>
#> 1 vss_32      kera…           32          32              3                    0
#> 2 vss_64      kera…           64          64              3                    0
#> 3 vss_128     kera…          128         128              3                    0
#> 4 vss_phn_32  kera…           32          32              3                    5
#> 5 vss_phn_64  kera…           64          64              3                    5
#> 6 vss_phn_128 kera…          128         128              3                    5
#> # ℹ 1 more variable: description <chr>