-
is it possible to extract video to frames or even streaming video to frames using jax on tpu google colab?? |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Sep 20, 2021
Replies: 1 comment
-
There are no tools specific to video extraction built-in to JAX. You may be able to utilize JAX for some parts of the operations you have in mind, but I'm not aware of any examples of this. In particular, things like dealing with video codecs are definitely functionalities you'll have to find elsewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
1kaiser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no tools specific to video extraction built-in to JAX. You may be able to utilize JAX for some parts of the operations you have in mind, but I'm not aware of any examples of this. In particular, things like dealing with video codecs are definitely functionalities you'll have to find elsewhere.