(1) examples/mnist/create_mnist.sh
so I had a look at this .sh file, and it looks like it's basically using
/build/examples/mnist/convert_mnist_data.bin
but I've really no idea what the bin file is!
(2) Ah okay. What is the 'datum' structure exactly, though?
(3) So there's no examples in caffe of using real life images- what is the convert_imageset.cpp thing used for? I'm trying to read it but holy cow it looks complicated...