OpenExplorer
搜索
K
地平线官网
地平线智能汽车开发者社区
中文
English
地平线官网
地平线智能汽车开发者社区
中文
English
Menu
页面目录
#
bgr2rgb
#
horizon_plugin_pytorch.bgr2rgb(input: Tensor)
Convert color space.
Convert images from BGR format to RGB
Parameters:
input
– image in BGR format with shape [N, 3, H, W]
Returns:
image in RGB format with shape [N, 3, H, W]
Return type:
Tensor
页面目录
horizon_plugin_pytorch.bgr2rgb(input: Tensor)