When I import 100 images into the dataset, but only 99 images are imported successfully. A warning is reported: "Failed to import some images".
The error messages: The label is already a ground truth.
When I import 100 images into the dataset, but only 99 images are imported successfully. A warning is reported: "Failed to import some images".
The error messages: The label is already a ground truth.
The issue you are facing is most likely due to duplicate images in the GCS bucket you are using to upload your training data to. If you are attempting to create your dataset and train the model and it is not your first attempt to do so. Make sure that either you use a different bucket, or empty the bucket before retrying. The error is almost always due to duplicates in the training data.
For a clearer understanding of the Ground truth concept see the attached documentation Ground Truth
I was able to recreate your error following this tutorial AutroML Quickstart, before training I ensured there were duplicates, and I recreated the needed csv file, in doing this I was able to generate "The label is already a ground truth" error message..