Closed kevinschweikert closed 1 month ago
I am not sure about this one :thinking:
tensor = Xav.Frame.to_nx(frame)
Kino.Image.new(tensor)
That all makes sense. I just wanted to make it easier to play around with xav
in Livebook to check the frame visually without the intermediate Tensor calculation and because image
is the de-facto standard with the render protocol for livebook. But i totally understand, if you don't want to add optional libraries for compilation times and native dependecies. Let me know if you'd like the change to the vix
dependency or if you don't want these addition and close this PR. Both fine with me, cause this PR just a proposal/idea. Thank you for your feedback!
Yeah, maybe let's close the PR for now and reopen if there are more requests for this feature :) Anyway, thanks for your engagement!!!
Just for convenience in Livebook and other places to render the frame with
kino
for example