Savant
Savant copied to clipboard
Python Computer Vision & Video Analytics Framework With Batteries Included
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...
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...
This unlocks using ClientSDK without the heavyweight Savant containers and allows for avoiding discrepancies. In Savant, we must have re-exports to preserve compatibility.
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....
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.
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,...
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',...
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...