I have images dataset which I am trying to run Object detection using Google's AutoML object detection.
I manually split the data into train, test and validate.
However, when I upload the csv into the dataset, I am getting the following Errors few times: "Error: Example is deduped with example id: 2289134970725637758."
I noticed it's not reading the images I set to VALIDATION on a certain label (chickennuggets). Also, the numbers per split are not matching the number of images per split on my csv.
I need the model to read and assign images to the SET (train, test or validate) I put it as in the CSV.


