Closed Shaun-York closed 5 months ago
And AI 4k upscale 😍
You would need to add a GPU into the video path. I'm certain this would be a fun research project but there is no chance of seeing this come included with HDZero.
jokes aside, it seems possible to pre-train model to predict the most statistically optimal pixel color based on neighbours so actual pixel filaments can be done on fly with very low computation overhead. Another option, but I'm sure developers explored it already, is to dedicate small part of bandwidth to send colors of big areas first, i.e. like old JPEGs use progressive loading in the past.
Depending on how much hardware u got on v536. It got an NPU that can probably do some decent inference.
Would averaging the neighbouring pixels already be an improvement over the current "multicolour static" behaviour?
Edit: found https://github.com/hd-zero/hdzero-goggle/issues/40
Any software-based video processing will increase latency.
Would it be possible to train a computer vision model with OpenCV to fill in lost image data in realtime?