Showing posts with label Metalhead. Show all posts
Showing posts with label Metalhead. Show all posts

Julia Flux Meatalhead.jl




## 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: