ZGLDIQ4GDQVKVUVLFUXGYD347222QA7633TVV4BUHCSHF7DAJ4DAC
E3Y55MPRKKDPTGI56RSA7YCGB33NSZYKHGCVHEUKRM2KJ2RNM5IQC
NV7FXZ5QETWHE7EQHET5ZZUKH4UIAIRGQ42MR2IT5JCZDPRNEZRQC
images1 = glob(glob_pattern) #|> shuffle! #|> x -> x[1:1000]
images = glob(glob_pattern) |> shuffle! #|> x -> x[1:1000]
images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))] images = vcat(images1, images2) |> shuffle!
images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))]
images = vcat(images1, images2) |> shuffle!
#images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))] #images = vcat(images1, images2) |> shuffle!
#images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))]
#images = vcat(images1, images2) |> shuffle!