OpenExplorer
Search Docs
K
Guide
Horizon Smart Car Developer Community
Horizon Official Website
中文
English
Guide
Horizon Smart Car Developer Community
Horizon Official Website
中文
English
Menu
On This Page
#
rgb2bgr
#
horizon_plugin_pytorch.rgb2bgr(input: Tensor)
Convert color space.
Convert images from RGB format to BGR
Parameters:
input
– image in RGB format with shape [N, 3, H, W]
Returns:
image in BGR format with shape [N, 3, H, W]
Return type:
Tensor
On This Page
horizon_plugin_pytorch.rgb2bgr(input: Tensor)