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

The idea is that many people do not have git-lfs installed and thus encounter pseudo-errors. To overcome that, we can try pack all savant as artifacts and provide a script...

enhancement

This custom function must allow a user to accept frames and return modified (or the same frame) ones. It utilizes the GpuMat API. With the function, the user can change...

enhancement

This unlocks using ClientSDK without the heavyweight Savant containers and allows for avoiding discrepancies. In Savant, we must have re-exports to preserve compatibility.

enhancement

There is a problem with nvtracker and sources connected in a loop. When using several sources sequentially, the tracker starts to output fewer objects at first, then stops outputting them....

bug
Minor

Implement a demo showing how to process streams on lower FPS.

enhancement

Allow user configuration to support .dot data to visualize the pipeline. * simplified configuration * documentation We can ask users providing us with the information for troubleshooting.

enhancement

Sending data from the same source (source_id) after EOS causes an error and restarts the input pipeline of the always_on_rtsp. Add to `process_frame` in `samples/auxiliary_streams/multiple_resolutions.py` to send EOS, for example,...

bug
Minor

simple module ``` echo " name: test-module parameters: max_parallel_streams: 1 batch_size: 1 " | python -m savant.entrypoint ``` client ``` import os from savant.client import JpegSource, SourceBuilder module_hostname = os.environ.get('MODULE_HOSTNAME',...

bug
Minor

Peoplenet pipeline leaks memory. Use ClientSDK, send a still image to the 'sample/template' pipeline. The pipeline will ```python import json import os import time import cv2 import numpy as np...

bug
Minor