I have a same question...and in this case, there seems to be 2 ways of using image location.
1. Directly feed image location data and image into model in training phase, and in inference phase, use both for inputs.
2. Accordingly to image location, train separate 3 models, and in inference phase, use prediction of those models appropriately to image location in test csv.
I have a same question...and in this case, there seems to be 2 ways of using image location.
1. Directly feed image location data and image into model in training phase, and in inference phase, use both for inputs.
2. Accordingly to image location, train separate 3 models, and in inference phase, use prediction of those models appropriately to image location in test csv.
Are both usage of image location allowed ?