I am currently trying to build a CNN that takes in images. The label that I want is the (i,j) coordinates. I know that the image data layer that uses a file with the filename and the label in the following format:
folder/file1.jpg label
Is it possible to have a label that isn't a number but two numbers?