При непрерывной оценке AI Platform возникает ошибка data_json_key
.
Входные данные оценочного задания
- Цель модели: Обнаружение объекта изображения (рамка)
- IoU (пересечение по объединению): 0,1
- Ключ данных: b64
- Ключ метки прогноза: detect_classes
- Ключ оценки прогноза: detect_scores
- Ключ ограничивающей рамки: detect_boxes
- Служба маркировки: Нет
- Процент дневной выборки: 100%
- Дневной предел выборки: 100
Журнал ошибок
Partial Failures: [{"code":5,"message":"Can not find the image data under the data_json_key: image_bytes/b64"},{"code":5,"message":"Can not find the image data under the data_json_key: image_bytes/b64"},{"code":5,"message":"Can not find the image data under the data_json_key: image_bytes/b64"},{"message":"Found incorrect number of labeled dataset when preparing evaluation for dataset_id: 5ee3023a_0000_25e5_a9d2_94eb2c19321a"}]
I установите data_json_key
на b64
, и я думаю, что это правильный прогнозный ключ для модели. Однако задание возвращает ошибку, как если бы оно ожидало image_bytes/b64
.
Дополнение
Модель создана путем передачи обучения ssd_mobilenetv2_oidv4
* 1 с помощью объекта TensorFlow. Обнаружение API согласно этому методу * 2.
1. https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md
2. https://cloud.google.com/blog/products/gcp/performing-prediction-with-tensorflow-object-detection-models-on-google-cloud-machine-learning-engine