## Uncomment the lines below if you have not run it previously
# import Pkg; Pkg.add("Metalhead")
# import Pkg; Pkg.add("QuartzImageIO")
using Metalhead
using Metalhead: classify
vgg = VGG19()
## local file in this lab's folder
image = load("skunk001.jpeg")
classify(vgg, image)
output:
As an Amazon Associate I earn from qualifying purchases.
## Uncomment the lines below if you have not run it previously
# import Pkg; Pkg.add("Metalhead")
# import Pkg; Pkg.add("QuartzImageIO")
using Metalhead
using Metalhead: classify
vgg = VGG19()
## local file in this lab's folder
image = load("skunk001.jpeg")
classify(vgg, image)
output:
As an Amazon Associate I earn from qualifying purchases.
$ conda install -c conda-forge nodejs
As an Amazon Associate I earn from qualifying purchases.
$ conda install -c conda-forge nodejs
As an Amazon Associate I earn from qualifying purchases.
import Pkg; Pkg.add("Flux")
using Flux
As an Amazon Associate I earn from qualifying purchases.