I have byte data that i received from a gstreamer pipeline. Is it possible to convert this directly to a tensor of shape(C,H,W) without converting to pil or numpy?
I have byte data that i received from a gstreamer pipeline. Is it possible to convert this directly to a tensor of shape(C,H,W) without converting to pil or numpy?