From 3ad3e46d81004d84c1682a03a04c5edc19cb5092 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 12 Oct 2021 19:34:53 +0200 Subject: [PATCH] [Docs] Models: README: Fix channel number (#22530) Fix the channel number for the V-channel of the supercombo input image stream --- models/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/README.md b/models/README.md index e54942cf..43aa7d5b 100644 --- a/models/README.md +++ b/models/README.md @@ -8,7 +8,7 @@ To view the architecture of the ONNX networks, you can use [netron](https://netr * Each 256 * 512 image is represented in YUV420 with 6 channels : 6 * 128 * 256 * Channels 0,1,2,3 represent the full-res Y channel and are represented in numpy as Y[::2, ::2], Y[::2, 1::2], Y[1::2, ::2], and Y[1::2, 1::2] * Channel 4 represents the half-res U channel - * Channel 4 represents the half-res V channel + * Channel 5 represents the half-res V channel * **desire** * one-hot encoded vector to command model to execute certain actions, bit only needs to be sent for 1 frame : 8 * **traffic convention**