utils.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:How_to_simulate_a_self_driving_car 作者: llSourcell 项目源码 文件源码
def rgb2yuv(image):
    """
    Convert the image from RGB to YUV (This is what the NVIDIA model does)
    """
    return cv2.cvtColor(image, cv2.COLOR_RGB2YUV)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号