Search code examples
google-cloud-platformgoogle-vision

Problems to upload photos in Object detection google API


I'm trying to upload photos to train my model for object detection API, but I couldn't click on the Import button even I uploaded the photos, in Image classification it works but here, I couldn't, someone knows the answer, please? I tried as well to upload the CSV file from my bucket, but I got so many errors !

line 13: Expected 11 columns, but found 2 columns only


Solution

  • Your CSV file isn't formatted correctly (Missing 9 out of the 11 necessary columns). You are missing the identification label as well as the bounding box coordinates for an object within the image.

    Please refer to this documentation as it provides the correct CSV formatting guidelines for AutoML Vision Object Detection.