rolled back reduced and bifurcated training set used to test models before going away
Dependencies
- [2]
E3Y55MPRadded perceptual colour maps and changed get_image_from_sample - [3]
RBXUHIO2made somn small changes and reverted them mostly - [4]
3FAESP6Ncatch up with changes, mainly construct primary dataset - [5]
NMQCXLNGcatch up commit, about to do some work on prediction loop - [6]
NV7FXZ5Qfirst commit
Change contents
- replacement in src/Train.jl at line 51
images1 = glob(glob_pattern) #|> shuffle! #|> x -> x[1:1000]images = glob(glob_pattern) |> shuffle! #|> x -> x[1:1000] - replacement in src/Train.jl at line 53
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!