puelon

Results 4 comments of puelon

Having the same problem on RTX 3090 with tensorflow 2.10. Can't even run PQAT because of the issue with pruning using GPU

Hi @pedroSG94, the function that gives me a frame from the UVCCamera as per the documentation is this one: ``` private byte[] FrameData = new byte[384 * 292 * 4];...

Hey @pedroSG94, thanks for the reply. My problem is that even though it's YUV, I would still need to add false colors to the image, so I would need a...

> replaceGlInterface is only available if you are using OpenGlView, OffScreenGlThread or LightOpenGlView because this method basically replace the opengl renderer on fly. > > I suggest you draw YUV...