A general question. I’m reviewing the tutorial video for jetson-inference; Jetson AI Fundamentals - S3E3 - Training Image Classification Models.
Are classification models based on image files explicitly? (.jpg, .png, etc). I have representations of images which are multidimentional arrays (double[ ][ ]) stored as .xslx files, approx 2000 rows x 2000 columns each. I would like to build classifications and identifications based on the comparison of those data values in relation to other files of the same type and relative size. No camera input needed.
Asking for guidance if this is the right path to pursue. Thank you.