Spec-Zone.ru › TensorFlow 2.9

tf.raw_ops.CropAndResizeGradBoxes

Вычисляет градиент операции crop_and_resize по отношению к тензору входных прямоугольников.

Просмотр псевдонимов

Псевдонимы для миграции

См. Руководство по миграции для получения более подробной информации.

tf.compat.v1.raw_ops.CropAndResizeGradBoxes

tf.raw_ops.CropAndResizeGradBoxes(
    grads, image, boxes, box_ind, method='bilinear', name=None
)
Аргументы
grads A Tensor типа float32. Четырёхмерный тензор с формой [num_boxes, crop_height, crop_width, depth].
image A Tensor. Должен быть одним из следующих типов: uint8, uint16, int8, int16, int32, int64, half, float32, float64. Четырёхмерный тензор с формой [batch, image_height, image_width, depth]. И image_height, и image_width должны быть положительными.
boxes A Tensor типа float32. Двумерный тензор с формой [num_boxes, 4]. i-я строка тензора задаёт координаты прямоугольника на изображении и задаётся в нормированных координатах [y1, x1, y2, x2]. Нормированное значение координаты y отображается на координату изображения в y * (image_height - 1), таким образом, интервал [0, 1] нормированной высоты изображения отображается на [0, image_height - 1] in image height coordinates. We do allow y1 > y2, in which case the sampled crop is an up-down flipped version of the original image. The width dimension is treated similarly. Normalized coordinates outside the[0, 1]range are allowed, in which case we use. Значение экстраполяции to extrapolate the input image values. </td> </tr><tr> <td>. индекс прямоугольника </td> <td> A. Тензор of type типа . A 1-D tensor of shape. with int32 values in[0, batch). The value of. box_ind[i]specifies the image that the. i. Метод -th box refers to. </td> </tr><tr> <td>. Строка </td> <td> An optional. "bilinear"from:. "bilinear". Defaults to. имя операции . A string specifying the interpolation method. Only 'bilinear' is supported for now. </td> </tr><tr> <td> Имя операции (необязательно).
Возвращаемые значения
A Tensor типа float32.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/raw_ops/CropAndResizeGradBoxes

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API