This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Description
I'm trying to determine what the cnn-mlp-05.keras model has classified an object as when I use it. However I don't know the order of the classification result array that is returned. Below is an example of the 8 element array returned:
[[ 8.4291730e-04
7.6227811e-06
1.9916802e-09
4.7356778e-05
7.1255322e-09
2.6671576e-06
9.9909937e-01
8.2453120e-08 ]]
I suspect that these are the element labels but not in the right order: 'Plane', 'Droplet', 'Bird', 'Lens', 'Edge', 'Cloud', 'Empty', 'Other?'