Created
October 7, 2019 18:19
-
-
Save monogenea/69119d0a365ebd30ca0266f756ea4759 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### Process image ##### | |
library(keras) | |
library(EBImage) | |
library(stringr) | |
library(pbapply) | |
secondCat <- readImage("train/cat.1.jpg") | |
display(secondCat) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment