Skip to content

Commit

Permalink
Add recipe for food-101 dataset (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandu-4444 committed Jan 27, 2022
1 parent 406a850 commit 486135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vision/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const RECIPES = Dict{String,Vector{Datasets.DatasetRecipe}}(
"imagewoof", "imagewoof-160", "imagewoof-320",
"imagewoof2", "imagewoof2-160", "imagewoof2-320",
"cifar10", "cifar100", "caltech_101", "mnist_png",
"mnist_sample", "CUB_200_2011"
"mnist_sample", "CUB_200_2011", "food-101"
)]...,
[name => [ImageFolders(filefilterfn=f -> !(occursin("unsup", f)))]
for name in ("imagewang-160", "imagewang-320", "imagewang")]...,
Expand Down

0 comments on commit 486135d

Please sign in to comment.