Savant icon indicating copy to clipboard operation
Savant copied to clipboard

Python Computer Vision & Video Analytics Framework With Batteries Included

Results 85 Savant issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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.

demo

Dumps multiplexed frame stream to chunked files. Allows setting a chunk size and a number of records to dump.

enhancement

Allows reading data from files created by #308.

enhancement

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...

enhancement