Simon Biggs

Results 652 comments of Simon Biggs

An update here: Setting up a loopback video device with: ``` sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 ``` Then using wf-recorder: ``` wf-recorder --muxer=v4l2 --codec=rawvideo --file=/dev/video0 -x yuv420p -r 30...

webrtcsink is from: ``` git clone https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git ```

Do you think this would work? (Given it uses gstreamer and doesn't use a loopback?) https://github.com/ammen99/wf-recorder/wiki#streaming-rtsp-with-gstreamer ``` wf-recorder -a -R 48000 -o DP-2 -y -c h264_vaapi -m rawvideo -D -r...

@innat and @bhack, what do you believe our next steps should be?

> I'm open to share my code if it helps. @axeldavy, that would be amazing if you could. Would you be open to putting it up on a repo under...

Also, just a heads up, in case it's an issue, I can't actually interact with the following discussion thread: https://github.com/openxla/xla/discussions/17#discussioncomment-4412225

> It could be interesting if you can try to jit_compile a pure TF version of that one in a Colab just to understand the performance and the emitted code....

> We had a V2 version at https://github.com/smallsunsun1/deformable_conv_v2 but I've not verfied the impl. Unfortunately no license file...

> given that it may also have value in time-domain convolutions (at least I would guess it might -- haven't seen any papers about this). Here's an example paper for...

Thanks @axeldavy, it's Friday afternoon here in Aus, so I won't get back to this until next week. But thank you. Thank you very much.