images_load | R Documentation |
Load images from different sources like from files or web
images_load(images, FUN, ...)
images |
A vector or list of files, urls etc. containing images. |
FUN |
The function to be applied for loading |
... |
Optional arguments to |
A list of images.
list.files
, image_load
.
Other Convolutional Neural Network (CNN):
alexnet()
,
as_CNN_image_X()
,
as_CNN_image_Y()
,
as_CNN_temp_X()
,
as_CNN_temp_Y()
,
as_images_array()
,
as_images_tensor()
,
images_resize()
,
inception_resnet_v2()
,
inception_v3()
,
lenet5()
,
mobilenet()
,
mobilenet_v2()
,
mobilenet_v3()
,
nasnet()
,
resnet
,
unet()
,
vgg
,
xception()
,
zfnet()
For an example see as_images_tensor
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.