tensorflow - 可视化增强的火车图像 [tensorflow object detection api]

标签 tensorflow tensorboard object-detection-api data-augmentation

可以在 tensorflow 对象检测 api 配置文件中增加图像,例如:

data_augmentation_options {
  random_horizontal_flip {
  }
}
data_augmentation_options {
  ssd_random_crop {
  }
}

如何可视化训练图像以检查增强结果?

感谢您的帮助。

最佳答案

这是实现问题 https://github.com/majrie/visualize_augmentation/blob/master/visualize_augmentation.ipynb 中所问内容的代码.

这是基于@danyfang的回答。

关于tensorflow - 可视化增强的火车图像 [tensorflow object detection api],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55020315/

相关文章:

python - 如何使用 TensorFlow tf.train.string_input_producer 产生多个 epochs 的数据?

python - 如何将 tf.layers 变量放入 tf.name_scope/tf.variable_scope 中?

python - Tensorboard:文件系统方案 gs 未实现

tensorflow - 使用 TensorFlow 对象检测 API 确定最大批量大小

python-3.x - 无法识别 Keras EarlyStopping

python - 批量计算成对距离而不在Tensorflow中复制张量?

tensorflow - 如何在 Docker 容器中使用 TensorBoard(在 Windows 上)

python - 将边界框提取为.jpg

python - 运行 eval.py tensorflow 对象检测 api 时出错

tensorflow - TensorFlow 中的 Wengert 列表在哪里?