bad handling of 8 bits original sequence during dataset creation
when loading data from a 8 bits yuv sequence, using the target 16 bits, the normalization is done on the int8 data , leading to an overflow in the data.
when loading data from a 8 bits yuv sequence, using the target 16 bits, the normalization is done on the int8 data , leading to an overflow in the data.