Miguel Taylor
Miguel Taylor
The main issue I see with this is that we currently support python >= 3.5. I could see migrating the client to python 3.6 but not to python 3.7 just...
Hi, the only supported batch size at the moment is one. We can add support for configurable batch size, but it is not currently a priority. The only way to...
**3. Combining different models:** It is currently possible to run models in cascade. That's why we output both model and bypass pads. We are planning on adding a GstVideoCropMeta so...
@santosh-r24 This looks really cool! We have actually accomplished something similar using the gstd Python client, but I must say that doing it directly in Python is a fantastic approach....