Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_image_files

Get image files


Description

Get image files in 'path' recursively, only in 'folders', if specified.

Usage

get_image_files(path, recurse = TRUE, folders = NULL)

Arguments

path

The folder where to work

recurse

recursive path

folders

folder names

Value

None

Examples

## Not run: 

URLs_PETS()

path = 'oxford-iiit-pet'

path_img = 'oxford-iiit-pet/images'
fnames = get_image_files(path_img)


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.