Savant
Savant copied to clipboard
Python Computer Vision & Video Analytics Framework With Batteries Included
Currently, there are multiple ways to define classes and their labels and two ways to process that information. It looks like the state is not in sync, which can lead...
Make adapters accept telemetry parameters. By default, telemetry is disabled. The adapter must trace its stages and propagate telemetry to its output when enabled. The telemetry configuration accepts the following...
Demonstrate with a simple Web UI how to send an image for inference, and wait result in a polling manner with ClientSDK and FastAPI. Use a simple model like YOLOV8.
To run tests implemented in #557
Dumps multiplexed frame stream to chunked files. Allows setting a chunk size and a number of records to dump.
Allow to set `gpu-id` for the whole pipeline (set one `gpu-id` for each element of the pipeline). Useful for testing Savant pipelines on servers with several GPUs, running the pipeline...
Remove unnecessary memory copying. * Create a writable `numpy array` directly from `Gst.Buffer`, without copying memory from `Gst.Buffer` to `numpy array` and then back to `Gst.Buffer`. * Found out if...
The streaming Chaos Adapter is intended to test whether a pipeline works correctly. It works similarly to the Multistream Source Adapter, with the difference that it generates individual stream frame...