gpt4 book ai didi

tensorflow - 如何在 tensorflow 中对一批图像执行 tf.image.per_image_standardization

转载 作者:行者123 更新时间:2023-12-04 00:51:40 25 4
gpt4 key购买 nike

我想知道如何对一批图像执行图像白化。

根据 https://www.tensorflow.org/api_docs/python/tf/image/per_image_standardization 中的文档,据说tf.image.per_image_standardization将 3D 张量作为输入,即图像,形状为:[height, width, channels] .

它是缺少的功能还是有不同的方法?

任何帮助深表感谢。

最佳答案

这是如何对一批图像执行此操作。
tf.map_fn(lambda frame: tf.image.per_image_standardization(frame), frames)

关于tensorflow - 如何在 tensorflow 中对一批图像执行 tf.image.per_image_standardization,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44526763/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com